mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
Tests: Teach RunCMake to ignore Xcode missing file type warnings
Xcode 10 beta warns
xcodebuild... warning: file type '::com.apple.instruments.instrdst'
is based on missing file type 'default::com.apple.package'
Teach RunCMake to drop such lines before matching against expected
output.
This commit is contained in:
@@ -109,6 +109,7 @@ 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"
|
||||
"|[^\n]*xcodebuild[^\n]*warning: file type[^\n]*is based on missing file type"
|
||||
"|ld: 0711-224 WARNING: Duplicate symbol: .__init_aix_libgcc_cxa_atexit"
|
||||
"|ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information"
|
||||
"|[^\n]*is a member of multiple groups"
|
||||
|
||||
Reference in New Issue
Block a user