ConfigureLog-config.txt 4.3 KB

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