/external/testng/src/test/java/test/ |
D | JUnit4Test.java | 29 String[] skipped = JUnit4Sample2.SKIPPED; in testTests() local 33 verifyTests("Skipped", skipped, getSkippedTests()); in testTests() 44 String[] skipped = JUnit4SampleSuite.SKIPPED; in testSuite() local 48 verifyTests("Skipped", skipped, getSkippedTests()); in testSuite() 59 String[] skipped = {}; in testSuiteInheritance() local 63 verifyTests("Skipped", skipped, getSkippedTests()); in testSuiteInheritance() 75 String[] skipped = {}; in testTestInheritance() local 79 verifyTests("Skipped", skipped, getSkippedTests()); in testTestInheritance() 90 String[] skipped = JUnit4ParameterizedTest.SKIPPED; in testTestParameterized() local 94 verifyTests("Skipped", skipped, getSkippedTests()); in testTestParameterized()
|
/external/testng/src/test/java/test/dependent/ |
D | ImplicitGroupInclusionTest.java | 20 String[] skipped = { in verifyImplicitGroupInclusion() local 24 verifyTests("Skipped", skipped, getSkippedTests()); in verifyImplicitGroupInclusion() 38 String[] skipped = { in verifyImplicitGroupInclusion2() local 42 verifyTests("Skipped", skipped, getSkippedTests()); in verifyImplicitGroupInclusion2() 56 String[] skipped = { in verifyImplicitGroupInclusion4() local 60 verifyTests("Skipped", skipped, getSkippedTests()); in verifyImplicitGroupInclusion4() 75 String[] skipped = { in verifyImplicitGroupInclusion3() local 79 verifyTests("Skipped", skipped, getSkippedTests()); in verifyImplicitGroupInclusion3() 93 String[] skipped = { in verifyImplicitMethodInclusion() local 97 verifyTests("Skipped", skipped, getSkippedTests()); in verifyImplicitMethodInclusion()
|
D | DependentTest.java | 21 String[] skipped = { "shouldBeSkipped" }; in simpleSkip() local 24 verifyTests("Skipped", skipped, getSkippedTests()); in simpleSkip() 33 String[] skipped = {}; in dependentMethods() local 36 verifyTests("Skipped", skipped, getSkippedTests()); in dependentMethods() 45 String[] skipped = { "step3" }; in dependentMethodsWithSkip() local 48 verifyTests("Skipped", skipped, getSkippedTests()); in dependentMethodsWithSkip() 58 String[] skipped = {}; in dependentMethodsWithNonExistentMethod() local 61 verifyTests("Skipped", skipped, getSkippedTests()); in dependentMethodsWithNonExistentMethod() 82 String[] skipped = { "skip1", "skip2" }; in multipleSkips() local 85 verifyTests("Skipped", skipped, getSkippedTests()); in multipleSkips() [all …]
|
D | DependentAlwaysRunTest.java | 19 String[] skipped = { in verifyDependsOnMethodsAlwaysRun() local 23 verifyTests("Skipped", skipped, getSkippedTests()); in verifyDependsOnMethodsAlwaysRun() 37 String[] skipped = { in verifyDependsOnGroups1AlwaysRun() local 41 verifyTests("Skipped", skipped, getSkippedTests()); in verifyDependsOnGroups1AlwaysRun() 55 String[] skipped = { in verifyDependsOnGroups2AlwaysRun() local 59 verifyTests("Skipped", skipped, getSkippedTests()); in verifyDependsOnGroups2AlwaysRun()
|
/external/autotest/tko/parsers/test/ |
D | unittest_hotfix.py | 22 self.skipped = [] 30 """Called when a test is skipped. 34 self.skipped.append((test, str(err[1]))) 40 return "<%s run=%i errors=%i failures=%i skipped=%i>" % ( 42 len(self.errors), len(self.failures), len(self.skipped)) 115 self.stream.writeln("SKIPPED" + msg) 138 failed, errored, skipped = list(map( 139 len, (result.failures, result.errors, result.skipped))) 145 if skipped: 146 self.stream.write(", skipped=%d" % skipped) [all …]
|
/external/angle/src/libANGLE/capture/ |
D | capture_gles_3_2_params.cpp | 23 // Skipped in CaptureDebugMessageCallback_userParam() 36 // Skipped in CaptureDebugMessageControl_ids() 49 // Skipped in CaptureDebugMessageInsert_buf() 104 // Skipped in CaptureGetDebugMessageLog_sources() 119 // Skipped in CaptureGetDebugMessageLog_types() 134 // Skipped in CaptureGetDebugMessageLog_ids() 149 // Skipped in CaptureGetDebugMessageLog_severities() 164 // Skipped in CaptureGetDebugMessageLog_lengths() 179 // Skipped in CaptureGetDebugMessageLog_messageLog() 191 // Skipped in CaptureGetObjectLabel_length() [all …]
|
/external/mbedtls/docs/architecture/psa-migration/ |
D | outcome-analysis.sh | 4 # order to highlight any difference in the set of tests skipped. 8 # implementation", namely: the sets of tests skipped in the default config and 106 sed -n "$sed_cmd" "$ref" > skipped-ref 107 sed -n "$sed_cmd" "$new" > skipped-new 108 nb_ref=$(wc -l <skipped-ref) 109 nb_new=$(wc -l <skipped-new) 112 printf "%40s: total %4d; skipped %4d -> %4d\n" \ 114 if diff skipped-ref skipped-new | grep '^> '; then 119 rm skipped-ref skipped-new
|
/external/openthread/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | outcome-analysis.sh | 4 # order to highlight any difference in the set of tests skipped. 8 # implementation", namely: the sets of tests skipped in the default config and 106 sed -n "$sed_cmd" "$ref" > skipped-ref 107 sed -n "$sed_cmd" "$new" > skipped-new 108 nb_ref=$(wc -l <skipped-ref) 109 nb_new=$(wc -l <skipped-new) 112 printf "%40s: total %4d; skipped %4d -> %4d\n" \ 114 if diff skipped-ref skipped-new | grep '^> '; then 119 rm skipped-ref skipped-new
|
/external/cronet/tot/third_party/icu/source/i18n/ |
D | collationiterator.cpp | 56 // State of combining marks skipped in discontiguous contraction. 85 // Goes backward through the skipped-marks buffer. 86 // Returns the number of code points read beyond the skipped marks 119 // Replaces the characters we consumed with the newly skipped ones. 130 // Combining marks skipped in previous discontiguous-contraction matching. 133 // Combining marks newly skipped in current discontiguous-contraction matching. 140 // When a partial match fails, we back out skipped and partial-matching input characters. 152 skipped(nullptr), in CollationIterator() 168 delete skipped; in ~CollationIterator() 176 // Ignore skipped since that should be unused between calls to nextCE(). in operator ==() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | collationiterator.cpp | 56 // State of combining marks skipped in discontiguous contraction. 85 // Goes backward through the skipped-marks buffer. 86 // Returns the number of code points read beyond the skipped marks 119 // Replaces the characters we consumed with the newly skipped ones. 130 // Combining marks skipped in previous discontiguous-contraction matching. 133 // Combining marks newly skipped in current discontiguous-contraction matching. 140 // When a partial match fails, we back out skipped and partial-matching input characters. 152 skipped(nullptr), in CollationIterator() 168 delete skipped; in ~CollationIterator() 176 // Ignore skipped since that should be unused between calls to nextCE(). in operator ==() [all …]
|
/external/cronet/stable/third_party/icu/source/i18n/ |
D | collationiterator.cpp | 56 // State of combining marks skipped in discontiguous contraction. 85 // Goes backward through the skipped-marks buffer. 86 // Returns the number of code points read beyond the skipped marks 119 // Replaces the characters we consumed with the newly skipped ones. 130 // Combining marks skipped in previous discontiguous-contraction matching. 133 // Combining marks newly skipped in current discontiguous-contraction matching. 140 // When a partial match fails, we back out skipped and partial-matching input characters. 152 skipped(nullptr), in CollationIterator() 168 delete skipped; in ~CollationIterator() 176 // Ignore skipped since that should be unused between calls to nextCE(). in operator ==() [all …]
|
/external/chromium-crossbench/tests/end2end/ |
D | test_cli.py | 65 plt.PLATFORM.is_linux, reason="Tests temporarily skipped on linux") 67 plt.PLATFORM.is_win, reason="Tests temporarily skipped on windows") 89 plt.PLATFORM.is_linux, reason="Tests temporarily skipped on linux") 91 plt.PLATFORM.is_win, reason="Tests temporarily skipped on windows") 126 plt.PLATFORM.is_linux, reason="Tests temporarily skipped on linux") 128 plt.PLATFORM.is_win, reason="Tests temporarily skipped on windows") 151 plt.PLATFORM.is_linux, reason="Tests temporarily skipped on linux") 153 plt.PLATFORM.is_win, reason="Tests temporarily skipped on windows") 185 plt.PLATFORM.is_linux, reason="Tests temporarily skipped on linux") 187 plt.PLATFORM.is_win, reason="Tests temporarily skipped on windows") [all …]
|
/external/pytorch/tools/stats/ |
D | check_disabled_tests.py | 29 flaky (failed or skipped) 39 # * Skipped tests from unittest 47 # Under --rerun-disabled-tests mode, a test is skipped when: 48 # * it's skipped explicitly inside PyTorch code 49 # * it's skipped because it's a normal enabled test 54 skipped = parsed_test_case.get("skipped", None) 57 # list is a skipped message. In the context of rerunning disabled tests, we could 60 if skipped and ( 61 type(skipped) is list or "num_red" not in skipped.get("message", "") 82 # Under --rerun-disabled-tests mode, if a test is not skipped or failed, it's [all …]
|
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/googletest/test/ |
D | gtest_xml_output_unittest.py | 71 …<testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" skipped="0" errors="0" time="… 74 …<testsuite name="FailedTest" tests="1" failures="1" disabled="0" skipped="0" errors="0" time="*" t… 82 …<testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" skipped="0" errors="0" time=… 96 …<testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" skipped="0" errors="0" time="… 103 …<testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" skipped="0" errors="0"… 110 …<testsuite name="DisabledTest" tests="1" failures="0" disabled="1" skipped="0" errors="0" time="*"… 113 …<testsuite name="SkippedTest" tests="3" failures="1" disabled="0" skipped="2" errors="0" time="*" … 114 …<testcase name="Skipped" status="run" file="gtest_xml_output_unittest_.cc" line="75" result="skipp… 115 …<skipped message="gtest_xml_output_unittest_.cc:*
%(stack_entity)s"><![CDATA[gtest_xml_output… 116 %(stack)s]]></skipped> [all …]
|
/external/cronet/stable/third_party/googletest/src/googletest/test/ |
D | gtest_xml_output_unittest.py | 71 …<testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" skipped="0" errors="0" time="… 74 …<testsuite name="FailedTest" tests="1" failures="1" disabled="0" skipped="0" errors="0" time="*" t… 82 …<testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" skipped="0" errors="0" time=… 96 …<testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" skipped="0" errors="0" time="… 103 …<testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" skipped="0" errors="0"… 110 …<testsuite name="DisabledTest" tests="1" failures="0" disabled="1" skipped="0" errors="0" time="*"… 113 …<testsuite name="SkippedTest" tests="3" failures="1" disabled="0" skipped="2" errors="0" time="*" … 114 …<testcase name="Skipped" status="run" file="gtest_xml_output_unittest_.cc" line="75" result="skipp… 115 …<skipped message="gtest_xml_output_unittest_.cc:*

"><![CDATA[gtest_xml_output_unittest_… 117 ]]></skipped> [all …]
|
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/googletest/test/ |
D | gtest_xml_output_unittest.py | 71 …<testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" skipped="0" errors="0" time="… 74 …<testsuite name="FailedTest" tests="1" failures="1" disabled="0" skipped="0" errors="0" time="*" t… 82 …<testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" skipped="0" errors="0" time=… 96 …<testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" skipped="0" errors="0" time="… 103 …<testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" skipped="0" errors="0"… 110 …<testsuite name="DisabledTest" tests="1" failures="0" disabled="1" skipped="0" errors="0" time="*"… 113 …<testsuite name="SkippedTest" tests="3" failures="1" disabled="0" skipped="2" errors="0" time="*" … 114 …<testcase name="Skipped" status="run" file="gtest_xml_output_unittest_.cc" line="75" result="skipp… 115 …<skipped message="gtest_xml_output_unittest_.cc:*
%(stack_entity)s"><![CDATA[gtest_xml_output… 116 %(stack)s]]></skipped> [all …]
|
/external/cronet/tot/third_party/googletest/src/googletest/test/ |
D | gtest_xml_output_unittest.py | 71 …<testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" skipped="0" errors="0" time="… 74 …<testsuite name="FailedTest" tests="1" failures="1" disabled="0" skipped="0" errors="0" time="*" t… 82 …<testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" skipped="0" errors="0" time=… 96 …<testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" skipped="0" errors="0" time="… 103 …<testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" skipped="0" errors="0"… 110 …<testsuite name="DisabledTest" tests="1" failures="0" disabled="1" skipped="0" errors="0" time="*"… 113 …<testsuite name="SkippedTest" tests="3" failures="1" disabled="0" skipped="2" errors="0" time="*" … 114 …<testcase name="Skipped" status="run" file="gtest_xml_output_unittest_.cc" line="75" result="skipp… 115 …<skipped message="gtest_xml_output_unittest_.cc:*

"><![CDATA[gtest_xml_output_unittest_… 117 ]]></skipped> [all …]
|
/external/googletest/googletest/test/ |
D | gtest_xml_output_unittest.py | 71 …<testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" skipped="0" errors="0" time="… 74 …<testsuite name="FailedTest" tests="1" failures="1" disabled="0" skipped="0" errors="0" time="*" t… 82 …<testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" skipped="0" errors="0" time=… 96 …<testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" skipped="0" errors="0" time="… 103 …<testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" skipped="0" errors="0"… 110 …<testsuite name="DisabledTest" tests="1" failures="0" disabled="1" skipped="0" errors="0" time="*"… 113 …<testsuite name="SkippedTest" tests="3" failures="1" disabled="0" skipped="2" errors="0" time="*" … 114 …<testcase name="Skipped" status="run" file="gtest_xml_output_unittest_.cc" line="75" result="skipp… 115 …<skipped message="gtest_xml_output_unittest_.cc:*

"><![CDATA[gtest_xml_output_unittest_… 117 ]]></skipped> [all …]
|
/external/pytorch/torch/testing/_internal/opinfo/definitions/ |
D | special.py | 266 …# DecorateInfo(unittest.skip("Skipped!"), "TestJit", "test_variant_consistency… 278 unittest.skip("Skipped!"), 334 unittest.skip("Skipped!"), 402 DecorateInfo(unittest.skip("Skipped!"), "TestCudaFuserOpInfo"), 403 DecorateInfo(unittest.skip("Skipped!"), "TestNNCOpInfo"), 418 DecorateInfo(unittest.skip("Skipped!"), "TestCudaFuserOpInfo"), 419 DecorateInfo(unittest.skip("Skipped!"), "TestNNCOpInfo"), 439 DecorateInfo(unittest.skip("Skipped!"), "TestCudaFuserOpInfo"), 440 DecorateInfo(unittest.skip("Skipped!"), "TestNNCOpInfo"), 455 DecorateInfo(unittest.skip("Skipped!"), "TestCudaFuserOpInfo"), [all …]
|
/external/python/cpython3/Lib/test/test_unittest/ |
D | test_skipping.py | 19 self.assertEqual(result.skipped, [(test, "skip")]) 25 self.assertEqual(result.skipped, [(test, "skip")]) 40 self.assertEqual(result.skipped, [(test, "testing")]) 47 self.assertEqual(result.skipped, [(test, "testing")]) 66 self.assertEqual(len(result.skipped), 3) 67 subtest, msg = result.skipped[0] 71 subtest, msg = result.skipped[1] 75 self.assertEqual(result.skipped[2], (test, "skip 3")) 82 self.assertEqual([msg for subtest, msg in result.skipped], 105 self.assertEqual(len(result.skipped), 1) [all …]
|
/external/icu/icu4j/main/collate/src/main/java/com/ibm/icu/impl/coll/ |
D | CollationIterator.java | 82 // State of combining marks skipped in discontiguous contraction. 110 // Goes backward through the skipped-marks buffer. 111 // Returns the number of code points read beyond the skipped marks 145 // Replaces the characters we consumed with the newly skipped ones. 157 // Combining marks skipped in previous discontiguous-contraction matching. 160 // Combining marks newly skipped in current discontiguous-contraction matching. 167 // When a partial match fails, we back out skipped and partial-matching input characters. 205 // Ignore skipped since that should be unused between calls to nextCE(). in equals() 377 if(skipped != null) { skipped.clear(); } in reset() 517 if(skipped == null && numCpFwd < 0) { in appendCEsFromCE32() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationIterator.java | 84 // State of combining marks skipped in discontiguous contraction. 112 // Goes backward through the skipped-marks buffer. 113 // Returns the number of code points read beyond the skipped marks 147 // Replaces the characters we consumed with the newly skipped ones. 159 // Combining marks skipped in previous discontiguous-contraction matching. 162 // Combining marks newly skipped in current discontiguous-contraction matching. 169 // When a partial match fails, we back out skipped and partial-matching input characters. 207 // Ignore skipped since that should be unused between calls to nextCE(). in equals() 379 if(skipped != null) { skipped.clear(); } in reset() 519 if(skipped == null && numCpFwd < 0) { in appendCEsFromCE32() [all …]
|
/external/freetype/src/winfonts/ |
D | winfnt.h | 34 /* skipped content */ 43 /* skipped content */ 55 /* skipped content */ 57 /* skipped content */ 59 /* skipped content */ 62 /* skipped content */ 70 /* skipped content */ 74 /* skipped content */
|
/external/python/cpython3/Lib/test/libregrtest/ |
D | results.py | 29 self.skipped: TestList = [] 47 and not self.skipped 52 return (set(self.good) | set(self.bad) | set(self.skipped) 57 return not any((self.good, self.bad, self.skipped, self.interrupted, 105 case State.SKIPPED: 106 self.skipped.append(test_name) 213 all_tests.append((self.skipped, "test", "{} skipped:")) 214 all_tests.append((self.resource_denied, "test", "{} skipped (resource denied):")) 250 if stats.skipped: 251 report.append(f'skipped={stats.skipped:,}') [all …]
|
D | result.py | 14 skipped: int = 0 variable in TestStats 20 len(result.skipped)) 26 results.skipped) 31 self.skipped += stats.skipped 38 SKIPPED = "SKIPPED" variable in State 62 # For example, if a whole test file is skipped, its duration 66 State.SKIPPED, 133 case State.SKIPPED: 134 return f"{self.test_name} skipped" 142 return f"{self.test_name} skipped (resource denied)"
|