Home
last modified time | relevance | path

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

12345678910>>...243

/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/autotest/site_utils/
Dattribute_whitelist.txt4 suite:AFDO_page_replay
5 suite:AFDO_record
6 suite:android_bluetooth
7 suite:android_bluetooth_auto
8 suite:android_bluetooth_funhaus
9 suite:android_bluetooth_longev_gatt
10 suite:android_bluetooth_longev_rfcomm
11 suite:android_telephony_callbox
12 suite:android_telephony_callbox_security
13 suite:android_telephony_international_roaming
[all …]
Drun_suite.py10 The desired test suite will be scheduled with autotest. By default,
15 dynamic suite infrastructure in server/cros/dynamic_suite.py.
18 0 - OK: Suite finished successfully
24 * Suite job issues, like bug in dynamic suite,
25 user aborted the suite, lose a drone/all devservers/rpc server,
30 4 - SUITE_TIMEOUT: Suite timed out, some tests ran,
31 none failed by the time the suite job was aborted. This will cover,
34 * No DUTs available midway through a suite
87 # E.g. if we have a test failure and the suite also timed out,
165 help="Address of a webserver to receive suite requests.")
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
DAllTests.java24 junit.framework.TestResult result = junit.textui.TestRunner.run(suite()); in main()
30 public static junit.framework.Test suite() { in suite() method in AllTests
31 junit.framework.TestSuite suite = new junit.framework.TestSuite(); in suite() local
38 … //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorContendedEnteredTest.class); in suite()
39 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorContendedEnterTest.class); in suite()
40 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorWaitedTest.class); in suite()
41 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.Events.MonitorWaitTest.class); in suite()
44 …//suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.DebuggerOnDemand.OnthrowDebuggerLaunchTest… in suite()
45 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.ReferenceType.NestedTypesTest.class); in suite()
46 //suite.addTestSuite(org.apache.harmony.jpda.tests.jdwp.VirtualMachine.HoldEventsTest.class); in suite()
[all …]
/external/guice/core/test/com/google/inject/
DAllTests.java63 public static Test suite() { in suite() method in AllTests
64 TestSuite suite = new TestSuite(); in suite() local
66 suite.addTest(GuiceTck.suite()); in suite()
67 suite.addTestSuite(BinderTest.class); in suite()
68 suite.addTest(BinderTestSuite.suite()); in suite()
69 suite.addTestSuite(BindingAnnotationTest.class); in suite()
70 suite.addTestSuite(BindingOrderTest.class); in suite()
71 suite.addTestSuite(BindingTest.class); in suite()
72 suite.addTestSuite(BoundInstanceInjectionTest.class); in suite()
73 suite.addTestSuite(BoundProviderTest.class); in suite()
[all …]
/external/autotest/server/cros/dynamic_suite/
Dsuite_unittest.py33 from autotest_lib.server.cros.dynamic_suite import suite as SuiteBase
37 from autotest_lib.server.cros.dynamic_suite.suite import RetryHandler
38 from autotest_lib.server.cros.dynamic_suite.suite import Suite
42 """Unit tests for dynamic_suite Suite class.
45 @var _TAG: fake suite tag
105 @param suite_name: The suite name to parse control files for.
140 @param suite_name: The suite name to parse control files for.
167 predicate = lambda d: d.suite == self._TAG
199 look for all control files with the suite attribute.
204 predicate = lambda t: hasattr(t, 'suite')
[all …]
Ddynamic_suite.py21 from autotest_lib.server.cros.dynamic_suite.suite import ProvisionSuite
22 from autotest_lib.server.cros.dynamic_suite.suite import Suite
26 """CrOS dynamic test suite generation and execution module.
35 dynamic suite across all reimaged devices.
37 The public API for defining a suite includes one method: reimage_and_run().
38 A suite control file can be written by importing this module and making
55 "SUITE=" clause, schedule jobs to reimage |num| or less devices in the
61 atest suite create -b <board> -i <build/name> <suite>
63 atest suite create -b x86-mario -i x86-mario/R20-2203.0.0 bvt
68 A Suite instance represents a single test suite, defined by some predicate
[all …]
/external/autotest/site_utils/suite_scheduler/
Ddeduping_scheduler.py38 # This allows all suite jobs created in the same event to start provision jobs
41 # and do not keep suite jobs running for too long. Note that suite jobs created
42 # by suite scheduler does not wait for test job to finish. That helps to reduce
45 # Set maximum delay minutes to 24 hours. This is to prevent suite jobs from
69 Includes logic to check whether or not a given (suite, board, build)
70 has already been run. If so, it will skip scheduling that suite.
76 'chromeos/autotest/suite_scheduler/suite/created')
89 # Number of minutes to delay a suite job from creating test jobs.
95 # Lock to make sure each suite created with different delay_minutes.
99 def _ShouldScheduleSuite(self, suite, board, test_source_build): argument
[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.java27 public static Test suite() { in suite() method in AllTests
28 TestSuite suite = new TestSuite(); in suite() local
31 suite.addTestSuite(EdslTest.class); in suite()
32 suite.addTestSuite(FilterDefinitionTest.class); in suite()
33 suite.addTestSuite(FilterDispatchIntegrationTest.class); in suite()
34 suite.addTestSuite(FilterPipelineTest.class); in suite()
37 suite.addTestSuite(ServletModuleTest.class); in suite()
38 suite.addTestSuite(ServletTest.class); in suite()
39 suite.addTestSuite(ServletDefinitionTest.class); in suite()
40 suite.addTestSuite(ServletDefinitionPathsTest.class); in suite()
[all …]
/external/autotest/client/site_tests/graphics_dEQP/
Dgenerate_controlfiles.py18 Test = namedtuple('Test', 'filter, suite, shards, time, hasty, tag, test_file, perf_failure_descrip…
22 'suite:deqp, suite:graphics_per-day, suite:graphics_system, suite:bvt-inline')
24 'suite:deqp, suite:graphics_per-day, suite:graphics_system, '
25 'suite:bvt-perbuild'
27 ATTRIBUTES_DAILY = 'suite:deqp, suite:graphics_per-day, suite:graphics_system'
29 class Suite(Enum): class
46 …Test('bvt', Suite.bvtcq, shards=1, hasty=False, time='FAST', tag='bvt', …
47 …Test('dEQP-GLES2-master', Suite.daily, shards=1, hasty=False, time='LENGTHY', tag='gles2-ma…
48 …Test('dEQP-GLES2-master', Suite.bvtpb, shards=10, hasty=True, time='FAST', tag='gles2-ma…
52 …Test('dEQP-GLES2.stress', Suite.daily, shards=1, hasty=False, time='LONG', tag='stress',…
[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/v8/tools/testrunner/local/
Dtestsuite_unittest.py21 suite = TestSuite('foo', 'bar')
22 suite.tests = [
23 TestCase(suite, 'foo/bar'),
24 TestCase(suite, 'baz/bar'),
26 suite.rules = {
32 suite.wildcards = {
37 suite.FilterTestCasesByStatus(warn_unused_rules=False)
39 [TestCase(suite, 'baz/bar')],
40 suite.tests,
42 self.assertEquals(set(['PASS', 'FAIL', 'SLOW']), suite.tests[0].outcomes)
[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/shflags/test_results/1.0.2/
DLinux-Ubuntu-8.04.txt17 # Running the test suite with /bin/sh
22 --- Executing the 'defines' test suite ---
34 --- Executing the 'parsing' test suite ---
53 --- Executing the 'private' test suite ---
65 --- Executing the 'public' test suite ---
78 # Running the test suite with /bin/bash
83 --- Executing the 'defines' test suite ---
95 --- Executing the 'parsing' test suite ---
114 --- Executing the 'private' test suite ---
126 --- Executing the 'public' test suite ---
[all …]
DLinux-Ubuntu-6.06.txt17 # Running the test suite with /bin/sh
22 --- Executing the 'defines' test suite ---
34 --- Executing the 'parsing' test suite ---
54 --- Executing the 'private' test suite ---
66 --- Executing the 'public' test suite ---
79 # Running the test suite with /bin/bash
84 --- Executing the 'defines' test suite ---
96 --- Executing the 'parsing' test suite ---
116 --- Executing the 'private' test suite ---
128 --- Executing the 'public' test suite ---
[all …]
/external/expat/tests/
Dminicheck.c16 Suite *
19 Suite *suite = (Suite *) calloc(1, sizeof(Suite)); in suite_create() local
20 if (suite != NULL) { in suite_create()
21 suite->name = name; in suite_create()
23 return suite; in suite_create()
37 suite_add_tcase(Suite *suite, TCase *tc) in suite_add_tcase() argument
39 assert(suite != NULL); in suite_add_tcase()
43 tc->next_tcase = suite->tests; in suite_add_tcase()
44 suite->tests = tc; in suite_add_tcase()
77 srunner_create(Suite *suite) in srunner_create() argument
[all …]
/external/shflags/test_results/1.2.0/
DLinux-Ubuntu-14.04.3-LTS.txt17 # Running the test suite with /bin/sh
22 --- Executing the 'defines' test suite ---
35 --- Executing the 'parsing' test suite ---
58 --- Executing the 'private' test suite ---
77 --- Executing the 'public' test suite ---
90 # Running the test suite with /bin/bash
95 --- Executing the 'defines' test suite ---
108 --- Executing the 'parsing' test suite ---
131 --- Executing the 'private' test suite ---
150 --- Executing the 'public' test suite ---
[all …]
DLinux-Ubuntu-12.04.1-LTS.txt17 # Running the test suite with /bin/sh
22 --- Executing the 'defines' test suite ---
35 --- Executing the 'parsing' test suite ---
58 --- Executing the 'private' test suite ---
77 --- Executing the 'public' test suite ---
90 # Running the test suite with /bin/bash
95 --- Executing the 'defines' test suite ---
108 --- Executing the 'parsing' test suite ---
131 --- Executing the 'private' test suite ---
150 --- Executing the 'public' test suite ---
[all …]
DLinux-Ubuntu-10.04.4-LTS.txt17 # Running the test suite with /bin/sh
22 --- Executing the 'defines' test suite ---
35 --- Executing the 'parsing' test suite ---
58 --- Executing the 'private' test suite ---
77 --- Executing the 'public' test suite ---
90 # Running the test suite with /bin/bash
95 --- Executing the 'defines' test suite ---
108 --- Executing the 'parsing' test suite ---
131 --- Executing the 'private' test suite ---
150 --- Executing the 'public' test suite ---
[all …]
DLinux-Ubuntu-8.04.4-LTS.txt17 # Running the test suite with /bin/sh
22 --- Executing the 'defines' test suite ---
35 --- Executing the 'parsing' test suite ---
58 --- Executing the 'private' test suite ---
77 --- Executing the 'public' test suite ---
90 # Running the test suite with /bin/bash
95 --- Executing the 'defines' test suite ---
108 --- Executing the 'parsing' test suite ---
131 --- Executing the 'private' test suite ---
150 --- Executing the 'public' test suite ---
[all …]
/external/shflags/test_results/1.0.3/
DLinux-Ubuntu-8.04.txt17 # Running the test suite with /bin/sh
22 --- Executing the 'defines' test suite ---
35 --- Executing the 'parsing' test suite ---
58 --- Executing the 'private' test suite ---
70 --- Executing the 'public' test suite ---
83 # Running the test suite with /bin/bash
88 --- Executing the 'defines' test suite ---
101 --- Executing the 'parsing' test suite ---
124 --- Executing the 'private' test suite ---
136 --- Executing the 'public' test suite ---
[all …]

12345678910>>...243