Home
last modified time | relevance | path

Searched refs:test_set (Results 1 – 15 of 15) sorted by relevance

/external/chromium-trace/catapult/telemetry/telemetry/testing/
Drun_tests.py208 def ClassifyTestWithoutBrowser(test_set, test): argument
211 test_set.tests_to_skip.append(
221 test_set.tests_to_skip.append(typ.TestInput(
224 test_set.parallel_tests.append(typ.TestInput(name))
226 def ClassifyTestWithBrowser(test_set, test): argument
229 test_set.tests_to_skip.append(
240 test_set.tests_to_skip.append(typ.TestInput(name, msg=reason))
242 test_set.isolated_tests.append(typ.TestInput(name))
244 test_set.parallel_tests.append(typ.TestInput(name))
Drun_tests_unittest.py53 _, test_set = runner.find_tests(runner.args)
54 return set(test.name.split('.')[-1] for test in test_set.parallel_tests)
Drun_browser_tests.py220 def _SeriallyExecutedBrowserTestCaseClassifer(test_set, test): argument
229 test_set.tests_to_skip.append(
233 test_set.isolated_tests.append(typ.TestInput(name))
/external/mksh/src/
Dcheck.pl253 $test_set = $opt_s;
338 if (-d $test_set) {
339 $file_prefix_skip = length($test_set) + 1;
340 $ret = &process_test_dir($test_set);
343 $ret = &process_test_file($test_set);
/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc3637 TypeParam test_set(test_vals, test_vals + 4); in TYPED_TEST() local
3639 EXPECT_FALSE(m.Matches(test_set)); in TYPED_TEST()
3641 Explain(m, test_set)); in TYPED_TEST()
3649 TypeParam test_set(test_vals, test_vals + 6); in TYPED_TEST() local
3651 EXPECT_FALSE(m.Matches(test_set)); in TYPED_TEST()
3652 EXPECT_EQ("which has these unexpected elements: 46", Explain(m, test_set)); in TYPED_TEST()
3660 TypeParam test_set(test_vals, test_vals + 5); in TYPED_TEST() local
3662 EXPECT_FALSE(m.Matches(test_set)); in TYPED_TEST()
3665 Explain(m, test_set)); in TYPED_TEST()
3673 TypeParam test_set(test_vals, test_vals + 5); in TYPED_TEST() local
[all …]
/external/ltp/
Dexecltp.in196 def determine_context(output_log, testsuite, test_set, context):
201 for test in test_set:
/external/v8/testing/gmock/test/
Dgmock-matchers_test.cc4187 TypeParam test_set(test_vals, test_vals + 4); in TYPED_TEST() local
4189 EXPECT_FALSE(m.Matches(test_set)); in TYPED_TEST()
4191 Explain(m, test_set)); in TYPED_TEST()
4199 TypeParam test_set(test_vals, test_vals + 6); in TYPED_TEST() local
4201 EXPECT_FALSE(m.Matches(test_set)); in TYPED_TEST()
4202 EXPECT_EQ("which has these unexpected elements: 46", Explain(m, test_set)); in TYPED_TEST()
4210 TypeParam test_set(test_vals, test_vals + 5); in TYPED_TEST() local
4212 EXPECT_FALSE(m.Matches(test_set)); in TYPED_TEST()
4215 Explain(m, test_set)); in TYPED_TEST()
4223 TypeParam test_set(test_vals, test_vals + 5); in TYPED_TEST() local
[all …]
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc4189 TypeParam test_set(test_vals, test_vals + 4); in TYPED_TEST() local
4191 EXPECT_FALSE(m.Matches(test_set)); in TYPED_TEST()
4193 Explain(m, test_set)); in TYPED_TEST()
4201 TypeParam test_set(test_vals, test_vals + 6); in TYPED_TEST() local
4203 EXPECT_FALSE(m.Matches(test_set)); in TYPED_TEST()
4204 EXPECT_EQ("which has these unexpected elements: 46", Explain(m, test_set)); in TYPED_TEST()
4212 TypeParam test_set(test_vals, test_vals + 5); in TYPED_TEST() local
4214 EXPECT_FALSE(m.Matches(test_set)); in TYPED_TEST()
4217 Explain(m, test_set)); in TYPED_TEST()
4225 TypeParam test_set(test_vals, test_vals + 5); in TYPED_TEST() local
[all …]
/external/autotest/client/bin/
Djob_unittest.py517 test_set = {"a='foo bar baz' b='moo apt'":
523 for t in test_set:
525 expected_args = test_set[t]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DLocationTest.java39 public void test_set() throws Exception { in test_set() method in LocationTest
/external/autotest/client/common_lib/
Dcontrol_data_unittest.py194 def test_set(self): member in SetMethodTests
Dbase_job_unittest.py762 def test_set(self): member in test_job_state_backing_file_locking
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetTest.java2723 Set<String> test_set = Collections.emptySet(); in testCompareTo() local
2724 assertEquals("UnicodeSet not empty", 0, UnicodeSet.EMPTY.compareTo(test_set)); in testCompareTo()
2730 UnicodeSet.ALL_CODE_POINTS.compareTo(test_set) > 0); in testCompareTo()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DUnicodeSetTest.java2724 Set<String> test_set = Collections.emptySet(); in testCompareTo() local
2725 assertEquals("UnicodeSet not empty", 0, UnicodeSet.EMPTY.compareTo(test_set)); in testCompareTo()
2731 UnicodeSet.ALL_CODE_POINTS.compareTo(test_set) > 0); in testCompareTo()
/external/autotest/frontend/afe/
Dmodels.py124 self.test_set.clear()