Home
last modified time | relevance | path

Searched full:run (Results 1 – 25 of 13633) sorted by relevance

12345678910>>...546

/external/elfutils/tests/
DMakefile.am73 TESTS = run-arextract.sh run-arsymtest.sh newfile test-nlist \
75 run-show-die-info.sh run-get-files.sh run-get-lines.sh \
76 run-get-pubnames.sh run-get-aranges.sh run-allfcts.sh \
77 run-show-abbrev.sh run-line2addr.sh hash \
78 newscn run-strip-test.sh run-strip-test2.sh \
79 run-strip-test3.sh run-strip-test4.sh run-strip-test5.sh \
80 run-strip-test6.sh run-strip-test7.sh run-strip-test8.sh \
81 run-strip-test9.sh run-strip-test10.sh \
82 run-strip-groups.sh run-strip-reloc.sh run-strip-strmerge.sh \
83 run-unstrip-test.sh run-unstrip-test2.sh \
[all …]
/external/clang/test/Driver/
Dgfortran.f905 ! 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 …]
Dcl-options.c7 // 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 …]
Dpic.c48 // 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 …]
Dclang_f_opts.c3 // 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 …]
Dconstructors.c7 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \
8 // RUN: -target i386-unknown-linux \
9 // RUN: --sysroot=%S/Inputs/fake_install_tree \
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: -fno-use-init-array \
15 // RUN: -target i386-unknown-linux \
16 // RUN: --sysroot=%S/Inputs/fake_install_tree \
17 // RUN: --gcc-toolchain="" \
[all …]
Dmips-abi.c3 // RUN: %clang -target mips-linux-gnu -### -c %s 2>&1 \
4 // RUN: | FileCheck -check-prefix=MIPS32R2-O32 %s
5 // RUN: %clang -target mips64-linux-gnu -mips32r2 -mabi=32 -### -c %s 2>&1 \
6 // RUN: | FileCheck -check-prefix=MIPS32R2-O32 %s
12 // RUN: not %clang -target mips-linux-gnu -c %s \
13 // RUN: -march=mips64r2 -mabi=32 2>&1 \
14 // RUN: | FileCheck -check-prefix=MIPS64R2-O32 %s
17 // RUN: %clang -target mips64-linux-gnu -### -c %s 2>&1 \
18 // RUN: | FileCheck -check-prefix=MIPS64R2-N64 %s
19 // RUN: %clang -target mips-img-linux-gnu -mips64r2 -### -c %s 2>&1 \
[all …]
Dfast-math.c10 // RUN: %clang -### -fno-honor-infinities -c %s 2>&1 \
11 // RUN: | FileCheck --check-prefix=CHECK-NO-INFS %s
13 // RUN: %clang -### -fno-honor-infinites -c %s 2>&1 \
14 // RUN: | FileCheck --check-prefix=CHECK-NO-INFS %s
18 // RUN: %clang -### -fno-fast-math -fno-honor-infinities -c %s 2>&1 \
19 // RUN: | FileCheck --check-prefix=CHECK-NO-FAST-MATH-NO-INFS %s
23 // RUN: %clang -### -fno-honor-infinities -fno-fast-math -c %s 2>&1 \
24 // RUN: | FileCheck --check-prefix=CHECK-NO-INFS-NO-FAST-MATH %s
28 // RUN: %clang -### -fno-signed-zeros -c %s 2>&1 \
29 // RUN: | FileCheck --check-prefix=CHECK-NO-SIGNED-ZEROS %s
[all …]
Dsparc-as.c3 // 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 …]
Dfunction-sections.c10 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \
11 // RUN: -target i386-unknown-linux \
12 // RUN: | FileCheck --check-prefix=CHECK-NOFS --check-prefix=CHECK-NODS %s
14 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \
15 // RUN: -target i386-unknown-linux \
16 // RUN: -ffunction-sections \
17 // RUN: | FileCheck --check-prefix=CHECK-FS %s
19 // RUN: %clang -no-canonical-prefixes %s -### -fsyntax-only 2>&1 \
20 // RUN: -target i386-unknown-linux \
21 // RUN: -fno-function-sections \
[all …]
Dmips-features.c4 // RUN: %clang -target mips-linux-gnu -### -c %s -mno-abicalls -mabicalls 2>&1 \
5 // RUN: | FileCheck --check-prefix=CHECK-MABICALLS %s
9 // RUN: %clang -target mips-linux-gnu -### -c %s -mabicalls -mno-abicalls 2>&1 \
10 // RUN: | FileCheck --check-prefix=CHECK-MNOABICALLS %s
14 // RUN: %clang -target mips-linux-gnu -### -c %s \
15 // RUN: -mno-mips16 -mips16 2>&1 \
16 // RUN: | FileCheck --check-prefix=CHECK-MIPS16 %s
20 // RUN: %clang -target mips-linux-gnu -### -c %s \
21 // RUN: -mips16 -mno-mips16 2>&1 \
22 // RUN: | FileCheck --check-prefix=CHECK-NOMIPS16 %s
[all …]
/external/clang/test/Modules/
Dstress1.cpp1 // 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 …]
Dmacro-ambiguity.cpp1 // RUN: rm -rf %t
2 // RUN: cd %S
4 // RUN: %clang_cc1 -fmodules -x c++ -fmodules-cache-path=%t \
5 // RUN: -v \
6 // RUN: -iquote Inputs/macro-ambiguity/a/quote \
7 // RUN: -isystem Inputs/macro-ambiguity/a/system \
8 // RUN: -fno-implicit-modules \
9 // RUN: -fmodule-map-file-home-is-cwd \
10 // RUN: -emit-module -fmodule-name=a -o %t/a.pcm \
11 // RUN: Inputs/macro-ambiguity/module.modulemap
[all …]
Dexponential-paths.cpp3 // RUN: rm -rf %t
4 // RUN: mkdir %t
9 // RUN: echo 'module a0 { header "a0.h" export * }' > %t/module.modulemap
10 // RUN: echo 'module b0 { header "b0.h" export * }' >> %t/module.modulemap
11 // RUN: echo 'module a1 { header "a1.h" export * }' >> %t/module.modulemap
12 // RUN: echo 'module b1 { header "b1.h" export * }' >> %t/module.modulemap
13 // RUN: echo 'module a2 { header "a2.h" export * }' >> %t/module.modulemap
14 // RUN: echo 'module b2 { header "b2.h" export * }' >> %t/module.modulemap
15 // RUN: echo 'module a3 { header "a3.h" export * }' >> %t/module.modulemap
16 // RUN: echo 'module b3 { header "b3.h" export * }' >> %t/module.modulemap
[all …]
Dmerge-target-features.cpp1 // RUN: rm -rf %t
2 // RUN: cd %S
4 // RUN: %clang_cc1 -fmodules -x c++ -fmodules-cache-path=%t \
5 // RUN: -iquote Inputs/merge-target-features \
6 // RUN: -fno-implicit-modules \
7 // RUN: -fmodule-map-file-home-is-cwd \
8 // RUN: -emit-module -fmodule-name=foo -o %t/foo.pcm \
9 // RUN: -triple i386-unknown-unknown \
10 // RUN: -target-cpu i386 -target-feature +sse2 \
11 // RUN: Inputs/merge-target-features/module.modulemap
[all …]
Drequire-modular-includes.m1 // RUN: rm -rf %t
4 // RUN: echo '@import FromImportedModuleOK;' | \
5 // RUN: %clang_cc1 -Wnon-modular-include-in-framework-module -fmodules -fimplicit-module-maps \
6 // RUN: -fmodules-cache-path=%t -F %S/Inputs/require-modular-includes \
7 // RUN: -Werror -fsyntax-only -x objective-c -
10 // RUN: echo '@import FromImportedModuleFail;' | \
11 // RUN: %clang_cc1 -Wnon-modular-include-in-framework-module -fmodules -fimplicit-module-maps \
12 // RUN: -fmodules-cache-path=%t -F %S/Inputs/require-modular-includes \
13 // RUN: -I %S/Inputs/require-modular-includes \
14 // RUN: -fsyntax-only -x objective-c - 2>&1 | FileCheck %s
[all …]
/external/llvm/test/Other/
Dpass-pipeline-parsing.ll1 ; 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 …]
Dnew-pass-manager.ll8 ; RUN: opt -disable-output -disable-verify -debug-pass-manager \
9 ; RUN: -passes=no-op-module %s 2>&1 \
10 ; RUN: | FileCheck %s --check-prefix=CHECK-MODULE-PASS
11 ; CHECK-MODULE-PASS: Starting llvm::Module pass manager run
13 ; CHECK-MODULE-PASS-NEXT: Finished llvm::Module pass manager run
15 ; RUN: opt -disable-output -disable-verify -debug-pass-manager \
16 ; RUN: -passes=no-op-cgscc %s 2>&1 \
17 ; RUN: | FileCheck %s --check-prefix=CHECK-CGSCC-PASS
18 ; RUN: opt -disable-output -disable-verify -debug-pass-manager \
19 ; RUN: -passes='cgscc(no-op-cgscc)' %s 2>&1 \
[all …]
/external/compiler-rt/test/asan/TestCases/Android/
Dcoverage-android.cc4 // RUN: %clangxx_asan -fsanitize-coverage=func -DSHARED %s -shared -o %T/libcoverage_android_test_1…
5 // RUN: %clangxx_asan -fsanitize-coverage=func -DSO_DIR=\"%device\" %s -o %t
7 // RUN: adb shell rm -rf %device/coverage-android
8 // RUN: rm -rf %T/coverage-android
10 // RUN: adb shell mkdir -p %device/coverage-android/direct
11 // RUN: mkdir -p %T/coverage-android/direct
12 // RUN: %env_asan_opts=coverage=1:coverage_direct=1:coverage_dir=%device/coverage-android/direct:ve…
13 // RUN: adb pull %device/coverage-android/direct %T/coverage-android/direct
14 // RUN: ls; pwd
15 // RUN: cd %T/coverage-android/direct
[all …]
/external/compiler-rt/test/asan/TestCases/Linux/
Dinterface_symbols_linux.c3 // RUN: %clang_asan -O2 %s -o %t.exe
4 // RUN: nm -D %t.exe | grep " T " | sed "s/.* T //" \
5 // RUN: | grep "__asan_" | sed "s/___asan_/__asan_/" \
6 // RUN: | sed -E "s/__asan_version_mismatch_check_v[0-9]+/__asan_version_mismatch_check/" \
7 // RUN: | grep -v "__asan_default_options" \
8 // RUN: | grep -v "__asan_stack_" \
9 // RUN: | grep -v "__asan_on_error" > %t.symbols
10 // RUN: cat %p/../../../../lib/asan/asan_interface_internal.h \
11 // RUN: | sed "s/\/\/.*//" | sed "s/typedef.*//" \
12 // RUN: | grep -v "OPTIONAL" \
[all …]
/external/compiler-rt/test/asan/TestCases/Darwin/
Dinterface_symbols_darwin.c5 // RUN: %clang_asan -dead_strip -O2 %s -o %t.exe
6 // RUN: rm -f %t.symbols %t.interface
8 // RUN: nm -g `%clang_asan %s -fsanitize=address -### 2>&1 | grep "libclang_rt.asan_osx_dynamic.dyl…
9 // RUN: | grep " T " | sed "s/.* T //" \
10 // RUN: | grep "__asan_" | sed "s/___asan_/__asan_/" \
11 // RUN: | sed -E "s/__asan_version_mismatch_check_v[0-9]+/__asan_version_mismatch_check/" \
12 // RUN: | grep -v "__asan_default_options" \
13 // RUN: | grep -v "__asan_on_error" > %t.symbols
15 // RUN: cat %p/../../../../lib/asan/asan_interface_internal.h \
16 // RUN: | sed "s/\/\/.*//" | sed "s/typedef.*//" \
[all …]
/external/llvm/test/Bitcode/
Dinvalid.test1 RUN: not llvm-dis -disable-output %p/Inputs/invalid-pr20485.bc 2>&1 | \
2 RUN: FileCheck --check-prefix=INVALID-ENCODING %s
3 RUN: not llvm-dis -disable-output %p/Inputs/invalid-abbrev.bc 2>&1 | \
4 RUN: FileCheck --check-prefix=BAD-ABBREV %s
5 RUN: not llvm-dis -disable-output %p/Inputs/invalid-unexpected-eof.bc 2>&1 | \
6 RUN: FileCheck --check-prefix=UNEXPECTED-EOF %s
7 RUN: not llvm-dis -disable-output %p/Inputs/invalid-bad-abbrev-number.bc 2>&1 | \
8 RUN: FileCheck --check-prefix=BAD-ABBREV-NUMBER %s
9 RUN: not llvm-dis -disable-output %p/Inputs/invalid-type-table-forward-ref.bc 2>&1 | \
10 RUN: FileCheck --check-prefix=BAD-TYPE-TABLE-FORWARD-REF %s
[all …]
/external/llvm/test/tools/llvm-cov/
Dllvm-cov.test8 RUN: rm -rf %t
9 RUN: mkdir %t
10 RUN: cd %t
11 RUN: cp %p/Inputs/test* .
14 RUN: llvm-cov gcov test.c | diff -u test_no_options.output -
15 RUN: diff -aub test_no_options.cpp.gcov test.cpp.gcov
16 RUN: diff -aub test_no_options.h.gcov test.h.gcov
19 RUN: mkdir -p %t/objdir
20 RUN: cp test.gcno test.gcda %t/objdir
21 RUN: llvm-cov gcov -o objdir test.c | diff -u test_no_options.output -
[all …]
/external/clang/test/Frontend/
Ddarwin-version.c1 // RUN: %clang_cc1 -triple armv6-apple-ios3.0.0 -dM -E -o %t %s
2 // RUN: grep '__ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__' %t | grep '30000' | count 1
3 // RUN: not grep '__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' %t
4 // RUN: %clang_cc1 -triple armv6-apple-ios2.0.0 -dM -E -o %t %s
5 // RUN: grep '__ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__' %t | grep '20000' | count 1
6 // RUN: not grep '__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' %t
7 // RUN: %clang_cc1 -triple armv6-apple-ios2.2.0 -dM -E -o %t %s
8 // RUN: grep '__ENVIRONMENT_IPHONE_OS_VERSION_MIN_REQUIRED__' %t | grep '20200' | count 1
9 // RUN: not grep '__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__' %t
10 // RUN: %clang_cc1 -triple armv6-apple-ios2.3.1 -dM -E -o %t %s
[all …]
/external/valgrind/none/tests/
Dunit_debuglog.c19 void run(const char *format, ...) in run() function
55 run("|%f|", value); in main()
56 run("|%2f|", value); in main()
57 run("|%9f|", value); in main()
58 run("|%8.0f|", value); in main()
59 run("|%8.1f|", value); in main()
60 run("|%8.2f|", value); in main()
65 run("|%f|", value); in main()
66 run("|%4f|", value); in main()
67 run("|%9f|", value); in main()
[all …]

12345678910>>...546