Searched full:run (Results 1 – 25 of 14598) sorted by relevance
12345678910>>...584
/external/llvm-project/clang/test/Analysis/ |
D | a_flaky_crash.cpp | 2 // Even with the current set of run-lines, if a buildbot tells you 20 // 256 copies of the same run-line to make it crash more often when it breaks. 22 // RUN: %clang_analyze_cc1 -analyzer-checker=core -verify %s 23 // RUN: %clang_analyze_cc1 -analyzer-checker=core -verify %s 24 // RUN: %clang_analyze_cc1 -analyzer-checker=core -verify %s 25 // RUN: %clang_analyze_cc1 -analyzer-checker=core -verify %s 26 // RUN: %clang_analyze_cc1 -analyzer-checker=core -verify %s 27 // RUN: %clang_analyze_cc1 -analyzer-checker=core -verify %s 28 // RUN: %clang_analyze_cc1 -analyzer-checker=core -verify %s 29 // RUN: %clang_analyze_cc1 -analyzer-checker=core -verify %s [all …]
|
/external/llvm-project/clang/test/Driver/ |
D | riscv-fixed-x-register.c | 1 // RUN: %clang -target riscv32 -ffixed-x1 -### %s 2> %t 2 // RUN: FileCheck --check-prefix=CHECK-FIXED-X1 < %t %s 3 // RUN: %clang -target riscv64 -ffixed-x1 -### %s 2> %t 4 // RUN: FileCheck --check-prefix=CHECK-FIXED-X1 < %t %s 7 // RUN: %clang -target riscv32 -ffixed-x2 -### %s 2> %t 8 // RUN: FileCheck --check-prefix=CHECK-FIXED-X2 < %t %s 9 // RUN: %clang -target riscv64 -ffixed-x2 -### %s 2> %t 10 // RUN: FileCheck --check-prefix=CHECK-FIXED-X2 < %t %s 13 // RUN: %clang -target riscv32 -ffixed-x3 -### %s 2> %t 14 // RUN: FileCheck --check-prefix=CHECK-FIXED-X3 < %t %s [all …]
|
D | gfortran.f90 | 6 ! RUN: %clang -no-canonical-prefixes -target i386-linux -### %s -o %t 2>&1 \ 7 ! RUN: -Aquestion=answer \ 8 ! RUN: -A-question=answer \ 9 ! RUN: -C \ 10 ! RUN: -CC \ 11 ! RUN: -Dmacro \ 12 ! RUN: -Dmacro=value \ 13 ! RUN: -H \ 14 ! RUN: -Isome/directory \ 15 ! RUN: -Jsome/other/directory \ [all …]
|
D | aarch64-fixed-x-register.c | 1 // RUN: %clang -target aarch64-none-gnu -ffixed-x1 -### %s 2> %t 2 // RUN: FileCheck --check-prefix=CHECK-FIXED-X1 < %t %s 5 // RUN: %clang -target aarch64-none-gnu -ffixed-x2 -### %s 2> %t 6 // RUN: FileCheck --check-prefix=CHECK-FIXED-X2 < %t %s 9 // RUN: %clang -target aarch64-none-gnu -ffixed-x3 -### %s 2> %t 10 // RUN: FileCheck --check-prefix=CHECK-FIXED-X3 < %t %s 13 // RUN: %clang -target aarch64-none-gnu -ffixed-x4 -### %s 2> %t 14 // RUN: FileCheck --check-prefix=CHECK-FIXED-X4 < %t %s 17 // RUN: %clang -target aarch64-none-gnu -ffixed-x5 -### %s 2> %t 18 // RUN: FileCheck --check-prefix=CHECK-FIXED-X5 < %t %s [all …]
|
D | ps4-visibility-dllstorageclass.c | 3 // RUN: %clang -### -target x86_64-scei-ps4 %s -Werror -o - 2>&1 | \ 4 // RUN: FileCheck %s -check-prefixes=DEFAULTS,DEFAULTS1 \ 5 // RUN: --implicit-check-not=-fvisibility-from-dllstorageclass \ 6 // RUN: --implicit-check-not=-fvisibility-dllexport \ 7 // RUN: --implicit-check-not=-fvisibility-nodllstorageclass \ 8 // RUN: --implicit-check-not=-fvisibility-externs-dllimport \ 9 // RUN: --implicit-check-not=-fvisibility-externs-nodllstorageclass 11 // RUN: %clang -### -target x86_64-scei-ps4 \ 12 // RUN: -fno-visibility-from-dllstorageclass \ 13 // RUN: -fvisibility-from-dllstorageclass \ [all …]
|
D | cl-options.c | 7 // RUN: %clang_cl /c -### -- %s 2>&1 | FileCheck -check-prefix=c %s 10 // RUN: %clang_cl /C -### -- %s 2>&1 | FileCheck -check-prefix=C %s 13 // RUN: %clang_cl /C /P -### -- %s 2>&1 | FileCheck -check-prefix=C_P %s 17 // RUN: %clang_cl /d1reportAllClassLayout -### /c /WX -- %s 2>&1 | \ 18 // RUN: FileCheck -check-prefix=d1reportAllClassLayout %s 23 // RUN: %clang_cl /Dfoo=bar /D bar=baz /DMYDEF#value /DMYDEF2=foo#bar /DMYDEF3#a=b /DMYDEF4# \ 24 // RUN: -### -- %s 2>&1 | FileCheck -check-prefix=D %s 32 // RUN: %clang_cl /E -### -- %s 2>&1 | FileCheck -check-prefix=E %s 36 // RUN: %clang_cl /EP -### -- %s 2>&1 | FileCheck -check-prefix=EP %s 41 // RUN: %clang_cl /fp:fast /fp:except -### -- %s 2>&1 | FileCheck -check-prefix=fpexcept %s [all …]
|
D | pic.c | 48 // RUN: %clang -c %s -target i386-unknown-unknown -### 2>&1 \ 49 // RUN: | FileCheck %s --check-prefix=CHECK-NO-PIC 50 // RUN: %clang -c %s -target i386-unknown-unknown -fpic -### 2>&1 \ 51 // RUN: | FileCheck %s --check-prefix=CHECK-PIC1 52 // RUN: %clang -c %s -target i386-unknown-unknown -fPIC -### 2>&1 \ 53 // RUN: | FileCheck %s --check-prefix=CHECK-PIC2 54 // RUN: %clang -c %s -target i386-unknown-unknown -fpie -### 2>&1 \ 55 // RUN: | FileCheck %s --check-prefix=CHECK-PIE1 56 // RUN: %clang -c %s -target i386-unknown-unknown -fPIE -### 2>&1 \ 57 // RUN: | FileCheck %s --check-prefix=CHECK-PIE2 [all …]
|
D | visibility-dllstorageclass.c | 3 // RUN: %clang -target x86_64-unknown-windows-itanium -fdeclspec \ 4 // RUN: -Werror -S -### %s 2>&1 | \ 5 // RUN: FileCheck %s \ 6 // RUN: --implicit-check-not=-fvisibility-from-dllstorageclass \ 7 // RUN: --implicit-check-not=-fvisibility-dllexport \ 8 // RUN: --implicit-check-not=-fvisibility-nodllstorageclass \ 9 // RUN: --implicit-check-not=-fvisibility-externs-dllimport \ 10 // RUN: --implicit-check-not=-fvisibility-externs-nodllstorageclass 12 // RUN: %clang -target x86_64-unknown-windows-itanium -fdeclspec \ 13 // RUN: -fvisibility-from-dllstorageclass \ [all …]
|
D | constructors.c | 7 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 8 // RUN: -target i386-unknown-linux \ 9 // RUN: --sysroot=%S/Inputs/resource_dir \ 10 // RUN: --gcc-toolchain="" \ 11 // RUN: | FileCheck --check-prefix=CHECK-INIT-ARRAY %s 13 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 14 // RUN: -target i386-unknown-linux \ 15 // RUN: --sysroot=%S/Inputs/fake_install_tree \ 16 // RUN: --gcc-toolchain="" \ 17 // RUN: | FileCheck --check-prefix=CHECK-INIT-ARRAY %s [all …]
|
D | aix-toolchain-include.cpp | 4 // RUN: %clangxx -### -no-canonical-prefixes %s 2>&1 \ 5 // RUN: -target powerpc-ibm-aix \ 6 // RUN: -resource-dir=%S/Inputs/resource_dir \ 7 // RUN: --sysroot=%S/Inputs/basic_aix_tree \ 8 // RUN: | FileCheck -check-prefix=CHECK-INTERNAL-INCLUDE %s 10 // RUN: %clangxx -### -no-canonical-prefixes %s 2>&1 \ 11 // RUN: -target powerpc64-ibm-aix \ 12 // RUN: -resource-dir=%S/Inputs/resource_dir \ 13 // RUN: --sysroot=%S/Inputs/basic_aix_tree \ 14 // RUN: | FileCheck -check-prefix=CHECK-INTERNAL-INCLUDE %s [all …]
|
D | sparc-as.c | 3 // RUN: %clang -target sparc-linux -### -c %s 2>&1 \ 4 // RUN: | FileCheck -check-prefix=NO-IAS %s 6 // RUN: %clang -target sparc-linux -fintegrated-as -### -c %s 2>&1 \ 7 // RUN: | FileCheck -check-prefix=IAS %s 9 // RUN: %clang -target sparc-linux -fno-integrated-as -### -c %s 2>&1 \ 10 // RUN: | FileCheck -check-prefix=NO-IAS %s 15 // RUN: %clang -no-canonical-prefixes -target sparc--netbsd \ 16 // RUN: -no-integrated-as --sysroot=%S/Inputs/basic_netbsd_tree %s -### 2>&1 \ 17 // RUN: | FileCheck -check-prefix=SPARC %s 19 // RUN: %clang -mcpu=v8 -no-canonical-prefixes -target sparc--netbsd \ [all …]
|
D | darwin-header-search-system.cpp | 9 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 10 // RUN: -target x86_64-apple-darwin \ 11 // RUN: -ccc-install-dir %S/Inputs/basic_darwin_toolchain_no_libcxx/usr/bin \ 12 // RUN: -resource-dir=%S/Inputs/resource_dir \ 13 // RUN: -isysroot %S/Inputs/basic_darwin_sdk_usr_and_usr_local \ 14 // RUN: | FileCheck -DSYSROOT=%S/Inputs/basic_darwin_sdk_usr_and_usr_local \ 15 // RUN: -DRESOURCE=%S/Inputs/resource_dir \ 16 // RUN: --check-prefix=CHECK-SYSTEM %s 18 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \ 19 // RUN: -target x86_64-apple-darwin \ [all …]
|
D | riscv-arch.c | 1 // RUN: %clang -target riscv32-unknown-elf -march=rv32i -### %s \ 2 // RUN: -fsyntax-only 2>&1 | FileCheck %s 3 // RUN: %clang -target riscv32-unknown-elf -march=rv32im -### %s \ 4 // RUN: -fsyntax-only 2>&1 | FileCheck %s 5 // RUN: %clang -target riscv32-unknown-elf -march=rv32ima -### %s \ 6 // RUN: -fsyntax-only 2>&1 | FileCheck %s 7 // RUN: %clang -target riscv32-unknown-elf -march=rv32imaf -### %s \ 8 // RUN: -fsyntax-only 2>&1 | FileCheck %s 9 // RUN: %clang -target riscv32-unknown-elf -march=rv32imafd -### %s \ 10 // RUN: -fsyntax-only 2>&1 | FileCheck %s [all …]
|
/external/elfutils/tests/ |
D | Makefile.am | 95 TESTS = run-arextract.sh run-arsymtest.sh run-ar.sh newfile test-nlist \ 97 run-show-die-info.sh run-get-files.sh run-get-lines.sh \ 98 run-next-files.sh run-next-lines.sh \ 99 run-get-pubnames.sh run-get-aranges.sh run-allfcts.sh \ 100 run-show-abbrev.sh run-line2addr.sh hash \ 101 run-large-elf-file.sh \ 102 newscn run-strip-test.sh run-strip-test2.sh \ 103 run-strip-test3.sh run-strip-test4.sh run-strip-test5.sh \ 104 run-strip-test6.sh run-strip-test7.sh run-strip-test8.sh \ 105 run-strip-test9.sh run-strip-test10.sh run-strip-test11.sh \ [all …]
|
/external/clang/test/Driver/ |
D | gfortran.f90 | 5 ! RUN: %clang -no-canonical-prefixes -target i386-linux -### %s -o %t 2>&1 \ 6 ! RUN: -Aquestion=answer \ 7 ! RUN: -A-question=answer \ 8 ! RUN: -C \ 9 ! RUN: -CC \ 10 ! RUN: -Dmacro \ 11 ! RUN: -Dmacro=value \ 12 ! RUN: -H \ 13 ! RUN: -Isome/directory \ 14 ! RUN: -Jsome/other/directory \ [all …]
|
D | cl-options.c | 7 // RUN: %clang_cl /c -### -- %s 2>&1 | FileCheck -check-prefix=c %s 10 // RUN: %clang_cl /C -### -- %s 2>&1 | FileCheck -check-prefix=C %s 13 // RUN: %clang_cl /C /P -### -- %s 2>&1 | FileCheck -check-prefix=C_P %s 17 // RUN: %clang_cl /Dfoo=bar /D bar=baz /DMYDEF#value /DMYDEF2=foo#bar /DMYDEF3#a=b /DMYDEF4# \ 18 // RUN: -### -- %s 2>&1 | FileCheck -check-prefix=D %s 26 // RUN: %clang_cl /E -### -- %s 2>&1 | FileCheck -check-prefix=E %s 30 // RUN: %clang_cl /EP -### -- %s 2>&1 | FileCheck -check-prefix=EP %s 35 // RUN: %clang_cl /fp:fast /fp:except -### -- %s 2>&1 | FileCheck -check-prefix=fpexcept %s 38 // RUN: %clang_cl /fp:fast /fp:except /fp:except- -### -- %s 2>&1 | FileCheck -check-prefix=fpexcep… 41 // RUN: %clang_cl /fp:precise /fp:fast -### -- %s 2>&1 | FileCheck -check-prefix=fpfast %s [all …]
|
D | pic.c | 48 // RUN: %clang -c %s -target i386-unknown-unknown -### 2>&1 \ 49 // RUN: | FileCheck %s --check-prefix=CHECK-NO-PIC 50 // RUN: %clang -c %s -target i386-unknown-unknown -fpic -### 2>&1 \ 51 // RUN: | FileCheck %s --check-prefix=CHECK-PIC1 52 // RUN: %clang -c %s -target i386-unknown-unknown -fPIC -### 2>&1 \ 53 // RUN: | FileCheck %s --check-prefix=CHECK-PIC2 54 // RUN: %clang -c %s -target i386-unknown-unknown -fpie -### 2>&1 \ 55 // RUN: | FileCheck %s --check-prefix=CHECK-PIE1 56 // RUN: %clang -c %s -target i386-unknown-unknown -fPIE -### 2>&1 \ 57 // RUN: | FileCheck %s --check-prefix=CHECK-PIE2 [all …]
|
D | clang_f_opts.c | 3 // RUN: %clang -### -S -fasm -fblocks -fbuiltin -fno-math-errno -fcommon -fpascal-strings -fno-bloc… 4 // RUN: %clang -### -S -fasm -fblocks -fbuiltin -fno-math-errno -fcommon -fpascal-strings -fno-asm … 19 // RUN: %clang -### -S -Wwrite-strings %s 2>&1 | FileCheck -check-prefix=WRITE-STRINGS1 %s 21 // RUN: %clang -### -S -Wwrite-strings -Wno-write-strings %s 2>&1 | FileCheck -check-prefix=WRITE-S… 23 // RUN: %clang -### -S -Wwrite-strings -w %s 2>&1 | FileCheck -check-prefix=WRITE-STRINGS3 %s 26 // RUN: %clang -### -x c++ -c %s 2>&1 | FileCheck -check-prefix=DEPRECATED-ON-CHECK %s 27 // RUN: %clang -### -x c++ -c -Wdeprecated %s 2>&1 | FileCheck -check-prefix=DEPRECATED-ON-CHECK %s 28 // RUN: %clang -### -x c++ -c -Wno-deprecated %s 2>&1 | FileCheck -check-prefix=DEPRECATED-OFF-CHEC… 29 // RUN: %clang -### -x c++ -c -Wno-deprecated -Wdeprecated %s 2>&1 | FileCheck -check-prefix=DEPREC… 30 // RUN: %clang -### -x c++ -c -w %s 2>&1 | FileCheck -check-prefix=DEPRECATED-ON-CHECK %s [all …]
|
/external/clang/test/Modules/ |
D | stress1.cpp | 1 // RUN: rm -rf %t 2 // RUN: cd %S 4 // RUN: %clang_cc1 -fmodules -x c++ -std=c++11 \ 5 // RUN: -I Inputs/stress1 \ 6 // RUN: -fno-implicit-modules \ 7 // RUN: -fmodules-cache-path=%t \ 8 // RUN: -fmodule-map-file-home-is-cwd \ 9 // RUN: -emit-module -fmodule-name=m00 -o %t/m00.pcm \ 10 // RUN: Inputs/stress1/module.modulemap 12 // RUN: %clang_cc1 -fmodules -x c++ -std=c++11 \ [all …]
|
/external/llvm-project/clang/test/Modules/ |
D | stress1.cpp | 1 // RUN: rm -rf %t 2 // RUN: cd %S 4 // RUN: %clang_cc1 -fmodules -x c++ -std=c++11 \ 5 // RUN: -I Inputs/stress1 \ 6 // RUN: -fno-implicit-modules \ 7 // RUN: -fmodules-cache-path=%t \ 8 // RUN: -fmodule-map-file-home-is-cwd \ 9 // RUN: -emit-module -fmodule-name=m00 -o %t/m00.pcm \ 10 // RUN: Inputs/stress1/module.modulemap 12 // RUN: %clang_cc1 -fmodules -x c++ -std=c++11 \ [all …]
|
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/ |
D | file-header-machine-types.test | 3 # RUN: yaml2obj %s -o %t.none.o -D MACHINE=EM_NONE 4 # RUN: llvm-readelf --file-headers %t.none.o | FileCheck %s -DMACHINE="None" 6 # RUN: yaml2obj %s -o %t.m32.o -D MACHINE=EM_M32 7 # RUN: llvm-readelf --file-headers %t.m32.o | FileCheck %s -DMACHINE="WE32100" 9 # RUN: yaml2obj %s -o %t.sparc.o -D MACHINE=EM_SPARC 10 # RUN: llvm-readelf --file-headers %t.sparc.o | FileCheck %s -DMACHINE="Sparc" 12 # RUN: yaml2obj %s -o %t.386.o -D MACHINE=EM_386 13 # RUN: llvm-readelf --file-headers %t.386.o | FileCheck %s -DMACHINE="Intel 80386" 15 # RUN: yaml2obj %s -o %t.68k.o -D MACHINE=EM_68K 16 # RUN: llvm-readelf --file-headers %t.68k.o | FileCheck %s -DMACHINE="MC68000" [all …]
|
/external/llvm-project/compiler-rt/test/cfi/ |
D | bad-cast.cpp | 1 // RUN: %clangxx_cfi -o %t1 %s 2 // RUN: %expect_crash %run %t1 a 2>&1 | FileCheck --check-prefix=FAIL %s 3 // RUN: %expect_crash %run %t1 b 2>&1 | FileCheck --check-prefix=FAIL %s 4 // RUN: %expect_crash %run %t1 c 2>&1 | FileCheck --check-prefix=FAIL %s 5 // RUN: %run %t1 d 2>&1 | FileCheck --check-prefix=PASS %s 6 // RUN: %run %t1 e 2>&1 | FileCheck --check-prefix=PASS %s 7 // RUN: %run %t1 f 2>&1 | FileCheck --check-prefix=PASS %s 8 // RUN: %expect_crash %run %t1 g 2>&1 | FileCheck --check-prefix=FAIL %s 9 // RUN: %run %t1 h 2>&1 | FileCheck --check-prefix=PASS %s 11 // RUN: %clangxx_cfi -DB32 -o %t2 %s [all …]
|
/external/llvm-project/llvm/test/Other/ |
D | pass-pipeline-parsing.ll | 1 ; RUN: opt -disable-output -debug-pass-manager \ 2 ; RUN: -passes=no-op-module,no-op-module %s 2>&1 \ 3 ; RUN: | FileCheck %s --check-prefix=CHECK-TWO-NOOP-MP 4 ; CHECK-TWO-NOOP-MP: Starting llvm::Module pass manager run 7 ; CHECK-TWO-NOOP-MP: Finished llvm::Module pass manager run 9 ; RUN: opt -disable-output -debug-pass-manager \ 10 ; RUN: -passes='module(no-op-module,no-op-module)' %s 2>&1 \ 11 ; RUN: | FileCheck %s --check-prefix=CHECK-NESTED-TWO-NOOP-MP 12 ; CHECK-NESTED-TWO-NOOP-MP: Starting llvm::Module pass manager run 15 ; CHECK-NESTED-TWO-NOOP-MP: Finished llvm::Module pass manager run [all …]
|
/external/llvm-project/llvm/test/ThinLTO/X86/ |
D | cache.ll | 8 ; RUN: opt -module-summary %s -o %t.bc 9 ; RUN: opt -module-summary %p/Inputs/cache.ll -o %t2.bc 12 ; RUN: rm -Rf %t.cache.noindex && mkdir %t.cache.noindex 13 ; RUN: llvm-lto -thinlto-action=run -exported-symbol=globalfunc %t2.bc %t.bc -thinlto-cache-dir %t.… 14 ; RUN: ls %t.cache.noindex/llvmcache.timestamp 15 ; RUN: ls %t.cache.noindex | count 1 18 ; RUN: rm -Rf %t.cache.noindex 19 ; RUN: llvm-lto2 run -o %t.o %t2.bc %t.bc -cache-dir %t.cache.noindex \ 20 ; RUN: -r=%t2.bc,_main,plx \ 21 ; RUN: -r=%t2.bc,_globalfunc,lx \ [all …]
|
/external/llvm/test/Other/ |
D | pass-pipeline-parsing.ll | 1 ; RUN: opt -disable-output -debug-pass-manager \ 2 ; RUN: -passes=no-op-module,no-op-module %s 2>&1 \ 3 ; RUN: | FileCheck %s --check-prefix=CHECK-TWO-NOOP-MP 4 ; CHECK-TWO-NOOP-MP: Starting llvm::Module pass manager run 7 ; CHECK-TWO-NOOP-MP: Finished llvm::Module pass manager run 9 ; RUN: opt -disable-output -debug-pass-manager \ 10 ; RUN: -passes='module(no-op-module,no-op-module)' %s 2>&1 \ 11 ; RUN: | FileCheck %s --check-prefix=CHECK-NESTED-TWO-NOOP-MP 12 ; CHECK-NESTED-TWO-NOOP-MP: Starting llvm::Module pass manager run 13 ; CHECK-NESTED-TWO-NOOP-MP: Starting llvm::Module pass manager run [all …]
|
12345678910>>...584