ConfigureLog-config.txt 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. ^
  2. ---
  3. events:(
  4. -
  5. kind: "find-v1"(
  6. [^
  7. ]*)+|
  8. + -
  9. kind: "message-v1"
  10. backtrace:(
  11. - "[^"]+")+
  12. message: \|(
  13. + [^
  14. ]*)*)*
  15. -
  16. kind: "try_compile-v1"
  17. backtrace:
  18. - "[^"]*/Modules/CMakeDetermineCompilerABI.cmake:[0-9]+ \(try_compile\)"
  19. - "[^"]*/Modules/CMakeTestCCompiler.cmake:[0-9]+ \(CMAKE_DETERMINE_COMPILER_ABI\)"
  20. - "CMakeLists.txt:[0-9]+ \(project\)"
  21. checks:
  22. - "Detecting C compiler ABI info"
  23. directories:
  24. source: "[^"]*/Tests/RunCMake/try_run/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/"]+"
  25. binary: "[^"]*/Tests/RunCMake/try_run/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/"]+"
  26. cmakeVariables:(
  27. CMAKE_[^
  28. ]*)+
  29. buildResult:
  30. variable: "CMAKE_C_ABI_COMPILED"
  31. cached: true
  32. stdout: \|.*
  33. exitCode: 0(
  34. + -
  35. kind: "find-v1"(
  36. [^
  37. ]*)+|
  38. + -
  39. kind: "message-v1"
  40. backtrace:(
  41. - "[^"]+")+
  42. message: \|(
  43. + [^
  44. ]*)*)+(
  45. -
  46. kind: "try_compile-v1"
  47. backtrace:
  48. - "[^"]*/Modules/Internal/FeatureTesting.cmake:[0-9]+ \(try_compile\)"
  49. - "[^"]*/Modules/Internal/FeatureTesting.cmake:[0-9]+ \(_record_compiler_features\)"
  50. - "[^"]*/Modules/Compiler/CMakeCommonCompilerMacros.cmake:[0-9]+ \(_record_compiler_features_c\)"
  51. - "[^"]*/Modules/CMakeDetermineCompilerSupport.cmake:[0-9]+ \(cmake_record_c_compile_features\)"
  52. - "[^"]*/Modules/CMakeTestCCompiler.cmake:[0-9]+ \(CMAKE_DETERMINE_COMPILER_SUPPORT\)"
  53. - "CMakeLists.txt:[0-9]+ \(project\)"
  54. checks:
  55. - "Detecting C compile features"
  56. directories:
  57. source: "[^"]*/Tests/RunCMake/try_run/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/"]+"
  58. binary: "[^"]*/Tests/RunCMake/try_run/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/"]+"
  59. cmakeVariables:(
  60. CMAKE_[^
  61. ]*)+
  62. buildResult:
  63. variable: "CMAKE_C_FEATURE_TEST"
  64. cached: true
  65. stdout: \|.*
  66. exitCode: 0)*
  67. -
  68. kind: "try_run-v1"
  69. backtrace:
  70. - "ConfigureLog.cmake:[0-9]+ \(try_run\)"
  71. - "CMakeLists.txt:[0-9]+ \(include\)"
  72. description: "Source that should not compile\."
  73. directories:
  74. source: "[^"]*/Tests/RunCMake/try_run/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/"]+"
  75. binary: "[^"]*/Tests/RunCMake/try_run/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/"]+"
  76. cmakeVariables:(
  77. CMAKE_[^
  78. ]*)+
  79. buildResult:
  80. variable: "COMPILE_RESULT"
  81. cached: true
  82. stdout: \|.*
  83. exitCode: -?[1-9][0-9]*
  84. runResult:
  85. variable: "RUN_RESULT"
  86. cached: true
  87. -
  88. kind: "try_run-v1"
  89. backtrace:
  90. - "ConfigureLog.cmake:[0-9]+ \(try_run\)"
  91. - "CMakeLists.txt:[0-9]+ \(include\)"
  92. checks:
  93. - "Check 1"
  94. description: "Source that should compile\."
  95. directories:
  96. source: "[^"]*/Tests/RunCMake/try_run/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/"]+"
  97. binary: "[^"]*/Tests/RunCMake/try_run/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/"]+"
  98. cmakeVariables:(
  99. CMAKE_[^
  100. ]*)+
  101. buildResult:
  102. variable: "COMPILE_RESULT"
  103. cached: true
  104. stdout: \|.*
  105. exitCode: 0
  106. runResult:
  107. variable: "RUN_RESULT"
  108. cached: true
  109. stdout: \|
  110. Output on stdout!
  111. stderr: \|
  112. Output, with backslash '\\\\', on stderr!
  113. exitCode: 12
  114. -
  115. kind: "try_run-v1"
  116. backtrace:
  117. - "ConfigureLog.cmake:[0-9]+ \(try_run\)"
  118. - "CMakeLists.txt:[0-9]+ \(include\)"
  119. checks:
  120. - "Check 2"
  121. - "Check 1"
  122. directories:
  123. source: "[^"]*/Tests/RunCMake/try_run/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/"]+"
  124. binary: "[^"]*/Tests/RunCMake/try_run/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/"]+"
  125. cmakeVariables:(
  126. CMAKE_[^
  127. ]*)+
  128. buildResult:
  129. variable: "COMPILE_RESULT"
  130. cached: true
  131. stdout: \|.*
  132. exitCode: 0
  133. runResult:
  134. variable: "RUN_RESULT"
  135. cached: true
  136. stdout: \|
  137. Output, with backslash '\\\\', on stderr!
  138. Output on stdout!
  139. exitCode: 12
  140. -
  141. kind: "try_run-v1"
  142. backtrace:
  143. - "ConfigureLog.cmake:[0-9]+ \(try_run\)"
  144. - "CMakeLists.txt:[0-9]+ \(include\)"
  145. directories:
  146. source: "[^"]*/Tests/RunCMake/try_run/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/"]+"
  147. binary: "[^"]*/Tests/RunCMake/try_run/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/"]+"
  148. cmakeVariables:(
  149. CMAKE_[^
  150. ]*)+
  151. buildResult:
  152. variable: "COMPILE_RESULT"
  153. cached: true
  154. stdout: \|.*
  155. exitCode: 0
  156. runResult:
  157. variable: "RUN_RESULT"
  158. cached: true
  159. stdout: \|
  160. Output on stdout!
  161. stderr: \|
  162. Output, with backslash '\\\\', on stderr!
  163. exitCode: 12
  164. \.\.\.$