Home
last modified time | relevance | path

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

12

/netbsd/external/bsd/kyua-cli/dist/integration/
H A Dcmd_report_test.sh74 ===> Skipped tests
86 ===> Skipped tests
150 ===> Skipped tests
167 ===> Skipped tests
198 ===> Skipped tests
235 ===> Skipped tests
256 ===> Skipped tests
/netbsd/external/bsd/kyua-atf-compat/dist/
H A Datf-report_test.sh67 program1:skip -> skipped: Skipped reason [X.XXXs]
69 program2:skip -> skipped: Skipped reason [X.XXXs]
71 ===> Skipped tests
72 program1:skip -> skipped: Skipped reason [X.XXXs]
73 program2:skip -> skipped: Skipped reason [X.XXXs]
/netbsd/external/bsd/kyua-cli/dist/bootstrap/
H A Dtestsuite.at135 AT_CHECK([grep "atf_helpers:skips.*skipped.*Skipped on purpose" stdout],
148 AT_CHECK([grep "atf_helpers:skips.*skipped.*Skipped on purpose" stdout],
175 AT_CHECK([grep "atf_helpers:skips.*skipped.*Skipped on purpose" stdout],
195 AT_CHECK([grep "atf_helpers:skips.*skipped.*Skipped on purpose" stdout],
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-scripts/
H A Ddefault-script3.d5 # Skipped on Mingw64 and Cygwin because the image base defaults to 0x100000000
H A Ddefault-script4.d5 # Skipped on Mingw64 and Cygwin because the image base defaults to 0x100000000
H A Ddefault-script1.d5 # Skipped on Mingw64 and Cygwin because the image base defaults to 0x100000000
H A Ddefault-script2.d5 # Skipped on Mingw64 and Cygwin because the image base defaults to 0x100000000
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-scripts/
H A Ddefault-script1.d5 # Skipped on Mingw64 and Cygwin because the image base defaults to 0x100000000
H A Ddefault-script3.d5 # Skipped on Mingw64 and Cygwin because the image base defaults to 0x100000000
H A Ddefault-script2.d5 # Skipped on Mingw64 and Cygwin because the image base defaults to 0x100000000
H A Ddefault-script4.d5 # Skipped on Mingw64 and Cygwin because the image base defaults to 0x100000000
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DSplitKit.cpp1130 bool Skipped = false; in transferValues() local
1171 Skipped = true; in transferValues()
1234 return Skipped; in transferValues()
1506 bool Skipped = transferValues(); in finish() local
1509 rewriteAssigned(Skipped); in finish()
1511 if (Skipped) in finish()
1517 if (Skipped) in finish()
/netbsd/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp533 const bool Skipped = in buildSegmentsImpl() local
537 CurStartLoc, !GapRegion, Skipped); in buildSegmentsImpl()
540 if (Skipped && !ActiveRegions.empty()) in buildSegmentsImpl()
/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A 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()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp572 if (llvm::Expected<unsigned> Skipped = InStream.skipRecord(Entry.ID)) in loadModuleFile() local
575 return Skipped.takeError(); in loadModuleFile()
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp990 if (Expected<unsigned> Skipped = Stream.skipRecord(Entry.ID)) in parseBlock() local
993 return Skipped.takeError(); in parseBlock()
H A DBitcodeReader.cpp249 if (Expected<unsigned> Skipped = Stream.skipRecord(Entry.ID)) in readIdentificationCode() local
252 return Skipped.takeError(); in readIdentificationCode()
330 if (Expected<unsigned> Skipped = Stream.skipRecord(Entry.ID)) in hasObjCCategory() local
333 return Skipped.takeError(); in hasObjCCategory()
408 if (llvm::Expected<unsigned> Skipped = Stream.skipRecord(Entry.ID)) in readTriple() local
411 return Skipped.takeError(); in readTriple()
/netbsd/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A 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()
/netbsd/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp1813 StringRef Skipped = Buffer.substr(0, Loc); in FindFirstMatchingPrefix() local
1815 LineNumber += Skipped.count('\n'); in FindFirstMatchingPrefix()
1822 if (Skipped.empty() || !IsPartOfWord(Skipped.back())) { in FindFirstMatchingPrefix()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp726 const Stmt *Skipped = S.getElse(); in EmitIfStmt() local
728 std::swap(Executed, Skipped); in EmitIfStmt()
732 if (S.isConstexpr() || !ContainsLabel(Skipped)) { in EmitIfStmt()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h483 void setHasSkippedBody(bool Skipped = true) {
484 ObjCMethodDeclBits.HasSkippedBody = Skipped;
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DCoverageMappingFormat.rst100 * Skipped regions are used to represent source ranges that were skipped
108 …nd-color:#85C1F5'>#ifdef DEBUG </span> <span class='c1'>// Skipped Region from 2:1 t…
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp1387 CachedTokens Skipped; in SkipFunctionBody() local
1388 if (ConsumeAndStoreFunctionPrologue(Skipped)) in SkipFunctionBody()
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
H A Dlibf7-asm.sx539 clt ; Skipped?
1213 clt ; Skipped?
/netbsd/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
H A Dlibf7-asm.sx539 clt ; Skipped?
1213 clt ; Skipped?

12