/freebsd/crypto/openssl/Configurations/ |
H A D | INTERNALS.Configure | 23 should just be skipped over. The possible states of the stack top are 33 Ground rule is that non-condition lines are skipped over if the 48 | ... whatever ... | | this line is skipped over | 50 | ... whatever ... | | this line is skipped over | 54 | ... whatever ... | | this line is skipped over | 56 | ... whatever ... | | this line is skipped over | 58 | ... whatever ... | | this line is skipped over | 60 | ... whatever ... | | this line is skipped over | 62 | ... whatever ... | | this line is skipped over | 68 | ... whatever ... | | this line is skipped over | [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Symbol/ |
H A D | SymbolFileOnDemand.cpp | 40 LLDB_LOG(GetLog(), "[{0}] {1} is skipped", GetSymbolFileName(), in InitializeObject() 50 LLDB_LOG(log, "[{0}] {1} is skipped", GetSymbolFileName(), __FUNCTION__); in ParseLanguage() 64 LLDB_LOG(log, "[{0}] {1} is skipped", GetSymbolFileName(), __FUNCTION__); in ParseXcodeSDK() 78 LLDB_LOG(GetLog(), "[{0}] {1} is skipped", GetSymbolFileName(), in ParseFunctions() 87 LLDB_LOG(GetLog(), "[{0}] {1} is skipped", GetSymbolFileName(), in ParseLineTable() 96 LLDB_LOG(GetLog(), "[{0}] {1} is skipped", GetSymbolFileName(), in ParseDebugMacros() 108 LLDB_LOG(GetLog(), "[{0}] {1} is skipped", GetSymbolFileName(), in ForEachExternalModule() 120 "[{0}] {1} is not skipped: explicitly allowed to support breakpoint", in ParseSupportFiles() 129 LLDB_LOG(log, "[{0}] {1} is skipped", GetSymbolFileName(), __FUNCTION__); in ParseIsOptimized() 143 LLDB_LOG(GetLog(), "[{0}] {1} is skipped", GetSymbolFileName(), in ParseTypes() [all …]
|
/freebsd/contrib/kyua/integration/ |
H A D | cmd_report_test.sh | 65 ===> Skipped tests 66 simple_all_pass:skip -> skipped: The reason for skipping is this [S.UUUs] 69 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 77 ===> Skipped tests 78 simple_all_pass:skip -> skipped: The reason for skipping is this [S.UUUs] 81 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 122 ===> Skipped tests 123 simple_all_pass:skip -> skipped: The reason for skipping is this [S.UUUs] 126 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 151 ===> Skipped tests [all …]
|
H A D | cmd_test_test.sh | 42 simple_all_pass:skip -> skipped: The reason for skipping is this [S.UUUs] 47 1/2 passed (0 broken, 0 failed, 1 skipped) 72 1/2 passed (0 broken, 1 failed, 0 skipped) 95 first:skip -> skipped: The reason for skipping is this [S.UUUs] 96 fourth:main -> skipped: Required file '/non-existent/foo' not found [S.UUUs] 98 second:skip -> skipped: The reason for skipping is this [S.UUUs] 100 third:skip -> skipped: The reason for skipping is this [S.UUUs] 105 3/7 passed (0 broken, 0 failed, 4 skipped) 136 third:skip -> skipped: The reason for skipping is this [S.UUUs] 141 3/7 passed (0 broken, 3 failed, 1 skipped) [all …]
|
/freebsd/usr.sbin/pw/ |
H A D | rm_r.c | 66 bool skipped = false; in rm_r() local 90 skipped = true; in rm_r() 94 skipped = true; in rm_r() 98 return (skipped); in rm_r() 101 skipped = true; in rm_r() 104 if (errno == EBUSY && skipped == false) in rm_r() 105 skipped = try_dataset_remove(fullpath); in rm_r() 107 skipped = true; in rm_r() 110 skipped = true; in rm_r() 112 return (skipped); in rm_r() [all …]
|
/freebsd/contrib/googletest/googletest/test/ |
H A 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 …]
|
H A D | googletest-test-part-test.cc | 49 r4_(TestPartResult::kSkip, "foo/bar.cc", 2, "Skipped!") {} in TestPartResultTest() 77 EXPECT_FALSE(success.skipped()); in TEST_F() 85 EXPECT_FALSE(nonfatal_failure.skipped()); in TEST_F() 93 EXPECT_FALSE(fatal_failure.skipped()); in TEST_F() 100 EXPECT_TRUE(skip.skipped()); in TEST_F() 128 EXPECT_STREQ("Skipped!", r4_.message()); in TEST_F() 148 TEST_F(TestPartResultTest, Skipped) { in TEST_F() argument 149 EXPECT_FALSE(r1_.skipped()); in TEST_F() 150 EXPECT_FALSE(r2_.skipped()); in TEST_F() 151 EXPECT_FALSE(r3_.skipped()); in TEST_F() [all …]
|
H A D | googletest-failfast-unittest.py | 129 self.assertIn('[ SKIPPED ] 3 tests', txt) 133 self.assertNotIn('[ SKIPPED ]', txt) 142 self.assertIn('[ SKIPPED ] 3 tests', txt) 147 self.assertNotIn('[ SKIPPED ]', txt) 158 self.assertIn('[ SKIPPED ] 3 tests', txt) 163 self.assertNotIn('[ SKIPPED ]', txt) 174 self.assertIn('[ SKIPPED ] 3 tests', txt) 186 self.assertIn('[ SKIPPED ] 3 tests', txt) 194 self.assertIn('[ SKIPPED ] 3 tests', txt) 211 self.assertIn('[ SKIPPED ] 1 test', txt) [all …]
|
/freebsd/tests/atf_python/ |
H A D | atf_pytest.py | 194 # ('/path/to/test.py', 23, 'Skipped: unable to test') 196 for prefix in "Skipped: ": 211 # (7) skipped, (8) failed 226 # pytest.skip test decorator: WANT: skipped 227 # GOT: (setup,skipped, False), (teardown, passed, False) 229 # pytest.skip call inside test function: WANT: skipped 230 # GOT: (setup, passed, F), (call, skipped, F), (teardown,passed, F) 233 # GOT: (setup, passed, F), (call, skipped, T), (teardown, passed, F) 246 if state in ("skipped", "failed"): 247 # failed init -> failed test, skipped setup -> xskip [all …]
|
/freebsd/contrib/kyua/engine/ |
H A D | atf_result_test.cpp | 233 engine::atf_result::skipped, none, "a b c", 234 "skipped: a b c\n"); 236 engine::atf_result::skipped, none, " ", 237 "skipped: \n"); 245 output << "skipped: a b c\n"; in ATF_TEST_CASE_BODY() 250 ATF_REQUIRE(engine::atf_result::skipped == result.type()); in ATF_TEST_CASE_BODY() 534 const engine::atf_result skipped(engine::atf_result::skipped, "The reason"); in ATF_TEST_CASE_BODY() local 535 ATF_REQUIRE_EQ(skipped, skipped.apply(utils::make_optional(status))); in ATF_TEST_CASE_BODY() 546 const engine::atf_result skipped(engine::atf_result::skipped, "The reason"); in ATF_TEST_CASE_BODY() local 549 "Skipped test case should have reported success but " in ATF_TEST_CASE_BODY() [all …]
|
H A D | tap_parser_test.cpp | 91 "Skipped"); in ATF_TEST_CASE_BODY() 94 ATF_REQUIRE_EQ("Skipped", summary.all_skipped_reason()); in ATF_TEST_CASE_BODY() 242 "not ok - 3 # Skipped Some reason\n" in ATF_TEST_CASE_BODY() 243 "not ok - 4 # skipped Some reason\n" in ATF_TEST_CASE_BODY() 244 "not ok - 5 # Skipped: Some reason\n" in ATF_TEST_CASE_BODY() 245 "not ok - 6 # skipped: Some reason\n" in ATF_TEST_CASE_BODY() 287 "Skipped plan must be 1\\.\\.0", in ATF_TEST_CASE_BODY()
|
/freebsd/crypto/openssh/regress/ |
H A D | agent-ptrace.sh | 9 echo "skipped (not supported on this platform)" 16 echo "Skipped: running as root" 23 echo "skipped (gdb not found)" 30 echo "skipped (${SSHAGENT} is mounted on a no-setuid filesystem)" 35 echo "skipped (SUDO not set)"
|
/freebsd/contrib/kyua/bootstrap/ |
H A D | testsuite.at | 137 AT_CHECK([grep "atf_helpers:skips.*skipped.*Skipped on purpose" stdout], 150 AT_CHECK([grep "atf_helpers:skips.*skipped.*Skipped on purpose" stdout], 177 AT_CHECK([grep "atf_helpers:skips.*skipped.*Skipped on purpose" stdout], 197 AT_CHECK([grep "atf_helpers:skips.*skipped.*Skipped on purpose" stdout],
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | directive-elif.mk | 7 # cases, make skips over the skipped branch as fast as possible, looking only 21 # directive and is thus silently skipped. 36 # directive and is thus silently skipped. Since the .if condition evaluated 70 # Misspelling '.elsif' in a skipped branch below a branch that was taken. 116 # expect+1: What happens on misspelling in a skipped branch? 117 .info What happens on misspelling in a skipped branch?
|
H A D | deptgt-makeflags.mk | 54 # An empty command line is skipped. 61 # skipped since it is whitespace (see Parse_IsVar). 69 # literal newline now. This prevents the newline from being skipped during 110 # command line, the whole command line is skipped.
|
/freebsd/contrib/kyua/drivers/ |
H A D | scan_results_test.cpp | 117 case model::test_result_skipped: type = "skipped"; break; in got_result() 202 results.insert("/root/dir/prog_0:case_0:skipped:Count 0:4:10"); in ATF_TEST_CASE_BODY() 203 results.insert("/root/dir/prog_0:case_1:skipped:Count 1:4:11"); in ATF_TEST_CASE_BODY() 204 results.insert("/root/dir/prog_1:case_0:skipped:Count 0:4:11"); in ATF_TEST_CASE_BODY() 205 results.insert("/root/dir/prog_1:case_1:skipped:Count 1:4:12"); in ATF_TEST_CASE_BODY() 233 results.insert("/root/dir/prog_1:case_0:skipped:Count 0:4:11"); in ATF_TEST_CASE_BODY() 234 results.insert("/root/dir/prog_1:case_1:skipped:Count 1:4:12"); in ATF_TEST_CASE_BODY() 235 results.insert("/root/dir/prog_1:case_2:skipped:Count 2:4:13"); in ATF_TEST_CASE_BODY() 236 results.insert("/root/dir/prog_2:case_1:skipped:Count 1:4:13"); in ATF_TEST_CASE_BODY()
|
/freebsd/sys/netgraph/netflow/ |
H A D | ng_netflow.h | 72 uint64_t nfinfo_sbytes; /* skipped IPv4 bytes */ 73 uint64_t nfinfo_spackets; /* skipped IPv4 packets */ 74 uint64_t nfinfo_sbytes6; /* skipped IPv6 bytes */ 75 uint64_t nfinfo_spackets6; /* skipped IPv6 packets */ 95 { "IPv4 skipped bytes", &ng_parse_uint64_type },\ 96 { "IPv4 skipped packets", &ng_parse_uint64_type },\ 97 { "IPv6 skipped bytes", &ng_parse_uint64_type },\ 98 { "IPv6 skipped packets", &ng_parse_uint64_type },\ 447 counter_u64_t nfinfo_sbytes; /* skipped IPv4 bytes */ 448 counter_u64_t nfinfo_spackets; /* skipped IPv4 packets */ [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/ |
H A D | multihost_history.ksh | 32 # both vdevs will still have outstanding writes, so a skipped write entry will 49 log_assert "zfs_multihost_history records writes and skipped writes" 64 log_fail "mmp skipped write entries missing when delays injected" 67 log_pass "zfs_multihost_history records writes and skipped writes"
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | convert_wycheproof.pl | 93 my $skipped = 0; 114 $skipped += @{$data->{tests}}; 152 $skipped++; 179 if ($skipped) { 180 $ntests -= $skipped; 181 warn "W: skipped $skipped tests; new test count: $ntests\n";
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 94 /* syscall 11 has been skipped */ 375 /* syscall 67 has been skipped */ 376 /* syscall 68 has been skipped */ 377 /* syscall 69 has been skipped */ 378 /* syscall 70 has been skipped */ 409 /* syscall 76 has been skipped */ 410 /* syscall 77 has been skipped */ 497 /* syscall 94 has been skipped */ 569 /* syscall 107 has been skipped */ 606 /* syscall 115 has been skipped */ [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Randstruct.cpp | 81 size_t Skipped = 0; in randomizeStructureLayoutImpl() local 84 // If we've Skipped more fields than we have remaining to place, that means in randomizeStructureLayoutImpl() 87 if (Skipped >= FieldsOut.size()) { in randomizeStructureLayoutImpl() 88 Skipped = 0; in randomizeStructureLayoutImpl() 133 Skipped = 0; in randomizeStructureLayoutImpl() 139 ++Skipped; // Mark it skipped. in randomizeStructureLayoutImpl()
|
/freebsd/contrib/atf/doc/ |
H A D | atf-test-case.4 | 101 .It skipped 108 a message describing why the test was skipped. 188 .Em skipped . 208 .Em skipped . 237 .Em skipped . 251 .Em skipped . 258 .Em skipped .
|
/freebsd/contrib/kyua/misc/ |
H A D | index.html | 93 <td><a href="#skipped">Skipped</a></td> 95 <td>Skipped</td> 161 <h2><a name="skipped">Skipped test cases</a></h2>
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CoverageMappingGen.h | 46 // The location of token before the skipped source range. 48 // The location of token after the skipped source range. 50 // The nature of this skipped range 64 /// Stores additional source code information like skipped ranges which 70 // A vector of skipped source ranges and PrevTokLoc with NextTokLoc.
|
/freebsd/contrib/atf/test-programs/ |
H A D | result_test.sh | 57 atf_check -s eq:0 -o match:"skipped: Skipped reason" -o match:"msg" \ 82 atf_check -o inline:"skipped: Skipped reason\n" cat resfile
|