Home
last modified time | relevance | path

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

1234

/external/rust/crates/grpcio-sys/grpc/tools/http2_interop/
Dtestsuite.go50 Passed: !t.Failed() && !t.Skipped(),
51 Skipped: t.Skipped(),
59 Skipped bool `json:"skipped,omitempty"` member
Dhttp2interop_test.go180 if ci.Skipped {
/external/grpc-grpc/tools/http2_interop/
Dtestsuite.go36 Passed: !t.Failed() && !t.Skipped(),
37 Skipped: t.Skipped(),
45 Skipped bool `json:"skipped,omitempty"` member
Dhttp2interop_test.go166 if ci.Skipped {
/external/pcre/dist2/
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 …]
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
DConformance.cs701 case ResultOneofCase.Skipped: in ConformanceResponse()
702 Skipped = other.Skipped; in ConformanceResponse()
807 public string Skipped { property in Conformance.ConformanceResponse
808 get { return resultCase_ == ResultOneofCase.Skipped ? (string) result_ : ""; }
811 resultCase_ = ResultOneofCase.Skipped;
855 Skipped = 5, enumerator
889 if (Skipped != other.Skipped) return false; in Equals()
904 if (resultCase_ == ResultOneofCase.Skipped) hash ^= Skipped.GetHashCode(); in GetHashCode()
937 if (resultCase_ == ResultOneofCase.Skipped) { in WriteTo()
939 output.WriteString(Skipped); in WriteTo()
[all …]
DProgram.cs91 …return new ConformanceResponse { Skipped = "CSharp doesn't support skipping unknown fields in json… in PerformRequest()
104 … return new ConformanceResponse { Skipped = "CSharp doesn't support proto2" }; in PerformRequest()
114 return new ConformanceResponse { Skipped = "CSharp doesn't support text format" }; in PerformRequest()
/external/llvm/test/CodeGen/AArch64/
Dfp16-v8-instructions.ll424 ; FileCheck checks are unwieldy with 16 fcvt and 8 csel tests. Skipped.
430 ; FileCheck checks are unwieldy with 16 fcvt and 16 csel tests. Skipped.
436 ; FileCheck checks are unwieldy with 16 fcvt and 8 csel tests. Skipped.
442 ; FileCheck checks are unwieldy with 16 fcvt and 8 csel tests. Skipped.
448 ; FileCheck checks are unwieldy with 16 fcvt and 8 csel tests. Skipped.
454 ; FileCheck checks are unwieldy with 16 fcvt and 8 csel tests. Skipped.
460 ; FileCheck checks are unwieldy with 16 fcvt and 8 csel tests. Skipped.
466 ; FileCheck checks are unwieldy with 16 fcvt and 8 csel tests. Skipped.
472 ; FileCheck checks are unwieldy with 16 fcvt and 8 csel tests. Skipped.
478 ; FileCheck checks are unwieldy with 16 fcvt and 8 csel tests. Skipped.
[all …]
/external/llvm-project/llvm/test/TableGen/
DGlobalISelEmitter-zero-instr.td6 // CHECK: warning: Skipped pattern: Dst pattern root isn't a known leaf
DGlobalISelEmitterSkippedPatterns.td26 // CHECK: warning: Skipped pattern: Error: Complex suboperand x referenced by different operands: c…
DGlobalISelEmitter-setcc.td22 // ERR: [[FILE]]:[[@LINE+1]]:1: warning: Skipped pattern: Unable to handle CondCode
/external/perfetto/test/
Dgtest_logcat_printer.cc64 else if (result->Skipped()) in OnTestEnd()
/external/angle/src/tests/capture_replay_tests/
Dcapture_replay_expectations.txt71 # Skipped tests
/external/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
/external/rust/crates/quiche/deps/boringssl/src/third_party/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
/external/llvm/lib/CodeGen/
DSplitKit.cpp922 bool Skipped = false; in transferValues() local
962 Skipped = true; in transferValues()
1025 return Skipped; in transferValues()
1170 bool Skipped = transferValues(); in finish() local
1173 rewriteAssigned(Skipped); in finish()
1175 if (Skipped) in finish()
1181 if (Skipped) in finish()
/external/llvm-project/polly/test/DeLICM/
Dskip_maywrite.ll74 ; CHECK: Skipped possible mapping target because it is not an unconditional overwrite
/external/llvm-project/llvm/lib/CodeGen/
DSplitKit.cpp1135 bool Skipped = false; in transferValues() local
1176 Skipped = true; in transferValues()
1239 return Skipped; in transferValues()
1513 bool Skipped = transferValues(); in finish() local
1516 rewriteAssigned(Skipped); in finish()
1518 if (Skipped) in finish()
1524 if (Skipped) in finish()
/external/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()
/external/llvm-project/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp488 const bool Skipped = in buildSegmentsImpl() local
492 CurStartLoc, !GapRegion, Skipped); in buildSegmentsImpl()
495 if (Skipped && !ActiveRegions.empty()) in buildSegmentsImpl()
/external/angle/src/tests/
Dcapture_replay_tests.py368 Skipped = "Skipped" variable in GroupedResult
408 elif grouped_result.resultcode == GroupedResult.Skipped:
560 GroupedResult.Skipped,
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest.h572 bool Passed() const { return !Skipped() && !Failed(); } in Passed()
575 bool Skipped() const;
962 return test_info->should_run() && test_info->result()->Skipped(); in TestSkipped()
/external/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()

1234