Last active
April 9, 2021 10:14
-
-
Save orgads/dc0c3f850721cb90ca711c5d2563ecae to your computer and use it in GitHub Desktop.
ctest msys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ ctest -j 4 --output-on-failure --rerun-failed | |
| Test project /f/Projects/build-cmake-msys | |
| Guessing configuration NoConfig | |
| Start 27: FindPackageTest | |
| Start 350: RunCMake.BuildDepends | |
| Start 363: RunCMake.FileAPI | |
| Start 375: RunCMake.GenEx-TARGET_FILE | |
| 1/10 Test #27: FindPackageTest ..................***Failed 18.36 sec | |
| Internal cmake changing into directory: /f/Projects/build-cmake-msys/Tests/FindPackageTest | |
| Error: cmake execution failed | |
| CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): | |
| Compatibility with CMake < 2.8.12 will be removed from a future version of | |
| CMake. | |
| Update the VERSION argument <min> value or use a ...<max> suffix to tell | |
| CMake that the project does not need compatibility with older versions. | |
| CMake Warning at CMakeLists.txt:153 (find_package): | |
| Found package configuration file: | |
| /f/Projects/cmake/Tests/FindPackageTest/cmake/SetFoundFALSEConfig.cmake | |
| but it set SetFoundFALSE_FOUND to FALSE so package "SetFoundFALSE" is | |
| considered to be NOT FOUND. | |
| CMake Error at CMakeLists.txt:218 (message): | |
| SetFoundResolved_DIR set by find_package() is set to | |
| "/f/Projects/cmake/Tests/FindPackageTest/symlink/cmake" (expected | |
| "/f/Projects/cmake/Tests/FindPackageTest/cmake") | |
| Preparing export(PACKAGE) test project | |
| CMake Deprecation Warning at /f/Projects/cmake/Tests/FindPackageTest/Exporter/CMakeLists.txt:1 (cmake_minimum_required): | |
| Compatibility with CMake < 2.8.12 will be removed from a future version of | |
| CMake. | |
| Update the VERSION argument <min> value or use a ...<max> suffix to tell | |
| CMake that the project does not need compatibility with older versions. | |
| Searching for export(PACKAGE) test project | |
| Searching for export(PACKAGE) with CMAKE_FIND_USE_PACKAGE_REGISTRY=TRUE | |
| Searching for export(PACKAGE) with CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=FALSE | |
| Searching for export(PACKAGE) with CMAKE_FIND_USE_PACKAGE_REGISTRY=TRUE and CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=TRUE | |
| Searching for export(PACKAGE) with CMAKE_FIND_USE_PACKAGE_REGISTRY=FALSE and CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=FALSE | |
| Remove export(PACKAGE) test project | |
| Preparing export(PACKAGE) test project with CMAKE_EXPORT_NO_PACKAGE_REGISTRY=TRUE | |
| CMake Deprecation Warning at /f/Projects/cmake/Tests/FindPackageTest/Exporter/CMakeLists.txt:1 (cmake_minimum_required): | |
| Compatibility with CMake < 2.8.12 will be removed from a future version of | |
| CMake. | |
| Update the VERSION argument <min> value or use a ...<max> suffix to tell | |
| CMake that the project does not need compatibility with older versions. | |
| Searching for export(PACKAGE) test project | |
| Remove export(PACKAGE) test project | |
| Preparing export(PACKAGE) test project with POLICY CMP0090=NEW | |
| CMake Deprecation Warning at /f/Projects/cmake/Tests/FindPackageTest/Exporter/CMakeLists.txt:1 (cmake_minimum_required): | |
| Compatibility with CMake < 2.8.12 will be removed from a future version of | |
| CMake. | |
| Update the VERSION argument <min> value or use a ...<max> suffix to tell | |
| CMake that the project does not need compatibility with older versions. | |
| Searching for export(PACKAGE) test project | |
| SortLib 3.1.1 config reached | |
| SortLib 3.10.1 config reached | |
| Could NOT find ACME (missing: ACME_DIR) | |
| Could NOT find ACME (missing: ACME_DIR) | |
| CMake Warning at CMakeLists.txt:661 (find_package): | |
| By not providing "FindDoesNotExist.cmake" in CMAKE_MODULE_PATH this project | |
| has asked CMake to find a package configuration file provided by | |
| "DoesNotExist", but CMake did not find one. | |
| Could not find a package configuration file provided by "DoesNotExist" with | |
| any of the following names: | |
| DoesNotExistConfig.cmake | |
| doesnotexist-config.cmake | |
| Add the installation prefix of "DoesNotExist" to CMAKE_PREFIX_PATH or set | |
| "DoesNotExist_DIR" to a directory containing one of the above files. If | |
| "DoesNotExist" provides a separate development package or SDK, be sure it | |
| has been installed. | |
| Configuring incomplete, errors occurred! | |
| See also "/f/Projects/build-cmake-msys/Tests/FindPackageTest/CMakeFiles/CMakeOutput.log". | |
| Start 411: RunCMake.MaxRecursionDepth | |
| 2/10 Test #363: RunCMake.FileAPI .................***Failed 57.44 sec | |
| -- Nothing - PASSED | |
| -- Empty - PASSED | |
| -- EmptyClient - PASSED | |
| -- Stale - PASSED | |
| -- SharedStateless - PASSED | |
| -- ClientStateless - PASSED | |
| -- MixedStateless - PASSED | |
| -- DuplicateStateless - PASSED | |
| -- ClientStateful - PASSED | |
| -- codemodel-v2 - PASSED | |
| CMake Error at /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:200 (message): | |
| codemodel-v2-SharedStateless - FAILED: | |
| Unexpected index: | |
| Traceback (most recent call last): | |
| File "/f/Projects/cmake/Tests/RunCMake/FileAPI/codemodel-v2-check.py", line 899, in <module> | |
| check_objects(index["objects"], index["cmake"]["generator"]) | |
| File "/f/Projects/cmake/Tests/RunCMake/FileAPI/codemodel-v2-check.py", line 15, in check_objects | |
| check_index_object(o[0], "codemodel", 2, 3, check_object_codemodel(g)) | |
| File "/f/Projects/cmake/Tests/RunCMake/FileAPI/check_index.py", line 141, in check_index_object | |
| check(object) | |
| File "/f/Projects/cmake/Tests/RunCMake/FileAPI/codemodel-v2-check.py", line 893, in _check | |
| check_object_codemodel_configuration(c, g, inSource) | |
| File "/f/Projects/cmake/Tests/RunCMake/FileAPI/codemodel-v2-check.py", line 871, in check_object_codemodel_configuration | |
| check_directories(c, g) | |
| File "/f/Projects/cmake/Tests/RunCMake/FileAPI/codemodel-v2-check.py", line 652, in check_directories | |
| check_list_match(lambda a, e: matches(a["source"], e["source"]), c["directories"], gen_check_directories(c, g), | |
| File "/f/Projects/cmake/Tests/RunCMake/FileAPI/check_index.py", line 57, in check_list_match | |
| check(actual_item, expected_item) | |
| File "/f/Projects/cmake/Tests/RunCMake/FileAPI/codemodel-v2-check.py", line 128, in _check | |
| assert matches(ap, ep) | |
| AssertionError: Directory source: . | |
| Command was: | |
| command> "/f/Projects/build-cmake-msys/bin/cmake.exe" "." | |
| Actual stdout: | |
| actual-out> -- Configuring done | |
| actual-out> -- Generating done | |
| actual-out> -- Build files have been written to: /f/Projects/build-cmake-msys/Tests/RunCMake/FileAPI/codemodel-v2-build | |
| Actual stderr: | |
| actual-err> | |
| Call Stack (most recent call first): | |
| /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:214 (run_cmake) | |
| /f/Projects/cmake/Tests/RunCMake/FileAPI/RunCMakeTest.cmake:58 (run_cmake_command) | |
| /f/Projects/cmake/Tests/RunCMake/FileAPI/RunCMakeTest.cmake:63 (run_object) | |
| CMake Error at /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:200 (message): | |
| codemodel-v2-ClientStateless - FAILED: | |
| Unexpected index: | |
| Traceback (most recent call last): | |
| File "/f/Projects/cmake/Tests/RunCMake/FileAPI/codemodel-v2-check.py", line 899, in <module> | |
| check_objects(index["objects"], index["cmake"]["generator"]) | |
| File "/f/Projects/cmake/Tests/RunCMake/FileAPI/codemodel-v2-check.py", line 15, in check_objects | |
| check_index_object(o[0], "codemodel", 2, 3, check_object_codemodel(g)) | |
| File "/f/Projects/cmake/Tests/RunCMake/FileAPI/check_index.py", line 141, in check_index_object | |
| check(object) | |
| File "/f/Projects/cmake/Tests/RunCMake/FileAPI/codemodel-v2-check.py", line 893, in _check | |
| check_object_codemodel_configuration(c, g, inSource) | |
| File "/f/Projects/cmake/Tests/RunCMake/FileAPI/codemodel-v2-check.py", line 871, in check_object_codemodel_configuration | |
| check_directories(c, g) | |
| File "/f/Projects/cmake/Tests/RunCMake/FileAPI/codemodel-v2-check.py", line 652, in check_directories | |
| check_list_match(lambda a, e: matches(a["source"], e["source"]), c["directories"], gen_check_directories(c, g), | |
| File "/f/Projects/cmake/Tests/RunCMake/FileAPI/check_index.py", line 57, in check_list_match | |
| check(actual_item, expected_item) | |
| File "/f/Projects/cmake/Tests/RunCMake/FileAPI/codemodel-v2-check.py", line 128, in _check | |
| assert matches(ap, ep) | |
| AssertionError: Directory source: . | |
| Command was: | |
| command> "/f/Projects/build-cmake-msys/bin/cmake.exe" "." | |
| Actual stdout: | |
| actual-out> -- Configuring done | |
| actual-out> -- Generating done | |
| actual-out> -- Build files have been written to: /f/Projects/build-cmake-msys/Tests/RunCMake/FileAPI/codemodel-v2-build | |
| Actual stderr: | |
| actual-err> | |
| Call Stack (most recent call first): | |
| /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:214 (run_cmake) | |
| /f/Projects/cmake/Tests/RunCMake/FileAPI/RunCMakeTest.cmake:59 (run_cmake_command) | |
| /f/Projects/cmake/Tests/RunCMake/FileAPI/RunCMakeTest.cmake:63 (run_object) | |
| CMake Error at /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:200 (message): | |
| codemodel-v2-ClientStateful - FAILED: | |
| Unexpected index: | |
| Traceback (most recent call last): | |
| File "/f/Projects/cmake/Tests/RunCMake/FileAPI/codemodel-v2-check.py", line 899, in <module> | |
| check_objects(index["objects"], index["cmake"]["generator"]) | |
| File "/f/Projects/cmake/Tests/RunCMake/FileAPI/codemodel-v2-check.py", line 15, in check_objects | |
| check_index_object(o[0], "codemodel", 2, 3, check_object_codemodel(g)) | |
| File "/f/Projects/cmake/Tests/RunCMake/FileAPI/check_index.py", line 141, in check_index_object | |
| check(object) | |
| File "/f/Projects/cmake/Tests/RunCMake/FileAPI/codemodel-v2-check.py", line 893, in _check | |
| check_object_codemodel_configuration(c, g, inSource) | |
| File "/f/Projects/cmake/Tests/RunCMake/FileAPI/codemodel-v2-check.py", line 871, in check_object_codemodel_configuration | |
| check_directories(c, g) | |
| File "/f/Projects/cmake/Tests/RunCMake/FileAPI/codemodel-v2-check.py", line 652, in check_directories | |
| check_list_match(lambda a, e: matches(a["source"], e["source"]), c["directories"], gen_check_directories(c, g), | |
| File "/f/Projects/cmake/Tests/RunCMake/FileAPI/check_index.py", line 57, in check_list_match | |
| check(actual_item, expected_item) | |
| File "/f/Projects/cmake/Tests/RunCMake/FileAPI/codemodel-v2-check.py", line 128, in _check | |
| assert matches(ap, ep) | |
| AssertionError: Directory source: . | |
| Command was: | |
| command> "/f/Projects/build-cmake-msys/bin/cmake.exe" "." | |
| Actual stdout: | |
| actual-out> -- Configuring done | |
| actual-out> -- Generating done | |
| actual-out> -- Build files have been written to: /f/Projects/build-cmake-msys/Tests/RunCMake/FileAPI/codemodel-v2-build | |
| Actual stderr: | |
| actual-err> | |
| Call Stack (most recent call first): | |
| /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:214 (run_cmake) | |
| /f/Projects/cmake/Tests/RunCMake/FileAPI/RunCMakeTest.cmake:60 (run_cmake_command) | |
| /f/Projects/cmake/Tests/RunCMake/FileAPI/RunCMakeTest.cmake:63 (run_object) | |
| -- cache-v2 - PASSED | |
| -- cache-v2-SharedStateless - PASSED | |
| -- cache-v2-ClientStateless - PASSED | |
| -- cache-v2-ClientStateful - PASSED | |
| -- cmakeFiles-v1 - PASSED | |
| -- cmakeFiles-v1-SharedStateless - PASSED | |
| -- cmakeFiles-v1-ClientStateless - PASSED | |
| -- cmakeFiles-v1-ClientStateful - PASSED | |
| -- toolchains-v1 - PASSED | |
| -- toolchains-v1-SharedStateless - PASSED | |
| -- toolchains-v1-ClientStateless - PASSED | |
| -- toolchains-v1-ClientStateful - PASSED | |
| Start 425: RunCMake.cmake_path | |
| 3/10 Test #411: RunCMake.MaxRecursionDepth .......***Failed 44.53 sec | |
| -- function-default - PASSED | |
| -- function-var - PASSED | |
| -- function-invalid-var - PASSED | |
| -- function-default-script - PASSED | |
| -- function-var-script - PASSED | |
| -- function-invalid-var-script - PASSED | |
| -- macro-default - PASSED | |
| -- macro-var - PASSED | |
| -- macro-invalid-var - PASSED | |
| -- macro-default-script - PASSED | |
| -- macro-var-script - PASSED | |
| -- macro-invalid-var-script - PASSED | |
| CMake Error at /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:200 (message): | |
| include-default - FAILED: | |
| Result is [0], not [1]. | |
| stderr does not match that expected. | |
| Command was: | |
| command> "/f/Projects/build-cmake-msys/bin/cmake.exe" "/f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth" "-G" "Unix Makefiles" "-DRunCMake_TEST=include-default" "--no-warn-unused-cli" "-DCMAKE_MODULE_PATH=/f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth" "-DTEST_NAME=include" "-DCMAKE_MAKE_PROGRAM=/usr/bin/make.exe" | |
| Actual stdout: | |
| actual-out> Not searching for unused variables given on the command line. | |
| Expected stderr to match: | |
| expect-err> [0-9]+ | |
| expect-err> CMake Error at include_recursive\.cmake:1 \(message\): | |
| expect-err> Maximum recursion depth of [0-9]+ exceeded | |
| expect-err> Call Stack \(most recent call first\): | |
| expect-err> include_recursive\.cmake:3 \(include\) | |
| Actual stderr: | |
| actual-err> 3 | |
| actual-err> 4 | |
| actual-err> 5 | |
| actual-err> 6 | |
| actual-err> 7 | |
| actual-err> 8 | |
| actual-err> 9 | |
| actual-err> 10 | |
| ... | |
| actual-err> 966 | |
| actual-err> 967 | |
| actual-err> 968 | |
| actual-err> 969 | |
| Call Stack (most recent call first): | |
| /f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth/RunCMakeTest.cmake:6 (run_cmake) | |
| /f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth/RunCMakeTest.cmake:28 (run_cmake_recursive) | |
| -- include-var - PASSED | |
| CMake Error at /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:200 (message): | |
| include-invalid-var - FAILED: | |
| Result is [0], not [1]. | |
| stderr does not match that expected. | |
| Command was: | |
| command> "/f/Projects/build-cmake-msys/bin/cmake.exe" "/f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth" "-G" "Unix Makefiles" "-DRunCMake_TEST=include-invalid-var" "--no-warn-unused-cli" "-DCMAKE_MODULE_PATH=/f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth" "-DTEST_NAME=include" "-DCMAKE_MAXIMUM_RECURSION_DEPTH=a" "-DCMAKE_MAKE_PROGRAM=/usr/bin/make.exe" | |
| Actual stdout: | |
| actual-out> Not searching for unused variables given on the command line. | |
| Expected stderr to match: | |
| expect-err> [0-9]+ | |
| expect-err> CMake Error at include_recursive\.cmake:1 \(message\): | |
| expect-err> Maximum recursion depth of [0-9]+ exceeded | |
| expect-err> Call Stack \(most recent call first\): | |
| expect-err> include_recursive\.cmake:3 \(include\) | |
| Actual stderr: | |
| actual-err> 3 | |
| actual-err> 4 | |
| actual-err> 5 | |
| actual-err> 6 | |
| actual-err> 7 | |
| actual-err> 8 | |
| actual-err> 9 | |
| actual-err> 10 | |
| actual-err> 11 | |
| actual-err> 12 | |
| ... | |
| actual-err> 964 | |
| actual-err> 965 | |
| actual-err> 966 | |
| actual-err> 967 | |
| actual-err> 968 | |
| actual-err> 969 | |
| Call Stack (most recent call first): | |
| /f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth/RunCMakeTest.cmake:12 (run_cmake) | |
| /f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth/RunCMakeTest.cmake:28 (run_cmake_recursive) | |
| CMake Error at /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:200 (message): | |
| include-default-script - FAILED: | |
| Result is [0], not [1]. | |
| stderr does not match that expected. | |
| Command was: | |
| command> "/f/Projects/build-cmake-msys/bin/cmake.exe" "-DCMAKE_MODULE_PATH=/f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth" "-DTEST_NAME=include" "-P" "/f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth/CMakeLists.txt" | |
| Actual stdout: | |
| actual-out> | |
| Expected stderr to match: | |
| expect-err> [0-9]+ | |
| expect-err> CMake Error at .*/include_recursive\.cmake:1 \(message\): | |
| expect-err> Maximum recursion depth of [0-9]+ exceeded | |
| expect-err> Call Stack \(most recent call first\): | |
| expect-err> .*/include_recursive\.cmake:3 \(include\) | |
| Actual stderr: | |
| actual-err> 3 | |
| actual-err> 4 | |
| actual-err> 5 | |
| actual-err> 6 | |
| actual-err> 7 | |
| actual-err> 8 | |
| ... | |
| actual-err> 963 | |
| actual-err> 964 | |
| actual-err> 965 | |
| actual-err> 966 | |
| actual-err> 967 | |
| actual-err> 968 | |
| actual-err> 969 | |
| Call Stack (most recent call first): | |
| /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:214 (run_cmake) | |
| /f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth/RunCMakeTest.cmake:15 (run_cmake_command) | |
| /f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth/RunCMakeTest.cmake:28 (run_cmake_recursive) | |
| -- include-var-script - PASSED | |
| CMake Error at /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:200 (message): | |
| include-invalid-var-script - FAILED: | |
| Result is [0], not [1]. | |
| stderr does not match that expected. | |
| Command was: | |
| command> "/f/Projects/build-cmake-msys/bin/cmake.exe" "-DCMAKE_MODULE_PATH=/f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth" "-DTEST_NAME=include" "-DCMAKE_MAXIMUM_RECURSION_DEPTH=a" "-P" "/f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth/CMakeLists.txt" | |
| Actual stdout: | |
| actual-out> | |
| Expected stderr to match: | |
| expect-err> [0-9]+ | |
| expect-err> CMake Error at .*/include_recursive\.cmake:1 \(message\): | |
| expect-err> Maximum recursion depth of [0-9]+ exceeded | |
| expect-err> Call Stack \(most recent call first\): | |
| expect-err> .*/include_recursive\.cmake:3 \(include\) | |
| Actual stderr: | |
| actual-err> 3 | |
| actual-err> 4 | |
| actual-err> 5 | |
| actual-err> 6 | |
| actual-err> 7 | |
| actual-err> 8 | |
| actual-err> 9 | |
| actual-err> 10 | |
| ... | |
| actual-err> 963 | |
| actual-err> 964 | |
| actual-err> 965 | |
| actual-err> 966 | |
| actual-err> 967 | |
| actual-err> 968 | |
| actual-err> 969 | |
| Call Stack (most recent call first): | |
| /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:214 (run_cmake) | |
| /f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth/RunCMakeTest.cmake:17 (run_cmake_command) | |
| /f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth/RunCMakeTest.cmake:28 (run_cmake_recursive) | |
| CMake Error at /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:200 (message): | |
| find_package-default - FAILED: | |
| Result is [0], not [1]. | |
| stderr does not match that expected. | |
| Command was: | |
| command> "/f/Projects/build-cmake-msys/bin/cmake.exe" "/f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth" "-G" "Unix Makefiles" "-DRunCMake_TEST=find_package-default" "--no-warn-unused-cli" "-DCMAKE_MODULE_PATH=/f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth" "-DTEST_NAME=find_package" "-DCMAKE_MAKE_PROGRAM=/usr/bin/make.exe" | |
| Actual stdout: | |
| actual-out> Not searching for unused variables given on the command line. | |
| Expected stderr to match: | |
| expect-err> [0-9]+ | |
| expect-err> CMake Error at FindRecursivePackage\.cmake:1 \(message\): | |
| expect-err> Maximum recursion depth of [0-9]+ exceeded | |
| expect-err> Call Stack \(most recent call first\): | |
| expect-err> FindRecursivePackage\.cmake:3 \(find_package\) | |
| Actual stderr: | |
| actual-err> 3 | |
| actual-err> 4 | |
| actual-err> 5 | |
| actual-err> 6 | |
| actual-err> 7 | |
| actual-err> 8 | |
| actual-err> 9 | |
| actual-err> 10 | |
| ... | |
| actual-err> 463 | |
| actual-err> 464 | |
| actual-err> 465 | |
| actual-err> 466 | |
| actual-err> 467 | |
| actual-err> 468 | |
| Call Stack (most recent call first): | |
| /f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth/RunCMakeTest.cmake:6 (run_cmake) | |
| /f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth/RunCMakeTest.cmake:29 (run_cmake_recursive) | |
| -- find_package-var - PASSED | |
| CMake Error at /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:200 (message): | |
| find_package-invalid-var - FAILED: | |
| Result is [0], not [1]. | |
| stderr does not match that expected. | |
| Command was: | |
| command> "/f/Projects/build-cmake-msys/bin/cmake.exe" "/f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth" "-G" "Unix Makefiles" "-DRunCMake_TEST=find_package-invalid-var" "--no-warn-unused-cli" "-DCMAKE_MODULE_PATH=/f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth" "-DTEST_NAME=find_package" "-DCMAKE_MAXIMUM_RECURSION_DEPTH=a" "-DCMAKE_MAKE_PROGRAM=/usr/bin/make.exe" | |
| Actual stdout: | |
| actual-out> Not searching for unused variables given on the command line. | |
| Expected stderr to match: | |
| expect-err> [0-9]+ | |
| expect-err> CMake Error at FindRecursivePackage\.cmake:1 \(message\): | |
| expect-err> Maximum recursion depth of [0-9]+ exceeded | |
| expect-err> Call Stack \(most recent call first\): | |
| expect-err> FindRecursivePackage\.cmake:3 \(find_package\) | |
| Actual stderr: | |
| actual-err> 3 | |
| actual-err> 4 | |
| actual-err> 5 | |
| actual-err> 6 | |
| actual-err> 7 | |
| actual-err> 8 | |
| actual-err> 9 | |
| actual-err> 10 | |
| actual-err> 11 | |
| ... | |
| actual-err> 462 | |
| actual-err> 463 | |
| actual-err> 464 | |
| actual-err> 465 | |
| actual-err> 466 | |
| actual-err> 467 | |
| actual-err> 468 | |
| Call Stack (most recent call first): | |
| /f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth/RunCMakeTest.cmake:12 (run_cmake) | |
| /f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth/RunCMakeTest.cmake:29 (run_cmake_recursive) | |
| CMake Error at /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:200 (message): | |
| find_package-default-script - FAILED: | |
| Result is [0], not [1]. | |
| stderr does not match that expected. | |
| Command was: | |
| command> "/f/Projects/build-cmake-msys/bin/cmake.exe" "-DCMAKE_MODULE_PATH=/f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth" "-DTEST_NAME=find_package" "-P" "/f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth/CMakeLists.txt" | |
| Actual stdout: | |
| actual-out> | |
| Expected stderr to match: | |
| expect-err> [0-9]+ | |
| expect-err> CMake Error at .*/FindRecursivePackage\.cmake:1 \(message\): | |
| expect-err> Maximum recursion depth of [0-9]+ exceeded | |
| expect-err> Call Stack \(most recent call first\): | |
| expect-err> .*/FindRecursivePackage\.cmake:3 \(find_package\) | |
| Actual stderr: | |
| actual-err> 3 | |
| actual-err> 4 | |
| actual-err> 5 | |
| actual-err> 6 | |
| actual-err> 7 | |
| actual-err> 8 | |
| actual-err> 9 | |
| actual-err> 10 | |
| ... | |
| actual-err> 458 | |
| actual-err> 459 | |
| actual-err> 460 | |
| actual-err> 461 | |
| actual-err> 462 | |
| actual-err> 463 | |
| actual-err> 464 | |
| actual-err> 465 | |
| Call Stack (most recent call first): | |
| /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:214 (run_cmake) | |
| /f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth/RunCMakeTest.cmake:15 (run_cmake_command) | |
| /f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth/RunCMakeTest.cmake:29 (run_cmake_recursive) | |
| -- find_package-var-script - PASSED | |
| CMake Error at /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:200 (message): | |
| find_package-invalid-var-script - FAILED: | |
| Result is [0], not [1]. | |
| stderr does not match that expected. | |
| Command was: | |
| command> "/f/Projects/build-cmake-msys/bin/cmake.exe" "-DCMAKE_MODULE_PATH=/f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth" "-DTEST_NAME=find_package" "-DCMAKE_MAXIMUM_RECURSION_DEPTH=a" "-P" "/f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth/CMakeLists.txt" | |
| Actual stdout: | |
| actual-out> | |
| Expected stderr to match: | |
| expect-err> [0-9]+ | |
| expect-err> CMake Error at .*/FindRecursivePackage\.cmake:1 \(message\): | |
| expect-err> Maximum recursion depth of [0-9]+ exceeded | |
| expect-err> Call Stack \(most recent call first\): | |
| expect-err> .*/FindRecursivePackage\.cmake:3 \(find_package\) | |
| Actual stderr: | |
| actual-err> 3 | |
| actual-err> 4 | |
| actual-err> 5 | |
| actual-err> 6 | |
| actual-err> 7 | |
| actual-err> 8 | |
| ... | |
| actual-err> 458 | |
| actual-err> 459 | |
| actual-err> 460 | |
| actual-err> 461 | |
| actual-err> 462 | |
| actual-err> 463 | |
| actual-err> 464 | |
| actual-err> 465 | |
| Call Stack (most recent call first): | |
| /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:214 (run_cmake) | |
| /f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth/RunCMakeTest.cmake:17 (run_cmake_command) | |
| /f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth/RunCMakeTest.cmake:29 (run_cmake_recursive) | |
| -- variable_watch-default - PASSED | |
| -- variable_watch-var - PASSED | |
| -- variable_watch-invalid-var - PASSED | |
| -- variable_watch-default-script - PASSED | |
| -- variable_watch-var-script - PASSED | |
| -- variable_watch-invalid-var-script - PASSED | |
| -- add_subdirectory-var - PASSED | |
| -- try_compile-var - PASSED | |
| CMake Error at /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:200 (message): | |
| ctest_read_custom_files-default - FAILED: | |
| Result is [0], not [(-1|255)]. | |
| stderr does not match that expected. | |
| Command was: | |
| command> "/f/Projects/build-cmake-msys/bin/ctest.exe" "-C" "Debug" "-S" "/f/Projects/build-cmake-msys/Tests/RunCMake/MaxRecursionDepth/ctest_read_custom_files-default/test.cmake" "-V" "--output-log" "/f/Projects/build-cmake-msys/Tests/RunCMake/MaxRecursionDepth/ctest_read_custom_files-default-build/testOutput.log" "--no-compress-output" "-DCMAKE_MODULE_PATH=/f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth" "-DTEST_NAME=ctest_read_custom_files" | |
| Actual stdout: | |
| actual-out> | |
| Expected stderr to match: | |
| expect-err> [0-9]+ | |
| expect-err> CMake Error at .*/Tests/RunCMake/MaxRecursionDepth/CTestCustom\.cmake:1 \(message\): | |
| expect-err> Maximum recursion depth of [0-9]+ exceeded | |
| expect-err> Call Stack \(most recent call first\): | |
| expect-err> .*/Tests/RunCMake/MaxRecursionDepth/CTestCustom\.cmake:3 \(ctest_read_custom_files\) | |
| Actual stderr: | |
| actual-err> 2 | |
| actual-err> 3 | |
| actual-err> 4 | |
| actual-err> 5 | |
| actual-err> 6 | |
| actual-err> 7 | |
| actual-err> 8 | |
| actual-err> 9 | |
| actual-err> 10 | |
| actual-err> 11 | |
| ... | |
| actual-err> 949 | |
| actual-err> 950 | |
| actual-err> 951 | |
| actual-err> 952 | |
| actual-err> 953 | |
| actual-err> 954 | |
| actual-err> 955 | |
| Call Stack (most recent call first): | |
| /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:214 (run_cmake) | |
| /f/Projects/cmake/Tests/RunCMake/RunCTest.cmake:17 (run_cmake_command) | |
| /f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth/RunCMakeTest.cmake:21 (run_ctest) | |
| /f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth/RunCMakeTest.cmake:42 (run_ctest_recursive) | |
| -- ctest_read_custom_files-var - PASSED | |
| CMake Error at /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:200 (message): | |
| ctest_read_custom_files-invalid-var - FAILED: | |
| Result is [0], not [(-1|255)]. | |
| stderr does not match that expected. | |
| Command was: | |
| command> "/f/Projects/build-cmake-msys/bin/ctest.exe" "-C" "Debug" "-S" "/f/Projects/build-cmake-msys/Tests/RunCMake/MaxRecursionDepth/ctest_read_custom_files-invalid-var/test.cmake" "-V" "--output-log" "/f/Projects/build-cmake-msys/Tests/RunCMake/MaxRecursionDepth/ctest_read_custom_files-invalid-var-build/testOutput.log" "--no-compress-output" "-DCMAKE_MODULE_PATH=/f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth" "-DTEST_NAME=ctest_read_custom_files" "-DCMAKE_MAXIMUM_RECURSION_DEPTH=a" | |
| Actual stdout: | |
| actual-out> | |
| Expected stderr to match: | |
| expect-err> [0-9]+ | |
| expect-err> CMake Error at .*/Tests/RunCMake/MaxRecursionDepth/CTestCustom\.cmake:1 \(message\): | |
| expect-err> Maximum recursion depth of [0-9]+ exceeded | |
| expect-err> Call Stack \(most recent call first\): | |
| expect-err> .*/Tests/RunCMake/MaxRecursionDepth/CTestCustom\.cmake:3 \(ctest_read_custom_files\) | |
| Actual stderr: | |
| actual-err> 2 | |
| actual-err> 3 | |
| actual-err> 4 | |
| actual-err> 5 | |
| actual-err> 6 | |
| actual-err> 7 | |
| actual-err> 8 | |
| actual-err> 9 | |
| actual-err> 10 | |
| ... | |
| actual-err> 952 | |
| actual-err> 953 | |
| actual-err> 954 | |
| actual-err> 955 | |
| Call Stack (most recent call first): | |
| /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:214 (run_cmake) | |
| /f/Projects/cmake/Tests/RunCMake/RunCTest.cmake:17 (run_cmake_command) | |
| /f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth/RunCMakeTest.cmake:23 (run_ctest) | |
| /f/Projects/cmake/Tests/RunCMake/MaxRecursionDepth/RunCMakeTest.cmake:42 (run_ctest_recursive) | |
| -- ctest_run_script-var - PASSED | |
| Start 439: RunCMake.file | |
| 4/10 Test #375: RunCMake.GenEx-TARGET_FILE .......***Failed 66.68 sec | |
| -- TARGET_FILE-recursion - PASSED | |
| -- OUTPUT_NAME-recursion - PASSED | |
| -- TARGET_FILE_DIR-dependency - PASSED | |
| -- TARGET_FILE_DIR-no-dependency - PASSED | |
| -- TARGET_FILE_PREFIX-imported-target - PASSED | |
| -- TARGET_FILE_PREFIX - PASSED | |
| -- TARGET_FILE_PREFIX-non-valid-target - PASSED | |
| -- TARGET_LINKER_FILE_PREFIX-non-valid-target - PASSED | |
| -- TARGET_FILE_SUFFIX - PASSED | |
| -- TARGET_FILE_SUFFIX-imported-target - PASSED | |
| -- TARGET_FILE_SUFFIX-non-valid-target - PASSED | |
| -- TARGET_LINKER_FILE_SUFFIX-non-valid-target - PASSED | |
| CMake Error at /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:200 (message): | |
| TARGET_FILE_BASE_NAME - FAILED: | |
| TARGET_FILE_BASE_NAME shared all properties: actual result: | |
| [shared3_runtime] | |
| but expected: | |
| [shared3_library] | |
| TARGET_LINKER_FILE_BASE_NAME shared linker all properties: actual result: | |
| [shared3_archive] | |
| but expected: | |
| [shared3_library] | |
| TARGET_FILE_BASE_NAME shared all properties + postfix: actual result: | |
| [shared4_runtime_postfix] | |
| but expected: | |
| [shared4_library_postfix] | |
| TARGET_LINKER_FILE_BASE_NAME shared linker all properties + postfix: actual | |
| result: | |
| [shared4_archive_postfix] | |
| but expected: | |
| [shared4_library_postfix] | |
| Command was: | |
| command> "/f/Projects/build-cmake-msys/bin/cmake.exe" "/f/Projects/cmake/Tests/RunCMake/GenEx-TARGET_FILE" "-G" "Unix Makefiles" "-DRunCMake_TEST=TARGET_FILE_BASE_NAME" "--no-warn-unused-cli" "-DCMAKE_BUILD_TYPE:STRING=Debug" "-DCMAKE_MAKE_PROGRAM=/usr/bin/make.exe" | |
| Actual stdout: | |
| actual-out> Not searching for unused variables given on the command line. | |
| actual-out> -- The C compiler identification is GNU 10.2.0 | |
| actual-out> -- Detecting C compiler ABI info | |
| actual-out> -- Detecting C compiler ABI info - done | |
| actual-out> -- Check for working C compiler: /usr/bin/cc.exe - skipped | |
| actual-out> -- Detecting C compile features | |
| actual-out> -- Detecting C compile features - done | |
| actual-out> -- Configuring done | |
| actual-out> -- Generating done | |
| actual-out> -- Build files have been written to: /f/Projects/build-cmake-msys/Tests/RunCMake/GenEx-TARGET_FILE/TARGET_FILE_BASE_NAME-build | |
| Actual stderr: | |
| actual-err> | |
| Call Stack (most recent call first): | |
| /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:224 (run_cmake) | |
| /f/Projects/cmake/Tests/RunCMake/GenEx-TARGET_FILE/RunCMakeTest.cmake:15 (run_cmake_with_options) | |
| -- TARGET_FILE_BASE_NAME-imported-target - PASSED | |
| -- TARGET_FILE_BASE_NAME-non-valid-target - PASSED | |
| -- TARGET_LINKER_FILE_BASE_NAME-non-valid-target - PASSED | |
| -- NonValidTarget-TARGET_BUNDLE_DIR - PASSED | |
| -- NonValidTarget-TARGET_BUNDLE_CONTENT_DIR - PASSED | |
| -- ImportedTarget-TARGET_BUNDLE_DIR - PASSED | |
| -- ImportedTarget-TARGET_BUNDLE_CONTENT_DIR - PASSED | |
| -- ImportedTarget-TARGET_PDB_FILE - PASSED | |
| -- ImportedTarget-TARGET_PDB_FILE_BASE_NAME - PASSED | |
| -- NonValidCompiler-TARGET_PDB_FILE - PASSED | |
| -- NonValidCompiler-TARGET_PDB_FILE_BASE_NAME - PASSED | |
| Start 444: RunCMake.find_package | |
| 5/10 Test #350: RunCMake.BuildDepends ............Subprocess aborted***Exception: 116.22 sec | |
| -- C-Exe - PASSED | |
| -- C-Exe-build1 - PASSED | |
| -- C-Exe-build2 - PASSED | |
| -- C-Exe-Manifest - PASSED | |
| -- C-Exe-Manifest-build1 - PASSED | |
| -- C-Exe-Manifest-build2 - PASSED | |
| -- Custom-Symbolic-and-Byproduct - PASSED | |
| -- Custom-Symbolic-and-Byproduct-build1 - PASSED | |
| -- Custom-Symbolic-and-Byproduct-build2 - PASSED | |
| -- Custom-Always - PASSED | |
| -- Custom-Always-build1 - PASSED | |
| -- Custom-Always-build2 - PASSED | |
| -- ExternalProjectCacheArgs - PASSED | |
| -- ExternalProjectCacheArgs-build1 - PASSED | |
| -- ExternalProjectCacheArgs-build2 - PASSED | |
| -- BuildUnderSource - PASSED | |
| -- BuildUnderSource-build1 - PASSED | |
| -- BuildUnderSource-build2 - PASSED | |
| -- MakeCustomIncludes - PASSED | |
| -- MakeCustomIncludes-build1 - PASSED | |
| -- MakeCustomIncludes-build2 - PASSED | |
| -- MakeInProjectOnly - PASSED | |
| -- MakeInProjectOnly-build1 - PASSED | |
| -- MakeInProjectOnly-build2 - PASSED | |
| -- RepeatCMake-Custom - PASSED | |
| -- RepeatCMake-Custom-build1 - PASSED | |
| -- RepeatCMake-Custom-rerun1 - PASSED | |
| -- RepeatCMake-Custom-build2 - PASSED | |
| -- CompilerDependencies - PASSED | |
| -- CompilerDependencies-build1 - PASSED | |
| terminate called after throwing an instance of 'std::out_of_range' | |
| what(): basic_string::erase: __pos (which is 18446744073709478104) > this->size() (which is 114) | |
| Start 483: RunCMake.SymlinkTrees | |
| 6/10 Test #483: RunCMake.SymlinkTrees ............***Failed 1.59 sec | |
| CMake Error at /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:200 (message): | |
| common_symlinks - FAILED: | |
| stdout does not match that expected. | |
| Command was: | |
| command> "/f/Projects/build-cmake-msys/bin/cmake.exe" "/f/Projects/build-cmake-msys/Tests/RunCMake/SymlinkTrees/common/source" "-G" "Unix Makefiles" "-DRunCMake_TEST=common_symlinks" "--no-warn-unused-cli" "-Dinclude_dir:PATH=/f/Projects/cmake/Tests/RunCMake/SymlinkTrees" "-DCMAKE_MAKE_PROGRAM=/usr/bin/make.exe" | |
| Expected stdout to match: | |
| expect-out> -- source: '[^']*/Tests/RunCMake/SymlinkTrees/common/source' | |
| expect-out> -- binary: '[^']*/Tests/RunCMake/SymlinkTrees/common/binary' | |
| expect-out> -- real source: '[^']*/Tests/RunCMake/SymlinkTrees/common_real/source' | |
| expect-out> -- real binary: '[^']*/Tests/RunCMake/SymlinkTrees/common_real/binary' | |
| Actual stdout: | |
| actual-out> Not searching for unused variables given on the command line. | |
| actual-out> -- source: '/f/Projects/build-cmake-msys/Tests/RunCMake/SymlinkTrees/common/source' | |
| actual-out> -- binary: '/f/Projects/build-cmake-msys/Tests/RunCMake/SymlinkTrees/common/binary' | |
| actual-out> -- real source: '/f/Projects/build-cmake-msys/Tests/RunCMake/SymlinkTrees/common/source' | |
| actual-out> -- real binary: '/f/Projects/build-cmake-msys/Tests/RunCMake/SymlinkTrees/common/binary' | |
| actual-out> -- Configuring done | |
| actual-out> -- Generating done | |
| actual-out> -- Build files have been written to: /f/Projects/build-cmake-msys/Tests/RunCMake/SymlinkTrees/common/binary | |
| Actual stderr: | |
| actual-err> | |
| Call Stack (most recent call first): | |
| /f/Projects/cmake/Tests/RunCMake/SymlinkTrees/RunCMakeTest.cmake:18 (run_cmake) | |
| /f/Projects/cmake/Tests/RunCMake/SymlinkTrees/RunCMakeTest.cmake:34 (run_symlink_test) | |
| Start 508: RunCMake.install | |
| 7/10 Test #444: RunCMake.find_package ............***Failed 52.68 sec | |
| -- CMP0074-WARN - PASSED | |
| -- CMP0074-OLD - PASSED | |
| -- ComponentRequiredAndOptional - PASSED | |
| -- FromPATHEnv - PASSED | |
| -- FromPrefixPath - PASSED | |
| -- MissingNormal - PASSED | |
| -- MissingNormalRequired - PASSED | |
| -- MissingNormalVersion - PASSED | |
| -- MissingNormalWarnNoModuleOld - PASSED | |
| -- MissingNormalWarnNoModuleNew - PASSED | |
| -- MissingModule - PASSED | |
| -- MissingModuleRequired - PASSED | |
| -- MissingConfig - PASSED | |
| -- MissingConfigDebug - PASSED | |
| -- MissingConfigOneName - PASSED | |
| -- MissingConfigRequired - PASSED | |
| -- MissingConfigVersion - PASSED | |
| -- MixedModeOptions - PASSED | |
| -- PackageRoot - PASSED | |
| -- PackageRootNestedConfig - PASSED | |
| -- PackageRootNestedModule - PASSED | |
| -- PolicyPush - PASSED | |
| -- PolicyPop - PASSED | |
| -- SetFoundFALSE - PASSED | |
| -- WrongVersion - PASSED | |
| -- WrongVersionConfig - PASSED | |
| -- CMP0084-OLD - PASSED | |
| -- CMP0084-WARN - PASSED | |
| -- CMP0084-NEW - PASSED | |
| -- WrongVersionRange - PASSED | |
| -- EmptyVersionRange - PASSED | |
| -- VersionRangeWithEXACT - PASSED | |
| -- VersionRange - PASSED | |
| -- VersionRange2 - PASSED | |
| -- VersionRange3 - PASSED | |
| -- VersionRange4 - PASSED | |
| -- VersionRangeConfig - PASSED | |
| -- VersionRangeConfig2 - PASSED | |
| -- VersionRangeConfigStd - PASSED | |
| -- VersionRangeConfigStd2 - PASSED | |
| CMake Error at /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:200 (message): | |
| SetFoundResolved - FAILED: | |
| stderr does not match that expected. | |
| Command was: | |
| command> "/f/Projects/build-cmake-msys/bin/cmake.exe" "/f/Projects/cmake/Tests/RunCMake/find_package" "-G" "Unix Makefiles" "-DRunCMake_TEST=SetFoundResolved" "--no-warn-unused-cli" "-DCMAKE_MAKE_PROGRAM=/usr/bin/make.exe" | |
| Actual stdout: | |
| actual-out> Not searching for unused variables given on the command line. | |
| actual-out> -- Configuring done | |
| actual-out> -- Generating done | |
| actual-out> -- Build files have been written to: /f/Projects/build-cmake-msys/Tests/RunCMake/find_package/SetFoundResolved-build | |
| Expected stderr to match: | |
| expect-err> CMake Warning at SetFoundResolved.cmake:10 \(message\): | |
| expect-err> .*/Tests/RunCMake/find_package/symlink | |
| expect-err> Call Stack \(most recent call first\): | |
| expect-err> CMakeLists.txt:3 \(include\) | |
| expect-err> | |
| expect-err> | |
| expect-err> CMake Warning at SetFoundResolved.cmake:15 \(message\): | |
| expect-err> .*/Tests/RunCMake/find_package/PackageRoot | |
| expect-err> Call Stack \(most recent call first\): | |
| expect-err> CMakeLists.txt:3 \(include\) | |
| Actual stderr: | |
| actual-err> CMake Warning at SetFoundResolved.cmake:10 (message): | |
| actual-err> /f/Projects/cmake/Tests/RunCMake/find_package/symlink | |
| actual-err> Call Stack (most recent call first): | |
| actual-err> CMakeLists.txt:3 (include) | |
| actual-err> | |
| actual-err> | |
| actual-err> CMake Warning at SetFoundResolved.cmake:15 (message): | |
| actual-err> /f/Projects/cmake/Tests/RunCMake/find_package/symlink | |
| actual-err> Call Stack (most recent call first): | |
| actual-err> CMakeLists.txt:3 (include) | |
| Call Stack (most recent call first): | |
| /f/Projects/cmake/Tests/RunCMake/find_package/RunCMakeTest.cmake:44 (run_cmake) | |
| 8/10 Test #425: RunCMake.cmake_path ..............***Failed 72.82 sec | |
| -- GET-ROOT_NAME-wrong-path - PASSED | |
| -- GET-ROOT_DIRECTORY-wrong-path - PASSED | |
| -- GET-ROOT_PATH-wrong-path - PASSED | |
| -- GET-FILENAME-wrong-path - PASSED | |
| -- GET-EXTENSION-wrong-path - PASSED | |
| -- GET-STEM-wrong-path - PASSED | |
| -- GET-RELATIVE_PART-wrong-path - PASSED | |
| -- GET-PARENT_PATH-wrong-path - PASSED | |
| -- APPEND_STRING-wrong-path - PASSED | |
| -- REMOVE_FILENAME-wrong-path - PASSED | |
| -- REPLACE_FILENAME-wrong-path - PASSED | |
| -- REMOVE_EXTENSION-wrong-path - PASSED | |
| -- REPLACE_EXTENSION-wrong-path - PASSED | |
| -- NORMAL_PATH-wrong-path - PASSED | |
| -- RELATIVE_PATH-wrong-path - PASSED | |
| -- ABSOLUTE_PATH-wrong-path - PASSED | |
| -- NATIVE_PATH-wrong-path - PASSED | |
| -- HAS_ROOT_NAME-wrong-path - PASSED | |
| -- HAS_ROOT_DIRECTORY-wrong-path - PASSED | |
| -- HAS_ROOT_PATH-wrong-path - PASSED | |
| -- HAS_FILENAME-wrong-path - PASSED | |
| -- HAS_EXTENSION-wrong-path - PASSED | |
| -- HAS_STEM-wrong-path - PASSED | |
| -- HAS_RELATIVE_PART-wrong-path - PASSED | |
| -- HAS_PARENT_PATH-wrong-path - PASSED | |
| -- IS_ABSOLUTE-wrong-path - PASSED | |
| -- IS_RELATIVE-wrong-path - PASSED | |
| -- IS_PREFIX-wrong-path - PASSED | |
| -- HASH-wrong-path - PASSED | |
| -- GET-ROOT_NAME-missing-output - PASSED | |
| -- GET-ROOT_DIRECTORY-missing-output - PASSED | |
| -- GET-ROOT_PATH-missing-output - PASSED | |
| -- GET-FILENAME-missing-output - PASSED | |
| -- GET-EXTENSION-missing-output - PASSED | |
| -- GET-STEM-missing-output - PASSED | |
| -- GET-RELATIVE_PART-missing-output - PASSED | |
| -- GET-PARENT_PATH-missing-output - PASSED | |
| -- CONVERT-TO_CMAKE_PATH_LIST-missing-output - PASSED | |
| -- CONVERT-TO_NATIVE_PATH_LIST-missing-output - PASSED | |
| -- COMPARE-EQUAL-missing-output - PASSED | |
| -- COMPARE-NOT_EQUAL-missing-output - PASSED | |
| -- SET-missing-output - PASSED | |
| -- NATIVE_PATH-missing-output - PASSED | |
| -- HAS_ROOT_NAME-missing-output - PASSED | |
| -- HAS_ROOT_DIRECTORY-missing-output - PASSED | |
| -- HAS_ROOT_PATH-missing-output - PASSED | |
| -- HAS_FILENAME-missing-output - PASSED | |
| -- HAS_EXTENSION-missing-output - PASSED | |
| -- HAS_STEM-missing-output - PASSED | |
| -- HAS_RELATIVE_PART-missing-output - PASSED | |
| -- HAS_PARENT_PATH-missing-output - PASSED | |
| -- IS_ABSOLUTE-missing-output - PASSED | |
| -- IS_RELATIVE-missing-output - PASSED | |
| -- IS_PREFIX-missing-output - PASSED | |
| -- HASH-missing-output - PASSED | |
| -- APPEND-OUTPUT_VARIABLE-no-arg - PASSED | |
| -- APPEND_STRING-OUTPUT_VARIABLE-no-arg - PASSED | |
| -- REMOVE_FILENAME-OUTPUT_VARIABLE-no-arg - PASSED | |
| -- REPLACE_FILENAME-OUTPUT_VARIABLE-no-arg - PASSED | |
| -- REMOVE_EXTENSION-OUTPUT_VARIABLE-no-arg - PASSED | |
| -- REPLACE_EXTENSION-OUTPUT_VARIABLE-no-arg - PASSED | |
| -- NORMAL_PATH-OUTPUT_VARIABLE-no-arg - PASSED | |
| -- RELATIVE_PATH-OUTPUT_VARIABLE-no-arg - PASSED | |
| -- ABSOLUTE_PATH-OUTPUT_VARIABLE-no-arg - PASSED | |
| -- GET-ROOT_NAME-invalid-output - PASSED | |
| -- GET-ROOT_DIRECTORY-invalid-output - PASSED | |
| -- GET-ROOT_PATH-invalid-output - PASSED | |
| -- GET-FILENAME-invalid-output - PASSED | |
| -- GET-EXTENSION-invalid-output - PASSED | |
| -- GET-STEM-invalid-output - PASSED | |
| -- GET-RELATIVE_PART-invalid-output - PASSED | |
| -- GET-PARENT_PATH-invalid-output - PASSED | |
| -- CONVERT-TO_CMAKE_PATH_LIST-invalid-output - PASSED | |
| -- CONVERT-TO_NATIVE_PATH_LIST-invalid-output - PASSED | |
| -- COMPARE-EQUAL-invalid-output - PASSED | |
| -- COMPARE-NOT_EQUAL-invalid-output - PASSED | |
| -- NATIVE_PATH-invalid-output - PASSED | |
| -- HAS_ROOT_NAME-invalid-output - PASSED | |
| -- HAS_ROOT_DIRECTORY-invalid-output - PASSED | |
| -- HAS_ROOT_PATH-invalid-output - PASSED | |
| -- HAS_FILENAME-invalid-output - PASSED | |
| -- HAS_EXTENSION-invalid-output - PASSED | |
| -- HAS_STEM-invalid-output - PASSED | |
| -- HAS_RELATIVE_PART-invalid-output - PASSED | |
| -- HAS_PARENT_PATH-invalid-output - PASSED | |
| -- IS_ABSOLUTE-invalid-output - PASSED | |
| -- IS_RELATIVE-invalid-output - PASSED | |
| -- IS_PREFIX-invalid-output - PASSED | |
| -- HASH-invalid-output - PASSED | |
| -- APPEND-OUTPUT_VARIABLE-invalid-arg - PASSED | |
| -- APPEND_STRING-OUTPUT_VARIABLE-invalid-arg - PASSED | |
| -- REMOVE_FILENAME-OUTPUT_VARIABLE-invalid-arg - PASSED | |
| -- REPLACE_FILENAME-OUTPUT_VARIABLE-invalid-arg - PASSED | |
| -- REMOVE_EXTENSION-OUTPUT_VARIABLE-invalid-arg - PASSED | |
| -- REPLACE_EXTENSION-OUTPUT_VARIABLE-invalid-arg - PASSED | |
| -- NORMAL_PATH-OUTPUT_VARIABLE-invalid-arg - PASSED | |
| -- RELATIVE_PATH-OUTPUT_VARIABLE-invalid-arg - PASSED | |
| -- ABSOLUTE_PATH-OUTPUT_VARIABLE-invalid-arg - PASSED | |
| -- GET-ROOT_NAME-unexpected-arg - PASSED | |
| -- GET-ROOT_DIRECTORY-unexpected-arg - PASSED | |
| -- GET-ROOT_PATH-unexpected-arg - PASSED | |
| -- GET-FILENAME-unexpected-arg - PASSED | |
| -- GET-EXTENSION-unexpected-arg - PASSED | |
| -- GET-STEM-unexpected-arg - PASSED | |
| -- GET-RELATIVE_PART-unexpected-arg - PASSED | |
| -- GET-PARENT_PATH-unexpected-arg - PASSED | |
| -- CONVERT-TO_CMAKE_PATH_LIST-unexpected-arg - PASSED | |
| -- CONVERT-TO_NATIVE_PATH_LIST-unexpected-arg - PASSED | |
| -- REMOVE_FILENAME-unexpected-arg - PASSED | |
| -- REPLACE_FILENAME-unexpected-arg - PASSED | |
| -- REMOVE_EXTENSION-unexpected-arg - PASSED | |
| -- REPLACE_EXTENSION-unexpected-arg - PASSED | |
| -- NORMAL_PATH-unexpected-arg - PASSED | |
| -- RELATIVE_PATH-unexpected-arg - PASSED | |
| -- ABSOLUTE_PATH-unexpected-arg - PASSED | |
| -- SET-unexpected-arg - PASSED | |
| -- NATIVE_PATH-unexpected-arg - PASSED | |
| -- HAS_ROOT_NAME-unexpected-arg - PASSED | |
| -- HAS_ROOT_DIRECTORY-unexpected-arg - PASSED | |
| -- HAS_ROOT_PATH-unexpected-arg - PASSED | |
| -- HAS_FILENAME-unexpected-arg - PASSED | |
| -- HAS_EXTENSION-unexpected-arg - PASSED | |
| -- HAS_STEM-unexpected-arg - PASSED | |
| -- HAS_RELATIVE_PART-unexpected-arg - PASSED | |
| -- HAS_PARENT_PATH-unexpected-arg - PASSED | |
| -- IS_ABSOLUTE-unexpected-arg - PASSED | |
| -- IS_RELATIVE-unexpected-arg - PASSED | |
| -- IS_PREFIX-unexpected-arg - PASSED | |
| -- HASH-unexpected-arg - PASSED | |
| -- GET-wrong-operator - PASSED | |
| -- CONVERT-wrong-operator - PASSED | |
| -- COMPARE-wrong-operator - PASSED | |
| CMake Error at /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:200 (message): | |
| GET - FAILED: | |
| Result is [Subprocess aborted], not [0]. | |
| stderr does not match that expected. | |
| Command was: | |
| command> "/f/Projects/build-cmake-msys/bin/cmake.exe" "/f/Projects/cmake/Tests/RunCMake/cmake_path" "-G" "Unix Makefiles" "-DRunCMake_TEST=GET" "--no-warn-unused-cli" "-DRunCMake_SOURCE_DIR=/f/Projects/cmake/Tests/RunCMake/cmake_path" "-DCMAKE_MAKE_PROGRAM=/usr/bin/make.exe" | |
| Actual stdout: | |
| actual-out> Not searching for unused variables given on the command line. | |
| Expected stderr to match: | |
| expect-err> ^$ | |
| Actual stderr: | |
| actual-err> terminate called after throwing an instance of 'std::out_of_range' | |
| actual-err> what(): basic_string::substr: __pos (which is 18446744073709451041) > this->size() (which is 19) | |
| Call Stack (most recent call first): | |
| /f/Projects/cmake/Tests/RunCMake/cmake_path/RunCMakeTest.cmake:167 (run_cmake) | |
| -- SET - PASSED | |
| -- APPEND - PASSED | |
| -- APPEND_STRING - PASSED | |
| CMake Error at /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:200 (message): | |
| REMOVE_FILENAME - FAILED: | |
| Result is [Subprocess aborted], not [0]. | |
| stderr does not match that expected. | |
| Command was: | |
| command> "/f/Projects/build-cmake-msys/bin/cmake.exe" "/f/Projects/cmake/Tests/RunCMake/cmake_path" "-G" "Unix Makefiles" "-DRunCMake_TEST=REMOVE_FILENAME" "--no-warn-unused-cli" "-DRunCMake_SOURCE_DIR=/f/Projects/cmake/Tests/RunCMake/cmake_path" "-DCMAKE_MAKE_PROGRAM=/usr/bin/make.exe" | |
| Actual stdout: | |
| actual-out> Not searching for unused variables given on the command line. | |
| Expected stderr to match: | |
| expect-err> ^$ | |
| Actual stderr: | |
| actual-err> terminate called after throwing an instance of 'std::out_of_range' | |
| actual-err> what(): basic_string::erase: __pos (which is 18446744073709547668) > this->size() (which is 9) | |
| Call Stack (most recent call first): | |
| /f/Projects/cmake/Tests/RunCMake/cmake_path/RunCMakeTest.cmake:171 (run_cmake) | |
| CMake Error at /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:200 (message): | |
| REPLACE_FILENAME - FAILED: | |
| Result is [Subprocess aborted], not [0]. | |
| stderr does not match that expected. | |
| Command was: | |
| command> "/f/Projects/build-cmake-msys/bin/cmake.exe" "/f/Projects/cmake/Tests/RunCMake/cmake_path" "-G" "Unix Makefiles" "-DRunCMake_TEST=REPLACE_FILENAME" "--no-warn-unused-cli" "-DRunCMake_SOURCE_DIR=/f/Projects/cmake/Tests/RunCMake/cmake_path" "-DCMAKE_MAKE_PROGRAM=/usr/bin/make.exe" | |
| Actual stdout: | |
| actual-out> Not searching for unused variables given on the command line. | |
| Expected stderr to match: | |
| expect-err> ^$ | |
| Actual stderr: | |
| actual-err> terminate called after throwing an instance of 'std::out_of_range' | |
| actual-err> what(): basic_string::erase: __pos (which is 18446744073709550708) > this->size() (which is 9) | |
| Call Stack (most recent call first): | |
| /f/Projects/cmake/Tests/RunCMake/cmake_path/RunCMakeTest.cmake:172 (run_cmake) | |
| CMake Error at /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:200 (message): | |
| REMOVE_EXTENSION - FAILED: | |
| Result is [Subprocess aborted], not [0]. | |
| stderr does not match that expected. | |
| Command was: | |
| command> "/f/Projects/build-cmake-msys/bin/cmake.exe" "/f/Projects/cmake/Tests/RunCMake/cmake_path" "-G" "Unix Makefiles" "-DRunCMake_TEST=REMOVE_EXTENSION" "--no-warn-unused-cli" "-DRunCMake_SOURCE_DIR=/f/Projects/cmake/Tests/RunCMake/cmake_path" "-DCMAKE_MAKE_PROGRAM=/usr/bin/make.exe" | |
| Actual stdout: | |
| actual-out> Not searching for unused variables given on the command line. | |
| Expected stderr to match: | |
| expect-err> ^$ | |
| Actual stderr: | |
| actual-err> terminate called after throwing an instance of 'std::out_of_range' | |
| actual-err> what(): basic_string::erase: __pos (which is 18446744073709466740) > this->size() (which is 9) | |
| Call Stack (most recent call first): | |
| /f/Projects/cmake/Tests/RunCMake/cmake_path/RunCMakeTest.cmake:173 (run_cmake) | |
| CMake Error at /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:200 (message): | |
| REPLACE_EXTENSION - FAILED: | |
| Result is [Subprocess aborted], not [0]. | |
| stderr does not match that expected. | |
| Command was: | |
| command> "/f/Projects/build-cmake-msys/bin/cmake.exe" "/f/Projects/cmake/Tests/RunCMake/cmake_path" "-G" "Unix Makefiles" "-DRunCMake_TEST=REPLACE_EXTENSION" "--no-warn-unused-cli" "-DRunCMake_SOURCE_DIR=/f/Projects/cmake/Tests/RunCMake/cmake_path" "-DCMAKE_MAKE_PROGRAM=/usr/bin/make.exe" | |
| Actual stdout: | |
| actual-out> Not searching for unused variables given on the command line. | |
| Expected stderr to match: | |
| expect-err> ^$ | |
| Actual stderr: | |
| actual-err> terminate called after throwing an instance of 'std::out_of_range' | |
| actual-err> what(): basic_string::erase: __pos (which is 18446744073709516212) > this->size() (which is 9) | |
| Call Stack (most recent call first): | |
| /f/Projects/cmake/Tests/RunCMake/cmake_path/RunCMakeTest.cmake:174 (run_cmake) | |
| -- NORMAL_PATH - PASSED | |
| -- RELATIVE_PATH - PASSED | |
| -- ABSOLUTE_PATH - PASSED | |
| -- NATIVE_PATH - PASSED | |
| -- CONVERT - PASSED | |
| -- COMPARE - PASSED | |
| -- HAS_ITEM - PASSED | |
| -- IS_ABSOLUTE - PASSED | |
| -- IS_RELATIVE - PASSED | |
| -- IS_PREFIX - PASSED | |
| -- HASH - PASSED | |
| 9/10 Test #439: RunCMake.file ....................***Failed 99.73 sec | |
| -- CREATE_LINK - PASSED | |
| -- CREATE_LINK-COPY_ON_ERROR - PASSED | |
| -- CREATE_LINK-noarg - PASSED | |
| -- CREATE_LINK-noexist - PASSED | |
| -- DOWNLOAD-hash-mismatch - PASSED | |
| -- DOWNLOAD-unused-argument - PASSED | |
| -- DOWNLOAD-httpheader-not-set - PASSED | |
| -- DOWNLOAD-netrc-bad - PASSED | |
| -- DOWNLOAD-tls-cainfo-not-set - PASSED | |
| -- DOWNLOAD-tls-verify-not-set - PASSED | |
| -- DOWNLOAD-pass-not-set - PASSED | |
| -- DOWNLOAD-no-save-hash - PASSED | |
| -- TOUCH - PASSED | |
| -- TOUCH-error-in-source-directory - PASSED | |
| -- TOUCH-error-missing-directory - PASSED | |
| -- UPLOAD-unused-argument - PASSED | |
| -- UPLOAD-httpheader-not-set - PASSED | |
| -- UPLOAD-netrc-bad - PASSED | |
| -- UPLOAD-tls-cainfo-not-set - PASSED | |
| -- UPLOAD-tls-verify-not-set - PASSED | |
| -- UPLOAD-pass-not-set - PASSED | |
| -- INSTALL-DIRECTORY - PASSED | |
| -- INSTALL-FILES_FROM_DIR - PASSED | |
| -- INSTALL-FILES_FROM_DIR-bad - PASSED | |
| -- INSTALL-MESSAGE-bad - PASSED | |
| -- FileOpenFailRead - PASSED | |
| -- LOCK - PASSED | |
| -- LOCK-error-file-create-fail - PASSED | |
| -- LOCK-error-guard-incorrect - PASSED | |
| -- LOCK-error-incorrect-timeout - PASSED | |
| -- LOCK-error-incorrect-timeout-trail - PASSED | |
| -- LOCK-error-lock-fail - PASSED | |
| -- LOCK-error-negative-timeout - PASSED | |
| -- LOCK-error-no-function - PASSED | |
| -- LOCK-error-no-guard - PASSED | |
| -- LOCK-error-no-path - PASSED | |
| -- LOCK-error-no-result-variable - PASSED | |
| -- LOCK-error-no-timeout - PASSED | |
| -- LOCK-error-timeout - PASSED | |
| -- LOCK-error-unknown-option - PASSED | |
| -- LOCK-lowercase - PASSED | |
| -- READ_ELF - PASSED | |
| -- GLOB - PASSED | |
| -- GLOB_RECURSE - PASSED | |
| -- GLOB_RECURSE-noexp-FOLLOW_SYMLINKS - PASSED | |
| -- SIZE - PASSED | |
| -- SIZE-error-does-not-exist - PASSED | |
| -- REMOVE-empty - PASSED | |
| -- COPY_FILE-file-replace - PASSED | |
| -- COPY_FILE-dir-to-file-capture - PASSED | |
| -- COPY_FILE-dir-to-file-fail - PASSED | |
| -- COPY_FILE-dirlink-to-file-capture - PASSED | |
| -- COPY_FILE-dirlink-to-file-fail - PASSED | |
| -- COPY_FILE-file-to-file - PASSED | |
| -- COPY_FILE-file-to-dir-capture - PASSED | |
| -- COPY_FILE-file-to-dir-fail - PASSED | |
| -- COPY_FILE-file-ONLY_IF_DIFFERENT-capture - PASSED | |
| -- COPY_FILE-file-ONLY_IF_DIFFERENT-fail - PASSED | |
| -- COPY_FILE-file-ONLY_IF_DIFFERENT-no-overwrite - PASSED | |
| -- COPY_FILE-link-to-file - PASSED | |
| -- COPY_FILE-arg-missing - PASSED | |
| -- COPY_FILE-arg-unknown - PASSED | |
| -- RENAME-file-replace - PASSED | |
| -- RENAME-file-to-file - PASSED | |
| -- RENAME-file-to-dir-capture - PASSED | |
| -- RENAME-file-to-dir-fail - PASSED | |
| -- RENAME-file-NO_REPLACE-capture - PASSED | |
| -- RENAME-file-NO_REPLACE-fail - PASSED | |
| -- RENAME-arg-missing - PASSED | |
| -- RENAME-arg-unknown - PASSED | |
| -- GLOB-sort-dedup - PASSED | |
| -- GLOB-error-LIST_DIRECTORIES-not-boolean - PASSED | |
| -- GLOB-error-LIST_DIRECTORIES-no-arg - PASSED | |
| -- GLOB-error-RELATIVE-no-arg - PASSED | |
| -- GLOB-error-CONFIGURE_DEPENDS-modified - PASSED | |
| -- GLOB-noexp-CONFIGURE_DEPENDS - PASSED | |
| -- GLOB-noexp-FOLLOW_SYMLINKS - PASSED | |
| -- GLOB-noexp-LIST_DIRECTORIES - PASSED | |
| -- GLOB-noexp-RELATIVE - PASSED | |
| -- GLOB-error-CONFIGURE_DEPENDS-SCRIPT_MODE - PASSED | |
| -- CREATE_LINK-SYMBOLIC - PASSED | |
| -- CREATE_LINK-SYMBOLIC-noexist - PASSED | |
| CMake Error at /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:200 (message): | |
| GLOB_RECURSE-cyclic-recursion - FAILED: | |
| stderr does not match that expected. | |
| Command was: | |
| command> "/f/Projects/build-cmake-msys/bin/cmake.exe" "/f/Projects/cmake/Tests/RunCMake/file" "-G" "Unix Makefiles" "-DRunCMake_TEST=GLOB_RECURSE-cyclic-recursion" "--no-warn-unused-cli" "-DCMAKE_MAKE_PROGRAM=/usr/bin/make.exe" | |
| Actual stdout: | |
| actual-out> Not searching for unused variables given on the command line. | |
| actual-out> -- Configuring done | |
| actual-out> -- Generating done | |
| actual-out> -- Build files have been written to: /f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build | |
| Expected stderr to match: | |
| expect-err> .*Cyclic recursion detected while globbing for.* | |
| expect-err> .*/test/depth1/depth2/depth3.* | |
| expect-err> .*/test/depth1/depth2/depth3/recursion.* | |
| expect-err> content: 4[ ] | |
| expect-err> .*/test/abc;.*/test/depth1/depth2/depth3/file_symlink;.*/test/depth1/depth2/depth3/recursion/abc;.*/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink | |
| expect-err> .*Cyclic recursion detected while globbing for.* | |
| expect-err> .*/test/depth1/depth2/depth3.* | |
| expect-err> .*/test/depth1/depth2/depth3/recursion.* | |
| expect-err> content: 4[ ] | |
| expect-err> .*/test/abc;.*/test/depth1/depth2/depth3/file_symlink;.*/test/depth1/depth2/depth3/recursion/abc;.*/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink | |
| expect-err> .*Cyclic recursion detected while globbing for.* | |
| expect-err> .*/test/depth1/depth2/depth3.* | |
| expect-err> .*/test/depth1/depth2/depth3/recursion.* | |
| expect-err> content: 11[ ] | |
| expect-err> .*/test/abc;.*/test/depth1;.*/test/depth1/depth2;.*/test/depth1/depth2/depth3;.*/test/depth1/depth2/depth3/file_symlink;.*/test/depth1/depth2/depth3/recursion;.*/test/depth1/depth2/depth3/recursion/abc;.*/test/depth1/depth2/depth3/recursion/depth1;.*/test/depth1/depth2/depth3/recursion/depth1/depth2;.*/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3;.*/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink | |
| Actual stderr: | |
| actual-err> content: 64 | |
| actual-err> /f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink | |
| actual-err> content: 64 | |
| actual-err> /f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink | |
| actual-err> content: 194 | |
| actual-err> /f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/file_symlink;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/abc;/f/Projects/build-cmake-msys/Tests/RunCMake/file/GLOB_RECURSE-cyclic-recursion-build/test/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1/depth2/depth3/recursion/depth1 | |
| Call Stack (most recent call first): | |
| /f/Projects/cmake/Tests/RunCMake/file/RunCMakeTest.cmake:93 (run_cmake) | |
| -- INSTALL-SYMLINK - PASSED | |
| -- READ_SYMLINK - PASSED | |
| -- READ_SYMLINK-noexist - PASSED | |
| -- READ_SYMLINK-notsymlink - PASSED | |
| CMake Error at /f/Projects/cmake/Tests/RunCMake/RunCMake.cmake:200 (message): | |
| INSTALL-FOLLOW_SYMLINK_CHAIN - FAILED: | |
| Result is [1], not [0]. | |
| stderr does not match that expected. | |
| Command was: | |
| command> "/f/Projects/build-cmake-msys/bin/cmake.exe" "/f/Projects/cmake/Tests/RunCMake/file" "-G" "Unix Makefiles" "-DRunCMake_TEST=INSTALL-FOLLOW_SYMLINK_CHAIN" "--no-warn-unused-cli" "-DCMAKE_MAKE_PROGRAM=/usr/bin/make.exe" | |
| Actual stdout: | |
| actual-out> Not searching for unused variables given on the command line. | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest1/file1.txt.sym | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest1/file1.txt | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest2/file1.txt.sym | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest2/file1.txt | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest2/file2.txt.sym | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest2/file2.txt | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest2/file3.txt.sym | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest2/file3.txt | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest2/file4.txt.sym | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest2/file4.txt | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest2/file5.txt | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest2/file6.txt.sym.4 | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest2/file6.txt.sym.3 | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest2/file6.txt.sym.2 | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest2/file6.txt.sym.1 | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest2/file6.txt | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest2/file8.txt.sym | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest2/file8.txt | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest2/file7.txt | |
| actual-out> -- Up-to-date: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest2/file8.txt | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest2/file9.txt | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest2/file10.txt.sym | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest2/file10.txt | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest3/file1.txt.sym | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest3/file2.txt.sym | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest3/file3.txt.sym | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest3/file4.txt.sym | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest3/file5.txt | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest3/file6.txt.sym.4 | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest3/file8.txt.sym | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest3/file7.txt | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest3/file8.txt | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest3/file9.txt | |
| actual-out> -- Installing: /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/dest3/file10.txt.sym | |
| actual-out> -- Configuring incomplete, errors occurred! | |
| actual-out> See also "/f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/CMakeFiles/CMakeOutput.log". | |
| Expected stderr to match: | |
| expect-err> ^$ | |
| Actual stderr: | |
| actual-err> CMake Error at INSTALL-FOLLOW_SYMLINK_CHAIN.cmake:158 (message): | |
| actual-err> Expected symlink resolution for file10.txt.sym: | |
| actual-err> /Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/file10/file10/\.\./file10\.txt$ | |
| actual-err> | |
| actual-err> | |
| actual-err> Actual resolution: | |
| actual-err> /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/file10.txt | |
| actual-err> Call Stack (most recent call first): | |
| actual-err> CMakeLists.txt:3 (include) | |
| actual-err> | |
| actual-err> | |
| actual-err> CMake Error at INSTALL-FOLLOW_SYMLINK_CHAIN.cmake:158 (message): | |
| actual-err> Expected symlink resolution for file8.txt.sym: | |
| actual-err> /Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/file8/\.\./file8\.txt$ | |
| actual-err> | |
| actual-err> | |
| actual-err> Actual resolution: | |
| actual-err> /f/Projects/build-cmake-msys/Tests/RunCMake/file/INSTALL-FOLLOW_SYMLINK_CHAIN-build/file8.txt | |
| actual-err> Call Stack (most recent call first): | |
| actual-err> CMakeLists.txt:3 (include) | |
| Call Stack (most recent call first): | |
| /f/Projects/cmake/Tests/RunCMake/file/RunCMakeTest.cmake:98 (run_cmake) | |
| -- REAL_PATH-unexpected-arg - PASSED | |
| -- REAL_PATH-no-base-dir - PASSED | |
| -- REAL_PATH - PASSED | |
| -- GLOB-warn-CONFIGURE_DEPENDS-late - PASSED | |
| -- GLOB-CONFIGURE_DEPENDS-RerunCMake: first configuration... | |
| -- GLOB-CONFIGURE_DEPENDS-RerunCMake - PASSED | |
| -- GLOB-CONFIGURE_DEPENDS-RerunCMake-build - PASSED | |
| -- GLOB-CONFIGURE_DEPENDS-RerunCMake: add another file... | |
| -- GLOB-CONFIGURE_DEPENDS-RerunCMake-rebuild_first - PASSED | |
| -- GLOB-CONFIGURE_DEPENDS-RerunCMake-nowork - PASSED | |
| -- GLOB-CONFIGURE_DEPENDS-RerunCMake: remove first test file... | |
| -- GLOB-CONFIGURE_DEPENDS-RerunCMake-rebuild_second - PASSED | |
| -- GLOB-CONFIGURE_DEPENDS-RerunCMake-nowork - PASSED | |
| -- GLOB-CONFIGURE_DEPENDS-CMP0009-RerunCMake: link the first test directory into a new directory... | |
| -- GLOB-CONFIGURE_DEPENDS-CMP0009-RerunCMake: first configuration... | |
| -- GLOB-CONFIGURE_DEPENDS-CMP0009-RerunCMake - PASSED | |
| -- GLOB-CONFIGURE_DEPENDS-CMP0009-RerunCMake-build - PASSED | |
| -- GLOB-CONFIGURE_DEPENDS-CMP0009-RerunCMake: add another file in the linked directory... | |
| -- GLOB-CONFIGURE_DEPENDS-CMP0009-RerunCMake-rebuild - PASSED | |
| 10/10 Test #508: RunCMake.install ................. Passed 183.68 sec | |
| 10% tests passed, 9 tests failed out of 10 | |
| Label Time Summary: | |
| CMake = 695.38 sec*proc (9 tests) | |
| ISPC = 183.68 sec*proc (1 test) | |
| run = 695.38 sec*proc (9 tests) | |
| Total Test time (real) = 301.75 sec | |
| The following tests FAILED: | |
| 27 - FindPackageTest (Failed) | |
| 350 - RunCMake.BuildDepends (Subprocess aborted) | |
| 363 - RunCMake.FileAPI (Failed) | |
| 375 - RunCMake.GenEx-TARGET_FILE (Failed) | |
| 411 - RunCMake.MaxRecursionDepth (Failed) | |
| 425 - RunCMake.cmake_path (Failed) | |
| 439 - RunCMake.file (Failed) | |
| 444 - RunCMake.find_package (Failed) | |
| 483 - RunCMake.SymlinkTrees (Failed) | |
| Errors while running CTest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment