| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- ^
- ---
- events:
- -
- kind: "try_compile-v1"
- backtrace:
- - "[^"]*/Modules/CMakeDetermineCompilerABI.cmake:[0-9]+ \(try_compile\)"
- - "[^"]*/Modules/CMakeTestCCompiler.cmake:[0-9]+ \(CMAKE_DETERMINE_COMPILER_ABI\)"
- - "CMakeLists.txt:[0-9]+ \(project\)"
- directories:
- source: "[^"]*/Tests/RunCMake/try_run/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/]+"
- binary: "[^"]*/Tests/RunCMake/try_run/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/]+"
- buildResult:
- variable: "CMAKE_C_ABI_COMPILED"
- cached: true
- stdout: \|.*
- exitCode: 0
- -
- kind: "try_run-v1"
- backtrace:
- - "ConfigureLog.cmake:[0-9]+ \(try_run\)"
- - "CMakeLists.txt:[0-9]+ \(include\)"
- description: "Source that should not compile\."
- directories:
- source: "[^"]*/Tests/RunCMake/try_run/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/]+"
- binary: "[^"]*/Tests/RunCMake/try_run/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/]+"
- buildResult:
- variable: "COMPILE_RESULT"
- cached: true
- stdout: \|.*
- exitCode: [1-9][0-9]*
- runResult:
- variable: "RUN_RESULT"
- cached: true
- -
- kind: "try_run-v1"
- backtrace:
- - "ConfigureLog.cmake:[0-9]+ \(try_run\)"
- - "CMakeLists.txt:[0-9]+ \(include\)"
- description: "Source that should compile\."
- directories:
- source: "[^"]*/Tests/RunCMake/try_run/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/]+"
- binary: "[^"]*/Tests/RunCMake/try_run/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/]+"
- buildResult:
- variable: "COMPILE_RESULT"
- cached: true
- stdout: \|.*
- exitCode: 0
- runResult:
- variable: "RUN_RESULT"
- cached: true
- stdout: \|
- Output on stdout!
- stderr: \|
- Output, with backslash '\\\\', on stderr!
- exitCode: 12
- -
- kind: "try_run-v1"
- backtrace:
- - "ConfigureLog.cmake:[0-9]+ \(try_run\)"
- - "CMakeLists.txt:[0-9]+ \(include\)"
- directories:
- source: "[^"]*/Tests/RunCMake/try_run/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/]+"
- binary: "[^"]*/Tests/RunCMake/try_run/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/]+"
- buildResult:
- variable: "COMPILE_RESULT"
- cached: true
- stdout: \|.*
- exitCode: 0
- runResult:
- variable: "RUN_RESULT"
- cached: true
- stdout: \|
- Output, with backslash '\\\\', on stderr!
- Output on stdout!
- exitCode: 12
- -
- kind: "try_run-v1"
- backtrace:
- - "ConfigureLog.cmake:[0-9]+ \(try_run\)"
- - "CMakeLists.txt:[0-9]+ \(include\)"
- directories:
- source: "[^"]*/Tests/RunCMake/try_run/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/]+"
- binary: "[^"]*/Tests/RunCMake/try_run/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/]+"
- buildResult:
- variable: "COMPILE_RESULT"
- cached: true
- stdout: \|.*
- exitCode: 0
- runResult:
- variable: "RUN_RESULT"
- cached: true
- stdout: \|
- Output on stdout!
- stderr: \|
- Output, with backslash '\\\\', on stderr!
- exitCode: 12
- \.\.\.$
|