Home
last modified time | relevance | path

Searched refs:SimpleTest (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dseed_inputs.test4 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 Dlen_control.test2 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 Dfuzzer-dirs.test1 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 Ddeprecated-instrumentation.test2 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 Dsimple.test2 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 Dfuzzer-singleinputs.test2 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 Dfuzzer-finalstats.test1 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 Dulimit.test3 RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
5 RUN: not %run %t-SimpleTest
H A Dexit_on_src_pos.test10 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 Dexit-report.test1 RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
2 RUN: not %run %t-SimpleTest 2>&1 | FileCheck %s
H A Dfuzzer-printcovpcs.test2 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 Dfeatures_dir.test3 RUN: %cpp_compiler %S/SimpleTest.cpp -o %t-SimpleTest
6 RUN: not %run %t-SimpleTest %t-C -features_dir=%t-F
H A Dmutation-graph.test2 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 Dfork.test3 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 Dfork_corpus_groups.test3 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 Dlibcxx.test4 RUN: %cpp_compiler %S/SimpleTest.cpp -o %t
H A Dout-of-process-fuzz.test5 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 DDivTest.h37 TEST_F(LlvmLibcDivTest, SimpleTest##ReturnType) { simpleTest(func); }
H A Datof_test.cpp20 TEST(LlvmLibcAToFTest, SimpleTest) { in TEST() argument
H A Dstrtod_test.cpp62 TEST_F(LlvmLibcStrToDTest, SimpleTest) { in TEST_F() argument
H A Dstrtold_test.cpp98 TEST_F(LlvmLibcStrToLDTest, SimpleTest) { in TEST_F() argument
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-thread-safety-negative.cpp31 namespace SimpleTest { namespace
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt7282 llvm/unittests/DebugInfo/PDB/Inputs/SimpleTest.cpp