diff options
author | Brad King <brad.king@kitware.com> | 2019-11-04 15:12:19 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-11-04 15:12:26 (GMT) |
commit | 1463cfb437768c5f330f2c5aa73deaecfc0d50e0 (patch) | |
tree | c8cba99117d720f4fb7e0f7c5cb54afdb2d9104e /Tests/RunCMake | |
parent | e3afdef8c567880d7c83ca5980e4c5f5d289880c (diff) | |
parent | 59673bb2dc4a1336dd9028573ed33d934087f8ee (diff) | |
download | CMake-1463cfb437768c5f330f2c5aa73deaecfc0d50e0.zip CMake-1463cfb437768c5f330f2c5aa73deaecfc0d50e0.tar.gz CMake-1463cfb437768c5f330f2c5aa73deaecfc0d50e0.tar.bz2 |
Merge topic 'pgi-license-warnings'
59673bb2dc Tests: Teach RunCMake to ignore PGI license expiry warnings
210d04bb79 CTestCustom: Suppress PGI Community Edition compiler license warnings
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3975
Diffstat (limited to 'Tests/RunCMake')
-rw-r--r-- | Tests/RunCMake/RunCMake.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/RunCMake/RunCMake.cmake b/Tests/RunCMake/RunCMake.cmake index f24cfab..cb20fb1 100644 --- a/Tests/RunCMake/RunCMake.cmake +++ b/Tests/RunCMake/RunCMake.cmake @@ -146,6 +146,12 @@ function(run_cmake test) "|clang[^:]*: warning: the object size sanitizer has no effect at -O0, but is explicitly enabled:" "|Error kstat returned" "|Hit xcodebuild bug" + + "|LICENSE WARNING:" + "|Your license to use PGI[^\n]*expired" + "|Please obtain a new version at" + "|contact PGI Sales at" + "|[^\n]*xcodebuild[^\n]*warning: file type[^\n]*is based on missing file type" "|[^\n]*is a member of multiple groups" "|[^\n]*from Time Machine by path" |