mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-28 01:49:23 -05:00
Merge topic 'xcode13-linker-output'
a7bbbbf73bTests: ignore Xcode DVTPlugInManager output8dcdd4351fTests: recognize Xcode 13 linker warning Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6216
This commit is contained in:
@@ -538,7 +538,7 @@ if(BUILD_TESTING)
|
||||
if(CTEST_TEST_OSX_ARCH)
|
||||
ADD_TEST_MACRO(Architecture Architecture)
|
||||
set_tests_properties(Architecture PROPERTIES
|
||||
PASS_REGULAR_EXPRESSION "(file is not of required architecture|does not match cputype|not the architecture being linked)")
|
||||
PASS_REGULAR_EXPRESSION "(file is not of required architecture|does not match cputype|not the architecture being linked|but attempting to link with file built for)")
|
||||
endif()
|
||||
|
||||
list(APPEND TEST_BUILD_DIRS ${CMake_TEST_INSTALL_PREFIX})
|
||||
|
||||
@@ -155,6 +155,7 @@ function(run_cmake test)
|
||||
"|contact PGI Sales at"
|
||||
|
||||
"|[^\n]*install_name_tool: warning: changes being made to the file will invalidate the code signature in:"
|
||||
"|[^\n]*xcodebuild[^\n]*DVTPlugInManager"
|
||||
"|[^\n]*xcodebuild[^\n]*warning: file type[^\n]*is based on missing file type"
|
||||
"|[^\n]*objc[^\n]*: Class AMSupportURL[^\n]* One of the two will be used. Which one is undefined."
|
||||
"|[^\n]*is a member of multiple groups"
|
||||
|
||||
Reference in New Issue
Block a user