ninja: Entering directory `out/gn' [0/1] ACTION //clang/test:check-clang(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:531: note: using clang: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/subst.py:126: note: Did not find cir-opt in /usr/local/google/home/thakis/src/llvm-project/out/gn/bin:/usr/local/google/home/thakis/src/llvm-project/out/gn/bin llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:531: note: using ld.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:531: note: using lld-link: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:531: note: using ld64.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:531: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 24127 tests, 64 workers -- Testing: FAIL: Clang :: AST/ast-dump-decl.c (1 of 24127) ******************** TEST 'Clang :: AST/ast-dump-decl.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 2 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -Wno-strict-prototypes -ast-dump -ast-dump-filter Test /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --strict-whitespace /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -Wno-strict-prototypes -ast-dump -ast-dump-filter Test /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.c:35:3: warning: declaration does not declare anything [-Wmissing-declarations] # | 35 | struct y { # | | ^~~~~~~~ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.c:128:29: warning: declaration of 'enum (unnamed at /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.c:128:29)' will not be visible outside of this function [-Wvisibility] # | 128 | int TestFunctionDecl(int x, enum { e } y) { # | | ^ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.c:137:28: warning: declaration of 'enum Enum' will not be visible outside of this function [-Wvisibility] # | 137 | int TestFunctionDecl2(enum Enum { e } x) { return x; } # | | ^ # | 3 warnings generated. # `----------------------------- # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --strict-whitespace /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.c:175:16: error: CHECK: expected string not found in input # | // CHECK: VarDecl{{.*}} TestVarDeclThread 'int' tls{{$}} # | ^ # | :128:151: note: scanning from here # | VarDecl 0x559f8feee578 col:12 TestVarDeclSC 'int' extern declaration # | ^ # | :131:114: note: possible intended match here # | VarDecl 0x559f8feee5f8 col:14 TestVarDeclThread 'int' tls tentative definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 123: # | 124: Dumping TestVarDecl: # | 125: VarDecl 0x559f8feee4f8 col:5 TestVarDecl 'int' tentative definition # | 126: # | 127: Dumping TestVarDeclSC: # | 128: VarDecl 0x559f8feee578 col:12 TestVarDeclSC 'int' extern declaration # | check:175'0 X~~~~~~~~~~~~ error: no match found # | 129: # | check:175'0 ~ # | 130: Dumping TestVarDeclThread: # | check:175'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 131: VarDecl 0x559f8feee5f8 col:14 TestVarDeclThread 'int' tls tentative definition # | check:175'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:175'1 ? possible intended match # | 132: # | check:175'0 ~ # | 133: Dumping TestVarDeclPrivate: # | check:175'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 134: VarDecl 0x559f8feee678 col:24 TestVarDeclPrivate 'int' tentative definition # | check:175'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 135: # | check:175'0 ~ # | 136: Dumping TestVarDeclInit: # | check:175'0 ~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-cancel.c (2 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-cancel.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-cancel.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-cancel.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-cancel.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-cancel.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-cancel.c:18:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: |-ImplicitParamDecl {{.*}} col:1 implicit .global_tid. 'const int *const restrict' # | ^ # | :22:86: note: scanning from here # | | `-OMPCancelDirective 0x55d6c6d5c2c8 openmp_standalone_directive # | ^ # | :23:2: note: possible intended match here # | |-ImplicitParamDecl 0x55d6c6d5c138 col:1 implicit .global_tid. 'const int *const restrict' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-cancel.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 17: `-CompoundStmt 0x55d6c6d5c388 # | 18: `-OMPParallelDirective 0x55d6c6d5c340 # | 19: `-CapturedStmt 0x55d6c6d5c318 # | 20: `-CapturedDecl 0x55d6c6d5c0c8 <> nothrow # | 21: |-CompoundStmt 0x55d6c6d5c300 # | 22: | `-OMPCancelDirective 0x55d6c6d5c2c8 openmp_standalone_directive # | next:18'0 X error: no match found # | 23: |-ImplicitParamDecl 0x55d6c6d5c138 col:1 implicit .global_tid. 'const int *const restrict' definition # | next:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:18'1 ? possible intended match # | 24: |-ImplicitParamDecl 0x55d6c6d5c1a0 col:1 implicit .bound_tid. 'const int *const restrict' definition # | next:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 25: `-ImplicitParamDecl 0x55d6c6d5c260 col:1 implicit __context 'struct (unnamed at /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-cancel.c:4:1) *const restrict' definition # | next:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-target-update.c (3 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-target-update.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-update.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-update.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-update.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-update.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-update.c:9:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: |-ParmVarDecl {{.*}} col:15 used x 'int' # | ^ # | :16:167: note: scanning from here # | `-FunctionDecl 0x5614e9da7670 line:3:6 test 'void (int)' # | ^ # | :17:10: note: possible intended match here # | |-ParmVarDecl 0x5614e9da75a0 col:15 used x 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-update.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x5614e9d59bb0 'char' # | 12: |-TypedefDecl 0x5614e9d5a6f8 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x5614e9d5a6a0 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x5614e9d5a660 'struct __va_list_tag' canonical # | 15: | `-Record 0x5614e9d5a440 '__va_list_tag' # | 16: `-FunctionDecl 0x5614e9da7670 line:3:6 test 'void (int)' # | next:9'0 X error: no match found # | 17: |-ParmVarDecl 0x5614e9da75a0 col:15 used x 'int' definition # | next:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:9'1 ? possible intended match # | 18: `-CompoundStmt 0x5614e9da7df8 # | next:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: `-OMPTargetUpdateDirective 0x5614e9da7db8 openmp_standalone_directive # | next:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: |-OMPToClause 0x5614e9da7788 # | next:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: | `-DeclRefExpr 0x5614e9da7768 'int' lvalue ParmVar 0x5614e9da75a0 'x' 'int' # | next:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 22: `-CapturedStmt 0x5614e9da7d90 # | next:9'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-task.c (4 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-task.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-task.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-task.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-task.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-task.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-task.c:22:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: |-ImplicitParamDecl {{.*}} col:1 implicit .global_tid. 'const int' # | ^ # | :30:75: note: scanning from here # | |-AlwaysInlineAttr 0x55d3f242ebb8 <> Implicit __forceinline # | ^ # | :31:2: note: possible intended match here # | |-ImplicitParamDecl 0x55d3f242e8f0 col:1 implicit .global_tid. 'const int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-task.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 25: |-OMPFirstprivateClause 0x55d3f242edf8 <> # | 26: | `-DeclRefExpr 0x55d3f242e670 'omp_event_handle_t':'unsigned long' lvalue Var 0x55d3f242e5f0 'evt' 'omp_event_handle_t':'unsigned long' # | 27: `-CapturedStmt 0x55d3f242ec18 # | 28: `-CapturedDecl 0x55d3f242e868 <> nothrow # | 29: |-NullStmt 0x55d3f242ec10 # | 30: |-AlwaysInlineAttr 0x55d3f242ebb8 <> Implicit __forceinline # | next:22'0 X error: no match found # | 31: |-ImplicitParamDecl 0x55d3f242e8f0 col:1 implicit .global_tid. 'const int' definition # | next:22'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:22'1 ? possible intended match # | 32: |-ImplicitParamDecl 0x55d3f242e958 col:1 implicit .part_id. 'const int *const restrict' definition # | next:22'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 33: |-ImplicitParamDecl 0x55d3f242e9c0 col:1 implicit .privates. 'void *const restrict' definition # | next:22'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 34: |-ImplicitParamDecl 0x55d3f242ea28 col:1 implicit .copy_fn. 'void (*const restrict)(void *const restrict, ...)' definition # | next:22'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 35: |-ImplicitParamDecl 0x55d3f242ea90 col:1 implicit .task_t. 'void *const' definition # | next:22'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 36: `-ImplicitParamDecl 0x55d3f242eb50 col:1 implicit __context 'struct (unnamed at /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-task.c:6:1) *const restrict' definition # | next:22'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-parallel-sections.c (5 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-parallel-sections.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-parallel-sections.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-parallel-sections.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-parallel-sections.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-parallel-sections.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-parallel-sections.c:23:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: |-ImplicitParamDecl {{.*}} col:1 implicit .global_tid. 'const int *const restrict' # | ^ # | :24:37: note: scanning from here # | | `-NullStmt 0x56387ff38cb8 # | ^ # | :25:2: note: possible intended match here # | |-ImplicitParamDecl 0x56387ff38b28 col:1 implicit .global_tid. 'const int *const restrict' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-parallel-sections.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 19: `-CompoundStmt 0x56387ff38d48 # | 20: `-OMPParallelSectionsDirective 0x56387ff38d00 # | 21: `-CapturedStmt 0x56387ff38cd8 # | 22: `-CapturedDecl 0x56387ff38ab8 <> # | 23: |-CompoundStmt 0x56387ff38cc0 # | 24: | `-NullStmt 0x56387ff38cb8 # | next:23'0 X error: no match found # | 25: |-ImplicitParamDecl 0x56387ff38b28 col:1 implicit .global_tid. 'const int *const restrict' definition # | next:23'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:23'1 ? possible intended match # | 26: |-ImplicitParamDecl 0x56387ff38b90 col:1 implicit .bound_tid. 'const int *const restrict' definition # | next:23'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 27: `-ImplicitParamDecl 0x56387ff38c50 col:1 implicit __context 'struct (unnamed at /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-parallel-sections.c:9:1) *const restrict' definition # | next:23'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-templates-pattern.cpp (6 of 24127) ******************** TEST 'Clang :: AST/ast-dump-templates-pattern.cpp' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64 -std=c++26 -ast-dump -ast-dump-filter=Test /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-templates-pattern.cpp | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-templates-pattern.cpp # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64 -std=c++26 -ast-dump -ast-dump-filter=Test /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-templates-pattern.cpp # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-templates-pattern.cpp # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-templates-pattern.cpp:44:11: error: CHECK: expected string not found in input # | // CHECK: | |-VarDecl 0x[[TestVariableRedecl_D1:[^ ]+]] {{.+}} a 'T' cinit instantiated_from 0x[[TestVariableRedecl_D1]] # | ^ # | :48:62: note: scanning from here # | |-VarTemplateDecl 0x55e376c9ed38 col:24 a # | ^ # | :50:31: note: possible intended match here # | | |-VarDecl 0x55e376c9ecc8 col:24 a 'T' cinit definition instantiated_from 0x55e376c9ecc8 # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-templates-pattern.cpp # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 43: |-FunctionDecl 0x55e376c7dee8 prev 0x55e376c7dc78 col:27 f 'void ()' # | 44: `-Function 0x55e376c9ea60 'f' 'void ()' # | 45: # | 46: Dumping TestVariableRedecl: # | 47: NamespaceDecl 0x55e376c9eb78 line:38:11 TestVariableRedecl # | 48: |-VarTemplateDecl 0x55e376c9ed38 col:24 a # | check:44'0 X error: no match found # | 49: | |-TemplateTypeParmDecl 0x55e376c9ec08 col:19 referenced class depth 0 index 0 T # | check:44'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 50: | |-VarDecl 0x55e376c9ecc8 col:24 a 'T' cinit definition instantiated_from 0x55e376c9ecc8 # | check:44'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:44'1 ? possible intended match # | 51: | | `-IntegerLiteral 0x55e376c9ed90 'int' 0 # | check:44'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 52: | `-VarTemplateSpecialization 0x55e376c9f0c8 'a' 'int' # | check:44'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 53: |-VarTemplateDecl 0x55e376c9eef8 prev 0x55e376c9ed38 col:31 a # | check:44'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 54: | |-TemplateTypeParmDecl 0x55e376c9edd0 col:19 referenced class depth 0 index 0 T # | check:44'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 55: | |-VarDecl 0x55e376c9ee88 prev 0x55e376c9ecc8 col:31 a 'T' extern declaration instantiated_from 0x55e376c9ecc8 # | check:44'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-target-enter-data.c (7 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-target-enter-data.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-enter-data.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-enter-data.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-enter-data.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-enter-data.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-enter-data.c:10:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: |-ParmVarDecl {{.*}} col:15 used x 'int' # | ^ # | :16:171: note: scanning from here # | `-FunctionDecl 0x556c4b81d660 line:3:6 test 'void (int)' # | ^ # | :17:10: note: possible intended match here # | |-ParmVarDecl 0x556c4b81d590 col:15 used x 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-enter-data.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x556c4b7cfa50 'char' # | 12: |-TypedefDecl 0x556c4b7d0598 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x556c4b7d0540 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x556c4b7d0500 'struct __va_list_tag' canonical # | 15: | `-Record 0x556c4b7d02e0 '__va_list_tag' # | 16: `-FunctionDecl 0x556c4b81d660 line:3:6 test 'void (int)' # | next:10'0 X error: no match found # | 17: |-ParmVarDecl 0x556c4b81d590 col:15 used x 'int' definition # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:10'1 ? possible intended match # | 18: `-CompoundStmt 0x556c4b81de28 # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: `-OMPTargetEnterDataDirective 0x556c4b81dde8 openmp_standalone_directive # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: |-OMPMapClause 0x556c4b81d778 # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: | `-DeclRefExpr 0x556c4b81d758 'int' lvalue ParmVar 0x556c4b81d590 'x' 'int' # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 22: `-CapturedStmt 0x556c4b81ddc0 # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-distribute-parallel-for-simd.c (8 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-distribute-parallel-for-simd.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-distribute-parallel-for-simd.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-distribute-parallel-for-simd.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-distribute-parallel-for-simd.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-distribute-parallel-for-simd.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-distribute-parallel-for-simd.c:40:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | |-ParmVarDecl {{.*}} col:19 used x 'int' # | ^ # | :16:186: note: scanning from here # | |-FunctionDecl 0x55ad64832cd0 line:3:6 test_one 'void (int)' # | ^ # | :17:7: note: possible intended match here # | | |-ParmVarDecl 0x55ad64832c00 col:19 used x 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-distribute-parallel-for-simd.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x55ad647e5890 'char' # | 12: |-TypedefDecl 0x55ad647e63d8 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x55ad647e6380 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x55ad647e6340 'struct __va_list_tag' canonical # | 15: | `-Record 0x55ad647e6120 '__va_list_tag' # | 16: |-FunctionDecl 0x55ad64832cd0 line:3:6 test_one 'void (int)' # | next:40'0 X error: no match found # | 17: | |-ParmVarDecl 0x55ad64832c00 col:19 used x 'int' definition # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:40'1 ? possible intended match # | 18: | `-CompoundStmt 0x55ad64851378 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: | `-OMPDistributeParallelForSimdDirective 0x55ad64851210 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: | `-CapturedStmt 0x55ad64833430 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: | |-CapturedDecl 0x55ad64832ea0 <> nothrow # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 22: | | |-ForStmt 0x55ad64833370 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-APValue-arithmetic.cpp (9 of 24127) ******************** TEST 'Clang :: AST/ast-dump-APValue-arithmetic.cpp' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 2 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -Wno-unused-value -std=gnu++17 -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-arithmetic.cpp -ast-dump-filter Test | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --strict-whitespace --match-full-lines /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-arithmetic.cpp # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -Wno-unused-value -std=gnu++17 -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-arithmetic.cpp -ast-dump-filter Test # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --strict-whitespace --match-full-lines /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-arithmetic.cpp # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-arithmetic.cpp:15:12: error: CHECK: expected string not found in input # | // CHECK: | `-VarDecl {{.*}} col:{{.*}} Int 'const int' constexpr cinit # | ^ # | :1:1: note: scanning from here # | Dumping Test: # | ^ # | :5:9: note: possible intended match here # | | `-VarDecl 0x55abc8151908 col:17 Int 'const int' constexpr cinit definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-arithmetic.cpp # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: Dumping Test: # | check:15'0 X~~~~~~~~~~~~~ error: no match found # | 2: FunctionDecl 0x55abc8151800 line:13:6 Test 'void ()' # | check:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 3: `-CompoundStmt 0x55abc816ea98 # | check:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 4: |-DeclStmt 0x55abc81519d8 # | check:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 5: | `-VarDecl 0x55abc8151908 col:17 Int 'const int' constexpr cinit definition # | check:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:15'1 ? possible intended match # | 6: | |-value: Int 42 # | check:15'0 ~~~~~~~~~~~~~~~~~~~~~~ # | 7: | `-IntegerLiteral 0x55abc8151970 'int' 42 # | check:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 8: |-DeclStmt 0x55abc8151bc8 # | check:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 9: | `-VarDecl 0x55abc8151a08 col:22 Int128 'const __int128' constexpr cinit definition # | check:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 10: | |-value: Int 18446744073709551616 # | check:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-simd.c (10 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-simd.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-simd.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-simd.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-simd.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-simd.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-simd.c:40:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | |-ParmVarDecl {{.*}} col:19 used x 'int' # | ^ # | :16:162: note: scanning from here # | |-FunctionDecl 0x5636d97eeca0 line:3:6 test_one 'void (int)' # | ^ # | :17:8: note: possible intended match here # | | |-ParmVarDecl 0x5636d97eebd0 col:19 used x 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-simd.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x5636d97a1740 'char' # | 12: |-TypedefDecl 0x5636d97a2288 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x5636d97a2230 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x5636d97a21f0 'struct __va_list_tag' canonical # | 15: | `-Record 0x5636d97a1fd0 '__va_list_tag' # | 16: |-FunctionDecl 0x5636d97eeca0 line:3:6 test_one 'void (int)' # | next:40'0 X error: no match found # | 17: | |-ParmVarDecl 0x5636d97eebd0 col:19 used x 'int' definition # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:40'1 ? possible intended match # | 18: | `-CompoundStmt 0x5636d980c890 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: | `-OMPSimdDirective 0x5636d980c7d0 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: | `-CapturedStmt 0x5636d97ef240 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: | |-CapturedDecl 0x5636d97eee70 <> nothrow # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 22: | | |-ForStmt 0x5636d97ef180 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-APValue-lvalue.cpp (11 of 24127) ******************** TEST 'Clang :: AST/ast-dump-APValue-lvalue.cpp' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 2 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -Wno-unused-value -std=gnu++17 -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-lvalue.cpp -ast-dump-filter Test | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --strict-whitespace --match-full-lines /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-lvalue.cpp # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -Wno-unused-value -std=gnu++17 -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-lvalue.cpp -ast-dump-filter Test # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --strict-whitespace --match-full-lines /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-lvalue.cpp # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-lvalue.cpp:42:12: error: CHECK: expected string not found in input # | // CHECK: | `-VarDecl {{.*}} col:{{.*}} pi 'int *const' constexpr cinit # | ^ # | :1:1: note: scanning from here # | Dumping Test: # | ^ # | :6:9: note: possible intended match here # | | `-VarDecl 0x55a2205680a8 col:18 pi 'int *const' constexpr cinit definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-lvalue.cpp # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: Dumping Test: # | check:42'0 X~~~~~~~~~~~~~ error: no match found # | 2: FunctionDecl 0x55a220567fb0 line:40:6 Test 'void (int (&)[10])' # | check:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 3: |-ParmVarDecl 0x55a220567ea8 col:17 arr 'int (&)[10]' definition # | check:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 4: `-CompoundStmt 0x55a220569458 # | check:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 5: |-DeclStmt 0x55a2205681c8 # | check:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 6: | `-VarDecl 0x55a2205680a8 col:18 pi 'int *const' constexpr cinit definition # | check:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:42'1 ? possible intended match # | 7: | |-value: LValue Base=VarDecl 0x55a220544a78, Null=0, Offset=0, HasPath=1, PathLength=0, Path=() # | check:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 8: | `-UnaryOperator 0x55a220568130 'int *' prefix '&' cannot overflow # | check:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 9: | `-DeclRefExpr 0x55a220568110 'int' lvalue Var 0x55a220544a78 'i' 'int' # | check:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 10: |-DeclStmt 0x55a220568310 # | check:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 11: | `-VarDecl 0x55a2205681f8 col:18 psi 'int *const' constexpr cinit definition # | check:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-APValue-anon-union.cpp (12 of 24127) ******************** TEST 'Clang :: AST/ast-dump-APValue-anon-union.cpp' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 2 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -Wno-unused-value -std=gnu++17 -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-anon-union.cpp -ast-dump-filter Test | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --strict-whitespace --match-full-lines /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-anon-union.cpp # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -Wno-unused-value -std=gnu++17 -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-anon-union.cpp -ast-dump-filter Test # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --strict-whitespace --match-full-lines /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-anon-union.cpp # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-anon-union.cpp:33:12: error: CHECK: expected string not found in input # | // CHECK: | `-VarDecl {{.*}} col:{{.*}} s0 'const S0' constexpr listinit # | ^ # | :1:1: note: scanning from here # | Dumping Test: # | ^ # | :5:9: note: possible intended match here # | | `-VarDecl 0x55cade6e78a8 col:16 s0 'const S0' constexpr listinit definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-anon-union.cpp # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: Dumping Test: # | check:33'0 X~~~~~~~~~~~~~ error: no match found # | 2: FunctionDecl 0x55cade6e7780 line:31:6 Test 'void ()' # | check:33'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 3: `-CompoundStmt 0x55cade6eb4b0 # | check:33'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 4: |-DeclStmt 0x55cade6e7d78 # | check:33'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 5: | `-VarDecl 0x55cade6e78a8 col:16 s0 'const S0' constexpr listinit definition # | check:33'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:33'1 ? possible intended match # | 6: | |-value: Struct # | check:33'0 ~~~~~~~~~~~~~~~~~~~~~~ # | 7: | | `-field: Union .i Int 42 # | check:33'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 8: | `-InitListExpr 0x55cade6e7950 'const S0' # | check:33'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 9: | `-InitListExpr 0x55cade6e7b10 'S0::(anonymous union at /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-anon-union.cpp:14:3)' field Field 0x55cade6c6648 'i' 'int' # | check:33'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 10: | `-CXXDefaultInitExpr 0x55cade6e7b58 'int' has rewritten init # | check:33'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-target-teams-distribute-simd.c (13 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-target-teams-distribute-simd.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams-distribute-simd.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams-distribute-simd.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams-distribute-simd.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams-distribute-simd.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams-distribute-simd.c:40:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | |-ParmVarDecl {{.*}} col:19 used x 'int' # | ^ # | :16:186: note: scanning from here # | |-FunctionDecl 0x5638a078ecd0 line:3:6 test_one 'void (int)' # | ^ # | :17:8: note: possible intended match here # | | |-ParmVarDecl 0x5638a078ec00 col:19 used x 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams-distribute-simd.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x5638a0741890 'char' # | 12: |-TypedefDecl 0x5638a07423d8 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x5638a0742380 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x5638a0742340 'struct __va_list_tag' canonical # | 15: | `-Record 0x5638a0742120 '__va_list_tag' # | 16: |-FunctionDecl 0x5638a078ecd0 line:3:6 test_one 'void (int)' # | next:40'0 X error: no match found # | 17: | |-ParmVarDecl 0x5638a078ec00 col:19 used x 'int' definition # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:40'1 ? possible intended match # | 18: | `-CompoundStmt 0x5638a07aeda0 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: | `-OMPTargetTeamsDistributeSimdDirective 0x5638a07aec98 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: | |-OMPFirstprivateClause 0x5638a07ade00 <> # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: | | `-DeclRefExpr 0x5638a078f900 'int' lvalue ParmVar 0x5638a078ec00 'x' 'int' refers_to_enclosing_variable_or_capture # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 22: | `-CapturedStmt 0x5638a07adbe8 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-teams-distribute-simd.c (14 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-teams-distribute-simd.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams-distribute-simd.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams-distribute-simd.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams-distribute-simd.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams-distribute-simd.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams-distribute-simd.c:45:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | |-ParmVarDecl {{.*}} col:19 used x 'int' # | ^ # | :16:179: note: scanning from here # | |-FunctionDecl 0x55c3ac6a8d60 line:3:6 test_one 'void (int)' # | ^ # | :17:8: note: possible intended match here # | | |-ParmVarDecl 0x55c3ac6a8c90 col:19 used x 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams-distribute-simd.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x55c3ac65b8c0 'char' # | 12: |-TypedefDecl 0x55c3ac65c408 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x55c3ac65c3b0 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x55c3ac65c370 'struct __va_list_tag' canonical # | 15: | `-Record 0x55c3ac65c150 '__va_list_tag' # | 16: |-FunctionDecl 0x55c3ac6a8d60 line:3:6 test_one 'void (int)' # | next:45'0 X error: no match found # | 17: | |-ParmVarDecl 0x55c3ac6a8c90 col:19 used x 'int' definition # | next:45'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:45'1 ? possible intended match # | 18: | `-CompoundStmt 0x55c3ac6c9230 # | next:45'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: | `-OMPTargetDirective 0x55c3ac6c91f0 # | next:45'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: | |-OMPFirstprivateClause 0x55c3ac6c91b0 <> # | next:45'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: | | `-DeclRefExpr 0x55c3ac6c8fb8 'int' lvalue ParmVar 0x55c3ac6a8c90 'x' 'int' refers_to_enclosing_variable_or_capture # | next:45'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 22: | `-CapturedStmt 0x55c3ac6c8f78 # | next:45'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: ASTSYCL/ast-dump-sycl-kernel-call-stmt.cpp (15 of 24127) ******************** TEST 'Clang :: ASTSYCL/ast-dump-sycl-kernel-call-stmt.cpp' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 2 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -std=c++17 -triple x86_64-unknown-unknown -fsycl-is-device -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/ASTSYCL/ast-dump-sycl-kernel-call-stmt.cpp | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines /usr/local/google/home/thakis/src/llvm-project/clang/test/ASTSYCL/ast-dump-sycl-kernel-call-stmt.cpp # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -std=c++17 -triple x86_64-unknown-unknown -fsycl-is-device -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/ASTSYCL/ast-dump-sycl-kernel-call-stmt.cpp # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines /usr/local/google/home/thakis/src/llvm-project/clang/test/ASTSYCL/ast-dump-sycl-kernel-call-stmt.cpp # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/ASTSYCL/ast-dump-sycl-kernel-call-stmt.cpp:59:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | | |-ParmVarDecl {{.*}} k 'KT' # | ^ # | :179:83: note: scanning from here # | | |-FunctionDecl 0x55d71dfba230 line:50:6 skep2 'void (KT)' # | ^ # | :180:1: note: possible intended match here # | | | |-ParmVarDecl 0x55d71dfba120 col:15 referenced k 'KT' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/ASTSYCL/ast-dump-sycl-kernel-call-stmt.cpp # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 174: | | `-CompoundStmt 0x55d71df96e70 # | 175: | `-SYCLKernelEntryPointAttr 0x55d71df96d58 KN<1> # | 176: |-FunctionTemplateDecl 0x55d71dfba2d8 line:50:6 skep2 # | 177: | |-TemplateTypeParmDecl 0x55d71df96e98 col:19 referenced typename depth 0 index 0 KNT # | 178: | |-TemplateTypeParmDecl 0x55d71df96f50 col:33 referenced typename depth 0 index 1 KT # | 179: | |-FunctionDecl 0x55d71dfba230 line:50:6 skep2 'void (KT)' # | next:59'0 X error: no match found # | 180: | | |-ParmVarDecl 0x55d71dfba120 col:15 referenced k 'KT' definition # | next:59'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:59'1 ? possible intended match # | 181: | | |-CompoundStmt 0x55d71dfba450 # | next:59'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 182: | | | `-CallExpr 0x55d71dfba428 '' # | next:59'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 183: | | | `-DeclRefExpr 0x55d71dfba408 'KT' lvalue ParmVar 0x55d71dfba120 'k' 'KT' # | next:59'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 184: | | `-SYCLKernelEntryPointAttr 0x55d71dfba338 KNT # | next:59'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 185: | `-FunctionDecl 0x55d71dfbacb0 line:50:6 skep2 'void (K<2>)' explicit_instantiation_definition instantiated_from 0x55d71dfba230 # | next:59'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-lambda.cpp (16 of 24127) ******************** TEST 'Clang :: AST/ast-dump-lambda.cpp' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 2 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -Wno-unused-value -std=gnu++17 -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-lambda.cpp -ast-dump-filter test | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -strict-whitespace --match-full-lines /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-lambda.cpp # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -Wno-unused-value -std=gnu++17 -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-lambda.cpp -ast-dump-filter test # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-lambda.cpp:36:6: warning: an attribute specifier sequence in this position is a C++23 extension [-Wc++23-lambda-attributes] # | 36 | [] [[noreturn]] () {}; # | | ^ # | 1 warning generated. # `----------------------------- # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck -strict-whitespace --match-full-lines /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-lambda.cpp # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-lambda.cpp:42:15: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: |-ParmVarDecl {{.*}} col:43{{( imported)?}} referenced a 'Ts...' pack # | ^ # | :4:81: note: scanning from here # | `-FunctionDecl 0x55708895be70 line:15:32 test 'void (Ts...)' # | ^ # | :5:3: note: possible intended match here # | |-ParmVarDecl 0x55708895bd60 col:43 referenced a 'Ts...' pack definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-lambda.cpp # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: Dumping test: # | 2: FunctionTemplateDecl 0x55708895bf18 line:15:32 test # | 3: |-TemplateTypeParmDecl 0x55708895bc10 col:23 referenced typename depth 0 index 0 ... Ts # | 4: `-FunctionDecl 0x55708895be70 line:15:32 test 'void (Ts...)' # | next:42'0 X error: no match found # | 5: |-ParmVarDecl 0x55708895bd60 col:43 referenced a 'Ts...' pack definition # | next:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:42'1 ? possible intended match # | 6: `-CompoundStmt 0x5570889899c0 # | next:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 7: |-DeclStmt 0x5570889813a0 # | next:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 8: | `-CXXRecordDecl 0x55708895c028 line:16:10 struct V definition # | next:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 9: | |-DefinitionData empty aggregate standard_layout trivially_copyable pod trivial literal has_constexpr_non_copy_move_ctor can_const_default_init # | next:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 10: | | |-DefaultConstructor exists trivial constexpr needs_implicit defaulted_is_constexpr # | next:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-for-simd.c (17 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-for-simd.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-for-simd.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-for-simd.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-for-simd.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-for-simd.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-for-simd.c:40:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | |-ParmVarDecl {{.*}} col:19 used x 'int' # | ^ # | :16:166: note: scanning from here # | |-FunctionDecl 0x558b1b2d4c60 line:3:6 test_one 'void (int)' # | ^ # | :17:8: note: possible intended match here # | | |-ParmVarDecl 0x558b1b2d4b90 col:19 used x 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-for-simd.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x558b1b287840 'char' # | 12: |-TypedefDecl 0x558b1b288388 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x558b1b288330 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x558b1b2882f0 'struct __va_list_tag' canonical # | 15: | `-Record 0x558b1b2880d0 '__va_list_tag' # | 16: |-FunctionDecl 0x558b1b2d4c60 line:3:6 test_one 'void (int)' # | next:40'0 X error: no match found # | 17: | |-ParmVarDecl 0x558b1b2d4b90 col:19 used x 'int' definition # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:40'1 ? possible intended match # | 18: | `-CompoundStmt 0x558b1b2f2cf8 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: | `-OMPForSimdDirective 0x558b1b2f2bf8 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: | `-CapturedStmt 0x558b1b2d5200 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: | |-CapturedDecl 0x558b1b2d4e30 <> nothrow # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 22: | | |-ForStmt 0x558b1b2d5140 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-parallel-for-simd.c (18 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-parallel-for-simd.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-parallel-for-simd.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-parallel-for-simd.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-parallel-for-simd.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-parallel-for-simd.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-parallel-for-simd.c:40:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | |-ParmVarDecl {{.*}} col:19 used x 'int' # | ^ # | :16:175: note: scanning from here # | |-FunctionDecl 0x55767fc69f40 line:3:6 test_one 'void (int)' # | ^ # | :17:7: note: possible intended match here # | | |-ParmVarDecl 0x55767fc69e70 col:19 used x 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-parallel-for-simd.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x55767fc1ca50 'char' # | 12: |-TypedefDecl 0x55767fc1d598 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x55767fc1d540 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x55767fc1d500 'struct __va_list_tag' canonical # | 15: | `-Record 0x55767fc1d2e0 '__va_list_tag' # | 16: |-FunctionDecl 0x55767fc69f40 line:3:6 test_one 'void (int)' # | next:40'0 X error: no match found # | 17: | |-ParmVarDecl 0x55767fc69e70 col:19 used x 'int' definition # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:40'1 ? possible intended match # | 18: | `-CompoundStmt 0x55767fc88230 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: | `-OMPParallelForSimdDirective 0x55767fc88130 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: | `-CapturedStmt 0x55767fc6a5c0 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: | |-CapturedDecl 0x55767fc6a110 <> nothrow # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 22: | | |-ForStmt 0x55767fc6a500 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: SemaTemplate/deduction-guide.cpp (19 of 24127) ******************** TEST 'Clang :: SemaTemplate/deduction-guide.cpp' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -std=c++2a -verify -ast-dump -ast-dump-decl-types -ast-dump-filter "deduction guide" /usr/local/google/home/thakis/src/llvm-project/clang/test/SemaTemplate/deduction-guide.cpp | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/SemaTemplate/deduction-guide.cpp --strict-whitespace # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -std=c++2a -verify -ast-dump -ast-dump-decl-types -ast-dump-filter 'deduction guide' /usr/local/google/home/thakis/src/llvm-project/clang/test/SemaTemplate/deduction-guide.cpp # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck /usr/local/google/home/thakis/src/llvm-project/clang/test/SemaTemplate/deduction-guide.cpp --strict-whitespace # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/SemaTemplate/deduction-guide.cpp:323:17: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | `-ParmVarDecl {{.+}} 'TT'{{$}} # | ^ # | :627:124: note: scanning from here # | |-CXXDeductionGuideDecl 0x55d271c486a0 col:44 implicit 'auto (TT) -> TTP::B' # | ^ # | :628:1: note: possible intended match here # | | `-ParmVarDecl 0x55d271c48580 col:51 'TT' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/SemaTemplate/deduction-guide.cpp # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 622: Dumping TTP::: # | 623: FunctionTemplateDecl 0x55d271c48770 col:44 implicit # | 624: |-TemplateTypeParmDecl 0x55d271c45f90 col:18 referenced class depth 0 index 0 T # | 625: |-TemplateTemplateParmDecl 0x55d271c48278 col:40 depth 0 index 1 TT # | 626: | `-TemplateTypeParmDecl 0x55d271c47460 col:29 class depth 1 index 0 # | 627: |-CXXDeductionGuideDecl 0x55d271c486a0 col:44 implicit 'auto (TT) -> TTP::B' # | next:323'0 X error: no match found # | 628: | `-ParmVarDecl 0x55d271c48580 col:51 'TT' definition # | next:323'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:323'1 ? possible intended match # | 629: `-CXXDeductionGuideDecl 0x55d271c49020 col:44 implicit used 'auto (TTP::A) -> TTP::B' implicit_instantiation instantiated_from 0x55d271c486a0 # | next:323'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 630: |-TemplateArgument type 'int' # | next:323'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 631: | `-BuiltinType 0x55d271b94c50 'int' # | next:323'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 632: |-TemplateArgument template 'TTP::A' # | next:323'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 633: | `-ClassTemplateDecl 0x55d271c45dc8 col:29 A # | next:323'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-target-parallel-for.c (20 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-target-parallel-for.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-parallel-for.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-parallel-for.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-parallel-for.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-parallel-for.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-parallel-for.c:40:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | |-ParmVarDecl {{.*}} col:19 used x 'int' # | ^ # | :16:177: note: scanning from here # | |-FunctionDecl 0x55744f223d20 line:3:6 test_one 'void (int)' # | ^ # | :17:8: note: possible intended match here # | | |-ParmVarDecl 0x55744f223c50 col:19 used x 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-parallel-for.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x55744f1d68c0 'char' # | 12: |-TypedefDecl 0x55744f1d7408 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x55744f1d73b0 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x55744f1d7370 'struct __va_list_tag' canonical # | 15: | `-Record 0x55744f1d7150 '__va_list_tag' # | 16: |-FunctionDecl 0x55744f223d20 line:3:6 test_one 'void (int)' # | next:40'0 X error: no match found # | 17: | |-ParmVarDecl 0x55744f223c50 col:19 used x 'int' definition # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:40'1 ? possible intended match # | 18: | `-CompoundStmt 0x55744f244148 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: | `-OMPTargetParallelForDirective 0x55744f244038 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: | |-OMPFirstprivateClause 0x55744f2431a0 <> # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: | | `-DeclRefExpr 0x55744f224950 'int' lvalue ParmVar 0x55744f223c50 'x' 'int' refers_to_enclosing_variable_or_capture # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 22: | `-CapturedStmt 0x55744f242f88 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-taskloop.c (21 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-taskloop.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-taskloop.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-taskloop.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-taskloop.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-taskloop.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-taskloop.c:40:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | |-ParmVarDecl {{.*}} col:19 used x 'int' # | ^ # | :16:166: note: scanning from here # | |-FunctionDecl 0x55d04ae73c60 line:3:6 test_one 'void (int)' # | ^ # | :17:8: note: possible intended match here # | | |-ParmVarDecl 0x55d04ae73b90 col:19 used x 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-taskloop.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x55d04ae26840 'char' # | 12: |-TypedefDecl 0x55d04ae27388 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x55d04ae27330 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x55d04ae272f0 'struct __va_list_tag' canonical # | 15: | `-Record 0x55d04ae270d0 '__va_list_tag' # | 16: |-FunctionDecl 0x55d04ae73c60 line:3:6 test_one 'void (int)' # | next:40'0 X error: no match found # | 17: | |-ParmVarDecl 0x55d04ae73b90 col:19 used x 'int' definition # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:40'1 ? possible intended match # | 18: | `-CompoundStmt 0x55d04ae92780 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: | `-OMPTaskLoopDirective 0x55d04ae92678 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: | |-OMPFirstprivateClause 0x55d04ae748b0 <> # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: | | `-DeclRefExpr 0x55d04ae745c8 'int' lvalue ParmVar 0x55d04ae73b90 'x' 'int' refers_to_enclosing_variable_or_capture # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 22: | `-CapturedStmt 0x55d04ae746d0 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-for.c (22 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-for.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-for.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-for.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-for.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-for.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-for.c:40:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | |-ParmVarDecl {{.*}} col:19 used x 'int' # | ^ # | :16:161: note: scanning from here # | |-FunctionDecl 0x55c5298f0b50 line:3:6 test_one 'void (int)' # | ^ # | :17:8: note: possible intended match here # | | |-ParmVarDecl 0x55c5298f0a80 col:19 used x 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-for.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x55c5298a3510 'char' # | 12: |-TypedefDecl 0x55c5298a4058 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x55c5298a4000 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x55c5298a3fc0 'struct __va_list_tag' canonical # | 15: | `-Record 0x55c5298a3da0 '__va_list_tag' # | 16: |-FunctionDecl 0x55c5298f0b50 line:3:6 test_one 'void (int)' # | next:40'0 X error: no match found # | 17: | |-ParmVarDecl 0x55c5298f0a80 col:19 used x 'int' definition # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:40'1 ? possible intended match # | 18: | `-CompoundStmt 0x55c52990ebf0 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: | `-OMPForDirective 0x55c52990eae8 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: | `-CapturedStmt 0x55c5298f10f0 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: | |-CapturedDecl 0x55c5298f0d20 <> # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 22: | | |-ForStmt 0x55c5298f1030 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-APValue-union.cpp (23 of 24127) ******************** TEST 'Clang :: AST/ast-dump-APValue-union.cpp' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 2 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -Wno-unused-value -std=gnu++17 -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-union.cpp -ast-dump-filter Test | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --strict-whitespace --match-full-lines /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-union.cpp # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -Wno-unused-value -std=gnu++17 -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-union.cpp -ast-dump-filter Test # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --strict-whitespace --match-full-lines /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-union.cpp # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-union.cpp:42:12: error: CHECK: expected string not found in input # | // CHECK: | `-VarDecl {{.*}} col:{{.*}} u0 'const U0' constexpr listinit # | ^ # | :1:1: note: scanning from here # | Dumping Test: # | ^ # | :5:9: note: possible intended match here # | | `-VarDecl 0x5631fbeaf9d8 col:16 u0 'const U0' constexpr listinit definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-union.cpp # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: Dumping Test: # | check:42'0 X~~~~~~~~~~~~~ error: no match found # | 2: FunctionDecl 0x5631fbeaf8b0 line:40:6 Test 'void ()' # | check:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 3: `-CompoundStmt 0x5631fbeb3b90 # | check:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 4: |-DeclStmt 0x5631fbeafc18 # | check:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 5: | `-VarDecl 0x5631fbeaf9d8 col:16 u0 'const U0' constexpr listinit definition # | check:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:42'1 ? possible intended match # | 6: | |-value: Union .i Int 42 # | check:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 7: | `-InitListExpr 0x5631fbeafa80 'const U0' field Field 0x5631fbe8d7e0 'i' 'int' # | check:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 8: | `-CXXDefaultInitExpr 0x5631fbeafac8 'int' has rewritten init # | check:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 9: | `-IntegerLiteral 0x5631fbe8d910 'int' 42 # | check:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 10: |-DeclStmt 0x5631fbeb2290 # | check:42'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-teams-distribute-parallel-for-simd.c (24 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-teams-distribute-parallel-for-simd.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams-distribute-parallel-for-simd.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams-distribute-parallel-for-simd.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams-distribute-parallel-for-simd.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams-distribute-parallel-for-simd.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams-distribute-parallel-for-simd.c:45:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | |-ParmVarDecl {{.*}} col:19 used x 'int' # | ^ # | :16:192: note: scanning from here # | |-FunctionDecl 0x560367eb2c00 line:3:6 test_one 'void (int)' # | ^ # | :17:8: note: possible intended match here # | | |-ParmVarDecl 0x560367eb2b30 col:19 used x 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams-distribute-parallel-for-simd.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x560367e65870 'char' # | 12: |-TypedefDecl 0x560367e663b8 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x560367e66360 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x560367e66320 'struct __va_list_tag' canonical # | 15: | `-Record 0x560367e66100 '__va_list_tag' # | 16: |-FunctionDecl 0x560367eb2c00 line:3:6 test_one 'void (int)' # | next:45'0 X error: no match found # | 17: | |-ParmVarDecl 0x560367eb2b30 col:19 used x 'int' definition # | next:45'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:45'1 ? possible intended match # | 18: | `-CompoundStmt 0x560367ed7b08 # | next:45'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: | `-OMPTargetDirective 0x560367ed7ac8 # | next:45'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: | |-OMPFirstprivateClause 0x560367ed7a88 <> # | next:45'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: | | `-DeclRefExpr 0x560367ed7890 'int' lvalue ParmVar 0x560367eb2b30 'x' 'int' refers_to_enclosing_variable_or_capture # | next:45'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 22: | `-CapturedStmt 0x560367ed7850 # | next:45'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-taskloop-simd.c (25 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-taskloop-simd.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-taskloop-simd.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-taskloop-simd.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-taskloop-simd.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-taskloop-simd.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-taskloop-simd.c:40:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | |-ParmVarDecl {{.*}} col:19 used x 'int' # | ^ # | :16:171: note: scanning from here # | |-FunctionDecl 0x56123ea3bf80 line:3:6 test_one 'void (int)' # | ^ # | :17:7: note: possible intended match here # | | |-ParmVarDecl 0x56123ea3beb0 col:19 used x 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-taskloop-simd.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x56123e9eebb0 'char' # | 12: |-TypedefDecl 0x56123e9ef6f8 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x56123e9ef6a0 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x56123e9ef660 'struct __va_list_tag' canonical # | 15: | `-Record 0x56123e9ef440 '__va_list_tag' # | 16: |-FunctionDecl 0x56123ea3bf80 line:3:6 test_one 'void (int)' # | next:40'0 X error: no match found # | 17: | |-ParmVarDecl 0x56123ea3beb0 col:19 used x 'int' definition # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:40'1 ? possible intended match # | 18: | `-CompoundStmt 0x56123ea5aaa0 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: | `-OMPTaskLoopSimdDirective 0x56123ea5a998 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: | |-OMPFirstprivateClause 0x56123ea3cbd0 <> # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: | | `-DeclRefExpr 0x56123ea3c8e8 'int' lvalue ParmVar 0x56123ea3beb0 'x' 'int' refers_to_enclosing_variable_or_capture # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 22: | `-CapturedStmt 0x56123ea3c9f0 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-distribute-parallel-for.c (26 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-distribute-parallel-for.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-distribute-parallel-for.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-distribute-parallel-for.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-distribute-parallel-for.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-distribute-parallel-for.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-distribute-parallel-for.c:40:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | |-ParmVarDecl {{.*}} col:19 used x 'int' # | ^ # | :16:181: note: scanning from here # | |-FunctionDecl 0x555caf3bdf60 line:3:6 test_one 'void (int)' # | ^ # | :44:8: note: possible intended match here # | | |-ParmVarDecl 0x555caf3dc770 col:19 used x 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-distribute-parallel-for.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x555caf370ae0 'char' # | 12: |-TypedefDecl 0x555caf371628 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x555caf3715d0 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x555caf371590 'struct __va_list_tag' canonical # | 15: | `-Record 0x555caf371370 '__va_list_tag' # | 16: |-FunctionDecl 0x555caf3bdf60 line:3:6 test_one 'void (int)' # | next:40'0 X error: no match found # | 17: | |-ParmVarDecl 0x555caf3bde90 col:19 used x 'int' definition # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 18: | `-CompoundStmt 0x555caf3dc740 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: | `-OMPDistributeParallelForDirective 0x555caf3dc5d0 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: | `-CapturedStmt 0x555caf3be6c0 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: | |-CapturedDecl 0x555caf3be130 <> nothrow # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | 39: | | |-ImplicitParamDecl 0x555caf3be3a0 col:1 implicit __context 'struct (unnamed at /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-distribute-parallel-for.c:4:1) *const restrict' definition # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 40: | | `-VarDecl 0x555caf3be420 col:12 used i 'int' cinit definition # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 41: | | `-IntegerLiteral 0x555caf3be488 'int' 0 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 42: | `-DeclRefExpr 0x555caf3be638 'int' lvalue ParmVar 0x555caf3bde90 'x' 'int' # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 43: |-FunctionDecl 0x555caf3dc8f0 line:9:6 test_two 'void (int, int)' # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 44: | |-ParmVarDecl 0x555caf3dc770 col:19 used x 'int' definition # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:40'1 ? possible intended match # | 45: | |-ParmVarDecl 0x555caf3dc7f0 col:26 used y 'int' definition # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 46: | `-CompoundStmt 0x555caf3e3130 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 47: | `-OMPDistributeParallelForDirective 0x555caf3e2fb0 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 48: | `-CapturedStmt 0x555caf3dd220 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 49: | |-CapturedDecl 0x555caf3dca80 <> nothrow # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-distribute-simd.c (27 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-distribute-simd.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-distribute-simd.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-distribute-simd.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-distribute-simd.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-distribute-simd.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-distribute-simd.c:40:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | |-ParmVarDecl {{.*}} col:19 used x 'int' # | ^ # | :16:173: note: scanning from here # | |-FunctionDecl 0x558bf4fa1fa0 line:3:6 test_one 'void (int)' # | ^ # | :40:8: note: possible intended match here # | | |-ParmVarDecl 0x558bf4fc0068 col:19 used x 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-distribute-simd.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x558bf4f54bd0 'char' # | 12: |-TypedefDecl 0x558bf4f55718 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x558bf4f556c0 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x558bf4f55680 'struct __va_list_tag' canonical # | 15: | `-Record 0x558bf4f55460 '__va_list_tag' # | 16: |-FunctionDecl 0x558bf4fa1fa0 line:3:6 test_one 'void (int)' # | next:40'0 X error: no match found # | 17: | |-ParmVarDecl 0x558bf4fa1ed0 col:19 used x 'int' definition # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 18: | `-CompoundStmt 0x558bf4fc0038 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: | `-OMPDistributeSimdDirective 0x558bf4fbff38 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: | `-CapturedStmt 0x558bf4fa2540 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: | |-CapturedDecl 0x558bf4fa2170 <> nothrow # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | 35: | | |-ImplicitParamDecl 0x558bf4fa2220 col:1 implicit __context 'struct (unnamed at /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-distribute-simd.c:4:1) *const restrict' definition # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 36: | | `-VarDecl 0x558bf4fa22a0 col:12 used i 'int' cinit definition # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 37: | | `-IntegerLiteral 0x558bf4fa2308 'int' 0 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 38: | `-DeclRefExpr 0x558bf4fa24b8 'int' lvalue ParmVar 0x558bf4fa1ed0 'x' 'int' # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 39: |-FunctionDecl 0x558bf4fc01c0 line:9:6 test_two 'void (int, int)' # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 40: | |-ParmVarDecl 0x558bf4fc0068 col:19 used x 'int' definition # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:40'1 ? possible intended match # | 41: | |-ParmVarDecl 0x558bf4fc00e8 col:26 used y 'int' definition # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 42: | `-CompoundStmt 0x558bf4fc61c8 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 43: | `-OMPDistributeSimdDirective 0x558bf4fc60c8 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 44: | `-CapturedStmt 0x558bf4fc0930 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 45: | |-CapturedDecl 0x558bf4fc0350 <> nothrow # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-single.c (28 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-single.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-single.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-single.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-single.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-single.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-single.c:15:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: `-ImplicitParamDecl {{.*}} col:1 implicit __context 'struct (unnamed at {{.*}}ast-dump-openmp-single.c:4:1) *const restrict' # | ^ # | :21:35: note: scanning from here # | |-NullStmt 0x564b682ac058 # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-single.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 16: `-FunctionDecl 0x564b682abd70 line:3:6 test 'void (void)' # | 17: `-CompoundStmt 0x564b682ac0c0 # | 18: `-OMPSingleDirective 0x564b682ac088 # | 19: `-CapturedStmt 0x564b682ac060 # | 20: `-CapturedDecl 0x564b682abf38 <> # | 21: |-NullStmt 0x564b682ac058 # | next:15 X error: no match found # | 22: `-ImplicitParamDecl 0x564b682abff0 col:1 implicit __context 'struct (unnamed at /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-single.c:4:1) *const restrict' definition # | next:15 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-color.cpp (29 of 24127) ******************** TEST 'Clang :: AST/ast-dump-color.cpp' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 not /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-pc-linux -std=c++11 -ast-dump -fcolor-diagnostics /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-color.cpp | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --strict-whitespace /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-color.cpp # executed command: not /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-pc-linux -std=c++11 -ast-dump -fcolor-diagnostics /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-color.cpp # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-color.cpp:29:37: error: unknown type name 'error' # | 29 | __attribute__((noinline)) Invalid(error); # | |  ^ # | 1 error generated. # `----------------------------- # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --strict-whitespace /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-color.cpp # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-color.cpp:82:10: error: CHECK: expected string not found in input # | //CHECK: {{^}}[[Blue]]| | `-[[RESET]][[GREEN]]ParmVarDecl[[RESET]][[Yellow]] 0x{{[0-9a-fA-F]*}}[[RESET]] <[[Yellow]]col:33[[RESET]]> [[Yellow]]col:33[[RESET]] [[Green]]'const Mutex &'[[RESET]]{{$}} # | ^ # | :68:242: note: scanning from here # | | |-CXXConstructorDecl 0x556d6283c560 <col:33> col:33 implicit constexpr Mutex 'void (const Mutex &)' inline default trivial noexcept-unevaluated 0x556d6283c560 # | ^ # | :68:242: note: with "Blue" equal to "\033[0;34m" (escaped value) # | | |-CXXConstructorDecl 0x556d6283c560 <col:33> col:33 implicit constexpr Mutex 'void (const Mutex &)' inline default trivial noexcept-unevaluated 0x556d6283c560 # | ^ # | :68:242: note: with "RESET" equal to "\033[0m" (escaped value) # | | |-CXXConstructorDecl 0x556d6283c560 <col:33> col:33 implicit constexpr Mutex 'void (const Mutex &)' inline default trivial noexcept-unevaluated 0x556d6283c560 # | ^ # | :68:242: note: with "GREEN" equal to "\033[0;1;32m" (escaped value) # | | |-CXXConstructorDecl 0x556d6283c560 <col:33> col:33 implicit constexpr Mutex 'void (const Mutex &)' inline default trivial noexcept-unevaluated 0x556d6283c560 # | ^ # | :68:242: note: with "RESET" equal to "\033[0m" (escaped value) # | | |-CXXConstructorDecl 0x556d6283c560 <col:33> col:33 implicit constexpr Mutex 'void (const Mutex &)' inline default trivial noexcept-unevaluated 0x556d6283c560 # | ^ # | :68:242: note: with "Yellow" equal to "\033[0;33m" (escaped value) # | | |-CXXConstructorDecl 0x556d6283c560 <col:33> col:33 implicit constexpr Mutex 'void (const Mutex &)' inline default trivial noexcept-unevaluated 0x556d6283c560 # | ^ # | :68:242: note: with "RESET" equal to "\033[0m" (escaped value) # | | |-CXXConstructorDecl 0x556d6283c560 <col:33> col:33 implicit constexpr Mutex 'void (const Mutex &)' inline default trivial noexcept-unevaluated 0x556d6283c560 # | ^ # | :68:242: note: with "Yellow" equal to "\033[0;33m" (escaped value) # | | |-CXXConstructorDecl 0x556d6283c560 <col:33> col:33 implicit constexpr Mutex 'void (const Mutex &)' inline default trivial noexcept-unevaluated 0x556d6283c560 # | ^ # | :68:242: note: with "RESET" equal to "\033[0m" (escaped value) # | | |-CXXConstructorDecl 0x556d6283c560 <col:33> col:33 implicit constexpr Mutex 'void (const Mutex &)' inline default trivial noexcept-unevaluated 0x556d6283c560 # | ^ # | :68:242: note: with "Yellow" equal to "\033[0;33m" (escaped value) # | | |-CXXConstructorDecl 0x556d6283c560 <col:33> col:33 implicit constexpr Mutex 'void (const Mutex &)' inline default trivial noexcept-unevaluated 0x556d6283c560 # | ^ # | :68:242: note: with "RESET" equal to "\033[0m" (escaped value) # | | |-CXXConstructorDecl 0x556d6283c560 <col:33> col:33 implicit constexpr Mutex 'void (const Mutex &)' inline default trivial noexcept-unevaluated 0x556d6283c560 # | ^ # | :68:242: note: with "Green" equal to "\033[0;32m" (escaped value) # | | |-CXXConstructorDecl 0x556d6283c560 <col:33> col:33 implicit constexpr Mutex 'void (const Mutex &)' inline default trivial noexcept-unevaluated 0x556d6283c560 # | ^ # | :68:242: note: with "RESET" equal to "\033[0m" (escaped value) # | | |-CXXConstructorDecl 0x556d6283c560 <col:33> col:33 implicit constexpr Mutex 'void (const Mutex &)' inline default trivial noexcept-unevaluated 0x556d6283c560 # | ^ # | :69:60: note: possible intended match here # | | | `-ParmVarDecl 0x556d6283c690 <col:33> col:33 'const Mutex &' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-color.cpp # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 63: | | | `-TextComment 0x556d628612d0 <col:6, col:22> Text=" Another variable" # | 64: | | `-ParagraphComment 0x556d62861360 <line:23:6, col:44> # | 65: | | `-TextComment 0x556d62861330 <col:6, col:44> Text=" Like the other variable, but different" # | 66: | |-CXXConstructorDecl 0x556d6283c3e8 <line:18:33> col:33 implicit used Mutex 'void () noexcept' inline default trivial # | 67: | | `-CompoundStmt 0x556d6283c950 <col:33> # | 68: | |-CXXConstructorDecl 0x556d6283c560 <col:33> col:33 implicit constexpr Mutex 'void (const Mutex &)' inline default trivial noexcept-unevaluated 0x556d6283c560 # | check:82'0 X error: no match found # | check:82'1 with "Blue" equal to "\033[0;34m" (escaped value) # | check:82'2 with "RESET" equal to "\033[0m" (escaped value) # | check:82'3 with "GREEN" equal to "\033[0;1;32m" (escaped value) # | check:82'4 with "RESET" equal to "\033[0m" (escaped value) # | check:82'5 with "Yellow" equal to "\033[0;33m" (escaped value) # | check:82'6 with "RESET" equal to "\033[0m" (escaped value) # | check:82'7 with "Yellow" equal to "\033[0;33m" (escaped value) # | check:82'8 with "RESET" equal to "\033[0m" (escaped value) # | check:82'9 with "Yellow" equal to "\033[0;33m" (escaped value) # | check:82'10 with "RESET" equal to "\033[0m" (escaped value) # | check:82'11 with "Green" equal to "\033[0;32m" (escaped value) # | check:82'12 with "RESET" equal to "\033[0m" (escaped value) # | 69: | | `-ParmVarDecl 0x556d6283c690 <col:33> col:33 'const Mutex &' definition # | check:82'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:82'13 ? possible intended match # | 70: | `-CXXConstructorDecl 0x556d6283c770 <col:33> col:33 implicit constexpr Mutex 'void (Mutex &&)' inline default trivial noexcept-unevaluated 0x556d6283c770 # | check:82'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 71: | `-ParmVarDecl 0x556d6283c8a0 <col:33> col:33 'Mutex &&' definition # | check:82'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 72: |-VarDecl 0x556d6283c368 <col:1, line:25:3> col:3 referenced mu1 'class Mutex' callinit definition # | check:82'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 73: | `-CXXConstructExpr 0x556d6285ca40 <col:3> 'class Mutex' 'void () noexcept' # | check:82'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 74: |-VarDecl 0x556d6285cac8 <line:18:1, line:25:8> col:8 mu2 'class Mutex' callinit definition # | check:82'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-parallel-for.c (30 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-parallel-for.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-parallel-for.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-parallel-for.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-parallel-for.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-parallel-for.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-parallel-for.c:40:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | |-ParmVarDecl {{.*}} col:19 used x 'int' # | ^ # | :16:170: note: scanning from here # | |-FunctionDecl 0x56053a25df70 line:3:6 test_one 'void (int)' # | ^ # | :17:8: note: possible intended match here # | | |-ParmVarDecl 0x56053a25dea0 col:19 used x 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-parallel-for.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x56053a210ba0 'char' # | 12: |-TypedefDecl 0x56053a2116e8 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x56053a211690 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x56053a211650 'struct __va_list_tag' canonical # | 15: | `-Record 0x56053a211430 '__va_list_tag' # | 16: |-FunctionDecl 0x56053a25df70 line:3:6 test_one 'void (int)' # | next:40'0 X error: no match found # | 17: | |-ParmVarDecl 0x56053a25dea0 col:19 used x 'int' definition # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:40'1 ? possible intended match # | 18: | `-CompoundStmt 0x56053a27c1b8 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: | `-OMPParallelForDirective 0x56053a27c0b0 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: | `-CapturedStmt 0x56053a25e5f0 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: | |-CapturedDecl 0x56053a25e140 <> nothrow # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 22: | | |-ForStmt 0x56053a25e530 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-ordered.c (31 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-ordered.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-ordered.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-ordered.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-ordered.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-ordered.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-ordered.c:28:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | `-ImplicitParamDecl {{.*}} col:1 implicit __context 'struct (unnamed at {{.*}}ast-dump-openmp-ordered.c:4:1) *const restrict' # | ^ # | :21:36: note: scanning from here # | | |-NullStmt 0x5575706c2228 # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-ordered.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 16: |-FunctionDecl 0x5575706c1f40 line:3:6 test_one 'void (void)' # | 17: | `-CompoundStmt 0x5575706c2290 # | 18: | `-OMPOrderedDirective 0x5575706c2258 # | 19: | `-CapturedStmt 0x5575706c2230 # | 20: | `-CapturedDecl 0x5575706c2108 <> # | 21: | |-NullStmt 0x5575706c2228 # | next:28 X error: no match found # | 22: | `-ImplicitParamDecl 0x5575706c21c0 col:1 implicit __context 'struct (unnamed at /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-ordered.c:4:1) *const restrict' definition # | next:28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 23: |-FunctionDecl 0x5575706c2390 line:8:6 test_two 'void (int)' # | next:28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 24: | |-ParmVarDecl 0x5575706c22c0 col:19 used x 'int' definition # | next:28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 25: | `-CompoundStmt 0x5575706e0488 # | next:28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 26: | `-OMPForDirective 0x5575706e0378 # | next:28 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-teams-distribute.c (32 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-teams-distribute.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams-distribute.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams-distribute.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams-distribute.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams-distribute.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams-distribute.c:45:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | |-ParmVarDecl {{.*}} col:19 used x 'int' # | ^ # | :16:174: note: scanning from here # | |-FunctionDecl 0x5572bd7baf30 line:3:6 test_one 'void (int)' # | ^ # | :17:8: note: possible intended match here # | | |-ParmVarDecl 0x5572bd7bae60 col:19 used x 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams-distribute.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x5572bd76da40 'char' # | 12: |-TypedefDecl 0x5572bd76e588 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x5572bd76e530 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x5572bd76e4f0 'struct __va_list_tag' canonical # | 15: | `-Record 0x5572bd76e2d0 '__va_list_tag' # | 16: |-FunctionDecl 0x5572bd7baf30 line:3:6 test_one 'void (int)' # | next:45'0 X error: no match found # | 17: | |-ParmVarDecl 0x5572bd7bae60 col:19 used x 'int' definition # | next:45'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:45'1 ? possible intended match # | 18: | `-CompoundStmt 0x5572bd7db5b0 # | next:45'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: | `-OMPTargetDirective 0x5572bd7db570 # | next:45'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: | |-OMPFirstprivateClause 0x5572bd7db530 <> # | next:45'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: | | `-DeclRefExpr 0x5572bd7db338 'int' lvalue ParmVar 0x5572bd7bae60 'x' 'int' refers_to_enclosing_variable_or_capture # | next:45'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 22: | `-CapturedStmt 0x5572bd7db2f8 # | next:45'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-target-simd.c (33 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-target-simd.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-simd.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-simd.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-simd.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-simd.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-simd.c:40:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | |-ParmVarDecl {{.*}} col:19 used x 'int' # | ^ # | :16:169: note: scanning from here # | |-FunctionDecl 0x55e0ff4f9f70 line:3:6 test_one 'void (int)' # | ^ # | :17:8: note: possible intended match here # | | |-ParmVarDecl 0x55e0ff4f9ea0 col:19 used x 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-simd.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x55e0ff4acba0 'char' # | 12: |-TypedefDecl 0x55e0ff4ad6e8 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x55e0ff4ad690 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x55e0ff4ad650 'struct __va_list_tag' canonical # | 15: | `-Record 0x55e0ff4ad430 '__va_list_tag' # | 16: |-FunctionDecl 0x55e0ff4f9f70 line:3:6 test_one 'void (int)' # | next:40'0 X error: no match found # | 17: | |-ParmVarDecl 0x55e0ff4f9ea0 col:19 used x 'int' definition # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:40'1 ? possible intended match # | 18: | `-CompoundStmt 0x55e0ff518f50 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: | `-OMPTargetSimdDirective 0x55e0ff518e88 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: | |-OMPFirstprivateClause 0x55e0ff518470 <> # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: | | `-DeclRefExpr 0x55e0ff4fa8d0 'int' lvalue ParmVar 0x55e0ff4f9ea0 'x' 'int' refers_to_enclosing_variable_or_capture # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 22: | `-CapturedStmt 0x55e0ff4fac08 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-target-teams-distribute.c (34 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-target-teams-distribute.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams-distribute.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams-distribute.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams-distribute.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams-distribute.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams-distribute.c:40:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | |-ParmVarDecl {{.*}} col:19 used x 'int' # | ^ # | :16:181: note: scanning from here # | |-FunctionDecl 0x55c1e396df60 line:3:6 test_one 'void (int)' # | ^ # | :17:8: note: possible intended match here # | | |-ParmVarDecl 0x55c1e396de90 col:19 used x 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams-distribute.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x55c1e3920ae0 'char' # | 12: |-TypedefDecl 0x55c1e3921628 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x55c1e39215d0 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x55c1e3921590 'struct __va_list_tag' canonical # | 15: | `-Record 0x55c1e3921370 '__va_list_tag' # | 16: |-FunctionDecl 0x55c1e396df60 line:3:6 test_one 'void (int)' # | next:40'0 X error: no match found # | 17: | |-ParmVarDecl 0x55c1e396de90 col:19 used x 'int' definition # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:40'1 ? possible intended match # | 18: | `-CompoundStmt 0x55c1e398e160 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: | `-OMPTargetTeamsDistributeDirective 0x55c1e398e058 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: | |-OMPFirstprivateClause 0x55c1e398d1c0 <> # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: | | `-DeclRefExpr 0x55c1e396eb90 'int' lvalue ParmVar 0x55c1e396de90 'x' 'int' refers_to_enclosing_variable_or_capture # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 22: | `-CapturedStmt 0x55c1e398cfa8 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-target-parallel.c (35 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-target-parallel.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-parallel.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-parallel.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-parallel.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-parallel.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-parallel.c:19:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | | |-ImplicitParamDecl {{.*}} col:1 implicit .global_tid. 'const int *const restrict' # | ^ # | :25:39: note: scanning from here # | | | |-NullStmt 0x5587bca20df8 # | ^ # | :26:2: note: possible intended match here # | | | |-ImplicitParamDecl 0x5587bca20c70 col:1 implicit .global_tid. 'const int *const restrict' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-parallel.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 20: `-CapturedDecl 0x5587bca20588 <> nothrow # | 21: |-CapturedStmt 0x5587bca20e28 # | 22: | `-CapturedDecl 0x5587bca20a08 <> nothrow # | 23: | |-CapturedStmt 0x5587bca20e00 # | 24: | | `-CapturedDecl 0x5587bca20c00 <> nothrow # | 25: | | |-NullStmt 0x5587bca20df8 # | next:19'0 X error: no match found # | 26: | | |-ImplicitParamDecl 0x5587bca20c70 col:1 implicit .global_tid. 'const int *const restrict' definition # | next:19'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:19'1 ? possible intended match # | 27: | | |-ImplicitParamDecl 0x5587bca20cd8 col:1 implicit .bound_tid. 'const int *const restrict' definition # | next:19'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 28: | | `-ImplicitParamDecl 0x5587bca20d90 col:1 implicit __context 'struct (unnamed at /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-parallel.c:4:1) *const restrict' definition # | next:19'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 29: | |-ImplicitParamDecl 0x5587bca20ac0 col:1 implicit __context 'struct (unnamed at /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-parallel.c:4:1) *const restrict' definition # | next:19'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 30: | |-RecordDecl 0x5587bca20b28 col:1 implicit struct definition # | next:19'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 31: | | `-CapturedRecordAttr 0x5587bca20ba8 <> Implicit # | next:19'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-target.c (36 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-target.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target.c:17:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | `-ImplicitParamDecl {{.*}} col:1 implicit __context 'struct (unnamed at {{.*}}ast-dump-openmp-target.c:4:1) *const restrict' # | ^ # | :23:37: note: scanning from here # | | |-NullStmt 0x55b9da1ccb58 # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 18: `-OMPTargetDirective 0x55b9da1ccbb0 # | 19: `-CapturedStmt 0x55b9da1ccb88 # | 20: `-CapturedDecl 0x55b9da1cc5b8 <> nothrow # | 21: |-CapturedStmt 0x55b9da1ccb60 # | 22: | `-CapturedDecl 0x55b9da1cca38 <> nothrow # | 23: | |-NullStmt 0x55b9da1ccb58 # | next:17 X error: no match found # | 24: | `-ImplicitParamDecl 0x55b9da1ccaf0 col:1 implicit __context 'struct (unnamed at /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target.c:4:1) *const restrict' definition # | next:17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 25: |-AlwaysInlineAttr 0x55b9da1cc908 <> Implicit __forceinline # | next:17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 26: |-ImplicitParamDecl 0x55b9da1cc640 col:1 implicit .global_tid. 'const int' definition # | next:17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 27: |-ImplicitParamDecl 0x55b9da1cc6a8 col:1 implicit .part_id. 'const int *const restrict' definition # | next:17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 28: |-ImplicitParamDecl 0x55b9da1cc710 col:1 implicit .privates. 'void *const restrict' definition # | next:17 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-atomic.c (37 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-atomic.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-atomic.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-atomic.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-atomic.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-atomic.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-atomic.c:10:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: |-ParmVarDecl {{.*}} col:15 used i 'int' # | ^ # | :16:160: note: scanning from here # | `-FunctionDecl 0x55ece29c69b0 line:3:6 test 'void (int)' # | ^ # | :17:10: note: possible intended match here # | |-ParmVarDecl 0x55ece29c68e0 col:15 used i 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-atomic.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x55ece29794f0 'char' # | 12: |-TypedefDecl 0x55ece297a038 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x55ece2979fe0 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x55ece2979fa0 'struct __va_list_tag' canonical # | 15: | `-Record 0x55ece2979d80 '__va_list_tag' # | 16: `-FunctionDecl 0x55ece29c69b0 line:3:6 test 'void (int)' # | next:10'0 X error: no match found # | 17: |-ParmVarDecl 0x55ece29c68e0 col:15 used i 'int' definition # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:10'1 ? possible intended match # | 18: `-CompoundStmt 0x55ece29c6bc8 # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: `-OMPAtomicDirective 0x55ece29c6b50 # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: `-UnaryOperator 0x55ece29c6ac8 'int' prefix '++' # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: `-DeclRefExpr 0x55ece29c6aa8 'int' lvalue ParmVar 0x55ece29c68e0 'i' 'int' # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-APValue-struct.cpp (38 of 24127) ******************** TEST 'Clang :: AST/ast-dump-APValue-struct.cpp' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 2 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -Wno-unused-value -std=gnu++17 -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-struct.cpp -ast-dump-filter Test | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --strict-whitespace --match-full-lines /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-struct.cpp # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -Wno-unused-value -std=gnu++17 -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-struct.cpp -ast-dump-filter Test # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --strict-whitespace --match-full-lines /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-struct.cpp # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-struct.cpp:63:12: error: CHECK: expected string not found in input # | // CHECK: | `-VarDecl {{.*}} col:{{.*}} s0 'const S0' constexpr listinit # | ^ # | :1:1: note: scanning from here # | Dumping Test: # | ^ # | :5:9: note: possible intended match here # | | `-VarDecl 0x563b20cc28a0 col:16 s0 'const S0' constexpr listinit definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-struct.cpp # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: Dumping Test: # | check:63'0 X~~~~~~~~~~~~~ error: no match found # | 2: FunctionDecl 0x563b20cc2798 line:61:6 Test 'void ()' # | check:63'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 3: `-CompoundStmt 0x563b20cc9748 # | check:63'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 4: |-DeclStmt 0x563b20cc2da8 # | check:63'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 5: | `-VarDecl 0x563b20cc28a0 col:16 s0 'const S0' constexpr listinit definition # | check:63'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:63'1 ? possible intended match # | 6: | |-value: Struct # | check:63'0 ~~~~~~~~~~~~~~~~~~~~~~ # | 7: | | `-fields: Int 0, Union .j Int 0 # | check:63'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 8: | `-InitListExpr 0x563b20cc2948 'const S0' # | check:63'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 9: | |-CXXDefaultInitExpr 0x563b20cc2ad0 'int' has rewritten init # | check:63'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 10: | | `-IntegerLiteral 0x563b20c9a0c0 'int' 0 # | check:63'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-taskgroup.c (39 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-taskgroup.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-taskgroup.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-taskgroup.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-taskgroup.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-taskgroup.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-taskgroup.c:15:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: `-ImplicitParamDecl {{.*}} col:1 implicit __context 'struct (unnamed at {{.*}}ast-dump-openmp-taskgroup.c:4:1) *const restrict' # | ^ # | :21:35: note: scanning from here # | |-NullStmt 0x55b2068b6288 # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-taskgroup.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 16: `-FunctionDecl 0x55b2068b5fa0 line:3:6 test 'void (void)' # | 17: `-CompoundStmt 0x55b2068b62f8 # | 18: `-OMPTaskgroupDirective 0x55b2068b62b8 # | 19: `-CapturedStmt 0x55b2068b6290 # | 20: `-CapturedDecl 0x55b2068b6168 <> # | 21: |-NullStmt 0x55b2068b6288 # | next:15 X error: no match found # | 22: `-ImplicitParamDecl 0x55b2068b6220 col:1 implicit __context 'struct (unnamed at /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-taskgroup.c:4:1) *const restrict' definition # | next:15 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-section.c (40 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-section.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-section.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-section.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-section.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-section.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-section.c:20:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: `-ImplicitParamDecl {{.*}} col:1 implicit __context 'struct (unnamed at {{.*}}ast-dump-openmp-section.c:4:1) *const restrict' # | ^ # | :23:40: note: scanning from here # | | `-NullStmt 0x555ddd8c9128 # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-section.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 18: `-OMPSectionsDirective 0x555ddd8c91b0 # | 19: `-CapturedStmt 0x555ddd8c9188 # | 20: `-CapturedDecl 0x555ddd8c9008 <> # | 21: |-CompoundStmt 0x555ddd8c9170 # | 22: | `-OMPSectionDirective 0x555ddd8c9130 # | 23: | `-NullStmt 0x555ddd8c9128 # | next:20 X error: no match found # | 24: `-ImplicitParamDecl 0x555ddd8c90c0 col:1 implicit __context 'struct (unnamed at /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-section.c:4:1) *const restrict' definition # | next:20 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-target-parallel-for-simd.c (41 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-target-parallel-for-simd.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-parallel-for-simd.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-parallel-for-simd.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-parallel-for-simd.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-parallel-for-simd.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-parallel-for-simd.c:40:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | |-ParmVarDecl {{.*}} col:19 used x 'int' # | ^ # | :16:182: note: scanning from here # | |-FunctionDecl 0x561f3daadfd0 line:3:6 test_one 'void (int)' # | ^ # | :17:8: note: possible intended match here # | | |-ParmVarDecl 0x561f3daadf00 col:19 used x 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-parallel-for-simd.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x561f3da60b00 'char' # | 12: |-TypedefDecl 0x561f3da61648 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x561f3da615f0 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x561f3da615b0 'struct __va_list_tag' canonical # | 15: | `-Record 0x561f3da61390 '__va_list_tag' # | 16: |-FunctionDecl 0x561f3daadfd0 line:3:6 test_one 'void (int)' # | next:40'0 X error: no match found # | 17: | |-ParmVarDecl 0x561f3daadf00 col:19 used x 'int' definition # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:40'1 ? possible intended match # | 18: | `-CompoundStmt 0x561f3dace150 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: | `-OMPTargetParallelForSimdDirective 0x561f3dace048 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: | |-OMPFirstprivateClause 0x561f3dacd1b0 <> # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: | | `-DeclRefExpr 0x561f3daaec00 'int' lvalue ParmVar 0x561f3daadf00 'x' 'int' refers_to_enclosing_variable_or_capture # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 22: | `-CapturedStmt 0x561f3daccf98 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-target-data.c (42 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-target-data.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-data.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-data.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-data.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-data.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-data.c:10:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: |-ParmVarDecl {{.*}} col:15 used x 'int' # | ^ # | :16:165: note: scanning from here # | `-FunctionDecl 0x559ab10b13b0 line:3:6 test 'void (int)' # | ^ # | :17:10: note: possible intended match here # | |-ParmVarDecl 0x559ab10b12e0 col:15 used x 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-data.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x559ab1063ba0 'char' # | 12: |-TypedefDecl 0x559ab10646e8 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x559ab1064690 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x559ab1064650 'struct __va_list_tag' canonical # | 15: | `-Record 0x559ab1064430 '__va_list_tag' # | 16: `-FunctionDecl 0x559ab10b13b0 line:3:6 test 'void (int)' # | next:10'0 X error: no match found # | 17: |-ParmVarDecl 0x559ab10b12e0 col:15 used x 'int' definition # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:10'1 ? possible intended match # | 18: `-CompoundStmt 0x559ab10b17f8 # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: `-OMPTargetDataDirective 0x559ab10b17b8 # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: |-OMPMapClause 0x559ab10b14c8 # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: | `-DeclRefExpr 0x559ab10b14a8 'int' lvalue ParmVar 0x559ab10b12e0 'x' 'int' # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 22: `-CapturedStmt 0x559ab10b1790 # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-APValue-array.cpp (43 of 24127) ******************** TEST 'Clang :: AST/ast-dump-APValue-array.cpp' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 2 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -Wno-unused-value -std=gnu++17 -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-array.cpp -ast-dump-filter Test | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --strict-whitespace --match-full-lines /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-array.cpp # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -Wno-unused-value -std=gnu++17 -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-array.cpp -ast-dump-filter Test # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --strict-whitespace --match-full-lines /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-array.cpp # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-array.cpp:31:12: error: CHECK: expected string not found in input # | // CHECK: | `-VarDecl {{.*}} line:{{.*}} arr_v5i '__attribute__((__vector_size__(5 * sizeof(int)))) int const[5]' constexpr cinit # | ^ # | :1:1: note: scanning from here # | Dumping Test: # | ^ # | :5:7: note: possible intended match here # | | `-VarDecl 0x5560e21309a8 line:27:63 arr_v5i '__attribute__((__vector_size__(5 * sizeof(int)))) int const[5]' constexpr cinit definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-array.cpp # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: Dumping Test: # | check:31'0 X~~~~~~~~~~~~~ error: no match found # | 2: FunctionDecl 0x5560e2130760 line:26:6 Test 'void ()' # | check:31'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 3: `-CompoundStmt 0x5560e2155d68 # | check:31'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 4: |-DeclStmt 0x5560e21528d0 # | check:31'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 5: | `-VarDecl 0x5560e21309a8 line:27:63 arr_v5i '__attribute__((__vector_size__(5 * sizeof(int)))) int const[5]' constexpr cinit definition # | check:31'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | check:31'1 ? possible intended match # | 6: | |-value: Array size=5 # | check:31'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 7: | | |-element: Vector length=5 # | check:31'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 8: | | | |-elements: Int 1, Int 2, Int 3, Int 4 # | check:31'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 9: | | | `-element: Int 5 # | check:31'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 10: | | |-element: Vector length=5 # | check:31'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-parallel.c (44 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-parallel.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-parallel.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-parallel.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-parallel.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-parallel.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-parallel.c:15:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: |-ImplicitParamDecl {{.*}} col:1 implicit .global_tid. 'const int *const restrict' # | ^ # | :21:35: note: scanning from here # | |-NullStmt 0x55b78bd39438 # | ^ # | :22:2: note: possible intended match here # | |-ImplicitParamDecl 0x55b78bd392a8 col:1 implicit .global_tid. 'const int *const restrict' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-parallel.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 16: `-FunctionDecl 0x55b78bd39070 line:3:6 test 'void (void)' # | 17: `-CompoundStmt 0x55b78bd394b0 # | 18: `-OMPParallelDirective 0x55b78bd39468 # | 19: `-CapturedStmt 0x55b78bd39440 # | 20: `-CapturedDecl 0x55b78bd39238 <> nothrow # | 21: |-NullStmt 0x55b78bd39438 # | next:15'0 X error: no match found # | 22: |-ImplicitParamDecl 0x55b78bd392a8 col:1 implicit .global_tid. 'const int *const restrict' definition # | next:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:15'1 ? possible intended match # | 23: |-ImplicitParamDecl 0x55b78bd39310 col:1 implicit .bound_tid. 'const int *const restrict' definition # | next:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 24: `-ImplicitParamDecl 0x55b78bd393d0 col:1 implicit __context 'struct (unnamed at /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-parallel.c:4:1) *const restrict' definition # | next:15'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-cancellation-point.c (45 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-cancellation-point.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-cancellation-point.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-cancellation-point.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-cancellation-point.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-cancellation-point.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-cancellation-point.c:18:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: |-ImplicitParamDecl {{.*}} col:1 implicit .global_tid. 'const int *const restrict' # | ^ # | :22:97: note: scanning from here # | | `-OMPCancellationPointDirective 0x55a143c1b5b8 openmp_standalone_directive # | ^ # | :23:2: note: possible intended match here # | |-ImplicitParamDecl 0x55a143c1b428 col:1 implicit .global_tid. 'const int *const restrict' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-cancellation-point.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 17: `-CompoundStmt 0x55a143c1b668 # | 18: `-OMPParallelDirective 0x55a143c1b620 # | 19: `-CapturedStmt 0x55a143c1b5f8 # | 20: `-CapturedDecl 0x55a143c1b3b8 <> nothrow # | 21: |-CompoundStmt 0x55a143c1b5e0 # | 22: | `-OMPCancellationPointDirective 0x55a143c1b5b8 openmp_standalone_directive # | next:18'0 X error: no match found # | 23: |-ImplicitParamDecl 0x55a143c1b428 col:1 implicit .global_tid. 'const int *const restrict' definition # | next:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:18'1 ? possible intended match # | 24: |-ImplicitParamDecl 0x55a143c1b490 col:1 implicit .bound_tid. 'const int *const restrict' definition # | next:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 25: `-ImplicitParamDecl 0x55a143c1b550 col:1 implicit __context 'struct (unnamed at /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-cancellation-point.c:4:1) *const restrict' definition # | next:18'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-sections.c (46 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-sections.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-sections.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-sections.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-sections.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-sections.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-sections.c:23:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: `-ImplicitParamDecl {{.*}} col:1 implicit __context 'struct (unnamed at {{.*}}ast-dump-openmp-sections.c:9:1) *const restrict' # | ^ # | :24:37: note: scanning from here # | | `-NullStmt 0x559b9c5d0708 # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-sections.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 19: `-CompoundStmt 0x559b9c5d0798 # | 20: `-OMPSectionsDirective 0x559b9c5d0750 # | 21: `-CapturedStmt 0x559b9c5d0728 # | 22: `-CapturedDecl 0x559b9c5d05e8 <> # | 23: |-CompoundStmt 0x559b9c5d0710 # | 24: | `-NullStmt 0x559b9c5d0708 # | next:23 X error: no match found # | 25: `-ImplicitParamDecl 0x559b9c5d06a0 col:1 implicit __context 'struct (unnamed at /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-sections.c:9:1) *const restrict' definition # | next:23 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-target-exit-data.c (47 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-target-exit-data.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-exit-data.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-exit-data.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-exit-data.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-exit-data.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-exit-data.c:10:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: |-ParmVarDecl {{.*}} col:15 used x 'int' # | ^ # | :16:170: note: scanning from here # | `-FunctionDecl 0x561f4a64e650 line:3:6 test 'void (int)' # | ^ # | :17:10: note: possible intended match here # | |-ParmVarDecl 0x561f4a64e580 col:15 used x 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-exit-data.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x561f4a600a40 'char' # | 12: |-TypedefDecl 0x561f4a601588 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x561f4a601530 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x561f4a6014f0 'struct __va_list_tag' canonical # | 15: | `-Record 0x561f4a6012d0 '__va_list_tag' # | 16: `-FunctionDecl 0x561f4a64e650 line:3:6 test 'void (int)' # | next:10'0 X error: no match found # | 17: |-ParmVarDecl 0x561f4a64e580 col:15 used x 'int' definition # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:10'1 ? possible intended match # | 18: `-CompoundStmt 0x561f4a64ee18 # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: `-OMPTargetExitDataDirective 0x561f4a64edd8 openmp_standalone_directive # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: |-OMPMapClause 0x561f4a64e768 # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: | `-DeclRefExpr 0x561f4a64e748 'int' lvalue ParmVar 0x561f4a64e580 'x' 'int' # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 22: `-CapturedStmt 0x561f4a64edb0 # | next:10'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-target-teams-distribute-parallel-for-simd.c (48 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-target-teams-distribute-parallel-for-simd.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams-distribute-parallel-for-simd.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams-distribute-parallel-for-simd.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams-distribute-parallel-for-simd.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams-distribute-parallel-for-simd.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams-distribute-parallel-for-simd.c:40:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | |-ParmVarDecl {{.*}} col:19 used x 'int' # | ^ # | :16:199: note: scanning from here # | |-FunctionDecl 0x55fc0b579a70 line:3:6 test_one 'void (int)' # | ^ # | :17:8: note: possible intended match here # | | |-ParmVarDecl 0x55fc0b5799a0 col:19 used x 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams-distribute-parallel-for-simd.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x55fc0b52c550 'char' # | 12: |-TypedefDecl 0x55fc0b52d098 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x55fc0b52d040 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x55fc0b52d000 'struct __va_list_tag' canonical # | 15: | `-Record 0x55fc0b52cde0 '__va_list_tag' # | 16: |-FunctionDecl 0x55fc0b579a70 line:3:6 test_one 'void (int)' # | next:40'0 X error: no match found # | 17: | |-ParmVarDecl 0x55fc0b5799a0 col:19 used x 'int' definition # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:40'1 ? possible intended match # | 18: | `-CompoundStmt 0x55fc0b59b4e8 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: | `-OMPTargetTeamsDistributeParallelForSimdDirective 0x55fc0b59b378 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: | |-OMPFirstprivateClause 0x55fc0b5983f0 <> # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: | | `-DeclRefExpr 0x55fc0b597c50 'int' lvalue ParmVar 0x55fc0b5799a0 'x' 'int' refers_to_enclosing_variable_or_capture # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 22: | `-CapturedStmt 0x55fc0b5981d8 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-teams.c (49 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-teams.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams.c:21:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | | |-ImplicitParamDecl {{.*}} col:1 implicit .global_tid. 'const int *const restrict' # | ^ # | :26:39: note: scanning from here # | | | |-NullStmt 0x55edc2da7b78 # | ^ # | :27:2: note: possible intended match here # | | | |-ImplicitParamDecl 0x55edc2da79f0 col:1 implicit .global_tid. 'const int *const restrict' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 21: |-CapturedStmt 0x55edc2da7be0 # | 22: | `-CapturedDecl 0x55edc2da7788 <> nothrow # | 23: | |-OMPTeamsDirective 0x55edc2da7ba8 # | 24: | | `-CapturedStmt 0x55edc2da7b80 # | 25: | | `-CapturedDecl 0x55edc2da7980 <> nothrow # | 26: | | |-NullStmt 0x55edc2da7b78 # | next:21'0 X error: no match found # | 27: | | |-ImplicitParamDecl 0x55edc2da79f0 col:1 implicit .global_tid. 'const int *const restrict' definition # | next:21'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:21'1 ? possible intended match # | 28: | | |-ImplicitParamDecl 0x55edc2da7a58 col:1 implicit .bound_tid. 'const int *const restrict' definition # | next:21'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 29: | | `-ImplicitParamDecl 0x55edc2da7b10 col:1 implicit __context 'struct (unnamed at /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams.c:5:1) *const restrict' definition # | next:21'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 30: | |-ImplicitParamDecl 0x55edc2da7840 col:1 implicit __context 'struct (unnamed at /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams.c:4:1) *const restrict' definition # | next:21'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 31: | |-RecordDecl 0x55edc2da78a8 col:1 implicit struct definition # | next:21'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 32: | | `-CapturedRecordAttr 0x55edc2da7928 <> Implicit # | next:21'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-target-teams-distribute-parallel-for.c (50 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-target-teams-distribute-parallel-for.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams-distribute-parallel-for.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams-distribute-parallel-for.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams-distribute-parallel-for.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams-distribute-parallel-for.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams-distribute-parallel-for.c:40:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | |-ParmVarDecl {{.*}} col:19 used x 'int' # | ^ # | :16:194: note: scanning from here # | |-FunctionDecl 0x55a99272ea40 line:3:6 test_one 'void (int)' # | ^ # | :17:7: note: possible intended match here # | | |-ParmVarDecl 0x55a99272e970 col:19 used x 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams-distribute-parallel-for.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x55a9926e18d0 'char' # | 12: |-TypedefDecl 0x55a9926e2418 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x55a9926e23c0 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x55a9926e2380 'struct __va_list_tag' canonical # | 15: | `-Record 0x55a9926e2160 '__va_list_tag' # | 16: |-FunctionDecl 0x55a99272ea40 line:3:6 test_one 'void (int)' # | next:40'0 X error: no match found # | 17: | |-ParmVarDecl 0x55a99272e970 col:19 used x 'int' definition # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:40'1 ? possible intended match # | 18: | `-CompoundStmt 0x55a99274c640 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: | `-OMPTargetTeamsDistributeParallelForDirective 0x55a99274c4c8 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: | |-OMPFirstprivateClause 0x55a99274d330 <> # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: | | `-DeclRefExpr 0x55a99274cb90 'int' lvalue ParmVar 0x55a99272e970 'x' 'int' refers_to_enclosing_variable_or_capture # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 22: | `-CapturedStmt 0x55a99274d118 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-target-teams.c (51 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-target-teams.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams.c:19:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | | |-ImplicitParamDecl {{.*}} col:1 implicit .global_tid. 'const int *const restrict' # | ^ # | :25:39: note: scanning from here # | | | |-NullStmt 0x557b88984d98 # | ^ # | :26:2: note: possible intended match here # | | | |-ImplicitParamDecl 0x557b88984c10 col:1 implicit .global_tid. 'const int *const restrict' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 20: `-CapturedDecl 0x557b88984528 <> nothrow # | 21: |-CapturedStmt 0x557b88984dc8 # | 22: | `-CapturedDecl 0x557b889849a8 <> nothrow # | 23: | |-CapturedStmt 0x557b88984da0 # | 24: | | `-CapturedDecl 0x557b88984ba0 <> nothrow # | 25: | | |-NullStmt 0x557b88984d98 # | next:19'0 X error: no match found # | 26: | | |-ImplicitParamDecl 0x557b88984c10 col:1 implicit .global_tid. 'const int *const restrict' definition # | next:19'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:19'1 ? possible intended match # | 27: | | |-ImplicitParamDecl 0x557b88984c78 col:1 implicit .bound_tid. 'const int *const restrict' definition # | next:19'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 28: | | `-ImplicitParamDecl 0x557b88984d30 col:1 implicit __context 'struct (unnamed at /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams.c:4:1) *const restrict' definition # | next:19'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 29: | |-ImplicitParamDecl 0x557b88984a60 col:1 implicit __context 'struct (unnamed at /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-target-teams.c:4:1) *const restrict' definition # | next:19'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 30: | |-RecordDecl 0x557b88984ac8 col:1 implicit struct definition # | next:19'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 31: | | `-CapturedRecordAttr 0x557b88984b48 <> Implicit # | next:19'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-teams-distribute-parallel-for.c (52 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-teams-distribute-parallel-for.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams-distribute-parallel-for.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams-distribute-parallel-for.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams-distribute-parallel-for.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams-distribute-parallel-for.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams-distribute-parallel-for.c:45:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | |-ParmVarDecl {{.*}} col:19 used x 'int' # | ^ # | :16:187: note: scanning from here # | |-FunctionDecl 0x55e957402cd0 line:3:6 test_one 'void (int)' # | ^ # | :17:8: note: possible intended match here # | | |-ParmVarDecl 0x55e957402c00 col:19 used x 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-teams-distribute-parallel-for.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x55e9573b5890 'char' # | 12: |-TypedefDecl 0x55e9573b63d8 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x55e9573b6380 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x55e9573b6340 'struct __va_list_tag' canonical # | 15: | `-Record 0x55e9573b6120 '__va_list_tag' # | 16: |-FunctionDecl 0x55e957402cd0 line:3:6 test_one 'void (int)' # | next:45'0 X error: no match found # | 17: | |-ParmVarDecl 0x55e957402c00 col:19 used x 'int' definition # | next:45'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:45'1 ? possible intended match # | 18: | `-CompoundStmt 0x55e957427bd0 # | next:45'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: | `-OMPTargetDirective 0x55e957427b90 # | next:45'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: | |-OMPFirstprivateClause 0x55e957427b50 <> # | next:45'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: | | `-DeclRefExpr 0x55e957427958 'int' lvalue ParmVar 0x55e957402c00 'x' 'int' refers_to_enclosing_variable_or_capture # | next:45'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 22: | `-CapturedStmt 0x55e957427918 # | next:45'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-APValue-vector.cpp (53 of 24127) ******************** TEST 'Clang :: AST/ast-dump-APValue-vector.cpp' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 2 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -Wno-unused-value -std=gnu++17 -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-vector.cpp -ast-dump-filter Test | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --strict-whitespace --match-full-lines /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-vector.cpp # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -Wno-unused-value -std=gnu++17 -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-vector.cpp -ast-dump-filter Test # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --strict-whitespace --match-full-lines /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-vector.cpp # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-vector.cpp:16:17: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | `-VarDecl {{.*}} col:{{.*}} v1i '__attribute__((__vector_size__(1 * sizeof(int)))) int const' constexpr cinit # | ^ # | :4:48: note: scanning from here # | |-DeclStmt 0x55857997bc08 # | ^ # | :5:3: note: possible intended match here # | | `-VarDecl 0x55857997baa8 col:63 v1i '__attribute__((__vector_size__(1 * sizeof(int)))) int const' constexpr cinit definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-APValue-vector.cpp # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | 1: Dumping Test: # | 2: FunctionDecl 0x55857997b8e0 line:13:6 Test 'void ()' # | 3: `-CompoundStmt 0x5585799995c8 # | 4: |-DeclStmt 0x55857997bc08 # | next:16'0 X error: no match found # | 5: | `-VarDecl 0x55857997baa8 col:63 v1i '__attribute__((__vector_size__(1 * sizeof(int)))) int const' constexpr cinit definition # | next:16'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:16'1 ? possible intended match # | 6: | |-value: Vector length=1 # | next:16'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 7: | | `-element: Int 1 # | next:16'0 ~~~~~~~~~~~~~~~~~~~~~~~~~ # | 8: | `-InitListExpr 0x55857997bb78 '__attribute__((__vector_size__(1 * sizeof(int)))) int' # | next:16'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 9: | `-IntegerLiteral 0x55857997bb10 'int' 1 # | next:16'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 10: |-DeclStmt 0x55857997bee8 # | next:16'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-openmp-distribute.c (54 of 24127) ******************** TEST 'Clang :: AST/ast-dump-openmp-distribute.c' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 1 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-distribute.c | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-distribute.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -triple x86_64-unknown-unknown -fopenmp -ast-dump /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-distribute.c # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --match-full-lines -implicit-check-not=openmp_structured_block /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-distribute.c # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-distribute.c:40:16: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | |-ParmVarDecl {{.*}} col:19 used x 'int' # | ^ # | :16:168: note: scanning from here # | |-FunctionDecl 0x5559e1ff0f60 line:3:6 test_one 'void (int)' # | ^ # | :17:8: note: possible intended match here # | | |-ParmVarDecl 0x5559e1ff0e90 col:19 used x 'int' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-openmp-distribute.c # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 11: | `-BuiltinType 0x5559e1fa3b90 'char' # | 12: |-TypedefDecl 0x5559e1fa46d8 <> implicit __builtin_va_list 'struct __va_list_tag[1]' # | 13: | `-ConstantArrayType 0x5559e1fa4680 'struct __va_list_tag[1]' 1 # | 14: | `-RecordType 0x5559e1fa4640 'struct __va_list_tag' canonical # | 15: | `-Record 0x5559e1fa4420 '__va_list_tag' # | 16: |-FunctionDecl 0x5559e1ff0f60 line:3:6 test_one 'void (int)' # | next:40'0 X error: no match found # | 17: | |-ParmVarDecl 0x5559e1ff0e90 col:19 used x 'int' definition # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:40'1 ? possible intended match # | 18: | `-CompoundStmt 0x5559e200eff8 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 19: | `-OMPDistributeDirective 0x5559e200eef8 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 20: | `-CapturedStmt 0x5559e1ff1500 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 21: | |-CapturedDecl 0x5559e1ff1130 <> # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 22: | | |-ForStmt 0x5559e1ff1440 # | next:40'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: FAIL: Clang :: AST/ast-dump-decl.cpp (55 of 24127) ******************** TEST 'Clang :: AST/ast-dump-decl.cpp' FAILED ******************** Exit Code: 1 Command Output (stdout): -- # RUN: at line 2 /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -std=c++11 -triple x86_64-linux-gnu -fms-extensions -ast-dump -ast-dump-filter Test /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.cpp | /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --strict-whitespace /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.cpp # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -cc1 -internal-isystem /usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/22/include -nostdsysteminc -std=c++11 -triple x86_64-linux-gnu -fms-extensions -ast-dump -ast-dump-filter Test /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.cpp # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.cpp:63:30: warning: nested namespace definition is a C++17 extension; define each namespace separately [-Wc++17-extensions] # | 63 | namespace TestNestedNameSpace::Nested { # | | ^~~~~~~~ # | | { namespace Nested # | 64 | } # | | } # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.cpp:68:29: warning: nested namespace definition is a C++17 extension; define each namespace separately [-Wc++17-extensions] # | 68 | namespace TestMultipleNested::SecondLevelNested::Nested { # | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ # | | { namespace SecondLevelNested { namespace Nested # | 69 | } # | | } } # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.cpp:74:27: warning: nested namespace definition is a C++17 extension; define each namespace separately [-Wc++17-extensions] # | 74 | namespace TestInlineNested::inline SecondLevel::inline Nested { # | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | | { inline namespace SecondLevel { inline namespace Nested # | 75 | } # | | } } # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.cpp:74:29: warning: inline nested namespace definition is a C++20 extension [-Wc++20-extensions] # | 74 | namespace TestInlineNested::inline SecondLevel::inline Nested { # | | ^ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.cpp:709:43: warning: variable templates are a C++14 extension [-Wc++14-extensions] # | 709 | template static const T TestVarTemplate; // declaration of a static data member template # | | ^ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.cpp:712:14: warning: variable templates are a C++14 extension [-Wc++14-extensions] # | 712 | const T S::TestVarTemplate = { }; // definition of a static data member template # | | ^ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.cpp:945:36: warning: variable templates are a C++14 extension [-Wc++14-extensions] # | 945 | template constexpr T foo{}; # | | ^ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.cpp:951:38: warning: variable templates are a C++14 extension [-Wc++14-extensions] # | 951 | template constexpr int val{42}; # | | ^ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.cpp:964:41: warning: variable templates are a C++14 extension [-Wc++14-extensions] # | 964 | inline constexpr in_place_type_t<_Tp> in_place_type{}; # | | ^ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.cpp:964:3: warning: inline variables are a C++17 extension [-Wc++17-extensions] # | 964 | inline constexpr in_place_type_t<_Tp> in_place_type{}; # | | ^ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.cpp:970:37: warning: variable templates are a C++14 extension [-Wc++14-extensions] # | 970 | template constexpr T call_init(0); # | | ^ # | 11 warnings generated. # `----------------------------- # executed command: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/FileCheck --strict-whitespace /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.cpp # .---command stderr------------ # | /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.cpp:355:17: error: CHECK-NEXT: expected string not found in input # | // CHECK-NEXT: | `-ParmVarDecl 0x{{.+}} col:30 'const TestClassTemplate &'{{$}} # | ^ # | :303:216: note: scanning from here # | | `-CXXConstructorDecl 0x55fa250f49e0 col:30 implicit constexpr TestClassTemplate 'void (const TestClassTemplate &)' inline default trivial noexcept-unevaluated 0x55fa250f49e0 # | ^ # | :304:1: note: possible intended match here # | | `-ParmVarDecl 0x55fa250f4b10 col:30 'const TestClassTemplate &' definition # | ^ # | # | Input file: # | Check file: /usr/local/google/home/thakis/src/llvm-project/clang/test/AST/ast-dump-decl.cpp # | # | -dump-input=help explains the following input dump. # | # | Input was: # | <<<<<< # | . # | . # | . # | 298: | |-AccessSpecDecl 0x55fa250f45b8 col:3 public # | 299: | |-CXXConstructorDecl 0x55fa250f4658 col:5 used TestClassTemplate 'void ()' implicit_instantiation instantiated_from 0x55fa250f3638 # | 300: | |-CXXDestructorDecl 0x55fa250f4770 col:5 used ~TestClassTemplate 'void () noexcept' implicit_instantiation instantiated_from 0x55fa250f3738 # | 301: | |-CXXMethodDecl 0x55fa250f4878 col:9 j 'int ()' implicit_instantiation instantiated_from 0x55fa250f3820 # | 302: | |-FieldDecl 0x55fa250f4930 col:9 i 'int' # | 303: | `-CXXConstructorDecl 0x55fa250f49e0 col:30 implicit constexpr TestClassTemplate 'void (const TestClassTemplate &)' inline default trivial noexcept-unevaluated 0x55fa250f49e0 # | next:355'0 X error: no match found # | 304: | `-ParmVarDecl 0x55fa250f4b10 col:30 'const TestClassTemplate &' definition # | next:355'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | next:355'1 ? possible intended match # | 305: |-ClassTemplateSpecialization 0x55fa250f4dd0 'TestClassTemplate' # | next:355'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 306: |-ClassTemplateSpecialization 0x55fa250f50f0 'TestClassTemplate' # | next:355'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 307: `-ClassTemplateSpecialization 0x55fa250f5b20 'TestClassTemplate' # | next:355'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | 308: # | next:355'0 ~ # | 309: Dumping testClassTemplateDecl::TestClassTemplate: # | next:355'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # | . # | . # | . # | >>>>>> # `----------------------------- # error: command failed with exit status: 1 -- ******************** Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. ******************** Failed Tests (55): Clang :: AST/ast-dump-APValue-anon-union.cpp Clang :: AST/ast-dump-APValue-arithmetic.cpp Clang :: AST/ast-dump-APValue-array.cpp Clang :: AST/ast-dump-APValue-lvalue.cpp Clang :: AST/ast-dump-APValue-struct.cpp Clang :: AST/ast-dump-APValue-union.cpp Clang :: AST/ast-dump-APValue-vector.cpp Clang :: AST/ast-dump-color.cpp Clang :: AST/ast-dump-decl.c Clang :: AST/ast-dump-decl.cpp Clang :: AST/ast-dump-lambda.cpp Clang :: AST/ast-dump-openmp-atomic.c Clang :: AST/ast-dump-openmp-cancel.c Clang :: AST/ast-dump-openmp-cancellation-point.c Clang :: AST/ast-dump-openmp-distribute-parallel-for-simd.c Clang :: AST/ast-dump-openmp-distribute-parallel-for.c Clang :: AST/ast-dump-openmp-distribute-simd.c Clang :: AST/ast-dump-openmp-distribute.c Clang :: AST/ast-dump-openmp-for-simd.c Clang :: AST/ast-dump-openmp-for.c Clang :: AST/ast-dump-openmp-ordered.c Clang :: AST/ast-dump-openmp-parallel-for-simd.c Clang :: AST/ast-dump-openmp-parallel-for.c Clang :: AST/ast-dump-openmp-parallel-sections.c Clang :: AST/ast-dump-openmp-parallel.c Clang :: AST/ast-dump-openmp-section.c Clang :: AST/ast-dump-openmp-sections.c Clang :: AST/ast-dump-openmp-simd.c Clang :: AST/ast-dump-openmp-single.c Clang :: AST/ast-dump-openmp-target-data.c Clang :: AST/ast-dump-openmp-target-enter-data.c Clang :: AST/ast-dump-openmp-target-exit-data.c Clang :: AST/ast-dump-openmp-target-parallel-for-simd.c Clang :: AST/ast-dump-openmp-target-parallel-for.c Clang :: AST/ast-dump-openmp-target-parallel.c Clang :: AST/ast-dump-openmp-target-simd.c Clang :: AST/ast-dump-openmp-target-teams-distribute-parallel-for-simd.c Clang :: AST/ast-dump-openmp-target-teams-distribute-parallel-for.c Clang :: AST/ast-dump-openmp-target-teams-distribute-simd.c Clang :: AST/ast-dump-openmp-target-teams-distribute.c Clang :: AST/ast-dump-openmp-target-teams.c Clang :: AST/ast-dump-openmp-target-update.c Clang :: AST/ast-dump-openmp-target.c Clang :: AST/ast-dump-openmp-task.c Clang :: AST/ast-dump-openmp-taskgroup.c Clang :: AST/ast-dump-openmp-taskloop-simd.c Clang :: AST/ast-dump-openmp-taskloop.c Clang :: AST/ast-dump-openmp-teams-distribute-parallel-for-simd.c Clang :: AST/ast-dump-openmp-teams-distribute-parallel-for.c Clang :: AST/ast-dump-openmp-teams-distribute-simd.c Clang :: AST/ast-dump-openmp-teams-distribute.c Clang :: AST/ast-dump-openmp-teams.c Clang :: AST/ast-dump-templates-pattern.cpp Clang :: ASTSYCL/ast-dump-sycl-kernel-call-stmt.cpp Clang :: SemaTemplate/deduction-guide.cpp Testing Time: 137.96s Total Discovered Tests: 48955 Skipped : 5 (0.01%) Unsupported : 592 (1.21%) Passed : 48276 (98.61%) Expectedly Failed: 27 (0.06%) Failed : 55 (0.11%) FAILED: gen/clang/test/run-lit python3 bin/llvm-lit -sv ../../clang/test ninja: build stopped: subcommand failed. Command '['ninja', '-C', 'out/gn', 'check-clang']' returned non-zero exit status 1.