Home
last modified time | relevance | path

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

12345678910>>...334

/external/autotest/site_utils/
Dattribute_allowlist.txt1 suite:
2 suite:AFDO_page_replay
3 suite:AFDO_record
4 suite:android_wifi_interop
5 suite:another_suite
6 suite:appcompat
7 suite:appcompat_release
8 suite:appcompat_smoke
9 suite:arc-cts
10 suite:arc-cts-camera
[all …]
/external/selinux/libsepol/cil/test/unit/
DCilTest.c158 CuSuite* suite = CuSuiteNew(); in CilTreeGetResolveSuite() local
161 SUITE_ADD_TEST(suite, test_cil_resolve_ast_curr_null_neg); in CilTreeGetResolveSuite()
162 SUITE_ADD_TEST(suite, test_cil_gen_perm_nodes_inval_perm_neg); in CilTreeGetResolveSuite()
164 SUITE_ADD_TEST(suite, test_cil_resolve_name); in CilTreeGetResolveSuite()
165 SUITE_ADD_TEST(suite, test_cil_resolve_name_invalid_type_neg); in CilTreeGetResolveSuite()
167 SUITE_ADD_TEST(suite, test_cil_resolve_typeattributeset_type_in_multiple_attrs); in CilTreeGetResolveSuite()
168 SUITE_ADD_TEST(suite, test_cil_resolve_typeattributeset_multiple_excludes_with_not); in CilTreeGetResolveSuite()
169 SUITE_ADD_TEST(suite, test_cil_resolve_typeattributeset_multiple_types_with_and); in CilTreeGetResolveSuite()
170 SUITE_ADD_TEST(suite, test_cil_resolve_typeattributeset_using_attr); in CilTreeGetResolveSuite()
171 SUITE_ADD_TEST(suite, test_cil_resolve_typeattributeset_name_neg); in CilTreeGetResolveSuite()
[all …]
/external/python/pyasn1-modules/tests/
D__main__.py13 suite = unittest.TestLoader().loadTestsFromNames( variable
14 ['tests.test_pem.suite',
15 'tests.test_rfc2314.suite',
16 'tests.test_rfc2315.suite',
17 'tests.test_rfc2437.suite',
18 'tests.test_rfc2459.suite',
19 'tests.test_rfc2511.suite',
20 'tests.test_rfc2560.suite',
21 'tests.test_rfc2631.suite',
22 'tests.test_rfc2634.suite',
[all …]
/external/guice/core/test/com/google/inject/
DAllTests.java58 public static Test suite() { in suite() method in AllTests
59 TestSuite suite = new TestSuite(); in suite() local
61 suite.addTest(GuiceTck.suite()); in suite()
62 suite.addTestSuite(BinderTest.class); in suite()
63 suite.addTest(BinderTestSuite.suite()); in suite()
64 suite.addTestSuite(BindingAnnotationTest.class); in suite()
65 suite.addTestSuite(BindingOrderTest.class); in suite()
66 suite.addTestSuite(BindingTest.class); in suite()
67 suite.addTestSuite(BoundInstanceInjectionTest.class); in suite()
68 suite.addTestSuite(BoundProviderTest.class); in suite()
[all …]
/external/sdv/vsomeip/third_party/boost/config/test/all/
DJamfile.v225 test-suite "BOOST_HAS_TWO_ARG_USE_FACET" :
28 test-suite "BOOST_HAS_BETHREADS" :
31 test-suite "BOOST_HAS_CLOCK_GETTIME" :
34 test-suite "BOOST_HAS_PRAGMA_DETECT_MISMATCH" :
37 test-suite "BOOST_HAS_DIRENT_H" :
40 test-suite "BOOST_HAS_EXPM1" :
43 test-suite "BOOST_HAS_FLOAT128" :
46 test-suite "BOOST_HAS_FTIME" :
49 test-suite "BOOST_HAS_GETSYSTEMTIMEASFILETIME" :
52 test-suite "BOOST_HAS_GETTIMEOFDAY" :
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
DAllTests.java34 junit.framework.TestResult result = junit.textui.TestRunner.run(suite()); in main()
116 private static void addOptionalTestSuite(FilterSuite suite, String classname) {
118 suite.addTestSuite((Class<? extends JDWPRawTestCase>) Class.forName(classname));
123 public static junit.framework.Test suite() {
153 FilterSuite suite = (k) -> {
169suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorContendedEnteredTest.class);
170 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorContendedEnterTest.class);
171 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorWaitedTest.class);
172 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorWaitTest.class);
174 suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ReferenceType.NestedTypesTest.class);
[all …]
/external/autotest/metadata/generated/
Dconfig.cfg10 "name": "suite:bvt-perbuild"
13 "name": "suite:graphics"
16 "name": "suite:graphics_per-day"
19 "name": "suite:graphics_system"
22 "name": "suite:hwqual"
38 "name": "suite:graphics"
41 "name": "suite:graphics_per-day"
44 "name": "suite:graphics_system"
60 "name": "suite:graphics"
63 "name": "suite:graphics_per-day"
[all …]
/external/cronet/third_party/apache-portable-runtime/src/test/
Dtestutil.h63 abts_suite *testatomic(abts_suite *suite);
64 abts_suite *testdir(abts_suite *suite);
65 abts_suite *testdso(abts_suite *suite);
66 abts_suite *testdup(abts_suite *suite);
67 abts_suite *testescape(abts_suite *suite);
68 abts_suite *testenv(abts_suite *suite);
69 abts_suite *testfile(abts_suite *suite);
70 abts_suite *testfilecopy(abts_suite *suite);
71 abts_suite *testfileinfo(abts_suite *suite);
72 abts_suite *testflock(abts_suite *suite);
[all …]
DREADME4 as a part of the full test suite. The full test suite is controlled with
12 The Full Suite
17 * collection of tests. The driver will take each Suite, and put it in a
22 /* The actual suite, this must be created for each test program. Please
26 CuSuite *suite = CuSuiteNew("Test Time");
28 /* Each function must be added to the suite. Each function represents
32 SUITE_ADD_TEST(suite, test_now);
33 SUITE_ADD_TEST(suite, test_gmtstr);
34 SUITE_ADD_TEST(suite, test_localstr);
35 SUITE_ADD_TEST(suite, test_exp_get_gmt);
[all …]
/external/python/cpython3/Lib/unittest/test/
Dtest_suite.py51 suite = unittest.TestSuite()
53 self.assertEqual(suite.countTestCases(), 0)
55 suite.run(unittest.TestResult())
56 self.assertEqual(suite.countTestCases(), 0)
61 # or other test suites that will be used to build the suite initially"
64 # creation of an empty suite
66 suite = unittest.TestSuite([])
68 self.assertEqual(suite.countTestCases(), 0)
70 suite.run(unittest.TestResult())
71 self.assertEqual(suite.countTestCases(), 0)
[all …]
Dtest_loader.py39 # "Return a suite of all test cases contained in the TestCase-derived
52 # "Return a suite of all test cases contained in the TestCase-derived
65 # "Return a suite of all test cases contained in the TestCase-derived
86 # "Return a suite of all test cases contained in the TestCase-derived
101 suite = loader.loadTestsFromTestCase(Foo)
102 self.assertIsInstance(suite, loader.suiteClass)
103 self.assertEqual(list(suite), [Foo('runTest')])
120 suite = loader.loadTestsFromModule(m)
121 self.assertIsInstance(suite, loader.suiteClass)
124 self.assertEqual(list(suite), expected)
[all …]
/external/libdrm/tests/amdgpu/
Damdgpu_test.h41 /************************* Basic test suite ********************************/
44 * Define basic test suite to serve as the starting point for future testing
48 * Initialize basic test suite
53 * Deinitialize basic test suite
58 * Decide if the suite is enabled by default or not.
63 * Tests in basic test suite
68 * Initialize bo test suite
73 * Deinitialize bo test suite
78 * Tests in bo test suite
83 * Initialize cs test suite
[all …]
/external/autotest/server/cros/dynamic_suite/
Dsuite_unittest.py38 from autotest_lib.server.cros.dynamic_suite import suite as SuiteBase
44 from autotest_lib.server.cros.dynamic_suite.suite import RetryHandler
45 from autotest_lib.server.cros.dynamic_suite.suite import Suite
61 """Unit tests for dynamic_suite Suite class.
64 @var _TAG: fake suite tag
135 @param suite_name: The suite name to parse control files for.
173 @param suite_name: The suite name to parse control files for.
210 predicate = lambda d: d.suite == self._TAG
243 look for all control files with the suite attribute.
249 predicate = lambda t: hasattr(t, 'suite')
[all …]
Ddynamic_suite.py27 from autotest_lib.server.cros.dynamic_suite.suite import ProvisionSuite
28 from autotest_lib.server.cros.dynamic_suite.suite import Suite
32 """CrOS dynamic test suite generation and execution module.
41 dynamic suite across all reimaged devices.
43 The public API for defining a suite includes one method: reimage_and_run().
44 A suite control file can be written by importing this module and making
61 "SUITE=" clause, schedule jobs to reimage devices in the
67 atest suite create -b <board> -i <build/name> <suite>
69 atest suite create -b x86-mario -i x86-mario/R20-2203.0.0 bvt
74 A Suite instance represents a single test suite, defined by some predicate
[all …]
/external/aws-sdk-java-v2/services/iotdeviceadvisor/src/main/resources/codegen-resources/
Dservice-2.json28 …"documentation":"<p>Creates a Device Advisor test suite.</p> <p>Requires permission to access the …
42 …"documentation":"<p>Deletes a Device Advisor test suite.</p> <p>Requires permission to access the …
72 …"documentation":"<p>Gets information about a Device Advisor test suite.</p> <p>Requires permission…
87 …"documentation":"<p>Gets information about a Device Advisor test suite run.</p> <p>Requires permis…
102 …ts a report download link for a successful Device Advisor qualifying test suite run.</p> <p>Requir…
130 …cified Device Advisor test suite. You can list all runs of the test suite, or the runs of a specif…
160 …"documentation":"<p>Starts a Device Advisor test suite run.</p> <p>Requires permission to access t…
175 …"documentation":"<p>Stops a Device Advisor test suite run that is currently running.</p> <p>Requir…
219 …"documentation":"<p>Updates a Device Advisor test suite.</p> <p>Requires permission to access the …
253 … "documentation":"<p>Creates a Device Advisor test suite with suite definition configuration.</p>"
[all …]
/external/python/cpython2/Lib/unittest/test/
Dtest_suite.py49 suite = unittest.TestSuite()
51 self.assertEqual(suite.countTestCases(), 0)
56 # or other test suites that will be used to build the suite initially"
59 # creation of an empty suite
61 suite = unittest.TestSuite([])
63 self.assertEqual(suite.countTestCases(), 0)
68 # or other test suites that will be used to build the suite initially"
88 # or other test suites that will be used to build the suite initially"
98 suite = unittest.TestSuite(tests())
99 self.assertEqual(suite.countTestCases(), 2)
[all …]
/external/testng/src/main/java/org/testng/reporters/jq/
DNavigatorPanel.java26 main.push(D, C, "navigator-suite-header"); in generate()
33 for (ISuite suite : getSuites()) { in generate()
34 if (suite.getResults().size() == 0) { in generate()
38 String suiteName = "suite-" + suiteToTag(suite); in generate()
42 Map<String, ISuiteResult> results = suite.getResults(); in generate()
53 // Suite name in big font in generate()
54 header.push(D, C, "suite"); in generate()
58 header.push(D, C, "suite-header light-rounded-window-top"); in generate()
62 header.addOptional(S, suite.getName(), in generate()
63 C, "suite-name border-" + getModel().getStatusForSuite(suite.getName())); in generate()
[all …]
DModel.java29 // Each suite is mapped to failed.png, skipped.png or nothing (which means passed.png)
45 for (ISuite suite : m_suites) { in init()
49 for (ISuiteResult sr : suite.getResults().values()) { in init()
75 updateGroups(suite, tr); in init()
77 m_passedResultsByClass.put(suite, rbc); in init()
84 m_statusBySuiteName.put(suite.getName(), "skipped"); in init()
86 updateGroups(suite, tr); in init()
88 m_skippedResultsByClass.put(suite, rbc); in init()
95 m_statusBySuiteName.put(suite.getName(), "failed"); in init()
98 updateGroups(suite, tr); in init()
[all …]
/external/guice/extensions/servlet/test/com/google/inject/servlet/
DAllTests.java25 public static Test suite() { in suite() method in AllTests
26 TestSuite suite = new TestSuite(); in suite() local
29 suite.addTestSuite(EdslTest.class); in suite()
30 suite.addTestSuite(FilterDefinitionTest.class); in suite()
31 suite.addTestSuite(FilterDispatchIntegrationTest.class); in suite()
32 suite.addTestSuite(FilterPipelineTest.class); in suite()
35 suite.addTestSuite(ServletModuleTest.class); in suite()
36 suite.addTestSuite(ServletTest.class); in suite()
37 suite.addTestSuite(ServletDefinitionTest.class); in suite()
38 suite.addTestSuite(ServletDefinitionPathsTest.class); in suite()
[all …]
/external/junit/src/main/java/org/junit/runners/
DSuite.java19 * Using <code>Suite</code> as a runner allows you to manually
20 * build a suite containing tests from many classes. It is the JUnit 4 equivalent of the JUnit 3.8.x
21 * static {@link junit.framework.Test} <code>suite()</code> method. To use it, annotate a class
22 * with <code>@RunWith(Suite.class)</code> and <code>@SuiteClasses({TestClass1.class, ...})</code>.
23 * When you run this class, it will run all the tests in all the suite classes.
27 public class Suite extends ParentRunner<Runner> { class
29 * Returns an empty suite.
33 return new Suite((Class<?>) null, new Class<?>[0]); in emptySuite()
41 * annotated with <code>@RunWith(Suite.class)</code> is run.
64 * Called reflectively on classes annotated with <code>@RunWith(Suite.class)</code>
[all …]
/external/llvm/docs/
DTestSuiteMakefileGuide.rst2 LLVM test-suite Guide
12 test-suite as well as the cmake based replacement. This way of interacting
13 with the test-suite is deprecated in favor of running the test-suite using LNT,
15 Guide's :ref:`test-suite Quickstart <test-suite-quickstart>` section for more
18 Test suite Structure
21 The ``test-suite`` module contains a number of programs that can be
37 In addition for testing correctness, the ``test-suite`` directory also
43 ``test-suite`` tests are divided into three types of tests: MultiSource,
46 - ``test-suite/SingleSource``
53 - ``test-suite/MultiSource``
[all …]
/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_metaclass.py9 we normalize those into having a suite.
29 1) clsdef => suite => simple_stmt => expr_stmt => Leaf('__meta')
33 if node.type == syms.suite:
46 """ one-line classes don't get a suite in the parse tree so we add
50 if node.type == syms.suite:
54 # !%@#! one-liners have no suite node, we have to fake one up
59 raise ValueError("No class suite and no ':'!")
61 # move everything into a suite node
62 suite = Node(syms.suite, [])
65 suite.append_child(move_node.clone())
[all …]
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_metaclass.py9 we normalize those into having a suite.
29 1) clsdef => suite => simple_stmt => expr_stmt => Leaf('__meta')
33 if node.type == syms.suite:
46 """ one-line classes don't get a suite in the parse tree so we add
50 if node.type == syms.suite:
54 # !%@#! oneliners have no suite node, we have to fake one up
59 raise ValueError("No class suite and no ':'!")
61 # move everything into a suite node
62 suite = Node(syms.suite, [])
65 suite.append_child(move_node.clone())
[all …]
/external/cronet/testing/flake_suppressor_common/
Ddata_types_unittest.py25 r = data_types.Result('suite', 'test', ('win', 'nvidia'), 'id')
28 r = data_types.Result('suite', 'test', ('win', 'nvidia'), 'id', 'FAIL')
31 r = data_types.Result('suite',
37 r = data_types.Result('suite',
43 r = data_types.Result('suite',
49 r = data_types.Result('suite', 'test', ('win', 'nvidia', 'release'), 'id')
59 r = data_types.Result('suite', 'notatest', ('win', 'nvidia'), 'id')
62 r = data_types.Result('suite', 'notatest', ('win', 'nvidia'), 'id', 'FAIL')
65 r = data_types.Result('suite',
71 r = data_types.Result('suite',
[all …]
/external/expat/expat/tests/
Dminicheck.c42 # undef NDEBUG /* because test suite relies on assert(...) at the moment */
55 Suite *
57 Suite *suite = (Suite *)calloc(1, sizeof(Suite)); in suite_create() local
58 if (suite != NULL) { in suite_create()
59 suite->name = name; in suite_create()
61 return suite; in suite_create()
74 suite_add_tcase(Suite *suite, TCase *tc) { in suite_add_tcase() argument
75 assert(suite != NULL); in suite_add_tcase()
79 tc->next_tcase = suite->tests; in suite_add_tcase()
80 suite->tests = tc; in suite_add_tcase()
[all …]

12345678910>>...334