Home
last modified time | relevance | path

Searched full:runs (Results 1 – 25 of 1171) sorted by relevance

12345678910>>...47

/llvm-project/clang/tools/scan-build-py/tests/unit/
H A Dtest_report.py146 "runs": [
247 "runs": [
359 self.assertEqual(len(merged["runs"]), 2)
360 self.assertEqual(len(merged["runs"][0]["results"]), 2)
361 self.assertEqual(len(merged["runs"][1]["results"]), 2)
364 for run in sarif2["runs"]:
365 expected["runs"].append(run)
371 "runs": [
378 "text": "test message 1-1 [link](sarif:/runs/1/results/0) [link2](sarif:/runs/
[all...]
/llvm-project/compiler-rt/test/fuzzer/
H A Dfuzzer-leak.test10 RUN: not %run %t-LeakTest -runs=100000 -detect_leaks=1 %t-corpus 2>&1 | FileCheck %s --check-prefix…
19 RUN: %run %t-LeakTest -runs=0 %t-corpus
21 RUN: not %run %t-LeakTest -runs=0 -detect_leaks=1 %S 2>&1 | FileCheck %s --check-prefix=LEAK_IN_COR…
25 RUN: not %run %t-LeakTest -runs=100000000 %S/hi.txt 2>&1 | FileCheck %s --check-prefix=MULTI_RUN_LE…
29 RUN: not %run %t-LeakTest -runs=100000 -detect_leaks=0 2>&1 | FileCheck %s --check-prefix=LEAK_AFTER
30 RUN: not %run %t-LeakTest -runs=100000 2>&1 | FileCheck %s --check-prefix=LEAK_DURI…
31 RUN: not %run %t-ThreadedLeakTest -runs=100000 -detect_leaks=0 2>&1 | FileCheck %s --check-prefix=L…
32 RUN: not %run %t-ThreadedLeakTest -runs=100000 2>&1 | FileCheck %s --check-prefix=L…
33 LEAK_AFTER: Done 100000 runs in
36 RUN: not %run %t-LeakTest -runs=100000 -max_len=1 2>&1 | FileCheck %s --check-prefix=MAX_LEN_1
H A Dseed_inputs.test9 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
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…
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…
24 RUN: not %run %t-SimpleTest -runs=1 -seed_inputs=@nonexistent-file 2>&1 | FileCheck %s --check-pref…
26 RUN: not %run %t-SimpleTest -runs=1 -seed_inputs=@%t.seed-inputs 2>&1 | FileCheck %s --check-prefix…
27 RUN: not %run %t-SimpleTest -runs=1 -seed_inputs= 2>&1 | FileCheck %s --check-prefix=EMPTY
H A Dmax-number-of-runs.test3 RUN: %run %t-AccumulateAllocationsTest -seed=1 -runs=2 2>&1 | FileCheck %s --check-prefix=CHECK1
4 CHECK1: Done 2 runs
6 RUN: %run %t-AccumulateAllocationsTest -seed=1 -runs=3 2>&1 | FileCheck %s --check-prefix=CHECK2
7 CHECK2: Done 3 runs
9 RUN: %run %t-AccumulateAllocationsTest -seed=1 -runs=4 2>&1 | FileCheck %s --check-prefix=CHECK3
10 CHECK3: Done 4 runs
H A Dmsan.test4 RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s --check-prefix=NO-REPORT
7 RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s --check-prefix=NO-REPORT
10 RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s --check-prefix=NO-REPORT
13 RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s --check-prefix=NO-REPORT
20 RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s --check-prefix=REPORT
23 RUN: not %run %t -seed=1 -runs=10000000 2>&1 | FileCheck %s --check-prefix=REPORT
H A Donly-some-bytes.test24 DISABLED: %t-Fuzz -focus_function='fB(unsigned char const*)' -runs=0 %t/IN 2>&1 | FileCheck %s --ch…
27 DISABLED: %t-Fuzz -focus_function=f0 -runs=0 %t/IN 2>&1 | FileCheck %s --check-prefix=NO_FOCUSED_IN…
32 DISABLED: %t-Fuzz -focus_function=f0 -runs=0 %t/IN 2>&1 | FileCheck %s --check-prefix=ONE_FOCUSED_I…
39 DISABLED: %t-Fuzz -focus_function=f0 -data_flow_trace=%t/IN_DFT -runs=100 %t/IN 2>&1 | FileCheck %s…
40 DISABLED: %t-Fuzz -focus_function=f0 -data_flow_trace=%t/IN_DFT -runs=100 %t/IN 2>&1 | FileCheck %s…
46 DISABLED: not %t-Fuzz -focus_function=f0 -data_flow_trace=%t/C_DFT -seed=1 -runs=1000000 -use_value…
52 DISABLED: %t-Fuzz -focus_function=auto -data_flow_trace=%t/C_DFT -runs=0 %t/C -jobs=100 2>&1 | grep…
56 # Actually execute 50 fuzzing processes with a small number of runs, to test -focus_function=auto …
58 DISABLED: not %t-Fuzz -focus_function=auto -data_flow_trace=%t/C_DFT %t/C -jobs=50 -runs=200000 -us…
H A Dfuzzer-threaded.test1 CHECK: Done 1000 runs in
4 RUN: %run %t-ThreadedTest -use_traces=1 -runs=1000 2>&1 | FileCheck %s
5 RUN: %run %t-ThreadedTest -use_traces=1 -runs=1000 2>&1 | FileCheck %s
6 RUN: %run %t-ThreadedTest -use_traces=1 -runs=1000 2>&1 | FileCheck %s
7 RUN: %run %t-ThreadedTest -use_traces=1 -runs=1000 2>&1 | FileCheck %s
H A Dfuzzer-fdmask.test3 RUN: %run %t-SpamyTest -runs=1 2>&1 | FileCheck %s --check-prefix=FD_MASK_0
4 RUN: %run %t-SpamyTest -runs=1 -close_fd_mask=0 2>&1 | FileCheck %s --check-prefix=FD_MASK_0
5 RUN: %run %t-SpamyTest -runs=1 -close_fd_mask=1 2>&1 | FileCheck %s --check-prefix=FD_MASK_1
6 RUN: %run %t-SpamyTest -runs=1 -close_fd_mask=2 2>&1 | FileCheck %s --check-prefix=FD_MASK_2
7 RUN: %run %t-SpamyTest -runs=1 -close_fd_mask=3 2>&1 | FileCheck %s --check-prefix=FD_MASK_3
H A Dshrink.test3 …lFlowTest -seed=1 -exit_on_item=0eb8e4ed029b774d80f2b66408203801cb982a60 -runs=2000000 -shrink=1 …
5 …lFlowTest -seed=1 -exit_on_item=0eb8e4ed029b774d80f2b66408203801cb982a60 -runs=1000000 -shrink=0 -…
6 …ofileTest -seed=1 -exit_on_item=aea2e3923af219a8956f626558ef32f30a914ebc -runs=100000 -shrink=1 -r…
8 SHRINK0: Done 1000000 runs in
H A Dfuzzer-flags.test2 RUN: %run %t-FlagsTest -runs=10 -foo_bar=1 2>&1 | FileCheck %s --check-prefix=FOO_BAR
6 RUN: %run %t-FlagsTest -runs=10 --max_len=100 2>&1 | FileCheck %s --check-prefix=DASH_DASH
13 RUN: %run %t-FlagsTest --foo-bar -runs=10 -ignore_remaining_args=1 --baz -help=1 test 2>&1 | FileCh…
18 RUN: %run %t-FlagsTest -runs=10 --foo-bar -merge=1 %t/T0 %t/T1 -ignore_remaining_args=1 --baz -help…
H A Dfocus-function.test10 RUN: %t-exe -runs=100 2>&1 | FileCheck %s --check-prefix=FOCUS_NONE
14 RUN: not %t-exe -runs=100 -focus_function=WRONG 2>&1 | FileCheck %s --check-prefix=FOCUS_WRONG
18 RUN: %t-exe -runs=100 -focus_function=f0 2>&1 | FileCheck %s --check-prefix=FOCUS_F0
29 RUN: %t-exe -runs=10000 -focus_function=f0 %t-corpus 2>&1 | FileCheck %s --check-prefix=CORPUS_1_3
H A Dfuzzer-dict.test4 Done1000000: Done 1000000 runs in
6 RUN: not %run %t-SimpleDictionaryTest -dict=%S/dict1.txt -seed=1 -runs=1000003 2>&1 | FileCheck %s
7 RUN: %run %t-SimpleDictionaryTest -seed=1 -runs=1000000 2>&1 | FileCheck %s…
H A Dlen_control.test7 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
/llvm-project/libc/AOR_v20.02/math/test/
H A Drunulp.sh129 runs=
130 check __s_exp 1 && runs=1
228 exp __s_exp $runs
233 log __s_log $runs
238 pow __s_pow $runs
243 sin __s_sin $runs
248 cos __s_cos $runs
253 expf __s_expf $runs
258 expf_1u __s_expf_1u $runs
262 exp2f __s_exp2f $runs
[all …]
/llvm-project/llvm/test/CodeGen/AArch64/
H A Dmachine-outliner-iterative.mir1 …ner -machine-outliner-reruns=1 -verify-machineinstrs %s -o - | FileCheck %s --check-prefix TWO-RUNS
3 …er -machine-outliner-reruns=3 -verify-machineinstrs %s -o - | FileCheck %s --check-prefix FOUR-RUNS
136 # TWO-RUNS: name: OUTLINED_FUNCTION_2_0
137 # TWO-RUNS-DAG: bb.0:
138 # TWO-RUNS-DAG: renamable $x19 = COPY $x0
139 # TWO-RUNS-NEXT: renamable $x0 = nuw ADDXri $x0, 48, 0
140 # TWO-RUNS-NEXT: TCRETURNdi @OUTLINED_FUNCTION_0, 0, implicit $sp
143 # since machine-outline-runs is specified as 1.
146 # The machine outliner is expected to stop at the 3rd iteration for case FOUR-RUNS
148 # FOUR-RUNS-NOT: [[OUTLINED:OUTLINED_FUNCTION_3_[0-9]+]]
[all …]
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp144 std::vector<Run> Runs; in computeBlockRuns()
146 return Runs; in computeBlockRuns()
152 Runs.emplace_back(CurrentBlock); in computeBlockRuns()
154 Run *CurrentRun = &Runs.back(); in computeBlockRuns()
157 Runs.emplace_back(NextBlock); in computeBlockRuns()
158 CurrentRun = &Runs.back(); in computeBlockRuns()
167 return Runs; in computeBlockRuns()
170 static std::pair<Run, uint64_t> findRun(uint64_t Offset, ArrayRef<Run> Runs) {
171 for (const auto &R : Runs) { in findRun() argument
222 auto Runs in formatMsfStreamData()
145 std::vector<Run> Runs; computeBlockRuns() local
223 auto Runs = computeBlockRuns(File.getBlockSize(), Stream); formatMsfStreamData() local
[all...]
/llvm-project/llvm/lib/TableGen/
H A DError.cpp45 // The following call runs the file cleanup handlers. in PrintNote()
/llvm-project/llvm/unittests/IR/
H A DPassManagerTest.cpp41 TestFunctionAnalysis(int &Runs) : Runs(Runs) {} in TestFunctionAnalysis() argument
45 ++Runs; in run()
58 int &Runs; member in __anon1d60355b0111::TestFunctionAnalysis
77 TestModuleAnalysis(int &Runs) : Runs(Runs) {} in TestModuleAnalysis() argument
80 ++Runs; in run()
91 int &Runs; member in __anon1d60355b0111::TestModuleAnalysis
139 // Typical path just runs the analysis as needed. in run()
437 // Count the runs over a Function. in TEST_F()
457 // Count the runs over a module. in TEST_F()
461 // Count the runs over a Function in a separate manager. in TEST_F()
[all …]
/llvm-project/clang/unittests/Basic/
H A DSarifTest.cpp104 const llvm::json::Array *Runs = Doc.getArray("runs"); in TEST_F()
108 ASSERT_THAT(Runs, testing::NotNull()); in TEST_F()
111 ASSERT_EQ(Runs->size(), 1UL); in TEST_F()
115 Runs->begin()->getAsObject()->getObject("tool")->getObject("driver"); in TEST_F()
144 ::testing::HasSubstr("no runs associated with the document")); in TEST_F()
211 const llvm::json::Array *Runs = Doc.getArray("runs"); in TEST_F()
214 ASSERT_THAT(Runs, ::testing::NotNull()); in TEST_F()
215 ASSERT_EQ(Runs in TEST_F()
105 const llvm::json::Array *Runs = Doc.getArray("runs"); TEST_F() local
212 const llvm::json::Array *Runs = Doc.getArray("runs"); TEST_F() local
[all...]
/llvm-project/llvm/utils/UpdateTestChecks/
H A Dasm.py285 # Scrub runs of whitespace out of the assembly, but leave the leading
319 # Scrub runs of whitespace out of the assembly, but leave the leading
330 # Scrub runs of whitespace out of the assembly, but leave the leading
343 # Scrub runs of whitespace out of the assembly, but leave the leading
354 # Scrub runs of whitespace out of the assembly, but leave the leading
365 # Scrub runs of whitespace out of the assembly, but leave the leading
380 # Scrub runs of whitespace out of the assembly, but leave the leading
391 # Scrub runs of whitespace out of the assembly, but leave the leading
402 # Scrub runs of whitespace out of the assembly, but leave the leading
413 # Scrub runs o
[all...]
/llvm-project/clang/lib/Basic/
H A DSarif.cpp251 assert(!Runs.empty() && "There are no runs associated with the document!"); in getCurrentTool()
253 return *Runs.back().getAsObject()->get("tool")->getAsObject(); in getCurrentTool()
270 assert(!Runs.empty() && "There are no runs associated with the document!"); in endRun()
364 Runs.emplace_back(std::move(TheRun)); in createRun()
375 assert(!Runs.empty() && "There are no runs associated with the document!"); in getCurrentRun()
376 return *Runs.back().getAsObject(); in getCurrentRun()
421 if (!Runs in createDocument()
[all...]
/llvm-project/llvm/utils/lit/tests/
H A Dselecting.py5 # Check that we exit with an error if we do not discover any tests, even with --allow-empty-runs.
8 # RUN: not %{lit} %{inputs}/nonexistent --allow-empty-runs 2>&1 | FileCheck --check-prefix=CHECK-BA…
11 # Check that we exit with an error if we filter out all tests, but allow it with --allow-empty-runs.
12 # Check that we exit with an error if we skip all tests, but allow it with --allow-empty-runs.
15 # RUN: %{lit} --filter 'nonexistent' --allow-empty-runs %{inputs}/discovery 2>&1 | FileCheck --…
17 # RUN: %{lit} --filter-out '.*' --allow-empty-runs %{inputs}/discovery 2>&1 | FileCheck --check…
19 # CHECK-BAD-FILTER-ERROR: Use '--allow-empty-runs' to suppress this error.
20 # CHECK-BAD-FILTER-ALLOW: Suppressing error because '--allow-empty-runs' was specified.
/llvm-project/clang/cmake/caches/
H A DREADME.txt51 Depends on stage2 and runs check-llvm using the stage3 compiler.
54 Depends on stage2 and runs check-clang using the stage3 compiler.
57 Depends on stage2 and runs check-all using the stage3 compiler.
60 Depends on stage2 and runs the test-suite using the stage3 compiler (requires
/llvm-project/clang/test/CodeCompletion/
H A Doverrides.cpp17 // Runs completion at ^vf
23 // Runs completion at vf^
29 // Runs completion at void ^ on line 13.
41 // Runs completion at empty line on line 37.
/llvm-project/llvm/unittests/Analysis/
H A DCGSCCPassManagerTest.cpp44 TestModuleAnalysis(int &Runs) : Runs(Runs) {} in TestModuleAnalysis() argument
47 ++Runs; in run()
55 int &Runs; member in __anonec4113870111::TestModuleAnalysis
75 TestSCCAnalysis(int &Runs) : Runs(Runs) {} in TestSCCAnalysis() argument
78 ++Runs; in run()
86 int &Runs; member in __anonec4113870111::TestSCCAnalysis
105 TestFunctionAnalysis(int & Runs) TestFunctionAnalysis() argument
121 int &Runs; global() member in __anonec4113870111::TestFunctionAnalysis
136 TestImmutableFunctionAnalysis(int & Runs) TestImmutableFunctionAnalysis() argument
147 int &Runs; global() member in __anonec4113870111::TestImmutableFunctionAnalysis
910 int &Runs; global() member
952 int &Runs; global() member
1020 int &Runs; global() member
[all...]

12345678910>>...47