Advertisement
Guest User

clang-check errors

a guest
Jun 3rd, 2021
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 92.10 KB | None | 0 0
  1. -- Testing: 27951 tests, 24 workers --
  2. Testing: 0.
  3. FAIL: Clang :: ARCMT/objcmt-arc-cf-annotations.m (343 of 27951)
  4. ******************** TEST 'Clang :: ARCMT/objcmt-arc-cf-annotations.m' FAILED ********************
  5. Script:
  6. --
  7. : 'RUN: at line 1'; rm -rf D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-arc-cf-annotations.m.tmp
  8. : 'RUN: at line 2'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -fblocks -objcmt-migrate-annotation -objcmt-migrate-instancetype -objcmt-migrate-readwrite-property -mt-migrate-directory D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-arc-cf-annotations.m.tmp D:\tmp\llvm-project\clang\test\ARCMT\objcmt-arc-cf-annotations.m -x objective-c -triple x86_64-apple-darwin11
  9. : 'RUN: at line 3'; c-arcmt-test -mt-migrate-directory D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-arc-cf-annotations.m.tmp | arcmt-test -verify-transformed-files D:\tmp\llvm-project\clang\test\ARCMT\objcmt-arc-cf-annotations.m.result
  10. : 'RUN: at line 4'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -fblocks -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c D:\tmp\llvm-project\clang\test\ARCMT\objcmt-arc-cf-annotations.m.result
  11. --
  12. Exit Code: 1
  13.  
  14. Command Output (stdout):
  15. --
  16. $ ":" "RUN: at line 1"
  17. $ "rm" "-rf" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-arc-cf-annotations.m.tmp"
  18. $ ":" "RUN: at line 2"
  19. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-fblocks" "-objcmt-migrate-annotation" "-objcmt-migrate-instancetype" "-objcmt-migrate-readwrite-property" "-mt-migrate-directory" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-arc-cf-annotations.m.tmp" "D:\tmp\llvm-project\clang\test\ARCMT\objcmt-arc-cf-annotations.m" "-x" "objective-c" "-triple" "x86_64-apple-darwin11"
  20. $ ":" "RUN: at line 3"
  21. $ "c-arcmt-test" "-mt-migrate-directory" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-arc-cf-annotations.m.tmp"
  22. $ "arcmt-test" "-verify-transformed-files" "D:\tmp\llvm-project\clang\test\ARCMT\objcmt-arc-cf-annotations.m.result"
  23. # command stderr:
  24. error: 'D:\tmp\llvm-project\clang\test\ARCMT\objcmt-arc-cf-annotations.m.result' is different than 'C:\Users\uiksl\AppData\Local\Temp\objcmt-arc-cf-annotations.m-7cf73f.m'
  25.  
  26. error: command failed with exit status: 1
  27.  
  28. --
  29.  
  30. ********************
  31. Testing: 0.
  32. FAIL: Clang :: ARCMT/GC-no-finalize-removal.m (352 of 27951)
  33. ******************** TEST 'Clang :: ARCMT/GC-no-finalize-removal.m' FAILED ********************
  34. Script:
  35. --
  36. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -triple x86_64-apple-macosx10.7 -fsyntax-only -fobjc-runtime-has-weak -fobjc-arc -x objective-c D:\tmp\llvm-project\clang\test\ARCMT\GC-no-finalize-removal.m.result
  37. : 'RUN: at line 2'; arcmt-test --args -triple x86_64-apple-macosx10.7 -fsyntax-only -fobjc-gc-only -no-finalize-removal -x objective-c D:\tmp\llvm-project\clang\test\ARCMT\GC-no-finalize-removal.m > D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\GC-no-finalize-removal.m.tmp
  38. : 'RUN: at line 3'; diff D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\GC-no-finalize-removal.m.tmp D:\tmp\llvm-project\clang\test\ARCMT\GC-no-finalize-removal.m.result
  39. : 'RUN: at line 4'; arcmt-test --args -triple x86_64-apple-macosx10.7 -fsyntax-only -fobjc-gc-only -no-finalize-removal -x objective-c++ D:\tmp\llvm-project\clang\test\ARCMT\GC-no-finalize-removal.m > D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\GC-no-finalize-removal.m.tmp
  40. : 'RUN: at line 5'; diff D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\GC-no-finalize-removal.m.tmp D:\tmp\llvm-project\clang\test\ARCMT\GC-no-finalize-removal.m.result
  41. --
  42. Exit Code: 1
  43.  
  44. Command Output (stdout):
  45. --
  46. $ ":" "RUN: at line 1"
  47. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-triple" "x86_64-apple-macosx10.7" "-fsyntax-only" "-fobjc-runtime-has-weak" "-fobjc-arc" "-x" "objective-c" "D:\tmp\llvm-project\clang\test\ARCMT\GC-no-finalize-removal.m.result"
  48. # command stderr:
  49. In file included from D:\tmp\llvm-project\clang\test\ARCMT\GC-no-finalize-removal.m.result:8:
  50. D:\tmp\llvm-project\clang\test\ARCMT/GC.h:4:3: warning: '__strong' only applies to Objective-C object or block pointer types; type here is 'void *' [-Wignored-attributes]
  51. __strong void *gcVar;
  52. ^
  53. D:\tmp\llvm-project\clang\test\ARCMT\GC-no-finalize-removal.m.result:14:12: warning: class 'I1' defined without specifying a base class [-Wobjc-root-class]
  54. @interface I1
  55. ^
  56. D:\tmp\llvm-project\clang\test\ARCMT\GC-no-finalize-removal.m.result:14:14: note: add a super class to fix this problem
  57. @interface I1
  58. ^
  59. : NSObject
  60. D:\tmp\llvm-project\clang\test\ARCMT\GC-no-finalize-removal.m.result:31:12: warning: class 'I2' defined without specifying a base class [-Wobjc-root-class]
  61. @interface I2
  62. ^
  63. D:\tmp\llvm-project\clang\test\ARCMT\GC-no-finalize-removal.m.result:31:14: note: add a super class to fix this problem
  64. @interface I2
  65. ^
  66. : NSObject
  67. D:\tmp\llvm-project\clang\test\ARCMT\GC-no-finalize-removal.m.result:64:12: warning: class 'I4Impl' defined without specifying a base class [-Wobjc-root-class]
  68. @interface I4Impl {
  69. ^
  70. D:\tmp\llvm-project\clang\test\ARCMT\GC-no-finalize-removal.m.result:64:18: note: add a super class to fix this problem
  71. @interface I4Impl {
  72. ^
  73. : NSObject
  74. D:\tmp\llvm-project\clang\test\ARCMT\GC-no-finalize-removal.m.result:89:12: warning: class 'rdar10532449' defined without specifying a base class [-Wobjc-root-class]
  75. @interface rdar10532449
  76. ^
  77. D:\tmp\llvm-project\clang\test\ARCMT\GC-no-finalize-removal.m.result:89:24: note: add a super class to fix this problem
  78. @interface rdar10532449
  79. ^
  80. : NSObject
  81. 5 warnings generated.
  82.  
  83. $ ":" "RUN: at line 2"
  84. $ "arcmt-test" "--args" "-triple" "x86_64-apple-macosx10.7" "-fsyntax-only" "-fobjc-gc-only" "-no-finalize-removal" "-x" "objective-c" "D:\tmp\llvm-project\clang\test\ARCMT\GC-no-finalize-removal.m"
  85. $ ":" "RUN: at line 3"
  86. $ "diff" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\GC-no-finalize-removal.m.tmp" "D:\tmp\llvm-project\clang\test\ARCMT\GC-no-finalize-removal.m.result"
  87. # command output:
  88. *** D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\GC-no-finalize-removal.m.tmp
  89. --- D:\tmp\llvm-project\clang\test\ARCMT\GC-no-finalize-removal.m.result
  90. ***************
  91. *** 20,31 ****
  92. test1(0);
  93. }
  94.  
  95. ! #if !__has_feature(objc_arc)
  96. -(void)finalize {
  97. // finalize
  98. test1(0);
  99. ! }
  100. ! #endif
  101. @end
  102.  
  103. @interface I2
  104. --- 20,31 ----
  105. test1(0);
  106. }
  107.  
  108. ! #if !__has_feature(objc_arc)
  109. -(void)finalize {
  110. // finalize
  111. test1(0);
  112. ! }
  113. ! #endif
  114. @end
  115.  
  116. @interface I2
  117. ***************
  118. *** 35,47 ****
  119. @implementation I2
  120. @synthesize prop;
  121.  
  122. ! #if !__has_feature(objc_arc)
  123. -(void)finalize {
  124. self.prop = 0;
  125. // finalize
  126. test1(0);
  127. ! }
  128. ! #endif
  129. -(void)dealloc {
  130. // finalize
  131. test1(0);
  132. --- 35,47 ----
  133. @implementation I2
  134. @synthesize prop;
  135.  
  136. ! #if !__has_feature(objc_arc)
  137. -(void)finalize {
  138. self.prop = 0;
  139. // finalize
  140. test1(0);
  141. ! }
  142. ! #endif
  143. -(void)dealloc {
  144. // finalize
  145. test1(0);
  146.  
  147. error: command failed with exit status: 1
  148.  
  149. --
  150.  
  151. ********************
  152. Testing: 0.
  153. FAIL: Clang :: ARCMT/protected-scope.m (374 of 27951)
  154. ******************** TEST 'Clang :: ARCMT/protected-scope.m' FAILED ********************
  155. Script:
  156. --
  157. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c D:\tmp\llvm-project\clang\test\ARCMT\protected-scope.m.result
  158. : 'RUN: at line 2'; arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c D:\tmp\llvm-project\clang\test\ARCMT\protected-scope.m > D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\protected-scope.m.tmp
  159. : 'RUN: at line 3'; diff D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\protected-scope.m.tmp D:\tmp\llvm-project\clang\test\ARCMT\protected-scope.m.result
  160. --
  161. Exit Code: 1
  162.  
  163. Command Output (stdout):
  164. --
  165. $ ":" "RUN: at line 1"
  166. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-triple" "x86_64-apple-darwin10" "-fsyntax-only" "-fobjc-arc" "-x" "objective-c" "D:\tmp\llvm-project\clang\test\ARCMT\protected-scope.m.result"
  167. $ ":" "RUN: at line 2"
  168. $ "arcmt-test" "--args" "-triple" "x86_64-apple-darwin10" "-fsyntax-only" "-x" "objective-c" "D:\tmp\llvm-project\clang\test\ARCMT\protected-scope.m"
  169. $ ":" "RUN: at line 3"
  170. $ "diff" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\protected-scope.m.tmp" "D:\tmp\llvm-project\clang\test\ARCMT\protected-scope.m.result"
  171. # command output:
  172. *** D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\protected-scope.m.tmp
  173. --- D:\tmp\llvm-project\clang\test\ARCMT\protected-scope.m.result
  174. ***************
  175. *** 12,23 ****
  176. id w1 = p;
  177. id w2 = p;
  178. break;
  179. ! }
  180. case 1: {
  181. v++;
  182. id w3 = p;
  183. break;
  184. ! }
  185. case 2:
  186. case 3:
  187. break;
  188. --- 12,23 ----
  189. id w1 = p;
  190. id w2 = p;
  191. break;
  192. ! }
  193. case 1: {
  194. v++;
  195. id w3 = p;
  196. break;
  197. ! }
  198. case 2:
  199. case 3:
  200. break;
  201. ***************
  202. *** 31,37 ****
  203. case 3: {;
  204. NSObject *o = [[NSObject alloc] init];
  205. break;
  206. ! }
  207. default:
  208. break;
  209. }
  210. --- 31,37 ----
  211. case 3: {;
  212. NSObject *o = [[NSObject alloc] init];
  213. break;
  214. ! }
  215. default:
  216. break;
  217. }
  218.  
  219. error: command failed with exit status: 1
  220.  
  221. --
  222.  
  223. ********************
  224. Testing: 0.
  225. FAIL: Clang :: ARCMT/atautorelease.m (411 of 27951)
  226. ******************** TEST 'Clang :: ARCMT/atautorelease.m' FAILED ********************
  227. Script:
  228. --
  229. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -triple x86_64-apple-darwin10 -fsyntax-only -fobjc-arc -x objective-c D:\tmp\llvm-project\clang\test\ARCMT\atautorelease.m.result
  230. : 'RUN: at line 2'; arcmt-test --args -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c D:\tmp\llvm-project\clang\test\ARCMT\atautorelease.m > D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\atautorelease.m.tmp
  231. : 'RUN: at line 3'; diff D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\atautorelease.m.tmp D:\tmp\llvm-project\clang\test\ARCMT\atautorelease.m.result
  232. --
  233. Exit Code: 1
  234.  
  235. Command Output (stdout):
  236. --
  237. $ ":" "RUN: at line 1"
  238. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-triple" "x86_64-apple-darwin10" "-fsyntax-only" "-fobjc-arc" "-x" "objective-c" "D:\tmp\llvm-project\clang\test\ARCMT\atautorelease.m.result"
  239. $ ":" "RUN: at line 2"
  240. $ "arcmt-test" "--args" "-triple" "x86_64-apple-darwin10" "-fsyntax-only" "-x" "objective-c" "D:\tmp\llvm-project\clang\test\ARCMT\atautorelease.m"
  241. $ ":" "RUN: at line 3"
  242. $ "diff" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\atautorelease.m.tmp" "D:\tmp\llvm-project\clang\test\ARCMT\atautorelease.m.result"
  243. # command output:
  244. *** D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\atautorelease.m.tmp
  245. --- D:\tmp\llvm-project\clang\test\ARCMT\atautorelease.m.result
  246. ***************
  247. *** 41,47 ****
  248. int main2(int argc, char *argv[]) {
  249. @autoreleasepool {
  250. int result = UIApplicationMain(argc, argv);
  251. ! return result;
  252. }
  253. }
  254.  
  255. --- 41,47 ----
  256. int main2(int argc, char *argv[]) {
  257. @autoreleasepool {
  258. int result = UIApplicationMain(argc, argv);
  259. ! return result;
  260. }
  261. }
  262.  
  263.  
  264. error: command failed with exit status: 1
  265.  
  266. --
  267.  
  268. ********************
  269. Testing: 0.
  270. FAIL: Clang :: ARCMT/objcmt-migrate-all.m (460 of 27951)
  271. ******************** TEST 'Clang :: ARCMT/objcmt-migrate-all.m' FAILED ********************
  272. Script:
  273. --
  274. : 'RUN: at line 1'; rm -rf D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-migrate-all.m.tmp
  275. : 'RUN: at line 2'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -objcmt-migrate-all -mt-migrate-directory D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-migrate-all.m.tmp D:\tmp\llvm-project\clang\test\ARCMT\objcmt-migrate-all.m -x objective-c -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin11
  276. : 'RUN: at line 3'; c-arcmt-test -mt-migrate-directory D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-migrate-all.m.tmp | arcmt-test -verify-transformed-files D:\tmp\llvm-project\clang\test\ARCMT\objcmt-migrate-all.m.result
  277. : 'RUN: at line 4'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -fobjc-runtime-has-weak -fobjc-arc D:\tmp\llvm-project\clang\test\ARCMT\objcmt-migrate-all.m.result
  278. --
  279. Exit Code: 1
  280.  
  281. Command Output (stdout):
  282. --
  283. $ ":" "RUN: at line 1"
  284. $ "rm" "-rf" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-migrate-all.m.tmp"
  285. $ ":" "RUN: at line 2"
  286. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-objcmt-migrate-all" "-mt-migrate-directory" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-migrate-all.m.tmp" "D:\tmp\llvm-project\clang\test\ARCMT\objcmt-migrate-all.m" "-x" "objective-c" "-fobjc-runtime-has-weak" "-fobjc-arc" "-triple" "x86_64-apple-darwin11"
  287. $ ":" "RUN: at line 3"
  288. $ "c-arcmt-test" "-mt-migrate-directory" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-migrate-all.m.tmp"
  289. $ "arcmt-test" "-verify-transformed-files" "D:\tmp\llvm-project\clang\test\ARCMT\objcmt-migrate-all.m.result"
  290. # command stderr:
  291. error: 'D:\tmp\llvm-project\clang\test\ARCMT\objcmt-migrate-all.m.result' is different than 'C:\Users\uiksl\AppData\Local\Temp\objcmt-migrate-all.m-44ac0f.m'
  292.  
  293. error: command failed with exit status: 1
  294.  
  295. --
  296.  
  297. ********************
  298. Testing: 0.
  299. FAIL: Clang :: AST/ast-dump-expr-json.cpp (526 of 27951)
  300. ******************** TEST 'Clang :: AST/ast-dump-expr-json.cpp' FAILED ********************
  301. Script:
  302. --
  303. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -triple x86_64-unknown-unknown -Wno-unused-value -fcxx-exceptions -std=gnu++17 -ast-dump=json -ast-dump-filter Test D:\tmp\llvm-project\clang\test\AST\ast-dump-expr-json.cpp | d:\tmp\llvm-project\build\bin\filecheck.exe D:\tmp\llvm-project\clang\test\AST\ast-dump-expr-json.cpp
  304. --
  305. Exit Code: 1
  306.  
  307. Command Output (stdout):
  308. --
  309. $ ":" "RUN: at line 1"
  310. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-triple" "x86_64-unknown-unknown" "-Wno-unused-value" "-fcxx-exceptions" "-std=gnu++17" "-ast-dump=json" "-ast-dump-filter" "Test" "D:\tmp\llvm-project\clang\test\AST\ast-dump-expr-json.cpp"
  311. $ "d:\tmp\llvm-project\build\bin\filecheck.exe" "D:\tmp\llvm-project\clang\test\AST\ast-dump-expr-json.cpp"
  312. # command stderr:
  313. D:\tmp\llvm-project\clang\test\AST\ast-dump-expr-json.cpp:161:16: error: CHECK-NEXT: expected string not found in input
  314. // CHECK-NEXT: "offset": 952,
  315. ^
  316. <stdin>:5:10: note: scanning from here
  317. "loc": {
  318. ^
  319. <stdin>:6:2: note: possible intended match here
  320. "offset": 992,
  321. ^
  322.  
  323. Input file: <stdin>
  324. Check file: D:\tmp\llvm-project\clang\test\AST\ast-dump-expr-json.cpp
  325.  
  326. -dump-input=help explains the following input dump.
  327.  
  328. Input was:
  329. <<<<<<
  330. 1: Dumping TestThrow:
  331. 2: {
  332. 3: "id": "0x14c85f13b48",
  333. 4: "kind": "FunctionDecl",
  334. 5: "loc": {
  335. next:161'0 X error: no match found
  336. 6: "offset": 992,
  337. next:161'0 ~~~~~~~~~~~~~~~~
  338. next:161'1 ? possible intended match
  339. 7: "file": "D:\\tmp\\llvm-project\\clang\\test\\AST\\ast-dump-expr-json.cpp",
  340. next:161'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  341. 8: "line": 41,
  342. next:161'0 ~~~~~~~~~~~~~
  343. 9: "col": 6,
  344. next:161'0 ~~~~~~~~~~~
  345. 10: "tokLen": 9
  346. next:161'0 ~~~~~~~~~~~~~
  347. 11: },
  348. next:161'0 ~~~~
  349. .
  350. .
  351. .
  352. >>>>>>
  353.  
  354. error: command failed with exit status: 1
  355.  
  356. --
  357.  
  358. ********************
  359. Testing: 0.
  360. FAIL: Clang :: ARCMT/objcmt-ns-macros.m (574 of 27951)
  361. ******************** TEST 'Clang :: ARCMT/objcmt-ns-macros.m' FAILED ********************
  362. Script:
  363. --
  364. : 'RUN: at line 1'; rm -rf D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-ns-macros.m.tmp
  365. : 'RUN: at line 2'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -objcmt-migrate-ns-macros -mt-migrate-directory D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-ns-macros.m.tmp D:\tmp\llvm-project\clang\test\ARCMT\objcmt-ns-macros.m -x objective-c -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin11
  366. : 'RUN: at line 3'; c-arcmt-test -mt-migrate-directory D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-ns-macros.m.tmp | arcmt-test -verify-transformed-files D:\tmp\llvm-project\clang\test\ARCMT\objcmt-ns-macros.m.result
  367. : 'RUN: at line 4'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -fobjc-runtime-has-weak -fobjc-arc D:\tmp\llvm-project\clang\test\ARCMT\objcmt-ns-macros.m.result
  368. --
  369. Exit Code: 1
  370.  
  371. Command Output (stdout):
  372. --
  373. $ ":" "RUN: at line 1"
  374. $ "rm" "-rf" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-ns-macros.m.tmp"
  375. $ ":" "RUN: at line 2"
  376. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-objcmt-migrate-ns-macros" "-mt-migrate-directory" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-ns-macros.m.tmp" "D:\tmp\llvm-project\clang\test\ARCMT\objcmt-ns-macros.m" "-x" "objective-c" "-fobjc-runtime-has-weak" "-fobjc-arc" "-triple" "x86_64-apple-darwin11"
  377. $ ":" "RUN: at line 3"
  378. $ "c-arcmt-test" "-mt-migrate-directory" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-ns-macros.m.tmp"
  379. $ "arcmt-test" "-verify-transformed-files" "D:\tmp\llvm-project\clang\test\ARCMT\objcmt-ns-macros.m.result"
  380. # command stderr:
  381. error: 'D:\tmp\llvm-project\clang\test\ARCMT\objcmt-ns-macros.m.result' is different than 'C:\Users\uiksl\AppData\Local\Temp\objcmt-ns-macros.m-a1b325.m'
  382.  
  383. error: command failed with exit status: 1
  384.  
  385. --
  386.  
  387. ********************
  388. Testing: 0..
  389. FAIL: Clang :: ARCMT/objcmt-ns-nonatomic-iosonly.m (625 of 27951)
  390. ******************** TEST 'Clang :: ARCMT/objcmt-ns-nonatomic-iosonly.m' FAILED ********************
  391. Script:
  392. --
  393. : 'RUN: at line 1'; rm -rf D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-ns-nonatomic-iosonly.m.tmp
  394. : 'RUN: at line 2'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -fblocks -objcmt-migrate-readwrite-property -objcmt-ns-nonatomic-iosonly -objcmt-migrate-readonly-property -objcmt-atomic-property -mt-migrate-directory D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-ns-nonatomic-iosonly.m.tmp D:\tmp\llvm-project\clang\test\ARCMT\objcmt-ns-nonatomic-iosonly.m -x objective-c -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin11
  395. : 'RUN: at line 3'; c-arcmt-test -mt-migrate-directory D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-ns-nonatomic-iosonly.m.tmp | arcmt-test -verify-transformed-files D:\tmp\llvm-project\clang\test\ARCMT\objcmt-ns-nonatomic-iosonly.m.result
  396. : 'RUN: at line 4'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -fblocks -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -fobjc-runtime-has-weak -fobjc-arc D:\tmp\llvm-project\clang\test\ARCMT\objcmt-ns-nonatomic-iosonly.m.result
  397. --
  398. Exit Code: 1
  399.  
  400. Command Output (stdout):
  401. --
  402. $ ":" "RUN: at line 1"
  403. $ "rm" "-rf" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-ns-nonatomic-iosonly.m.tmp"
  404. $ ":" "RUN: at line 2"
  405. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-fblocks" "-objcmt-migrate-readwrite-property" "-objcmt-ns-nonatomic-iosonly" "-objcmt-migrate-readonly-property" "-objcmt-atomic-property" "-mt-migrate-directory" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-ns-nonatomic-iosonly.m.tmp" "D:\tmp\llvm-project\clang\test\ARCMT\objcmt-ns-nonatomic-iosonly.m" "-x" "objective-c" "-fobjc-runtime-has-weak" "-fobjc-arc" "-triple" "x86_64-apple-darwin11"
  406. $ ":" "RUN: at line 3"
  407. $ "c-arcmt-test" "-mt-migrate-directory" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-ns-nonatomic-iosonly.m.tmp"
  408. $ "arcmt-test" "-verify-transformed-files" "D:\tmp\llvm-project\clang\test\ARCMT\objcmt-ns-nonatomic-iosonly.m.result"
  409. # command stderr:
  410. error: 'D:\tmp\llvm-project\clang\test\ARCMT\objcmt-ns-nonatomic-iosonly.m.result' is different than 'C:\Users\uiksl\AppData\Local\Temp\objcmt-ns-nonatomic-iosonly.m-08c808.m'
  411.  
  412. error: command failed with exit status: 1
  413.  
  414. --
  415.  
  416. ********************
  417. Testing: 0..
  418. FAIL: Clang :: AST/ast-dump-stmt-json.cpp (680 of 27951)
  419. ******************** TEST 'Clang :: AST/ast-dump-stmt-json.cpp' FAILED ********************
  420. Script:
  421. --
  422. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -std=c++2a -triple x86_64-linux-gnu -fcxx-exceptions -ast-dump=json D:\tmp\llvm-project\clang\test\AST\ast-dump-stmt-json.cpp | d:\tmp\llvm-project\build\bin\filecheck.exe D:\tmp\llvm-project\clang\test\AST\ast-dump-stmt-json.cpp
  423. --
  424. Exit Code: 1
  425.  
  426. Command Output (stdout):
  427. --
  428. $ ":" "RUN: at line 1"
  429. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-std=c++2a" "-triple" "x86_64-linux-gnu" "-fcxx-exceptions" "-ast-dump=json" "D:\tmp\llvm-project\clang\test\AST\ast-dump-stmt-json.cpp"
  430. $ "d:\tmp\llvm-project\build\bin\filecheck.exe" "D:\tmp\llvm-project\clang\test\AST\ast-dump-stmt-json.cpp"
  431. # command stderr:
  432. D:\tmp\llvm-project\clang\test\AST\ast-dump-stmt-json.cpp:131:16: error: CHECK-NEXT: expected string not found in input
  433. // CHECK-NEXT: "offset": 125,
  434. ^
  435. <stdin>:182:10: note: scanning from here
  436. "loc": {
  437. ^
  438. <stdin>:183:2: note: possible intended match here
  439. "offset": 128,
  440. ^
  441.  
  442. Input file: <stdin>
  443. Check file: D:\tmp\llvm-project\clang\test\AST\ast-dump-stmt-json.cpp
  444.  
  445. -dump-input=help explains the following input dump.
  446.  
  447. Input was:
  448. <<<<<<
  449. .
  450. .
  451. .
  452. 177: "name": "n",
  453. 178: "inner": [
  454. 179: {
  455. 180: "id": "0x1fed1c13ce0",
  456. 181: "kind": "FunctionDecl",
  457. 182: "loc": {
  458. next:131'0 X error: no match found
  459. 183: "offset": 128,
  460. next:131'0 ~~~~~~~~~~~~~~~~
  461. next:131'1 ? possible intended match
  462. 184: "line": 4,
  463. next:131'0 ~~~~~~~~~~~~
  464. 185: "col": 6,
  465. next:131'0 ~~~~~~~~~~~
  466. 186: "tokLen": 8
  467. next:131'0 ~~~~~~~~~~~~~
  468. 187: },
  469. next:131'0 ~~~~
  470. 188: "range": {
  471. next:131'0 ~~~~~~~~~~~~
  472. .
  473. .
  474. .
  475. >>>>>>
  476.  
  477. error: command failed with exit status: 1
  478.  
  479. --
  480.  
  481. ********************
  482. Testing: 0..
  483. FAIL: Clang :: Analysis/diagnostics/sarif-diagnostics-taint-test.c (698 of 27951)
  484. ******************** TEST 'Clang :: Analysis/diagnostics/sarif-diagnostics-taint-test.c' FAILED ********************
  485. Script:
  486. --
  487. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -analyze -analyzer-constraints=range -setup-static-analyzer -analyzer-checker=alpha.security.taint,debug.TaintTest D:\tmp\llvm-project\clang\test\Analysis\diagnostics\sarif-diagnostics-taint-test.c -verify -analyzer-output=sarif -o - | grep -Ev '^[[:space:]]*("uri": "file:.*sarif-diagnostics-taint-test.c"|"version": ".* version .*"|"version": "2.1.0")[[:space:]]*$' | diff -U1 -b D:\tmp\llvm-project\clang\test\Analysis\diagnostics/Inputs/expected-sarif/sarif-diagnostics-taint-test.c.sarif -
  488. --
  489. Exit Code: 1
  490.  
  491. Command Output (stdout):
  492. --
  493. $ ":" "RUN: at line 1"
  494. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-analyze" "-analyzer-constraints=range" "-setup-static-analyzer" "-analyzer-checker=alpha.security.taint,debug.TaintTest" "D:\tmp\llvm-project\clang\test\Analysis\diagnostics\sarif-diagnostics-taint-test.c" "-verify" "-analyzer-output=sarif" "-o" "-"
  495. $ "grep" "-Ev" "^[[:space:]]*("uri": "file:.*sarif-diagnostics-taint-test.c"|"version": ".* version .*"|"version": "2.1.0")[[:space:]]*$"
  496. $ "diff" "-U1" "-b" "D:\tmp\llvm-project\clang\test\Analysis\diagnostics/Inputs/expected-sarif/sarif-diagnostics-taint-test.c.sarif" "-"
  497. # command output:
  498. --- D:\tmp\llvm-project\clang\test\Analysis\diagnostics/Inputs/expected-sarif/sarif-diagnostics-taint-test.c.sarif
  499. +++ -
  500. @@ -6,3 +6,3 @@
  501. {
  502. -"length": 434,
  503. +"length": 449,
  504. "location": {
  505.  
  506. error: command failed with exit status: 1
  507.  
  508. --
  509.  
  510. ********************
  511. Testing: 0..
  512. FAIL: Clang :: ARCMT/objcmt-property.m (719 of 27951)
  513. ******************** TEST 'Clang :: ARCMT/objcmt-property.m' FAILED ********************
  514. Script:
  515. --
  516. : 'RUN: at line 1'; rm -rf D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-property.m.tmp
  517. : 'RUN: at line 2'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -fblocks -objcmt-migrate-readwrite-property -objcmt-migrate-readonly-property -mt-migrate-directory D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-property.m.tmp D:\tmp\llvm-project\clang\test\ARCMT\objcmt-property.m -x objective-c -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin11
  518. : 'RUN: at line 3'; c-arcmt-test -mt-migrate-directory D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-property.m.tmp | arcmt-test -verify-transformed-files D:\tmp\llvm-project\clang\test\ARCMT\objcmt-property.m.result
  519. : 'RUN: at line 4'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -fblocks -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -fobjc-runtime-has-weak -fobjc-arc D:\tmp\llvm-project\clang\test\ARCMT\objcmt-property.m.result
  520. --
  521. Exit Code: 1
  522.  
  523. Command Output (stdout):
  524. --
  525. $ ":" "RUN: at line 1"
  526. $ "rm" "-rf" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-property.m.tmp"
  527. $ ":" "RUN: at line 2"
  528. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-fblocks" "-objcmt-migrate-readwrite-property" "-objcmt-migrate-readonly-property" "-mt-migrate-directory" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-property.m.tmp" "D:\tmp\llvm-project\clang\test\ARCMT\objcmt-property.m" "-x" "objective-c" "-fobjc-runtime-has-weak" "-fobjc-arc" "-triple" "x86_64-apple-darwin11"
  529. $ ":" "RUN: at line 3"
  530. $ "c-arcmt-test" "-mt-migrate-directory" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-property.m.tmp"$ "arcmt-test" "-verify-transformed-files" "D:\tmp\llvm-project\clang\test\ARCMT\objcmt-property.m.result"
  531. # command stderr:
  532. error: 'D:\tmp\llvm-project\clang\test\ARCMT\objcmt-property.m.result' is different than 'C:\Users\uiksl\AppData\Local\Temp\objcmt-property.m-90d6e8.m'
  533.  
  534. error: command failed with exit status: 1
  535.  
  536. --
  537.  
  538. ********************
  539. Testing: 0..
  540. FAIL: Clang :: ARCMT/objcmt-atomic-property.m (724 of 27951)
  541. ******************** TEST 'Clang :: ARCMT/objcmt-atomic-property.m' FAILED ********************
  542. Script:
  543. --
  544. : 'RUN: at line 1'; rm -rf D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-atomic-property.m.tmp
  545. : 'RUN: at line 2'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -fblocks -objcmt-migrate-readwrite-property -objcmt-migrate-readonly-property -objcmt-atomic-property -mt-migrate-directory D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-atomic-property.m.tmp D:\tmp\llvm-project\clang\test\ARCMT\objcmt-atomic-property.m -x objective-c -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin11
  546. : 'RUN: at line 3'; c-arcmt-test -mt-migrate-directory D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-atomic-property.m.tmp | arcmt-test -verify-transformed-files D:\tmp\llvm-project\clang\test\ARCMT\objcmt-atomic-property.m.result
  547. : 'RUN: at line 4'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -fblocks -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -fobjc-runtime-has-weak -fobjc-arc D:\tmp\llvm-project\clang\test\ARCMT\objcmt-atomic-property.m.result
  548. --
  549. Exit Code: 1
  550.  
  551. Command Output (stdout):
  552. --
  553. $ ":" "RUN: at line 1"
  554. $ "rm" "-rf" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-atomic-property.m.tmp"
  555. $ ":" "RUN: at line 2"
  556. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-fblocks" "-objcmt-migrate-readwrite-property" "-objcmt-migrate-readonly-property" "-objcmt-atomic-property" "-mt-migrate-directory" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-atomic-property.m.tmp" "D:\tmp\llvm-project\clang\test\ARCMT\objcmt-atomic-property.m" "-x" "objective-c" "-fobjc-runtime-has-weak" "-fobjc-arc" "-triple" "x86_64-apple-darwin11"
  557. $ ":" "RUN: at line 3"
  558. $ "c-arcmt-test" "-mt-migrate-directory" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-atomic-property.m.tmp"
  559. $ "arcmt-test" "-verify-transformed-files" "D:\tmp\llvm-project\clang\test\ARCMT\objcmt-atomic-property.m.result"
  560. # command stderr:
  561. error: 'D:\tmp\llvm-project\clang\test\ARCMT\objcmt-atomic-property.m.result' is different than 'C:\Users\uiksl\AppData\Local\Temp\objcmt-atomic-property.m-9d4679.m'
  562.  
  563. error: command failed with exit status: 1
  564.  
  565. --
  566.  
  567. ********************
  568. Testing: 0..
  569. FAIL: Clang :: Analysis/diagnostics/sarif-multi-diagnostic-test.c (738 of 27951)
  570. ******************** TEST 'Clang :: Analysis/diagnostics/sarif-multi-diagnostic-test.c' FAILED ********************
  571. Script:
  572. --
  573. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -analyze -analyzer-constraints=range -setup-static-analyzer -analyzer-checker=core,alpha.security.taint,debug.TaintTest,unix.Malloc D:\tmp\llvm-project\clang\test\Analysis\diagnostics\sarif-multi-diagnostic-test.c -verify -analyzer-output=sarif -o - | grep -Ev '^[[:space:]]*("uri": "file:.*sarif-multi-diagnostic-test.c"|"version": ".* version .*"|"version": "2.1.0")[[:space:]]*$' | diff -U1 -b D:\tmp\llvm-project\clang\test\Analysis\diagnostics/Inputs/expected-sarif/sarif-multi-diagnostic-test.c.sarif -
  574. --
  575. Exit Code: 1
  576.  
  577. Command Output (stdout):
  578. --
  579. $ ":" "RUN: at line 1"
  580. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-analyze" "-analyzer-constraints=range" "-setup-static-analyzer" "-analyzer-checker=core,alpha.security.taint,debug.TaintTest,unix.Malloc" "D:\tmp\llvm-project\clang\test\Analysis\diagnostics\sarif-multi-diagnostic-test.c" "-verify" "-analyzer-output=sarif" "-o" "-"
  581. $ "grep" "-Ev" "^[[:space:]]*("uri": "file:.*sarif-multi-diagnostic-test.c"|"version": ".* version .*"|"version": "2.1.0")[[:space:]]*$"
  582. $ "diff" "-U1" "-b" "D:\tmp\llvm-project\clang\test\Analysis\diagnostics/Inputs/expected-sarif/sarif-multi-diagnostic-test.c.sarif" "-"
  583. # command output:
  584. --- D:\tmp\llvm-project\clang\test\Analysis\diagnostics/Inputs/expected-sarif/sarif-multi-diagnostic-test.c.sarif
  585. +++ -
  586. @@ -6,3 +6,3 @@
  587. {
  588. -"length": 1077,
  589. +"length": 1123,
  590. "location": {
  591.  
  592. error: command failed with exit status: 1
  593.  
  594. --
  595.  
  596. ********************
  597. Testing: 0..
  598. FAIL: Clang :: ARCMT/objcmt-property-availability.m (748 of 27951)
  599. ******************** TEST 'Clang :: ARCMT/objcmt-property-availability.m' FAILED ********************
  600. Script:
  601. --
  602. : 'RUN: at line 1'; rm -rf D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-property-availability.m.tmp
  603. : 'RUN: at line 2'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -objcmt-migrate-readwrite-property -objcmt-migrate-readonly-property -mt-migrate-directory D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-property-availability.m.tmp D:\tmp\llvm-project\clang\test\ARCMT\objcmt-property-availability.m -x objective-c -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin11
  604. : 'RUN: at line 3'; c-arcmt-test -mt-migrate-directory D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-property-availability.m.tmp | arcmt-test -verify-transformed-files D:\tmp\llvm-project\clang\test\ARCMT\objcmt-property-availability.m.result
  605. : 'RUN: at line 4'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -fobjc-runtime-has-weak -fobjc-arc D:\tmp\llvm-project\clang\test\ARCMT\objcmt-property-availability.m.result
  606. --
  607. Exit Code: 1
  608.  
  609. Command Output (stdout):
  610. --
  611. $ ":" "RUN: at line 1"
  612. $ "rm" "-rf" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-property-availability.m.tmp"
  613. $ ":" "RUN: at line 2"
  614. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-objcmt-migrate-readwrite-property" "-objcmt-migrate-readonly-property" "-mt-migrate-directory" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-property-availability.m.tmp" "D:\tmp\llvm-project\clang\test\ARCMT\objcmt-property-availability.m" "-x" "objective-c" "-fobjc-runtime-has-weak" "-fobjc-arc" "-triple" "x86_64-apple-darwin11"
  615. $ ":" "RUN: at line 3"
  616. $ "c-arcmt-test" "-mt-migrate-directory" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-property-availability.m.tmp"
  617. $ "arcmt-test" "-verify-transformed-files" "D:\tmp\llvm-project\clang\test\ARCMT\objcmt-property-availability.m.result"
  618. # command stderr:
  619. error: 'D:\tmp\llvm-project\clang\test\ARCMT\objcmt-property-availability.m.result' is different than 'C:\Users\uiksl\AppData\Local\Temp\objcmt-property-availability.m-e23ef3.m'
  620.  
  621. error: command failed with exit status: 1
  622.  
  623. --
  624.  
  625. ********************
  626. Testing: 0..
  627. FAIL: Clang :: AST/ast-dump-record-definition-data-json.cpp (757 of 27951)
  628. ******************** TEST 'Clang :: AST/ast-dump-record-definition-data-json.cpp' FAILED ********************
  629. Script:
  630. --
  631. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -triple x86_64-unknown-unknown -fclang-abi-compat=7.0 -std=c++17 -ast-dump=json D:\tmp\llvm-project\clang\test\AST\ast-dump-record-definition-data-json.cpp | d:\tmp\llvm-project\build\bin\filecheck.exe D:\tmp\llvm-project\clang\test\AST\ast-dump-record-definition-data-json.cpp
  632. --
  633. Exit Code: 1
  634.  
  635. Command Output (stdout):
  636. --
  637. $ ":" "RUN: at line 1"
  638. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-triple" "x86_64-unknown-unknown" "-fclang-abi-compat=7.0" "-std=c++17" "-ast-dump=json" "D:\tmp\llvm-project\clang\test\AST\ast-dump-record-definition-data-json.cpp"
  639. $ "d:\tmp\llvm-project\build\bin\filecheck.exe" "D:\tmp\llvm-project\clang\test\AST\ast-dump-record-definition-data-json.cpp"
  640. # command stderr:
  641. D:\tmp\llvm-project\clang\test\AST\ast-dump-record-definition-data-json.cpp:143:16: error: CHECK-NEXT: expected string not found in input
  642. // CHECK-NEXT: "offset": 157,
  643. ^
  644. <stdin>:269:10: note: scanning from here
  645. "loc": {
  646. ^
  647. <stdin>:270:2: note: possible intended match here
  648. "offset": 160,
  649. ^
  650.  
  651. Input file: <stdin>
  652. Check file: D:\tmp\llvm-project\clang\test\AST\ast-dump-record-definition-data-json.cpp
  653.  
  654. -dump-input=help explains the following input dump.
  655.  
  656. Input was:
  657. <<<<<<
  658. .
  659. .
  660. .
  661. 264: "valueCategory": "rvalue",
  662. 265: "inner": [
  663. 266: {
  664. 267: "id": "0x15f15bba370",
  665. 268: "kind": "CXXRecordDecl",
  666. 269: "loc": {
  667. next:143'0 X error: no match found
  668. 270: "offset": 160,
  669. next:143'0 ~~~~~~~~~~~~~~~~
  670. next:143'1 ? possible intended match
  671. 271: "col": 29,
  672. next:143'0 ~~~~~~~~~~~~
  673. 272: "tokLen": 1
  674. next:143'0 ~~~~~~~~~~~~~
  675. 273: },
  676. next:143'0 ~~~~
  677. 274: "range": {
  678. next:143'0 ~~~~~~~~~~~~
  679. 275: "begin": {
  680. next:143'0 ~~~~~~~~~~~~
  681. .
  682. .
  683. .
  684. >>>>>>
  685.  
  686. error: command failed with exit status: 1
  687.  
  688. --
  689.  
  690. ********************
  691. Testing: 0..
  692. FAIL: Clang :: ARCMT/objcmt-undefined-ns-macros.m (785 of 27951)
  693. ******************** TEST 'Clang :: ARCMT/objcmt-undefined-ns-macros.m' FAILED ********************
  694. Script:
  695. --
  696. : 'RUN: at line 1'; rm -rf D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-undefined-ns-macros.m.tmp
  697. : 'RUN: at line 2'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -fmodules -objcmt-migrate-ns-macros -mt-migrate-directory D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-undefined-ns-macros.m.tmp D:\tmp\llvm-project\clang\test\ARCMT\objcmt-undefined-ns-macros.m -x objective-c -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin11
  698. : 'RUN: at line 3'; c-arcmt-test -mt-migrate-directory D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-undefined-ns-macros.m.tmp | arcmt-test -verify-transformed-files D:\tmp\llvm-project\clang\test\ARCMT\objcmt-undefined-ns-macros.m.result
  699. --
  700. Exit Code: 1
  701.  
  702. Command Output (stdout):
  703. --
  704. $ ":" "RUN: at line 1"
  705. $ "rm" "-rf" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-undefined-ns-macros.m.tmp"
  706. $ ":" "RUN: at line 2"
  707. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-fmodules" "-objcmt-migrate-ns-macros" "-mt-migrate-directory" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-undefined-ns-macros.m.tmp" "D:\tmp\llvm-project\clang\test\ARCMT\objcmt-undefined-ns-macros.m" "-x" "objective-c" "-fobjc-runtime-has-weak" "-fobjc-arc" "-triple" "x86_64-apple-darwin11"
  708. $ ":" "RUN: at line 3"
  709. $ "c-arcmt-test" "-mt-migrate-directory" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\Output\objcmt-undefined-ns-macros.m.tmp"
  710. $ "arcmt-test" "-verify-transformed-files" "D:\tmp\llvm-project\clang\test\ARCMT\objcmt-undefined-ns-macros.m.result"
  711. # command stderr:
  712. error: 'D:\tmp\llvm-project\clang\test\ARCMT\objcmt-undefined-ns-macros.m.result' is different than 'C:\Users\uiksl\AppData\Local\Temp\objcmt-undefined-ns-macros.m-90a0e5.m'
  713.  
  714. error: command failed with exit status: 1
  715.  
  716. --
  717.  
  718. ********************
  719. Testing: 0..
  720. FAIL: Clang :: AST/ast-dump-stmt-json.c (829 of 27951)
  721. ******************** TEST 'Clang :: AST/ast-dump-stmt-json.c' FAILED ********************
  722. Script:
  723. --
  724. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -std=gnu11 -triple x86_64-unknown-unknown -ast-dump=json D:\tmp\llvm-project\clang\test\AST\ast-dump-stmt-json.c | d:\tmp\llvm-project\build\bin\filecheck.exe D:\tmp\llvm-project\clang\test\AST\ast-dump-stmt-json.c
  725. --
  726. Exit Code: 1
  727.  
  728. Command Output (stdout):
  729. --
  730. $ ":" "RUN: at line 1"
  731. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-std=gnu11" "-triple" "x86_64-unknown-unknown" "-ast-dump=json" "D:\tmp\llvm-project\clang\test\AST\ast-dump-stmt-json.c"
  732. # command stderr:
  733. D:\tmp\llvm-project\clang\test\AST\ast-dump-stmt-json.c:20:3: warning: expression result unused [-Wunused-value]
  734. -T1;
  735. ^~~
  736. D:\tmp\llvm-project\clang\test\AST\ast-dump-stmt-json.c:21:3: warning: expression result unused [-Wunused-value]
  737. -T2;
  738. ^~~
  739. D:\tmp\llvm-project\clang\test\AST\ast-dump-stmt-json.c:23:3: warning: expression result unused [-Wunused-value]
  740. ~T1;
  741. ^~~
  742. D:\tmp\llvm-project\clang\test\AST\ast-dump-stmt-json.c:24:3: warning: expression result unused [-Wunused-value]
  743. ~T2;
  744. ^~~
  745. D:\tmp\llvm-project\clang\test\AST\ast-dump-stmt-json.c:28:21: warning: expression result unused [-Wunused-value]
  746. _Generic(i, int : 12);
  747. ^~
  748. D:\tmp\llvm-project\clang\test\AST\ast-dump-stmt-json.c:29:21: warning: expression result unused [-Wunused-value]
  749. _Generic(i, int : 12, default : 0);
  750. ^~
  751. D:\tmp\llvm-project\clang\test\AST\ast-dump-stmt-json.c:30:34: warning: expression result unused [-Wunused-value]
  752. _Generic(i, default : 0, int : 12);
  753. ^~
  754. D:\tmp\llvm-project\clang\test\AST\ast-dump-stmt-json.c:31:21: warning: expression result unused [-Wunused-value]
  755. _Generic(i, int : 12, float : 10, default : 100);
  756. ^~
  757. D:\tmp\llvm-project\clang\test\AST\ast-dump-stmt-json.c:45:3: warning: expression result unused [-Wunused-value]
  758. 0;
  759. ^
  760. D:\tmp\llvm-project\clang\test\AST\ast-dump-stmt-json.c:104:8: warning: expression result unused [-Wunused-value]
  761. for (b; b; b)
  762. ^
  763. D:\tmp\llvm-project\clang\test\AST\ast-dump-stmt-json.c:104:14: warning: expression result unused [-Wunused-value]
  764. for (b; b; b)
  765. ^
  766. D:\tmp\llvm-project\clang\test\AST\ast-dump-stmt-json.c:133:17: warning: expression result unused [-Wunused-value]
  767. ({int a = 10; a;});
  768. ^
  769. D:\tmp\llvm-project\clang\test\AST\ast-dump-stmt-json.c:200000:7: warning: expression result unused [-Wunused-value]
  770. FOO(1);
  771. ^
  772. D:\tmp\llvm-project\clang\test\AST\ast-dump-stmt-json.c:139:16: note: expanded from macro 'FOO'
  773. #define FOO(x) x
  774. ^
  775. 13 warnings generated.
  776.  
  777. $ "d:\tmp\llvm-project\build\bin\filecheck.exe" "D:\tmp\llvm-project\clang\test\AST\ast-dump-stmt-json.c"
  778. # command stderr:
  779. D:\tmp\llvm-project\clang\test\AST\ast-dump-stmt-json.c:156:16: error: CHECK-NEXT: expected string not found in input
  780. // CHECK-NEXT: "offset": 99,
  781. ^
  782. <stdin>:157:10: note: scanning from here
  783. "loc": {
  784. ^
  785. <stdin>:166:2: note: possible intended match here
  786. "offset": 97,
  787. ^
  788.  
  789. Input file: <stdin>
  790. Check file: D:\tmp\llvm-project\clang\test\AST\ast-dump-stmt-json.c
  791.  
  792. -dump-input=help explains the following input dump.
  793.  
  794. Input was:
  795. <<<<<<
  796. .
  797. .
  798. .
  799. 152: ]
  800. 153: },
  801. 154: {
  802. 155: "id": "0x19efa5cd550",
  803. 156: "kind": "VarDecl",
  804. 157: "loc": {
  805. next:156'0 X error: no match found
  806. 158: "offset": 101,
  807. next:156'0 ~~~~~~~~~~~~~~~~
  808. 159: "file": "D:\\tmp\\llvm-project\\clang\\test\\AST\\ast-dump-stmt-json.c",
  809. next:156'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  810. 160: "line": 3,
  811. next:156'0 ~~~~~~~~~~~~
  812. 161: "col": 5,
  813. next:156'0 ~~~~~~~~~~~
  814. 162: "tokLen": 12
  815. next:156'0 ~~~~~~~~~~~~~~
  816. 163: },
  817. next:156'0 ~~~~
  818. 164: "range": {
  819. next:156'0 ~~~~~~~~~~~~
  820. 165: "begin": {
  821. next:156'0 ~~~~~~~~~~~~
  822. 166: "offset": 97,
  823. next:156'0 ~~~~~~~~~~~~~~~
  824. next:156'1 ? possible intended match
  825. 167: "col": 1,
  826. next:156'0 ~~~~~~~~~~~
  827. 168: "tokLen": 3
  828. next:156'0 ~~~~~~~~~~~~~
  829. 169: },
  830. next:156'0 ~~~~
  831. 170: "end": {
  832. next:156'0 ~~~~~~~~~~
  833. 171: "offset": 116,
  834. next:156'0 ~~~~~~~~~~~~~~~~
  835. .
  836. .
  837. .
  838. >>>>>>
  839.  
  840. error: command failed with exit status: 1
  841.  
  842. --
  843.  
  844. ********************
  845. Testing: 0..
  846. FAIL: Clang :: AST/ast-dump-expr-json.m (842 of 27951)
  847. ******************** TEST 'Clang :: AST/ast-dump-expr-json.m' FAILED ********************
  848. Script:
  849. --
  850. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -triple x86_64-pc-win32 -Wno-unused -fblocks -ast-dump=json -ast-dump-filter Test D:\tmp\llvm-project\clang\test\AST\ast-dump-expr-json.m | d:\tmp\llvm-project\build\bin\filecheck.exe D:\tmp\llvm-project\clang\test\AST\ast-dump-expr-json.m
  851. --
  852. Exit Code: 1
  853.  
  854. Command Output (stdout):
  855. --
  856. $ ":" "RUN: at line 1"
  857. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-triple" "x86_64-pc-win32" "-Wno-unused" "-fblocks" "-ast-dump=json" "-ast-dump-filter" "Test" "D:\tmp\llvm-project\clang\test\AST\ast-dump-expr-json.m"
  858. $ "d:\tmp\llvm-project\build\bin\filecheck.exe" "D:\tmp\llvm-project\clang\test\AST\ast-dump-expr-json.m"
  859. # command stderr:
  860. D:\tmp\llvm-project\clang\test\AST\ast-dump-expr-json.m:103:16: error: CHECK-NEXT: expected string not found in input
  861. // CHECK-NEXT: "offset": 1506,
  862. ^
  863. <stdin>:5:10: note: scanning from here
  864. "loc": {
  865. ^
  866. <stdin>:36:2: note: possible intended match here
  867. "offset": 1576,
  868. ^
  869.  
  870. Input file: <stdin>
  871. Check file: D:\tmp\llvm-project\clang\test\AST\ast-dump-expr-json.m
  872.  
  873. -dump-input=help explains the following input dump.
  874.  
  875. Input was:
  876. <<<<<<
  877. 1: Dumping TestObjCEncode:
  878. 2: {
  879. 3: "id": "0x2b85c808ee8",
  880. 4: "kind": "FunctionDecl",
  881. 5: "loc": {
  882. next:103'0 X error: no match found
  883. 6: "offset": 1559,
  884. next:103'0 ~~~~~~~~~~~~~~~~~
  885. 7: "file": "D:\\tmp\\llvm-project\\clang\\test\\AST\\ast-dump-expr-json.m",
  886. next:103'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  887. 8: "line": 54,
  888. next:103'0 ~~~~~~~~~~~~~
  889. 9: "col": 6,
  890. next:103'0 ~~~~~~~~~~~
  891. 10: "tokLen": 14
  892. next:103'0 ~~~~~~~~~~~~~~
  893. .
  894. .
  895. .
  896. 31: {
  897. next:103'0 ~~~
  898. 32: "id": "0x2b85c809290",
  899. next:103'0 ~~~~~~~~~~~~~~~~~~~~~~~~
  900. 33: "kind": "CompoundStmt",
  901. next:103'0 ~~~~~~~~~~~~~~~~~~~~~~~~~
  902. 34: "range": {
  903. next:103'0 ~~~~~~~~~~~~
  904. 35: "begin": {
  905. next:103'0 ~~~~~~~~~~~~
  906. 36: "offset": 1576,
  907. next:103'0 ~~~~~~~~~~~~~~~~~
  908. next:103'1 ? possible intended match
  909. 37: "line": 54,
  910. next:103'0 ~~~~~~~~~~~~~
  911. 38: "col": 23,
  912. next:103'0 ~~~~~~~~~~~~
  913. 39: "tokLen": 1
  914. next:103'0 ~~~~~~~~~~~~~
  915. 40: },
  916. next:103'0 ~~~~
  917. 41: "end": {
  918. next:103'0 ~~~~~~~~~~
  919. .
  920. .
  921. .
  922. >>>>>>
  923.  
  924. error: command failed with exit status: 1
  925.  
  926. --
  927.  
  928. ********************
  929. Testing: 0..
  930. FAIL: Clang :: ARCMT/designated-init-in-header/designated-init-in-header.m (871 of 27951)
  931. ******************** TEST 'Clang :: ARCMT/designated-init-in-header/designated-init-in-header.m' FAILED ********************
  932. Script:
  933. --
  934. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -objcmt-migrate-designated-init -objcmt-migrate-readwrite-property -objcmt-migrate-instancetype -x objective-c D:\tmp\llvm-project\clang\test\ARCMT\designated-init-in-header/file1.m.in -triple x86_64-apple-darwin11 -fobjc-arc -migrate -o D:\tmp\llvm-project\build\tools\clang\test\ARCMT\designated-init-in-header\Output\designated-init-in-header.m.tmp1.remap
  935. : 'RUN: at line 2'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -objcmt-migrate-designated-init -objcmt-migrate-readwrite-property -objcmt-migrate-instancetype -x objective-c D:\tmp\llvm-project\clang\test\ARCMT\designated-init-in-header/file2.m.in -triple x86_64-apple-darwin11 -fobjc-arc -migrate -o D:\tmp\llvm-project\build\tools\clang\test\ARCMT\designated-init-in-header\Output\designated-init-in-header.m.tmp2.remap
  936. : 'RUN: at line 3'; c-arcmt-test D:\tmp\llvm-project\build\tools\clang\test\ARCMT\designated-init-in-header\Output\designated-init-in-header.m.tmp1.remap D:\tmp\llvm-project\build\tools\clang\test\ARCMT\designated-init-in-header\Output\designated-init-in-header.m.tmp2.remap | arcmt-test -verify-transformed-files D:\tmp\llvm-project\clang\test\ARCMT\designated-init-in-header/header1.h.result D:\tmp\llvm-project\clang\test\ARCMT\designated-init-in-header/file2.m.in.result
  937. --
  938. Exit Code: 1
  939.  
  940. Command Output (stdout):
  941. --
  942. $ ":" "RUN: at line 1"
  943. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-objcmt-migrate-designated-init" "-objcmt-migrate-readwrite-property" "-objcmt-migrate-instancetype" "-x" "objective-c" "D:\tmp\llvm-project\clang\test\ARCMT\designated-init-in-header/file1.m.in" "-triple" "x86_64-apple-darwin11" "-fobjc-arc" "-migrate" "-o" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\designated-init-in-header\Output\designated-init-in-header.m.tmp1.remap"
  944. $ ":" "RUN: at line 2"
  945. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-objcmt-migrate-designated-init" "-objcmt-migrate-readwrite-property" "-objcmt-migrate-instancetype" "-x" "objective-c" "D:\tmp\llvm-project\clang\test\ARCMT\designated-init-in-header/file2.m.in" "-triple" "x86_64-apple-darwin11" "-fobjc-arc" "-migrate" "-o" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\designated-init-in-header\Output\designated-init-in-header.m.tmp2.remap"
  946. $ ":" "RUN: at line 3"
  947. $ "c-arcmt-test" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\designated-init-in-header\Output\designated-init-in-header.m.tmp1.remap" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\designated-init-in-header\Output\designated-init-in-header.m.tmp2.remap"
  948. $ "arcmt-test" "-verify-transformed-files" "D:\tmp\llvm-project\clang\test\ARCMT\designated-init-in-header/header1.h.result" "D:\tmp\llvm-project\clang\test\ARCMT\designated-init-in-header/file2.m.in.result"
  949. # command stderr:
  950. error: 'D:\tmp\llvm-project\clang\test\ARCMT\designated-init-in-header/header1.h.result' is different than 'C:\Users\uiksl\AppData\Local\Temp\header1.h-2cac2b.h'
  951.  
  952. error: command failed with exit status: 1
  953.  
  954. --
  955.  
  956. ********************
  957. Testing: 0..
  958. FAIL: Clang :: AST/ast-dump-records-json.cpp (912 of 27951)
  959. ******************** TEST 'Clang :: AST/ast-dump-records-json.cpp' FAILED ********************
  960. Script:
  961. --
  962. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -triple x86_64-unknown-unknown -std=c++17 -ast-dump=json D:\tmp\llvm-project\clang\test\AST\ast-dump-records-json.cpp | d:\tmp\llvm-project\build\bin\filecheck.exe D:\tmp\llvm-project\clang\test\AST\ast-dump-records-json.cpp
  963. --
  964. Exit Code: 1
  965.  
  966. Command Output (stdout):
  967. --
  968. $ ":" "RUN: at line 1"
  969. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-triple" "x86_64-unknown-unknown" "-std=c++17" "-ast-dump=json" "D:\tmp\llvm-project\clang\test\AST\ast-dump-records-json.cpp"
  970. $ "d:\tmp\llvm-project\build\bin\filecheck.exe" "D:\tmp\llvm-project\clang\test\AST\ast-dump-records-json.cpp"
  971. # command stderr:
  972. D:\tmp\llvm-project\clang\test\AST\ast-dump-records-json.cpp:103:16: error: CHECK-NEXT: expected string not found in input
  973. // CHECK-NEXT: "offset": 102,
  974. ^
  975. <stdin>:157:10: note: scanning from here
  976. "loc": {
  977. ^
  978. <stdin>:158:2: note: possible intended match here
  979. "offset": 104,
  980. ^
  981.  
  982. Input file: <stdin>
  983. Check file: D:\tmp\llvm-project\clang\test\AST\ast-dump-records-json.cpp
  984.  
  985. -dump-input=help explains the following input dump.
  986.  
  987. Input was:
  988. <<<<<<
  989. .
  990. .
  991. .
  992. 152: ]
  993. 153: },
  994. 154: {
  995. 155: "id": "0x2412504d0a0",
  996. 156: "kind": "CXXRecordDecl",
  997. 157: "loc": {
  998. next:103'0 X error: no match found
  999. 158: "offset": 104,
  1000. next:103'0 ~~~~~~~~~~~~~~~~
  1001. next:103'1 ? possible intended match
  1002. 159: "file": "D:\\tmp\\llvm-project\\clang\\test\\AST\\ast-dump-records-json.cpp",
  1003. next:103'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1004. 160: "line": 3,
  1005. next:103'0 ~~~~~~~~~~~~
  1006. 161: "col": 8,
  1007. next:103'0 ~~~~~~~~~~~
  1008. 162: "tokLen": 1
  1009. next:103'0 ~~~~~~~~~~~~~
  1010. 163: },
  1011. next:103'0 ~~~~
  1012. .
  1013. .
  1014. .
  1015. >>>>>>
  1016.  
  1017. error: command failed with exit status: 1
  1018.  
  1019. --
  1020.  
  1021. ********************
  1022. Testing: 0..
  1023. FAIL: Clang :: AST/multistep-explicit-cast-json.cpp (1049 of 27951)
  1024. ******************** TEST 'Clang :: AST/multistep-explicit-cast-json.cpp' FAILED ********************
  1025. Script:
  1026. --
  1027. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -triple x86_64-linux-gnu -fsyntax-only -ast-dump=json D:\tmp\llvm-project\clang\test\AST\multistep-explicit-cast-json.cpp | d:\tmp\llvm-project\build\bin\filecheck.exe D:\tmp\llvm-project\clang\test\AST\multistep-explicit-cast-json.cpp
  1028. --
  1029. Exit Code: 1
  1030.  
  1031. Command Output (stdout):
  1032. --
  1033. $ ":" "RUN: at line 1"
  1034. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-triple" "x86_64-linux-gnu" "-fsyntax-only" "-ast-dump=json" "D:\tmp\llvm-project\clang\test\AST\multistep-explicit-cast-json.cpp"
  1035. $ "d:\tmp\llvm-project\build\bin\filecheck.exe" "D:\tmp\llvm-project\clang\test\AST\multistep-explicit-cast-json.cpp"
  1036. # command stderr:
  1037. D:\tmp\llvm-project\clang\test\AST\multistep-explicit-cast-json.cpp:85:16: error: CHECK-NEXT: expected string not found in input
  1038. // CHECK-NEXT: "offset": 148,
  1039. ^
  1040. <stdin>:249:12: note: scanning from here
  1041. "begin": {
  1042. ^
  1043. <stdin>:250:2: note: possible intended match here
  1044. "offset": 151,
  1045. ^
  1046.  
  1047. Input file: <stdin>
  1048. Check file: D:\tmp\llvm-project\clang\test\AST\multistep-explicit-cast-json.cpp
  1049.  
  1050. -dump-input=help explains the following input dump.
  1051.  
  1052. Input was:
  1053. <<<<<<
  1054. .
  1055. .
  1056. .
  1057. 244: "inner": [
  1058. 245: {
  1059. 246: "id": "0x188e54b9b58",
  1060. 247: "kind": "ImplicitCastExpr",
  1061. 248: "range": {
  1062. 249: "begin": {
  1063. next:85'0 X error: no match found
  1064. 250: "offset": 151,
  1065. next:85'0 ~~~~~~~~~~~~~~~~
  1066. next:85'1 ? possible intended match
  1067. 251: "col": 10,
  1068. next:85'0 ~~~~~~~~~~~~
  1069. 252: "tokLen": 1
  1070. next:85'0 ~~~~~~~~~~~~~
  1071. 253: },
  1072. next:85'0 ~~~~
  1073. 254: "end": {
  1074. next:85'0 ~~~~~~~~~~
  1075. 255: "offset": 151,
  1076. next:85'0 ~~~~~~~~~~~~~~~~
  1077. .
  1078. .
  1079. .
  1080. >>>>>>
  1081.  
  1082. error: command failed with exit status: 1
  1083.  
  1084. --
  1085.  
  1086. ********************
  1087. Testing: 0..
  1088. FAIL: Clang :: ARCMT/whitelisted/objcmt-with-whitelist-impl.m (1068 of 27951)
  1089. ******************** TEST 'Clang :: ARCMT/whitelisted/objcmt-with-whitelist-impl.m' FAILED ********************
  1090. Script:
  1091. --
  1092. : 'RUN: at line 1'; rm -rf D:\tmp\llvm-project\build\tools\clang\test\ARCMT\whitelisted\Output\objcmt-with-whitelist-impl.m.tmp
  1093. : 'RUN: at line 2'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -objcmt-migrate-readwrite-property -objcmt-migrate-instancetype -objcmt-white-list-dir-path=D:\tmp\llvm-project\clang\test\ARCMT\whitelisted/Inputs D:\tmp\llvm-project\clang\test\ARCMT\whitelisted\objcmt-with-whitelist-impl.m -triple x86_64-apple-darwin11 -migrate -o D:\tmp\llvm-project\build\tools\clang\test\ARCMT\whitelisted\Output\objcmt-with-whitelist-impl.m.tmp.remap
  1094. : 'RUN: at line 3'; c-arcmt-test D:\tmp\llvm-project\build\tools\clang\test\ARCMT\whitelisted\Output\objcmt-with-whitelist-impl.m.tmp.remap | arcmt-test -verify-transformed-files D:\tmp\llvm-project\clang\test\ARCMT\whitelisted/header1.h.result D:\tmp\llvm-project\clang\test\ARCMT\whitelisted\objcmt-with-whitelist-impl.m.result
  1095. --
  1096. Exit Code: 1
  1097.  
  1098. Command Output (stdout):
  1099. --
  1100. $ ":" "RUN: at line 1"
  1101. $ "rm" "-rf" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\whitelisted\Output\objcmt-with-whitelist-impl.m.tmp"
  1102. $ ":" "RUN: at line 2"
  1103. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-objcmt-migrate-readwrite-property" "-objcmt-migrate-instancetype" "-objcmt-white-list-dir-path=D:\tmp\llvm-project\clang\test\ARCMT\whitelisted/Inputs" "D:\tmp\llvm-project\clang\test\ARCMT\whitelisted\objcmt-with-whitelist-impl.m" "-triple" "x86_64-apple-darwin11" "-migrate" "-o" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\whitelisted\Output\objcmt-with-whitelist-impl.m.tmp.remap"
  1104. $ ":" "RUN: at line 3"
  1105. $ "c-arcmt-test" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\whitelisted\Output\objcmt-with-whitelist-impl.m.tmp.remap"
  1106. $ "arcmt-test" "-verify-transformed-files" "D:\tmp\llvm-project\clang\test\ARCMT\whitelisted/header1.h.result" "D:\tmp\llvm-project\clang\test\ARCMT\whitelisted\objcmt-with-whitelist-impl.m.result"
  1107. # command stderr:
  1108. error: 'D:\tmp\llvm-project\clang\test\ARCMT\whitelisted/header1.h.result' is different than 'C:\Users\uiksl\AppData\Local\Temp\header1.h-43113f.h'
  1109.  
  1110. error: command failed with exit status: 1
  1111.  
  1112. --
  1113.  
  1114. ********************
  1115. Testing: 0..
  1116. FAIL: Clang :: ARCMT/whitelisted/objcmt-with-whitelist.m (1069 of 27951)
  1117. ******************** TEST 'Clang :: ARCMT/whitelisted/objcmt-with-whitelist.m' FAILED ********************
  1118. Script:
  1119. --
  1120. : 'RUN: at line 1'; rm -rf D:\tmp\llvm-project\build\tools\clang\test\ARCMT\whitelisted\Output\objcmt-with-whitelist.m.tmp
  1121. : 'RUN: at line 2'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -objcmt-migrate-readwrite-property -objcmt-migrate-instancetype -objcmt-migrate-ns-macros D:\tmp\llvm-project\clang\test\ARCMT\whitelisted\objcmt-with-whitelist.m -triple x86_64-apple-darwin11 -migrate -o D:\tmp\llvm-project\build\tools\clang\test\ARCMT\whitelisted\Output\objcmt-with-whitelist.m.tmp.remap
  1122. : 'RUN: at line 3'; c-arcmt-test D:\tmp\llvm-project\build\tools\clang\test\ARCMT\whitelisted\Output\objcmt-with-whitelist.m.tmp.remap | arcmt-test -verify-transformed-files D:\tmp\llvm-project\clang\test\ARCMT\whitelisted/header1.h.result D:\tmp\llvm-project\clang\test\ARCMT\whitelisted/header2.h.result
  1123. : 'RUN: at line 4'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -objcmt-migrate-readwrite-property -objcmt-migrate-instancetype -objcmt-migrate-ns-macros -objcmt-white-list-dir-path=D:\tmp\llvm-project\clang\test\ARCMT\whitelisted/Inputs D:\tmp\llvm-project\clang\test\ARCMT\whitelisted\objcmt-with-whitelist.m -triple x86_64-apple-darwin11 -migrate -o D:\tmp\llvm-project\build\tools\clang\test\ARCMT\whitelisted\Output\objcmt-with-whitelist.m.tmp.remap
  1124. : 'RUN: at line 5'; c-arcmt-test D:\tmp\llvm-project\build\tools\clang\test\ARCMT\whitelisted\Output\objcmt-with-whitelist.m.tmp.remap | arcmt-test -verify-transformed-files D:\tmp\llvm-project\clang\test\ARCMT\whitelisted/header1.h.result
  1125. --
  1126. Exit Code: 1
  1127.  
  1128. Command Output (stdout):
  1129. --
  1130. $ ":" "RUN: at line 1"
  1131. $ "rm" "-rf" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\whitelisted\Output\objcmt-with-whitelist.m.tmp"
  1132. $ ":" "RUN: at line 2"
  1133. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-objcmt-migrate-readwrite-property" "-objcmt-migrate-instancetype" "-objcmt-migrate-ns-macros" "D:\tmp\llvm-project\clang\test\ARCMT\whitelisted\objcmt-with-whitelist.m" "-triple" "x86_64-apple-darwin11" "-migrate" "-o" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\whitelisted\Output\objcmt-with-whitelist.m.tmp.remap"
  1134. $ ":" "RUN: at line 3"
  1135. $ "c-arcmt-test" "D:\tmp\llvm-project\build\tools\clang\test\ARCMT\whitelisted\Output\objcmt-with-whitelist.m.tmp.remap"$ "arcmt-test" "-verify-transformed-files" "D:\tmp\llvm-project\clang\test\ARCMT\whitelisted/header1.h.result" "D:\tmp\llvm-project\clang\test\ARCMT\whitelisted/header2.h.result"
  1136. # command stderr:
  1137. error: 'D:\tmp\llvm-project\clang\test\ARCMT\whitelisted/header1.h.result' is different than 'C:\Users\uiksl\AppData\Local\Temp\header1.h-0bcb9b.h'
  1138.  
  1139. error: command failed with exit status: 1
  1140.  
  1141. --
  1142.  
  1143. ********************
  1144. Testing: 0..
  1145. FAIL: Clang :: AST/ast-dump-openmp-begin-declare-variant_1.c (1084 of 27951)
  1146. ******************** TEST 'Clang :: AST/ast-dump-openmp-begin-declare-variant_1.c' FAILED ********************
  1147. Script:
  1148. --
  1149. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -verify -ast-dump D:\tmp\llvm-project\clang\test\AST\ast-dump-openmp-begin-declare-variant_1.c | d:\tmp\llvm-project\build\bin\filecheck.exe D:\tmp\llvm-project\clang\test\AST\ast-dump-openmp-begin-declare-variant_1.c
  1150. : 'RUN: at line 2'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -verify -ast-dump D:\tmp\llvm-project\clang\test\AST\ast-dump-openmp-begin-declare-variant_1.c -x c++| d:\tmp\llvm-project\build\bin\filecheck.exe D:\tmp\llvm-project\clang\test\AST\ast-dump-openmp-begin-declare-variant_1.c
  1151. --
  1152. Exit Code: 3221225786
  1153.  
  1154. Command Output (stdout):
  1155. --
  1156. $ ":" "RUN: at line 1"
  1157. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-triple" "x86_64-unknown-unknown" "-fopenmp" "-verify" "-ast-dump" "D:\tmp\llvm-project\clang\test\AST\ast-dump-openmp-begin-declare-variant_1.c"
  1158. $ "d:\tmp\llvm-project\build\bin\filecheck.exe" "D:\tmp\llvm-project\clang\test\AST\ast-dump-openmp-begin-declare-variant_1.c"
  1159. $ ":" "RUN: at line 2"
  1160. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-triple" "x86_64-unknown-unknown" "-fopenmp" "-verify" "-ast-dump" "D:\tmp\llvm-project\clang\test\AST\ast-dump-openmp-begin-declare-variant_1.c" "-x" "c++"
  1161. $ "d:\tmp\llvm-project\build\bin\filecheck.exe" "D:\tmp\llvm-project\clang\test\AST\ast-dump-openmp-begin-declare-variant_1.c"
  1162. note: command had no output on stdout or stderr
  1163. error: command failed with exit status: 3221225786
  1164.  
  1165. --
  1166.  
  1167. ********************
  1168. Testing: 0..
  1169. FAIL: Clang :: CodeCompletion/documentation.m (1085 of 27951)
  1170. ******************** TEST 'Clang :: CodeCompletion/documentation.m' FAILED ********************
  1171. Script:
  1172. --
  1173. : 'RUN: at line 19'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -fsyntax-only -code-completion-brief-comments -code-completion-at=D:\tmp\llvm-project\clang\test\CodeCompletion\documentation.m:15:8 D:\tmp\llvm-project\clang\test\CodeCompletion\documentation.m -o - | d:\tmp\llvm-project\build\bin\filecheck.exe -check-prefix=CHECK-CC1 D:\tmp\llvm-project\clang\test\CodeCompletion\documentation.m
  1174. : 'RUN: at line 23'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -fsyntax-only -code-completion-brief-comments -code-completion-at=D:\tmp\llvm-project\clang\test\CodeCompletion\documentation.m:16:9 D:\tmp\llvm-project\clang\test\CodeCompletion\documentation.m -o - | d:\tmp\llvm-project\build\bin\filecheck.exe -check-prefix=CHECK-CC2 D:\tmp\llvm-project\clang\test\CodeCompletion\documentation.m
  1175. --
  1176. Exit Code: 3221225786
  1177.  
  1178. Command Output (stdout):
  1179. --
  1180. $ ":" "RUN: at line 19"
  1181. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-fsyntax-only" "-code-completion-brief-comments" "-code-completion-at=D:\tmp\llvm-project\clang\test\CodeCompletion\documentation.m:15:8" "D:\tmp\llvm-project\clang\test\CodeCompletion\documentation.m" "-o" "-"
  1182. # command stderr:
  1183. D:\tmp\llvm-project\clang\test\CodeCompletion\documentation.m:9:1: warning: no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed [-Wobjc-property-no-attribute]
  1184. @property id instanceProp;
  1185. ^
  1186. D:\tmp\llvm-project\clang\test\CodeCompletion\documentation.m:9:1: warning: default property attribute 'assign' not appropriate for object [-Wobjc-property-no-attribute]
  1187. D:\tmp\llvm-project\clang\test\CodeCompletion\documentation.m:11:1: warning: no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed [-Wobjc-property-no-attribute]
  1188. @property (class) id classProp;
  1189. ^
  1190. D:\tmp\llvm-project\clang\test\CodeCompletion\documentation.m:11:1: warning: default property attribute 'assign' not appropriate for object [-Wobjc-property-no-attribute]
  1191. 4 warnings generated.
  1192.  
  1193. $ "d:\tmp\llvm-project\build\bin\filecheck.exe" "-check-prefix=CHECK-CC1" "D:\tmp\llvm-project\clang\test\CodeCompletion\documentation.m"
  1194. $ ":" "RUN: at line 23"
  1195. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-fsyntax-only" "-code-completion-brief-comments" "-code-completion-at=D:\tmp\llvm-project\clang\test\CodeCompletion\documentation.m:16:9" "D:\tmp\llvm-project\clang\test\CodeCompletion\documentation.m" "-o" "-"
  1196. note: command had no output on stdout or stderr
  1197. error: command failed with exit status: 3221225786
  1198. $ "d:\tmp\llvm-project\build\bin\filecheck.exe" "-check-prefix=CHECK-CC2" "D:\tmp\llvm-project\clang\test\CodeCompletion\documentation.m"
  1199. note: command had no output on stdout or stderr
  1200. error: command failed with exit status: 3221225786
  1201.  
  1202. --
  1203.  
  1204. ********************
  1205. Testing: 0..
  1206. FAIL: Clang :: Analysis/diagnostics/macro-null-return-suppression.cpp (1086 of 27951)
  1207. ******************** TEST 'Clang :: Analysis/diagnostics/macro-null-return-suppression.cpp' FAILED ********************
  1208. Script:
  1209. --
  1210. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -analyze -analyzer-constraints=range -setup-static-analyzer -x c -analyzer-checker=core -analyzer-output=text -verify D:\tmp\llvm-project\clang\test\Analysis\diagnostics\macro-null-return-suppression.cpp
  1211. --
  1212. Exit Code: 3221225786
  1213.  
  1214. Command Output (stdout):
  1215. --
  1216. $ ":" "RUN: at line 1"
  1217. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-analyze" "-analyzer-constraints=range" "-setup-static-analyzer" "-x" "c" "-analyzer-checker=core" "-analyzer-output=text" "-verify" "D:\tmp\llvm-project\clang\test\Analysis\diagnostics\macro-null-return-suppression.cpp"
  1218. note: command had no output on stdout or stderr
  1219. error: command failed with exit status: 3221225786
  1220.  
  1221. --
  1222.  
  1223. ********************
  1224. Testing: 0..
  1225. FAIL: Clang :: CXX/over/over.built/p16.cpp (1087 of 27951)
  1226. ******************** TEST 'Clang :: CXX/over/over.built/p16.cpp' FAILED ********************
  1227. Script:
  1228. --
  1229. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -std=c++11 -verify D:\tmp\llvm-project\clang\test\CXX\over\over.built\p16.cpp -Wno-tautological-compare
  1230. --
  1231. Exit Code: 3221225786
  1232.  
  1233. Command Output (stdout):
  1234. --
  1235. $ ":" "RUN: at line 1"
  1236. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-std=c++11" "-verify" "D:\tmp\llvm-project\clang\test\CXX\over\over.built\p16.cpp" "-Wno-tautological-compare"
  1237. note: command had no output on stdout or stderr
  1238. error: command failed with exit status: 3221225786
  1239.  
  1240. --
  1241.  
  1242. ********************
  1243. Testing: 0..
  1244. FAIL: Clang :: CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p1-0x.cpp (1088 of 27951)
  1245. ******************** TEST 'Clang :: CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/p1-0x.cpp' FAILED ********************
  1246. Script:
  1247. --
  1248. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -std=c++11 -fsyntax-only -verify D:\tmp\llvm-project\clang\test\CXX\temp\temp.fct.spec\temp.deduct\temp.deduct.call\p1-0x.cpp
  1249. --
  1250. Exit Code: 3221225786
  1251.  
  1252. Command Output (stdout):
  1253. --
  1254. $ ":" "RUN: at line 1"
  1255. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-std=c++11" "-fsyntax-only" "-verify" "D:\tmp\llvm-project\clang\test\CXX\temp\temp.fct.spec\temp.deduct\temp.deduct.call\p1-0x.cpp"
  1256. note: command had no output on stdout or stderr
  1257. error: command failed with exit status: 3221225786
  1258.  
  1259. --
  1260.  
  1261. ********************
  1262. Testing: 0..
  1263. FAIL: Clang :: AST/ast-dump-openmp-begin-declare-variant_3.c (1089 of 27951)
  1264. ******************** TEST 'Clang :: AST/ast-dump-openmp-begin-declare-variant_3.c' FAILED ********************
  1265. Script:
  1266. --
  1267. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -verify -ast-dump D:\tmp\llvm-project\clang\test\AST\ast-dump-openmp-begin-declare-variant_3.c | d:\tmp\llvm-project\build\bin\filecheck.exe D:\tmp\llvm-project\clang\test\AST\ast-dump-openmp-begin-declare-variant_3.c
  1268. : 'RUN: at line 2'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -verify -ast-dump D:\tmp\llvm-project\clang\test\AST\ast-dump-openmp-begin-declare-variant_3.c -x c++| d:\tmp\llvm-project\build\bin\filecheck.exe D:\tmp\llvm-project\clang\test\AST\ast-dump-openmp-begin-declare-variant_3.c
  1269. --
  1270. Exit Code: 3221225786
  1271.  
  1272. Command Output (stdout):
  1273. --
  1274. $ ":" "RUN: at line 1"
  1275. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-triple" "x86_64-unknown-unknown" "-fopenmp" "-verify" "-ast-dump" "D:\tmp\llvm-project\clang\test\AST\ast-dump-openmp-begin-declare-variant_3.c"
  1276. $ "d:\tmp\llvm-project\build\bin\filecheck.exe" "D:\tmp\llvm-project\clang\test\AST\ast-dump-openmp-begin-declare-variant_3.c"
  1277. note: command had no output on stdout or stderr
  1278. error: command failed with exit status: 3221225786
  1279.  
  1280. --
  1281.  
  1282. ********************
  1283. Testing: 0..
  1284. FAIL: Clang :: CodeGen/2008-07-31-promotion-of-compound-pointer-arithmetic.c (1090 of 27951)
  1285. ******************** TEST 'Clang :: CodeGen/2008-07-31-promotion-of-compound-pointer-arithmetic.c' FAILED ********************
  1286. Script:
  1287. --
  1288. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -triple i386-unknown-unknown -O1 -emit-llvm -o - D:\tmp\llvm-project\clang\test\CodeGen\2008-07-31-promotion-of-compound-pointer-arithmetic.c | d:\tmp\llvm-project\build\bin\filecheck.exe D:\tmp\llvm-project\clang\test\CodeGen\2008-07-31-promotion-of-compound-pointer-arithmetic.c
  1289. --
  1290. Exit Code: 2
  1291.  
  1292. Command Output (stdout):
  1293. --
  1294. $ ":" "RUN: at line 1"
  1295. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-triple" "i386-unknown-unknown" "-O1" "-emit-llvm" "-o" "-" "D:\tmp\llvm-project\clang\test\CodeGen\2008-07-31-promotion-of-compound-pointer-arithmetic.c"
  1296. note: command had no output on stdout or stderr
  1297. error: command failed with exit status: 3221225786
  1298. $ "d:\tmp\llvm-project\build\bin\filecheck.exe" "D:\tmp\llvm-project\clang\test\CodeGen\2008-07-31-promotion-of-compound-pointer-arithmetic.c"
  1299. # command stderr:
  1300. FileCheck error: '<stdin>' is empty.
  1301. FileCheck command line: d:\tmp\llvm-project\build\bin\filecheck.exe D:\tmp\llvm-project\clang\test\CodeGen\2008-07-31-promotion-of-compound-pointer-arithmetic.c
  1302.  
  1303. error: command failed with exit status: 2
  1304.  
  1305. --
  1306.  
  1307. ********************
  1308. Testing: 0..
  1309. FAIL: Clang :: CXX/dcl.dcl/basic.namespace/namespace.udecl/p15.cpp (1091 of 27951)
  1310. ******************** TEST 'Clang :: CXX/dcl.dcl/basic.namespace/namespace.udecl/p15.cpp' FAILED ********************
  1311. Script:
  1312. --
  1313. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -std=c++11 -verify D:\tmp\llvm-project\clang\test\CXX\dcl.dcl\basic.namespace\namespace.udecl\p15.cpp
  1314. --
  1315. Exit Code: 3221225786
  1316.  
  1317. Command Output (stdout):
  1318. --
  1319. $ ":" "RUN: at line 1"
  1320. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-std=c++11" "-verify" "D:\tmp\llvm-project\clang\test\CXX\dcl.dcl\basic.namespace\namespace.udecl\p15.cpp"
  1321. note: command had no output on stdout or stderr
  1322. error: command failed with exit status: 3221225786
  1323.  
  1324. --
  1325.  
  1326. ********************
  1327. Testing: 0..
  1328. FAIL: Clang :: CodeGen/2009-07-31-DbgDeclare.c (1092 of 27951)
  1329. ******************** TEST 'Clang :: CodeGen/2009-07-31-DbgDeclare.c' FAILED ********************
  1330. Script:
  1331. --
  1332. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -S -debug-info-kind=limited -o D:\tmp\llvm-project\build\tools\clang\test\CodeGen\Output\2009-07-31-DbgDeclare.c.tmp.s D:\tmp\llvm-project\clang\test\CodeGen\2009-07-31-DbgDeclare.c
  1333. --
  1334. Exit Code: 3221225786
  1335.  
  1336. Command Output (stdout):
  1337. --
  1338. $ ":" "RUN: at line 1"
  1339. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-S" "-debug-info-kind=limited" "-o" "D:\tmp\llvm-project\build\tools\clang\test\CodeGen\Output\2009-07-31-DbgDeclare.c.tmp.s" "D:\tmp\llvm-project\clang\test\CodeGen\2009-07-31-DbgDeclare.c"
  1340. note: command had no output on stdout or stderr
  1341. error: command failed with exit status: 3221225786
  1342.  
  1343. --
  1344.  
  1345. ********************
  1346. Testing: 0..
  1347. FAIL: Clang :: Analysis/null-deref-offsets.c (1093 of 27951)
  1348. ******************** TEST 'Clang :: Analysis/null-deref-offsets.c' FAILED ********************
  1349. Script:
  1350. --
  1351. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -analyze -analyzer-constraints=range -setup-static-analyzer -w -triple i386-apple-darwin10 -analyzer-checker=core,debug.ExprInspection -verify D:\tmp\llvm-project\clang\test\Analysis\null-deref-offsets.c
  1352. --
  1353. Exit Code: 3221225786
  1354.  
  1355. Command Output (stdout):
  1356. --
  1357. $ ":" "RUN: at line 1"
  1358. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-analyze" "-analyzer-constraints=range" "-setup-static-analyzer" "-w" "-triple" "i386-apple-darwin10" "-analyzer-checker=core,debug.ExprInspection" "-verify" "D:\tmp\llvm-project\clang\test\Analysis\null-deref-offsets.c"
  1359. note: command had no output on stdout or stderr
  1360. error: command failed with exit status: 3221225786
  1361.  
  1362. --
  1363.  
  1364. ********************
  1365. Testing: 0..
  1366. FAIL: Clang :: Analysis/stack-addr-ps.c (1094 of 27951)
  1367. ******************** TEST 'Clang :: Analysis/stack-addr-ps.c' FAILED ********************
  1368. Script:
  1369. --
  1370. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -analyze -analyzer-constraints=range -setup-static-analyzer -analyzer-checker=core -analyzer-store=region -fblocks -verify D:\tmp\llvm-project\clang\test\Analysis\stack-addr-ps.c
  1371. --
  1372. Exit Code: 3221225786
  1373.  
  1374. Command Output (stdout):
  1375. --
  1376. $ ":" "RUN: at line 1"
  1377. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-analyze" "-analyzer-constraints=range" "-setup-static-analyzer" "-analyzer-checker=core" "-analyzer-store=region" "-fblocks" "-verify" "D:\tmp\llvm-project\clang\test\Analysis\stack-addr-ps.c"
  1378. note: command had no output on stdout or stderr
  1379. error: command failed with exit status: 3221225786
  1380.  
  1381. --
  1382.  
  1383. ********************
  1384. Testing: 0..
  1385. FAIL: Clang :: Analysis/objc-indirect-copy-restore.m (1095 of 27951)
  1386. ******************** TEST 'Clang :: Analysis/objc-indirect-copy-restore.m' FAILED ********************
  1387. Script:
  1388. --
  1389. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -analyze -analyzer-constraints=range -setup-static-analyzer -fobjc-arc -analyzer-checker=core,debug.ExprInspection -verify D:\tmp\llvm-project\clang\test\Analysis\objc-indirect-copy-restore.m
  1390. --
  1391. Exit Code: 3221225786
  1392.  
  1393. Command Output (stdout):
  1394. --
  1395. $ ":" "RUN: at line 1"
  1396. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-analyze" "-analyzer-constraints=range" "-setup-static-analyzer" "-fobjc-arc" "-analyzer-checker=core,debug.ExprInspection" "-verify" "D:\tmp\llvm-project\clang\test\Analysis\objc-indirect-copy-restore.m"
  1397. note: command had no output on stdout or stderr
  1398. error: command failed with exit status: 3221225786
  1399.  
  1400. --
  1401.  
  1402. ********************
  1403. Testing: 0..
  1404. FAIL: Clang :: Analysis/exploded-graph-rewriter/environment_diff.dot (1096 of 27951)
  1405. ******************** TEST 'Clang :: Analysis/exploded-graph-rewriter/environment_diff.dot' FAILED ********************
  1406. Script:
  1407. --
  1408. : 'RUN: at line 1'; 'C:/Program Files/Python38/python.exe' d:\tmp\llvm-project\build\tools\clang\test\..\..\..\..\clang\utils\analyzer\exploded-graph-rewriter.py --dump-dot-only -d D:\tmp\llvm-project\clang\test\Analysis\exploded-graph-rewriter\environment_diff.dot | d:\tmp\llvm-project\build\bin\filecheck.exe D:\tmp\llvm-project\clang\test\Analysis\exploded-graph-rewriter\environment_diff.dot
  1409. --
  1410. Exit Code: 3221225786
  1411.  
  1412. Command Output (stdout):
  1413. --
  1414. $ ":" "RUN: at line 1"
  1415. $ "C:/Program Files/Python38/python.exe" "d:\tmp\llvm-project\build\tools\clang\test\..\..\..\..\clang\utils\analyzer\exploded-graph-rewriter.py" "--dump-dot-only" "-d" "D:\tmp\llvm-project\clang\test\Analysis\exploded-graph-rewriter\environment_diff.dot"
  1416. # command stderr:
  1417. Traceback (most recent call last):
  1418. File "d:\tmp\llvm-project\build\tools\clang\test\..\..\..\..\clang\utils\analyzer\exploded-graph-rewriter.py", line 12, in <module>
  1419. from __future__ import print_function
  1420. KeyboardInterrupt
  1421.  
  1422. error: command failed with exit status: 3221225786
  1423. $ "d:\tmp\llvm-project\build\bin\filecheck.exe" "D:\tmp\llvm-project\clang\test\Analysis\exploded-graph-rewriter\environment_diff.dot"
  1424. note: command had no output on stdout or stderr
  1425. error: command failed with exit status: 3221225786
  1426.  
  1427. --
  1428.  
  1429. ********************
  1430. Testing: 0..
  1431. FAIL: Clang :: CXX/expr/expr.prim/expr.prim.lambda/blocks.mm (1097 of 27951)
  1432. ******************** TEST 'Clang :: CXX/expr/expr.prim/expr.prim.lambda/blocks.mm' FAILED ********************
  1433. Script:
  1434. --
  1435. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -triple i686-pc-linux -std=c++11 -fblocks D:\tmp\llvm-project\clang\test\CXX\expr\expr.prim\expr.prim.lambda\blocks.mm -verify
  1436. --
  1437. Exit Code: 3221225786
  1438.  
  1439. Command Output (stdout):
  1440. --
  1441. $ ":" "RUN: at line 1"
  1442. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-triple" "i686-pc-linux" "-std=c++11" "-fblocks" "D:\tmp\llvm-project\clang\test\CXX\expr\expr.prim\expr.prim.lambda\blocks.mm" "-verify"
  1443. note: command had no output on stdout or stderr
  1444. error: command failed with exit status: 3221225786
  1445.  
  1446. --
  1447.  
  1448. ********************
  1449. Testing: 0..
  1450. FAIL: Clang :: Analysis/unix-api.c (1098 of 27951)
  1451. ******************** TEST 'Clang :: Analysis/unix-api.c' FAILED ********************
  1452. Script:
  1453. --
  1454. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -analyze -analyzer-constraints=range -setup-static-analyzer -analyzer-checker=core,unix.API -verify D:\tmp\llvm-project\clang\test\Analysis\unix-api.c
  1455. --
  1456. Exit Code: 3221225786
  1457.  
  1458. Command Output (stdout):
  1459. --
  1460. $ ":" "RUN: at line 1"
  1461. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-analyze" "-analyzer-constraints=range" "-setup-static-analyzer" "-analyzer-checker=core,unix.API" "-verify" "D:\tmp\llvm-project\clang\test\Analysis\unix-api.c"
  1462. note: command had no output on stdout or stderr
  1463. error: command failed with exit status: 3221225786
  1464.  
  1465. --
  1466.  
  1467. ********************
  1468. Testing: 0..
  1469. FAIL: Clang :: Analysis/cxx-inherited-ctor-init-expr.cpp (1099 of 27951)
  1470. ******************** TEST 'Clang :: Analysis/cxx-inherited-ctor-init-expr.cpp' FAILED ********************
  1471. Script:
  1472. --
  1473. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -analyze -analyzer-constraints=range -setup-static-analyzer -analyzer-checker=core,debug.ExprInspection -verify D:\tmp\llvm-project\clang\test\Analysis\cxx-inherited-ctor-init-expr.cpp
  1474. --
  1475. Exit Code: 3221225786
  1476.  
  1477. Command Output (stdout):
  1478. --
  1479. $ ":" "RUN: at line 1"
  1480. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-analyze" "-analyzer-constraints=range" "-setup-static-analyzer" "-analyzer-checker=core,debug.ExprInspection" "-verify" "D:\tmp\llvm-project\clang\test\Analysis\cxx-inherited-ctor-init-expr.cpp"
  1481. note: command had no output on stdout or stderr
  1482. error: command failed with exit status: 3221225786
  1483.  
  1484. --
  1485.  
  1486. ********************
  1487. Testing: 0..
  1488. FAIL: Clang :: AST/ast-dump-template-decls-json.cpp (1100 of 27951)
  1489. ******************** TEST 'Clang :: AST/ast-dump-template-decls-json.cpp' FAILED ********************
  1490. Script:
  1491. --
  1492. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -std=c++17 -triple x86_64-unknown-unknown -ast-dump=json D:\tmp\llvm-project\clang\test\AST\ast-dump-template-decls-json.cpp | d:\tmp\llvm-project\build\bin\filecheck.exe -strict-whitespace D:\tmp\llvm-project\clang\test\AST\ast-dump-template-decls-json.cpp
  1493. --
  1494. Exit Code: 3221225786
  1495.  
  1496. Command Output (stdout):
  1497. --
  1498. $ ":" "RUN: at line 1"
  1499. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-std=c++17" "-triple" "x86_64-unknown-unknown" "-ast-dump=json" "D:\tmp\llvm-project\clang\test\AST\ast-dump-template-decls-json.cpp"
  1500. $ "d:\tmp\llvm-project\build\bin\filecheck.exe" "-strict-whitespace" "D:\tmp\llvm-project\clang\test\AST\ast-dump-template-decls-json.cpp"
  1501. # command stderr:
  1502. D:\tmp\llvm-project\clang\test\AST\ast-dump-template-decls-json.cpp:219:20: error: CHECK-NEXT: expected string not found in input
  1503. // CHECK-NEXT: "offset": 142,
  1504. ^
  1505. <stdin>:157:15: note: scanning from here
  1506. "loc": {
  1507. ^
  1508. <stdin>:158:9: note: possible intended match here
  1509. "offset": 145,
  1510. ^
  1511.  
  1512. Input file: <stdin>
  1513. Check file: D:\tmp\llvm-project\clang\test\AST\ast-dump-template-decls-json.cpp
  1514.  
  1515. -dump-input=help explains the following input dump.
  1516.  
  1517. Input was:
  1518. <<<<<<
  1519. .
  1520. .
  1521. .
  1522. 152: ]
  1523. 153: },
  1524. 154: {
  1525. 155: "id": "0x15c699eeeb8",
  1526. 156: "kind": "FunctionTemplateDecl",
  1527. 157: "loc": {
  1528. next:219'0 X error: no match found
  1529. 158: "offset": 145,
  1530. next:219'0 ~~~~~~~~~~~~~~~~~~~~~~~
  1531. next:219'1 ? possible intended match
  1532. 159: "file": "D:\\tmp\\llvm-project\\clang\\test\\AST\\ast-dump-template-decls-json.cpp",
  1533. next:219'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1534. 160: "line": 4,
  1535. next:219'0 ~~~~~~~~~~~~~~~~~~~
  1536. 161: "col": 6,
  1537. next:219'0 ~~~~~~~~~~~~~~~~~~
  1538. 162: "tokLen": 1
  1539. next:219'0 ~~~~~~~~~~~~~~~~~~~~
  1540. 163: },
  1541. next:219'0 ~~~~~~~~~
  1542.  
  1543. error: command failed with exit status: 3221225786
  1544.  
  1545. --
  1546.  
  1547. ********************
  1548. Testing: 0..
  1549. FAIL: Clang :: CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/p2.cpp (1101 of 27951)
  1550. ******************** TEST 'Clang :: CXX/dcl.decl/dcl.fct.def/dcl.fct.def.default/p2.cpp' FAILED ********************
  1551. Script:
  1552. --
  1553. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -std=c++11 -fsyntax-only -verify -fcxx-exceptions D:\tmp\llvm-project\clang\test\CXX\dcl.decl\dcl.fct.def\dcl.fct.def.default\p2.cpp
  1554. --
  1555. Exit Code: 3221225786
  1556.  
  1557. Command Output (stdout):
  1558. --
  1559. $ ":" "RUN: at line 1"
  1560. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-std=c++11" "-fsyntax-only" "-verify" "-fcxx-exceptions" "D:\tmp\llvm-project\clang\test\CXX\dcl.decl\dcl.fct.def\dcl.fct.def.default\p2.cpp"
  1561. note: command had no output on stdout or stderr
  1562. error: command failed with exit status: 3221225786
  1563.  
  1564. --
  1565.  
  1566. ********************
  1567. Testing: 0..
  1568. FAIL: Clang :: Analysis/std-c-library-functions-POSIX.c (1102 of 27951)
  1569. ******************** TEST 'Clang :: Analysis/std-c-library-functions-POSIX.c' FAILED ********************
  1570. Script:
  1571. --
  1572. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -analyze -analyzer-constraints=range -setup-static-analyzer D:\tmp\llvm-project\clang\test\Analysis\std-c-library-functions-POSIX.c -analyzer-checker=core -analyzer-checker=apiModeling.StdCLibraryFunctions -analyzer-config apiModeling.StdCLibraryFunctions:ModelPOSIX=true -analyzer-config apiModeling.StdCLibraryFunctions:DisplayLoadedSummaries=true -analyzer-checker=debug.ExprInspection -analyzer-config eagerly-assume=false -triple i686-unknown-linux 2>&1 | d:\tmp\llvm-project\build\bin\filecheck.exe D:\tmp\llvm-project\clang\test\Analysis\std-c-library-functions-POSIX.c
  1573. --
  1574. Exit Code: 3221225786
  1575.  
  1576. Command Output (stdout):
  1577. --
  1578. $ ":" "RUN: at line 1"
  1579. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-analyze" "-analyzer-constraints=range" "-setup-static-analyzer" "D:\tmp\llvm-project\clang\test\Analysis\std-c-library-functions-POSIX.c" "-analyzer-checker=core" "-analyzer-checker=apiModeling.StdCLibraryFunctions" "-analyzer-config" "apiModeling.StdCLibraryFunctions:ModelPOSIX=true" "-analyzer-config" "apiModeling.StdCLibraryFunctions:DisplayLoadedSummaries=true" "-analyzer-checker=debug.ExprInspection" "-analyzer-config" "eagerly-assume=false" "-triple" "i686-unknown-linux"
  1580. note: command had no output on stdout or stderr
  1581. error: command failed with exit status: 3221225786
  1582. $ "d:\tmp\llvm-project\build\bin\filecheck.exe" "D:\tmp\llvm-project\clang\test\Analysis\std-c-library-functions-POSIX.c"
  1583. note: command had no output on stdout or stderr
  1584. error: command failed with exit status: 3221225786
  1585.  
  1586. --
  1587.  
  1588. ********************
  1589. Testing: 0..
  1590. FAIL: Clang :: Analysis/explain-svals.m (1103 of 27951)
  1591. ******************** TEST 'Clang :: Analysis/explain-svals.m' FAILED ********************
  1592. Script:
  1593. --
  1594. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -analyze -analyzer-constraints=range -setup-static-analyzer -w -triple i386-apple-darwin10 -fblocks -verify D:\tmp\llvm-project\clang\test\Analysis\explain-svals.m -analyzer-checker=core.builtin -analyzer-checker=debug.ExprInspection -analyzer-config display-checker-name=false
  1595. --
  1596. Exit Code: 3221225786
  1597.  
  1598. Command Output (stdout):
  1599. --
  1600. $ ":" "RUN: at line 1"
  1601. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-analyze" "-analyzer-constraints=range" "-setup-static-analyzer" "-w" "-triple" "i386-apple-darwin10" "-fblocks" "-verify" "D:\tmp\llvm-project\clang\test\Analysis\explain-svals.m" "-analyzer-checker=core.builtin" "-analyzer-checker=debug.ExprInspection" "-analyzer-config" "display-checker-name=false"
  1602. note: command had no output on stdout or stderr
  1603. error: command failed with exit status: 3221225786
  1604.  
  1605. --
  1606.  
  1607. ********************
  1608. Testing: 0..
  1609. FAIL: Clang :: CXX/temp/temp.param/p15-cxx0x.cpp (1104 of 27951)
  1610. ******************** TEST 'Clang :: CXX/temp/temp.param/p15-cxx0x.cpp' FAILED ********************
  1611. Script:
  1612. --
  1613. : 'RUN: at line 1'; d:\tmp\llvm-project\build\bin\clang.exe -cc1 -internal-isystem d:\tmp\llvm-project\build\lib\clang\13.0.0\include -nostdsysteminc -fsyntax-only -std=c++11 -verify D:\tmp\llvm-project\clang\test\CXX\temp\temp.param\p15-cxx0x.cpp
  1614. --
  1615. Exit Code: 3221225786
  1616.  
  1617. Command Output (stdout):
  1618. --
  1619. $ ":" "RUN: at line 1"
  1620. $ "d:\tmp\llvm-project\build\bin\clang.exe" "-cc1" "-internal-isystem" "d:\tmp\llvm-project\build\lib\clang\13.0.0\include" "-nostdsysteminc" "-fsyntax-only" "-std=c++11" "-verify" "D:\tmp\llvm-project\clang\test\CXX\temp\temp.param\p15-cxx0x.cpp"
  1621. note: command had no output on stdout or stderr
  1622. error: command failed with exit status: 3221225786
  1623.  
  1624. --
  1625.  
  1626. ********************
  1627. Testing: 0.. interrupted by user, skipping remaining tests
  1628. ********************
  1629. Failed Tests (23):
  1630. Clang :: ARCMT/GC-no-finalize-removal.m
  1631. Clang :: ARCMT/atautorelease.m
  1632. Clang :: ARCMT/designated-init-in-header/designated-init-in-header.m
  1633. Clang :: ARCMT/objcmt-arc-cf-annotations.m
  1634. Clang :: ARCMT/objcmt-atomic-property.m
  1635. Clang :: ARCMT/objcmt-migrate-all.m
  1636. Clang :: ARCMT/objcmt-ns-macros.m
  1637. Clang :: ARCMT/objcmt-ns-nonatomic-iosonly.m
  1638. Clang :: ARCMT/objcmt-property-availability.m
  1639. Clang :: ARCMT/objcmt-property.m
  1640. Clang :: ARCMT/objcmt-undefined-ns-macros.m
  1641. Clang :: ARCMT/protected-scope.m
  1642. Clang :: ARCMT/whitelisted/objcmt-with-whitelist-impl.m
  1643. Clang :: ARCMT/whitelisted/objcmt-with-whitelist.m
  1644. Clang :: AST/ast-dump-expr-json.cpp
  1645. Clang :: AST/ast-dump-expr-json.m
  1646. Clang :: AST/ast-dump-record-definition-data-json.cpp
  1647. Clang :: AST/ast-dump-records-json.cpp
  1648. Clang :: AST/ast-dump-stmt-json.c
  1649. Clang :: AST/ast-dump-stmt-json.cpp
  1650. Clang :: AST/multistep-explicit-cast-json.cpp
  1651. Clang :: Analysis/diagnostics/sarif-diagnostics-taint-test.c
  1652. Clang :: Analysis/diagnostics/sarif-multi-diagnostic-test.c
  1653.  
  1654.  
  1655. Testing Time: 263.40s
  1656. Skipped : 26875
  1657. Passed : 1046
  1658. Expectedly Failed: 7
  1659. Failed : 23
  1660. ninja: build stopped: interrupted by user.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement