Home
last modified time | relevance | path

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

12345678910>>...522

/aosp_15_r20/external/selinux/libsepol/cil/test/unit/
H A 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 …]
/aosp_15_r20/external/autotest/site_utils/
H A 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 …]
/aosp_15_r20/cts/tools/vm-tests-tf/src/dot/junit/opcodes/
H A DAllTests.java32 public static final Test suite() { in suite() method in AllTests
33 TestSuite suite = new TestSuite("Tests for all dalvik vm opcodes"); in suite() local
34 suite.addTestSuite(dot.junit.opcodes.add_double_2addr.Test_add_double_2addr.class); in suite()
35 suite.addTestSuite(dot.junit.opcodes.add_double.Test_add_double.class); in suite()
36 suite.addTestSuite(dot.junit.opcodes.add_float_2addr.Test_add_float_2addr.class); in suite()
37 suite.addTestSuite(dot.junit.opcodes.add_float.Test_add_float.class); in suite()
38 suite.addTestSuite(dot.junit.opcodes.add_int_2addr.Test_add_int_2addr.class); in suite()
39 suite.addTestSuite(dot.junit.opcodes.add_int_lit16.Test_add_int_lit16.class); in suite()
40 suite.addTestSuite(dot.junit.opcodes.add_int_lit8.Test_add_int_lit8.class); in suite()
41 suite.addTestSuite(dot.junit.opcodes.add_int.Test_add_int.class); in suite()
[all …]
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/
H A DJunitTestCases.java34 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrcreatedocumentfragment"); in test_level1_core_attrcreatedocumentfragment()
38 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrcreatetextnode"); in test_level1_core_attrcreatetextnode()
42 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrcreatetextnode2"); in test_level1_core_attrcreatetextnode2()
46 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attreffectivevalue"); in test_level1_core_attreffectivevalue()
50 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrname"); in test_level1_core_attrname()
54 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrnextsiblingnull"); in test_level1_core_attrnextsiblingnull()
58 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrparentnodenull"); in test_level1_core_attrparentnodenull()
62 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrprevioussiblingnull"); in test_level1_core_attrprevioussiblingnull()
66 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrspecifiedvalue"); in test_level1_core_attrspecifiedvalue()
70 runDomTest("http://www.w3.org/2001/DOM-Test-Suite/level1/core/attrspecifiedvaluechanged"); in test_level1_core_attrspecifiedvaluechanged()
[all …]
/aosp_15_r20/external/autotest/metadata/generated/
H A 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 …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
H A 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 …]
/aosp_15_r20/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 …]
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DBaseTestSuiteTest.java16 package com.android.tradefed.testtype.suite;
43 import com.android.tradefed.testtype.suite.params.ModuleParameters;
284 setter.setOptionValue("suite-config-prefix", "suite"); in testLoadTests()
285 setter.setOptionValue("run-suite-tag", "example-suite"); in testLoadTests()
288 assertTrue(configMap.containsKey("arm64-v8a suite/stub1")); in testLoadTests()
289 assertTrue(configMap.containsKey("arm64-v8a suite/stub2")); in testLoadTests()
290 assertTrue(configMap.containsKey("armeabi-v7a suite/stub1")); in testLoadTests()
291 assertTrue(configMap.containsKey("armeabi-v7a suite/stub2")); in testLoadTests()
296 * suite.
301 setter.setOptionValue("suite-config-prefix", "suite"); in testLoadTests_suite2()
[all …]
DTfSuiteRunnerTest.java16 package com.android.tradefed.testtype.suite;
73 "<configuration description=\"Runs a stub tests part of some suite\">\n"
74 + " <option name=\"test-suite-tag\" value=\"example-suite\" />\n"
119 setter.setOptionValue("suite-config-prefix", "suite"); in testLoadTests()
120 setter.setOptionValue("run-suite-tag", "example-suite"); in testLoadTests()
123 assertTrue(configMap.containsKey("arm64-v8a suite/stub1")); in testLoadTests()
124 assertTrue(configMap.containsKey("armeabi-v7a suite/stub1")); in testLoadTests()
125 assertTrue(configMap.containsKey("arm64-v8a suite/stub2")); in testLoadTests()
126 assertTrue(configMap.containsKey("armeabi-v7a suite/stub2")); in testLoadTests()
131 * suite.
[all …]
/aosp_15_r20/external/guice/core/test/com/google/inject/
H A 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 …]
/aosp_15_r20/external/autotest/server/cros/dynamic_suite/
H A 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 …]
H A 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 …]
H A Dsuite.py91 @var _max_retries: Maximum retry limit at suite level.
94 the suite can't exceed _max_retries.
106 jobs that are originally scheduled by the suite.
110 for the suite. Default to None, no max.
143 """Return whether maximum retry limit for a suite has been reached."""
269 logging.debug('suite max_retries reached, not retrying.')
309 """Create test jobs for a suite."""
330 @param tag: a string with which to tag jobs run in this suite.
331 @param builds: the builds on which we're running this suite.
332 @param board: the board on which we're running this suite.
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/iotdeviceadvisor/src/main/resources/codegen-resources/
H A 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 …]
/aosp_15_r20/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 …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/
H A 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 …]
H A 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 …]
/aosp_15_r20/external/libdrm/tests/amdgpu/
H A 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 …]
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/
H A 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 …]
/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaFrameworkUnitTestRunner.java46 TestSuite suite = new InstrumentationTestSuite(this); in getAllTests() local
47 addMediaRecorderStateUnitTests(suite); in getAllTests()
48 addMediaPlayerStateUnitTests(suite); in getAllTests()
49 addMediaScannerUnitTests(suite); in getAllTests()
50 addCameraUnitTests(suite); in getAllTests()
51 addImageReaderTests(suite); in getAllTests()
52 addExifInterfaceTests(suite); in getAllTests()
53 return suite; in getAllTests()
61 private void addCameraUnitTests(TestSuite suite) { in addCameraUnitTests() argument
62 suite.addTestSuite(CameraUtilsUncheckedThrowTest.class); in addCameraUnitTests()
[all …]
/aosp_15_r20/trusty/kernel/include/shared/lk/
H A Dtrusty_unittest.h96 * Tests defined with TEST_P will only run when their suite is run if they have
112 * @suite_name: Name of the current test suite
120 * @suite_duration_ms:Test Suite duration in ms
142 * @suite: Name of test suite (optionally used for filtering)
150 const char* suite; member
187 * @suite: Name of test suite associated with the generator
195 const char* suite; member
317 .suite = #suite_name, \
527 .suite = #suite_name, \
542 return has_disabled_prefix(entry->suite) || in trusty_unittest_test_is_disabled()
[all …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/llvm/docs/
H A 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 …]

12345678910>>...522