Home
last modified time | relevance | path

Searched full:suite (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/llvm-project/libc/test/src/math/smoke/
H A DCMakeLists.txt6 SUITE
17 SUITE
28 SUITE
41 SUITE
53 SUITE
66 SUITE
78 SUITE
91 SUITE
102 SUITE
115 SUITE
[all...]
/llvm-project/libc/test/src/math/
H A DCMakeLists.txt6 SUITE
22 SUITE
34 SUITE
45 SUITE
62 SUITE
73 SUITE
86 SUITE
102 SUITE
113 SUITE
129 SUITE
[all...]
/llvm-project/libc/test/src/string/
H A DCMakeLists.txt13 SUITE
23 SUITE
33 SUITE
43 SUITE
53 SUITE
63 SUITE
73 SUITE
83 SUITE
93 SUITE
104 SUITE
[all...]
/llvm-project/libc/test/src/stdlib/
H A DCMakeLists.txt5 SUITE
26 SUITE
37 SUITE
48 SUITE
59 SUITE
71 SUITE
93 SUITE
105 SUITE
117 SUITE
128 SUITE
[all...]
/llvm-project/libc/test/src/math/exhaustive/
H A DCMakeLists.txt17 SUITE
33 SUITE
49 SUITE
65 SUITE
81 SUITE
97 SUITE
113 SUITE
129 SUITE
145 SUITE
161 SUITE
[all...]
/llvm-project/llvm/docs/
H A DTestSuiteGuide.md1 test-suite Guide
41 2. Check out the `test-suite` module with:
44 % git clone https://github.com/llvm/llvm-test-suite.git test-suite
47 3. Create a build directory and use CMake to configure the suite. Use the
52 % mkdir test-suite-build
53 % cd test-suite-build
55 -C../test-suite/cmake/caches/O3.cmake \
56 ../test-suite
78 PASS: test-suite
[all...]
H A DTestSuiteMakefileGuide.rst2 test-suite Makefile Guide (deprecated)
13 the test suite creates temporary files during execution.
15 To run the test suite, you need to use the following steps:
17 #. Check out the ``test-suite`` module with:
21 % git clone https://github.com/llvm/llvm-test-suite.git test-suite
33 object directory tree) in which you want to run the test suite, just
41 You must also tell the configure machinery that the test suite is
51 #. You can now run the test suite from your build tree as follows:
55 % cd $LLVM_OBJ_ROOT/projects/test-suite
59 you have the suite checked out and configured, you don't need to do it
[all …]
/llvm-project/libc/test/src/unistd/
H A DCMakeLists.txt7 SUITE
22 SUITE
38 SUITE
56 SUITE
74 SUITE
92 SUITE
107 SUITE
125 SUITE
144 SUITE
162 SUITE
[all...]
/llvm-project/libc/test/src/ctype/
H A DCMakeLists.txt5 SUITE
15 SUITE
25 SUITE
35 SUITE
45 SUITE
55 SUITE
65 SUITE
75 SUITE
85 SUITE
95 SUITE
[all …]
/llvm-project/libc/test/src/stdio/
H A DCMakeLists.txt5 SUITE
27 SUITE
43 SUITE
59 SUITE
75 SUITE
95 SUITE
138 SUITE
152 SUITE
178 SUITE
192 SUITE
[all...]
/llvm-project/libc/test/src/__support/CPP/
H A DCMakeLists.txt5 SUITE
15 SUITE
25 SUITE
37 SUITE
47 SUITE
57 SUITE
67 SUITE
79 SUITE
89 SUITE
102 SUITE
[all …]
/llvm-project/llvm/utils/lit/tests/
H A Ddiscovery.py1 # Check the basic discovery process, including a sub-suite.
9 # CHECK-BASIC-ERR: loading suite config '{{.*(/|\\\\)discovery(/|\\\\)lit.cfg}}'
10 # CHECK-BASIC-ERR-DAG: loading suite config '{{.*(/|\\\\)discovery(/|\\\\)subsuite(/|\\\\)lit.cfg}}'
14 # CHECK-BASIC-OUT: sub-suite - 2 tests
17 # CHECK-BASIC-OUT: top-level-suite - 3 tests
25 # CHECK-BASIC-OUT: sub-suite :: test-one
26 # CHECK-BASIC-OUT: sub-suite :: test-two
27 # CHECK-BASIC-OUT: top-level-suite :: subdir/test-three
28 # CHECK-BASIC-OUT: top-level-suite :: test-one
29 # CHECK-BASIC-OUT: top-level-suite :: test-two
[all …]
H A Dxfail-cl.py3 # RUN: %{lit} --xfail 'false.txt;false2.txt;top-level-suite :: b :: test.txt' \
4 # RUN: --xfail-not 'true-xfail.txt;top-level-suite :: a :: test-xfail.txt' \
8 # RUN: env LIT_XFAIL='false.txt;false2.txt;top-level-suite :: b :: test.txt' \
9 # RUN: LIT_XFAIL_NOT='true-xfail.txt;top-level-suite :: a :: test-xfail.txt' \
27 # CHECK-FILTER-DAG: {{^}}PASS: top-level-suite :: a :: test.txt
28 # CHECK-FILTER-DAG: {{^}}XFAIL: top-level-suite :: b :: test.txt
29 # CHECK-FILTER-DAG: {{^}}XFAIL: top-level-suite :: a :: false.txt
30 # CHECK-FILTER-DAG: {{^}}XFAIL: top-level-suite :: b :: false.txt
31 # CHECK-FILTER-DAG: {{^}}XFAIL: top-level-suite :: false.txt
32 # CHECK-FILTER-DAG: {{^}}XFAIL: top-level-suite :: false2.txt
[all …]
/llvm-project/libc/test/src/__support/
H A DCMakeLists.txt6 SUITE
20 SUITE
33 SUITE
45 SUITE
63 SUITE
78 SUITE
88 SUITE
98 SUITE
110 SUITE
121 SUITE
[all...]
/llvm-project/flang/docs/
H A DFortranLLVMTestSuite.md1 # Fortran Tests in the LLVM Test Suite
9 The [LLVM Test Suite](https://github.com/llvm/llvm-test-suite) is a
11 first-time users read through [LLVM Test Suite
13 organizational structure of the test suite and how to run it.
15 ## Running the LLVM test-suite with Fortran
26 <path to llvm-test-suite>
29 This will configure the test-suite to run only the Fortran tests which
36 [here](https://github.com/llvm/llvm-test-suite/blob/main/Fortran/gfortran/README.md#usage).
46 We recently added CMake hooks into the LLVM Test Suite to support
70 Tests from the gfortran test suite have been imported into the LLVM Test Suite.
[all …]
/llvm-project/libc/test/src/time/
H A DCMakeLists.txt5 SUITE
22 SUITE
39 SUITE
58 SUITE
77 SUITE
90 SUITE
100 SUITE
112 SUITE
124 SUITE
139 SUITE
[all...]
/llvm-project/clang/tools/scan-build-py/tests/unit/
H A D__init__.py15 def load_tests(loader, suite, _): argument
16 suite.addTests(loader.loadTestsFromModule(test_libear))
17 suite.addTests(loader.loadTestsFromModule(test_compilation))
18 suite.addTests(loader.loadTestsFromModule(test_clang))
19 suite.addTests(loader.loadTestsFromModule(test_report))
20 suite.addTests(loader.loadTestsFromModule(test_analyze))
21 suite.addTests(loader.loadTestsFromModule(test_intercept))
22 suite.addTests(loader.loadTestsFromModule(test_shell))
23 return suite
/llvm-project/llvm/utils/lit/lit/
H A Ddiscovery.py29 """getTestSuite(item, litConfig, cache) -> (suite, relative_path)
31 Find the test suite containing @arg item.
33 @retval (None, ...) - Indicates no test suite contains @arg item.
34 @retval (suite, relative_path) - The suite that @arg item is in, and its
35 relative path inside that suite.
64 # We found a test suite, create a new config for it and load it.
66 litConfig.note("loading suite config %r" % cfgpath)
75 # Check for an already instantiated test suite.
134 # Find the test suite for this input and its relative path.
137 litConfig.warning("unable to find test suite for %r" % path)
[all …]
H A DTestTimes.py4 def read_test_times(suite): argument
6 test_times_file = os.path.join(suite.exec_root, ".lit_test_times.txt")
8 test_times_file = os.path.join(suite.source_root, ".lit_test_times.txt")
20 assert t.suite.test_times is None
23 if not t.suite.exec_root in times_by_suite:
24 times_by_suite[t.suite.exec_root] = read_test_times(t.suite)
30 times_by_suite[t.suite.exec_root]["/".join(t.path_in_suite)] = time
/llvm-project/libc/test/src/signal/
H A DCMakeLists.txt5 SUITE
16 SUITE
30 SUITE
44 SUITE
59 SUITE
72 SUITE
86 SUITE
101 SUITE
117 SUITE
/llvm-project/libc/test/src/fenv/
H A DCMakeLists.txt5 SUITE
18 SUITE
34 SUITE
51 SUITE
66 SUITE
80 SUITE
93 SUITE
115 SUITE
133 SUITE
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Davoid-underscore-in-googletest-name.cpp18 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: avoid using "_" in test suite name "Illegal_TestSuiteNa…
20 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: avoid using "_" in test suite name "Illegal_Test_SuiteN…
22 // CHECK-MESSAGES: :[[@LINE-1]]:6: warning: avoid using "_" in test suite name "Illegal_TestSuiteNa…
33 // CHECK-MESSAGES: :[[@LINE-1]]:8: warning: avoid using "_" in test suite name "Illegal_TestSuiteFi…
35 // CHECK-MESSAGES: :[[@LINE-1]]:8: warning: avoid using "_" in test suite name "Illegal_TestSuiteFi…
39 // CHECK-MESSAGES: :[[@LINE-1]]:8: warning: avoid using "_" in test suite name "Illegal_Test_SuiteF…
49 // CHECK-MESSAGES: :[[@LINE-1]]:8: warning: avoid using "_" in test suite name "Illegal_Parameteriz…
51 // CHECK-MESSAGES: :[[@LINE-1]]:8: warning: avoid using "_" in test suite name "Illegal_Parameteriz…
55 // CHECK-MESSAGES: :[[@LINE-1]]:8: warning: avoid using "_" in test suite name "Illegal_Parameteriz…
65 // CHECK-MESSAGES: :[[@LINE-1]]:12: warning: avoid using "_" in test suite name "Illegal_TypedTestS…
[all …]
/llvm-project/libc/test/integration/src/pthread/
H A DCMakeLists.txt5 SUITE
22 SUITE
64 SUITE
82 SUITE
94 SUITE
113 SUITE
133 SUITE
146 SUITE
163 SUITE
181 SUITE
[all...]
/llvm-project/libc/test/src/sys/stat/
H A DCMakeLists.txt7 SUITE
23 SUITE
39 SUITE
55 SUITE
69 SUITE
85 SUITE
101 SUITE
/llvm-project/llvm/docs/Proposals/
H A DTestSuite.rst2 Test-Suite Extensions
13 algorithms that could be added to the LLVM Test-Suite.
14 The test-suite could be much larger than it is now, which would help us
18 the test-suite yet is that nobody has found time to do it. But there
27 * Parallelism (currently, all programs in test-suite use
99 OpenBenchmarking.org CPU / Processor Suite
101 https://openbenchmarking.org/suite/pts/cpu
104 `Phoronix Test Suite <https://github.com/phoronix-test-suite/phoronix-test-suite/>`_
186 RAJA Performance Suite
204 * Big Data Analytic Suite
[all …]

12345678910>>...19