ConfigureLog-config.txt 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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. - "ConfigureLog.cmake:[0-9]+ \(enable_language\)"
  33. - "CMakeLists.txt:[0-9]+ \(include\)"
  34. checks:
  35. - "Detecting C compiler ABI info"
  36. directories:
  37. source: "[^"]*/Tests/RunCMake/try_compile/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/"]+"
  38. binary: "[^"]*/Tests/RunCMake/try_compile/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/"]+"
  39. cmakeVariables:(
  40. CMAKE_[^
  41. ]*)+
  42. buildResult:
  43. variable: "CMAKE_C_ABI_COMPILED"
  44. cached: true
  45. stdout: \|.*
  46. exitCode: 0(
  47. -
  48. kind: "message-v1"
  49. backtrace:(
  50. - "[^"]+")+
  51. message: \|(
  52. + [^
  53. ]*)*|
  54. -
  55. kind: "find-v1"
  56. backtrace:(
  57. - "[^"]+")+
  58. mode: "[^"]*"
  59. variable: "[^"]*"
  60. description: "[^"]*"
  61. settings:(
  62. [A-Za-z_]+: (true|false|"(NEVER|ONLY|FIRST|LAST)"))+
  63. names:(
  64. - "[^"]+")+
  65. candidate_directories:(
  66. - "[^"]+")*
  67. searched_directories:(
  68. - "[^"]+")*
  69. found: (false|"[^"]*"))+(
  70. -
  71. kind: "try_compile-v1"
  72. backtrace:
  73. - ".*/Modules/Internal/FeatureTesting.cmake:[0-9]+ \(try_compile\)"
  74. - ".*/Modules/Internal/FeatureTesting.cmake:[0-9]+ \(_record_compiler_features\)"
  75. - ".*/Modules/Compiler/CMakeCommonCompilerMacros.cmake:[0-9]+ \(_record_compiler_features_c\)"
  76. - ".*/Modules/CMakeDetermineCompilerSupport.cmake:[0-9]+ \(cmake_record_c_compile_features\)"
  77. - ".*/Modules/CMakeTestCCompiler.cmake:[0-9]+ \(CMAKE_DETERMINE_COMPILER_SUPPORT\)"
  78. - "ConfigureLog.cmake:[0-9]+ \(enable_language\)"
  79. - "CMakeLists.txt:[0-9]+ \(include\)"
  80. checks:
  81. - "Detecting C compile features"
  82. directories:
  83. source: "[^"]*/Tests/RunCMake/try_compile/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/"]+"
  84. binary: "[^"]*/Tests/RunCMake/try_compile/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/"]+"
  85. cmakeVariables:(
  86. CMAKE_[^
  87. ]*)+
  88. buildResult:
  89. variable: "CMAKE_C_FEATURE_TEST"
  90. cached: true
  91. stdout: \|.*
  92. exitCode: 0)?
  93. -
  94. kind: "try_compile-v1"
  95. backtrace:
  96. - "ConfigureLog.cmake:[0-9]+ \(try_compile\)"
  97. - "CMakeLists.txt:[0-9]+ \(include\)"
  98. description: "Source that should not compile\."
  99. directories:
  100. source: "[^"]*/Tests/RunCMake/try_compile/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/"]+"
  101. binary: "[^"]*/Tests/RunCMake/try_compile/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/"]+"
  102. cmakeVariables:
  103. ABCDEFGHIJKLMNOPQRSTUVWXYZ: "Upper case"(
  104. CMAKE_[^
  105. ]*)+
  106. "WITH SPACE": "Space"
  107. _-0123456789: "Other chars"
  108. abcdefghijklmnopqrstuvwxyz: "Lower case"
  109. buildResult:
  110. variable: "COMPILE_RESULT"
  111. cached: true
  112. stdout: \|.*
  113. exitCode: [1-9][0-9]*
  114. -
  115. kind: "try_compile-v1"
  116. backtrace:
  117. - "ConfigureLog.cmake:[0-9]+ \(try_compile\)"
  118. - "CMakeLists.txt:[0-9]+ \(include\)"
  119. checks:
  120. - "Check 2"
  121. - "Check 1"
  122. description: "Source that should compile\."
  123. directories:
  124. source: "[^"]*/Tests/RunCMake/try_compile/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/"]+"
  125. binary: "[^"]*/Tests/RunCMake/try_compile/ConfigureLog-build/CMakeFiles/CMakeScratch/TryCompile-[^/"]+"
  126. cmakeVariables:(
  127. CMAKE_[^
  128. ]*)+
  129. buildResult:
  130. variable: "COMPILE_RESULT"
  131. cached: true
  132. stdout: \|.*
  133. exitCode: 0
  134. \.\.\.$