| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | seed_inputs.test | 4 RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest 7 RUN: echo -n "%t-SimpleTest" > %t.seed-inputs 9 RUN: %run %t-SimpleTest -runs=1 -seed_inputs=@%t.seed-inputs 2>&1 | FileCheck %s --check-prefix=USE… 10 RUN: %run %t-SimpleTest -runs=1 -seed_inputs=%t-SimpleTest 2>&1 | FileCheck %s --check-prefix=USE-1 13 RUN: echo -n "%t-SimpleTest,%t-SimpleTest" > %t.seed-inputs 14 RUN: %run %t-SimpleTest -runs=1 -seed_inputs=@%t.seed-inputs 2>&1 | FileCheck %s --check-prefix=USE… 15 RUN: %run %t-SimpleTest -runs=1 -seed_inputs=%t-SimpleTest,%t-SimpleTest 2>&1 | FileCheck %s --chec… 18 RUN: echo -n "%t-SimpleTest,%t-SimpleTest,nonexistent-file," > %t.seed-inputs 19 RUN: %run %t-SimpleTest -runs=1 -seed_inputs=@%t.seed-inputs 2>&1 | FileCheck %s --check-prefix=USE… 20 RUN: %run %t-SimpleTest -runs=1 -seed_inputs=%t-SimpleTest,%t-SimpleTest,nonexistent-file, 2>&1 | F… [all …]
|
| H A D | len_control.test | 2 RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest 7 RUN: %run %t-SimpleTest -runs=1 2>&1 | FileCheck %s --check-prefix=LIM4 8 RUN: %run %t-SimpleTest -seed_inputs=%t-SimpleTest -max_len=77 -runs=1 2>&1 | FileCheck %s --check… 10 RUN: %run %t-SimpleTest -seed_inputs=%t-temp -runs=1 2>&1 | FileCheck %s --check-prefix=LIM20
|
| H A D | fuzzer-dirs.test | 1 RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest 8 RUN: %run %t-SimpleTest %t/SUB1 -runs=0 2>&1 | FileCheck %s --check-prefix=SUBDIRS 15 RUN: %run %t-SimpleTest %t/SUB1 -runs=0 2>&1 | FileCheck %s --check-prefix=LONG 21 RUN: not %run %t-SimpleTest -artifact_prefix=%t.dir/NONEXISTENT_DIR/ 2>&1 | FileCheck %s --check-pr… 22 RUN: not %run %t-SimpleTest -artifact_prefix=%t.dir/NONEXISTENT_DIR/myprefix 2>&1 | FileCheck %s --… 23 RUN: not %run %t-SimpleTest -features_dir=%t.dir/NONEXISTENT_DIR/ 2>&1 | FileCheck %s --check-prefi… 24 RUN: not %run %t-SimpleTest %t.dir/NONEXISTENT_DIR 2>&1 | FileCheck %s --check-prefix=NONEXISTENT_D… 25 RUN: not %run %t-SimpleTest -exact_artifact_path=%t.dir/NONEXISTENT_DIR/myprefix 2>&1 | FileCheck %… 30 RUN: not %run %t-SimpleTest "" 2>&1 | FileCheck %s --check-prefix=INVALID_DIR_RGX 50 RUN: not %run %t-SimpleTest -create_missing_dirs=1 -exact_artifact_path=%t.dir/subdird/exact_artifa… [all …]
|
| H A D | deprecated-instrumentation.test | 2 RUN: %cpp_compiler %S/SimpleTest.cpp -c -o %t-SimpleTest.o -fsanitize-coverage=trace-pc 3 RUN: %cpp_compiler %t-SimpleTest.o -o %t-SimpleTest 4 RUN: not %run %t-SimpleTest 2>&1 | FileCheck %s
|
| H A D | simple.test | 2 RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest 4 RUN: not %run %t-SimpleTest 2>&1 | FileCheck %s 7 RUN: not %run %t-SimpleTest -only_ascii=1 2>&1
|
| H A D | fuzzer-singleinputs.test | 2 RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest 11 RUN: %run %t-SimpleTest %tmp/SINGLE_INPUTS/aaa %tmp/SINGLE_INPUTS/bbb 2>&1 | FileCheck %… 12 RUN: %run %t-SimpleTest -max_len=2 %tmp/SINGLE_INPUTS/aaa %tmp/SINGLE_INPUTS/bbb 2>&1 | FileCheck %… 14 SINGLE_INPUTS: SimpleTest{{.*}}: Running 2 inputs 1 time(s) each.
|
| H A D | fuzzer-finalstats.test | 1 RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest 2 RUN: %run %t-SimpleTest -seed=1 -runs=77 -print_final_stats=1 2>&1 | FileCheck %s --check-prefix=FI… 9 RUN: %run %t-SimpleTest %S/dict1.txt -runs=33 -print_final_stats=1 2>&1 | FileCheck %s --check-pref…
|
| H A D | ulimit.test | 3 RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest 5 RUN: not %run %t-SimpleTest
|
| H A D | exit_on_src_pos.test | 10 RUN: %cpp_compiler -O0 %S/SimpleTest.cpp -o %t-SimpleTest.exe -mllvm -use-unknown-locations=Disable 13 RUN: %run %t-SimpleTest.exe -exit_on_src_pos=SimpleTest.cpp:19 2>&1 | FileCheck %s --check-prefix=…
|
| H A D | exit-report.test | 1 RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest 2 RUN: not %run %t-SimpleTest 2>&1 | FileCheck %s
|
| H A D | fuzzer-printcovpcs.test | 2 RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest 3 RUN: not %run %t-SimpleTest -print_pcs=1 -seed=1 2>&1 | FileCheck %s --check-prefix=PCS
|
| H A D | features_dir.test | 3 RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest 6 RUN: not %run %t-SimpleTest %t-C -features_dir=%t-F
|
| H A D | mutation-graph.test | 2 RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest 6 RUN: not %run %t-SimpleTest -seed=1 -max_len=3 -mutation_graph_file=%t-SimpleTestGraph 2>&1 | FileC…
|
| H A D | fork.test | 3 RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest 4 RUN: not %run %t-SimpleTest -fork=1 2>&1 | FileCheck %s --check-prefix=BINGO
|
| H A D | fork_corpus_groups.test | 3 RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest 4 RUN: not %run %t-SimpleTest -fork=1 -fork_corpus_groups=1 2>&1 | FileCheck %s --check-prefix=BINGO
|
| H A D | libcxx.test | 4 RUN: %cpp_compiler %S/SimpleTest.cpp -o %t
|
| H A D | out-of-process-fuzz.test | 5 RUN: %no_fuzzer_cpp_compiler -fsanitize-coverage=inline-8bit-counters %S/SimpleTest.cpp -c -o Simp…
|
| /llvm-project-15.0.7/libc/test/src/stdlib/ |
| H A D | DivTest.h | 37 TEST_F(LlvmLibcDivTest, SimpleTest##ReturnType) { simpleTest(func); }
|
| H A D | atof_test.cpp | 20 TEST(LlvmLibcAToFTest, SimpleTest) { in TEST() argument
|
| H A D | strtod_test.cpp | 62 TEST_F(LlvmLibcStrToDTest, SimpleTest) { in TEST_F() argument
|
| H A D | strtold_test.cpp | 98 TEST_F(LlvmLibcStrToLDTest, SimpleTest) { in TEST_F() argument
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | warn-thread-safety-negative.cpp | 31 namespace SimpleTest { namespace
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 7282 llvm/unittests/DebugInfo/PDB/Inputs/SimpleTest.cpp
|