diff options
author | Brad King <brad.king@kitware.com> | 2022-11-08 15:04:25 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-11-08 15:04:34 (GMT) |
commit | ebeb9ce40620b3a615fc8a5b9007c709c6c4b410 (patch) | |
tree | ddd1fae2b1bfd5a59bb4d9f55e9e789b4d099a38 /Tests | |
parent | 814ded48b0b15ff4edbfca3e98ec6b5a2a2aada8 (diff) | |
parent | b2d030e8fe4147890bfb1e49ee9c8b1ca0dc348b (diff) | |
download | CMake-ebeb9ce40620b3a615fc8a5b9007c709c6c4b410.zip CMake-ebeb9ce40620b3a615fc8a5b9007c709c6c4b410.tar.gz CMake-ebeb9ce40620b3a615fc8a5b9007c709c6c4b410.tar.bz2 |
Merge topic 'test-intel-remarks'
b2d030e8fe Tests: Teach RunCMake to ignore Intel -Rdebug-disables-optimization remarks
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7366
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/RunCMake/RunCMake.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/RunCMake.cmake b/Tests/RunCMake/RunCMake.cmake index ba9cc3b..cc754e8 100644 --- a/Tests/RunCMake/RunCMake.cmake +++ b/Tests/RunCMake/RunCMake.cmake @@ -155,6 +155,7 @@ function(run_cmake test) "|BullseyeCoverage" "|[a-z]+\\([0-9]+\\) malloc:" "|clang[^:]*: warning: the object size sanitizer has no effect at -O0, but is explicitly enabled:" + "|icp?x: remark: Note that use of .-g. without any optimization-level option will turn off most compiler optimizations" "|lld-link: warning: procedure symbol record for .* refers to PDB item index [0-9A-Fa-fx]+ which is not a valid function ID record" "|Error kstat returned" "|Hit xcodebuild bug" |