diff options
author | Brad King <brad.king@kitware.com> | 2019-11-01 13:20:41 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-11-01 13:23:03 (GMT) |
commit | 59673bb2dc4a1336dd9028573ed33d934087f8ee (patch) | |
tree | e94a95ae76233e5b28db4949423fe24138995503 /Tests | |
parent | 210d04bb79b961252c3685b1d7a3653beec39fe6 (diff) | |
download | CMake-59673bb2dc4a1336dd9028573ed33d934087f8ee.zip CMake-59673bb2dc4a1336dd9028573ed33d934087f8ee.tar.gz CMake-59673bb2dc4a1336dd9028573ed33d934087f8ee.tar.bz2 |
Tests: Teach RunCMake to ignore PGI license expiry warnings
These are not useful in nightly testing.
Diffstat (limited to 'Tests')
-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" |