Home
last modified time | relevance | path

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

12345678910>>...613

/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 …]
DChangeLog28 run-readelf-zdebug.sh and run-readelf-zdebug-rel.sh.
32 * run-compress-test.sh: New test.
33 * Makefile.am (TESTS): Add run-compress-test.sh.
39 * run-zstrptr.sh: New test.
41 * run-elfputzdata.sh: Expect .shstrtab compression.
43 (TESTS): Add run-zstrptr.sh.
49 * run-readelf-zx.sh: New test.
50 * run-readelf-zp.sh: Likewise.
51 * Makefile.am (TESTS): Add run-readelf-zx.sh and run-readelf-zp.sh.
57 (TESTS): Add run-elfgetzdata.sh and run-elfputzdata.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 -### -- %s 2>&1 | FileCheck -check-prefix=D %s
18 // RUN: %clang_cl /D foo=bar -### -- %s 2>&1 | FileCheck -check-prefix=D %s
21 // RUN: %clang_cl /E -### -- %s 2>&1 | FileCheck -check-prefix=E %s
25 // RUN: %clang_cl /EP -### -- %s 2>&1 | FileCheck -check-prefix=EP %s
30 // RUN: %clang_cl /fp:fast /fp:except -### -- %s 2>&1 | FileCheck -check-prefix=fpexcept %s
33 // RUN: %clang_cl /fp:fast /fp:except /fp:except- -### -- %s 2>&1 | FileCheck -check-prefix=fpexcep…
36 // RUN: %clang_cl /fp:precise /fp:fast -### -- %s 2>&1 | FileCheck -check-prefix=fpfast %s
[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 …]
Dpic.c46 // RUN: %clang -c %s -target i386-unknown-unknown -### 2>&1 \
47 // RUN: | FileCheck %s --check-prefix=CHECK-NO-PIC
48 // RUN: %clang -c %s -target i386-unknown-unknown -fpic -### 2>&1 \
49 // RUN: | FileCheck %s --check-prefix=CHECK-PIC1
50 // RUN: %clang -c %s -target i386-unknown-unknown -fPIC -### 2>&1 \
51 // RUN: | FileCheck %s --check-prefix=CHECK-PIC2
52 // RUN: %clang -c %s -target i386-unknown-unknown -fpie -### 2>&1 \
53 // RUN: | FileCheck %s --check-prefix=CHECK-PIE1
54 // RUN: %clang -c %s -target i386-unknown-unknown -fPIE -### 2>&1 \
55 // RUN: | FileCheck %s --check-prefix=CHECK-PIE2
[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 …]
Dlinux-ld.c4 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
5 // RUN: --target=i386-unknown-linux \
6 // RUN: --gcc-toolchain="" \
7 // RUN: --sysroot=%S/Inputs/basic_linux_tree \
8 // RUN: | FileCheck --check-prefix=CHECK-LD-32 %s
18 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
19 // RUN: --target=x86_64-unknown-linux \
20 // RUN: --gcc-toolchain="" \
21 // RUN: --sysroot=%S/Inputs/basic_linux_tree \
22 // RUN: | FileCheck --check-prefix=CHECK-LD-64 %s
[all …]
Dmips-as.c3 // RUN: %clang -target mips-linux-gnu -### \
4 // RUN: -no-integrated-as -c %s 2>&1 \
5 // RUN: | FileCheck -check-prefix=MIPS32R2-EB-AS %s
6 // RUN: %clang -target mipsel-linux-gnu -### \
7 // RUN: -no-integrated-as -c -EB %s 2>&1 \
8 // RUN: | FileCheck -check-prefix=MIPS32R2-EB-AS %s
12 // RUN: %clang -target mips-linux-gnu -### \
13 // RUN: -no-integrated-as -fPIC -c %s 2>&1 \
14 // RUN: | FileCheck -check-prefix=MIPS32R2-EB-PIC %s
18 // RUN: %clang -target mipsel-linux-gnu -### \
[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 …]
Ddebug-options.c4 // RUN: %clang -### -c -g %s -target x86_64-linux-gnu 2>&1 \
5 // RUN: | FileCheck -check-prefix=G -check-prefix=G_GDB %s
6 // RUN: %clang -### -c -g2 %s -target x86_64-linux-gnu 2>&1 \
7 // RUN: | FileCheck -check-prefix=G %s
8 // RUN: %clang -### -c -g3 %s -target x86_64-linux-gnu 2>&1 \
9 // RUN: | FileCheck -check-prefix=G %s
10 // RUN: %clang -### -c -ggdb %s -target x86_64-linux-gnu 2>&1 \
11 // RUN: | FileCheck -check-prefix=G -check-prefix=G_GDB %s
12 // RUN: %clang -### -c -ggdb1 %s -target x86_64-linux-gnu 2>&1 \
13 // RUN: | FileCheck -check-prefix=GLTO_ONLY -check-prefix=G_GDB %s
[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 …]
Dmips-integrated-as.s1 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s 2>&1 | \
2 // RUN: FileCheck -check-prefix=ABI-O32 %s
3 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -mabi=32 2>&1 | \
4 // RUN: FileCheck -check-prefix=ABI-O32 %s
5 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -mabi=o32 2>&1 | \
6 // RUN: FileCheck -check-prefix=ABI-O32 %s
10 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -mabi=eabi 2>&1 | \
11 // RUN: FileCheck -check-prefix=ABI-EABI32 %s
15 // RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -mips64 -mabi=n32 2>&1 | \
16 // RUN: FileCheck -check-prefix=ABI-N32 %s
[all …]
Dmips-abi.c3 // RUN: %clang -target mips-linux-gnu -### -c %s 2>&1 \
4 // RUN: | FileCheck -check-prefix=MIPS-DEF %s
8 // RUN: %clang -target mips64-linux-gnu -### -c %s 2>&1 \
9 // RUN: | FileCheck -check-prefix=MIPS64-DEF %s
13 // RUN: %clang -target mips-linux-gnu -### -c %s \
14 // RUN: -mabi=32 2>&1 \
15 // RUN: | FileCheck -check-prefix=MIPS-ABI-32 %s
19 // RUN: %clang -target mips-linux-gnu -### -c %s \
20 // RUN: -mabi=o32 2>&1 \
21 // RUN: | FileCheck -check-prefix=MIPS-ABI-O32 %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 …]
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 …]
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 …]
Dexplicit-build.cpp1 // RUN: rm -rf %t
5 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -Rmod…
6 // RUN: -fmodule-name=a -emit-module %S/Inputs/explicit-build/module.modulemap -o %t/a.p…
7 // RUN: 2>&1 | FileCheck --check-prefix=CHECK-NO-IMPLICIT-BUILD %s --allow-empty
9 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -Rmod…
10 // RUN: -fmodule-file=%t/a.pcm \
11 // RUN: -fmodule-name=b -emit-module %S/Inputs/explicit-build/module.modulemap -o %t/b.p…
12 // RUN: 2>&1 | FileCheck --check-prefix=CHECK-NO-IMPLICIT-BUILD %s --allow-empty
14 // RUN: %clang_cc1 -x c++ -std=c++11 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -Rmod…
15 // RUN: -fmodule-file=%t/b.pcm \
[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 …]
/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/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/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/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/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>>...613