Home
last modified time | relevance | path

Searched refs:Skipped (Results 1 – 25 of 32) sorted by relevance

12

/third_party/pcre2/pcre2/
DRunTest.bat322 echo Test 4 Skipped due to absence of Unicode support.
331 echo Test 5 Skipped due to absence of Unicode support.
344 echo Test 7 Skipped due to absence of Unicode support.
352 echo Test 8 Skipped because link size is not 2.
356 echo Test 8 Skipped due to absence of Unicode support.
364 echo Test 9 Skipped when running 16/32-bit tests.
373 echo Test 10 Skipped when running 16/32-bit tests.
377 echo Test 10 Skipped due to absence of Unicode support.
386 echo Test 11 Skipped when running 8-bit tests.
395 echo Test 12 Skipped when running 8-bit tests.
[all …]
/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs855 case ResultOneofCase.Skipped: in ConformanceResponse()
856 Skipped = other.Skipped; in ConformanceResponse()
961 public string Skipped { property in Conformance.ConformanceResponse
962 get { return resultCase_ == ResultOneofCase.Skipped ? (string) result_ : ""; }
965 resultCase_ = ResultOneofCase.Skipped;
1009 Skipped = 5, enumerator
1043 if (Skipped != other.Skipped) return false; in Equals()
1058 if (resultCase_ == ResultOneofCase.Skipped) hash ^= Skipped.GetHashCode(); in GetHashCode()
1094 if (resultCase_ == ResultOneofCase.Skipped) { in WriteTo()
1096 output.WriteString(Skipped); in WriteTo()
[all …]
DProgram.cs100 …return new ConformanceResponse { Skipped = "CSharp doesn't support skipping unknown fields in json… in PerformRequest()
131 return new ConformanceResponse { Skipped = "CSharp doesn't support text format" }; in PerformRequest()
/third_party/python/Tools/c-analyzer/c_analyzer/
Danalyze.py199 class Skipped(TypeDeclaration): class
203 _SKIPPED = Skipped()
204 del Skipped
/third_party/python/Lib/test/libregrtest/
Druntest.py88 class Skipped(TestResult): class
93 class ResourceDenied(Skipped):
343 return Skipped(test_name)
Dmain.py16 Passed, Failed, EnvChanged, Skipped, ResourceDenied, Interrupted,
113 elif isinstance(result, Skipped):
/third_party/skia/third_party/externals/angle2/src/tests/
Dcapture_replay_tests.py289 Skipped = "Skipped" variable in GroupedResult
291 ResultTypes = [Passed, Failed, TimedOut, Crashed, CompileFailed, Skipped]
465 GroupedResult.Skipped,
612 "NOT_RUN" : GroupedResult.Skipped,
613 "SKIP_FOR_CAPTURE" : GroupedResult.Skipped,
953 skipped_count += len(test_batch_result[GroupedResult.Skipped])
Dangle_end2end_tests_expectations.txt179 // Skipped because intel macs use a GPU family that doesn't support swizzle
/third_party/googletest/googletest/test/
Dgtest_xml_output_unittest_.cc73 TEST_F(SkippedTest, Skipped) { in TEST_F() argument
Dgoogletest-test-part-test.cc158 TEST_F(TestPartResultTest, Skipped) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.cpp1123 bool Skipped = false; in transferValues() local
1164 Skipped = true; in transferValues()
1227 return Skipped; in transferValues()
1501 bool Skipped = transferValues(); in finish() local
1504 rewriteAssigned(Skipped); in finish()
1506 if (Skipped) in finish()
1512 if (Skipped) in finish()
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest.h578 bool Passed() const { return !Skipped() && !Failed(); } in Passed()
581 bool Skipped() const;
966 return test_info->should_run() && test_info->result()->Skipped(); in TestSkipped()
/third_party/googletest/googletest/include/gtest/
Dgtest.h591 bool Passed() const { return !Skipped() && !Failed(); } in Passed()
594 bool Skipped() const;
987 return test_info->should_run() && test_info->result()->Skipped(); in TestSkipped()
/third_party/rust/crates/serde/test_suite/tests/
Dtest_de_error.rs48 Skipped, enumerator
64 Skipped, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp1075 StringRef Skipped = Buffer.substr(0, Loc); in FindFirstMatchingPrefix() local
1077 LineNumber += Skipped.count('\n'); in FindFirstMatchingPrefix()
1084 if (Skipped.empty() || !IsPartOfWord(Skipped.back())) { in FindFirstMatchingPrefix()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp487 const bool Skipped = (CR.index() + 1) == Regions.size(); in buildSegmentsImpl() local
489 CurStartLoc, !GapRegion, Skipped); in buildSegmentsImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp984 if (Expected<unsigned> Skipped = Stream.skipRecord(Entry.ID)) in parseBlock() local
987 return Skipped.takeError(); in parseBlock()
DBitcodeReader.cpp250 if (Expected<unsigned> Skipped = Stream.skipRecord(Entry.ID)) in readIdentificationCode() local
253 return Skipped.takeError(); in readIdentificationCode()
331 if (Expected<unsigned> Skipped = Stream.skipRecord(Entry.ID)) in hasObjCCategory() local
334 return Skipped.takeError(); in hasObjCCategory()
409 if (llvm::Expected<unsigned> Skipped = Stream.skipRecord(Entry.ID)) in readTriple() local
412 return Skipped.takeError(); in readTriple()
/third_party/flutter/flutter/dev/bots/
Dflutter_compact_formatter.dart171 '${_yellow}Skipped ${result.name} (${result.pathLineColumn}).$_noColor');
/third_party/mesa3d/src/gtest/src/
Dgtest.cc2196 bool TestResult::Skipped() const { in Skipped() function in testing::TestResult
2533 return internal::GetUnitTestImpl()->current_test_result()->Skipped(); in IsSkipped()
3239 } else if (test_info.result()->Skipped()) { in OnTestEnd()
3327 if (!test_info.should_run() || !test_info.result()->Skipped()) { in PrintSkippedTests()
3815 ? (result.Skipped() ? "skipped" : "completed") in OutputXmlTestInfo()
4190 ? (result.Skipped() ? "SKIPPED" : "COMPLETED") in OutputJsonTestInfo()
/third_party/googletest/docs/reference/
Dtesting.md1094 kSkip // Skipped.
1210 ##### Skipped {#TestResult::Skipped}
1212 `bool TestResult::Skipped() const`
/third_party/googletest/googletest/src/
Dgtest.cc2370 bool TestResult::Skipped() const { in Skipped() function in testing::TestResult
2707 return internal::GetUnitTestImpl()->current_test_result()->Skipped(); in IsSkipped()
3483 } else if (test_info.result()->Skipped()) { in OnTestEnd()
3594 if (!test_info.should_run() || !test_info.result()->Skipped()) { in PrintSkippedTests()
4233 ? (result.Skipped() ? "skipped" : "completed") in OutputXmlTestInfo()
4693 ? (result.Skipped() ? "SKIPPED" : "COMPLETED") in OutputJsonTestInfo()
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/surface/
Dsurface.dart390 ..writeln(' Skipped painting: ${pictureCount - paintCount}')
393 ..writeln(' Skipped painting: ${domCanvasCount - domPaintCount}')
396 ..writeln(' Skipped painting: ${bitmapCanvasCount - bitmapPaintCount}')
/third_party/node/test/common/
DREADME.md367 Logs '1..0 # Skipped: ' + `msg`
401 Logs '1..0 # Skipped: ' + `msg` and exits with exit code `0`.
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc3861 bool TestResult::Skipped() const { in Skipped() function in testing::TestResult
4198 return internal::GetUnitTestImpl()->current_test_result()->Skipped(); in IsSkipped()
4974 } else if (test_info.result()->Skipped()) { in OnTestEnd()
5085 if (!test_info.should_run() || !test_info.result()->Skipped()) { in PrintSkippedTests()
5722 ? (result.Skipped() ? "skipped" : "completed") in OutputXmlTestInfo()
6179 ? (result.Skipped() ? "SKIPPED" : "COMPLETED") in OutputJsonTestInfo()

12