Searched refs:SKIPPED (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/testing/selftests/nolibc/ |
H A D | nolibc-test.c | 140 SKIPPED, enumerator 149 else if (r == SKIPPED) in result() 166 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_zr(expr, llen); } while (0) 180 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_nz(expr, llen; } while (0) 194 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_eq(expr, llen, val); } while (0) 208 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_ne(expr, llen, val); } while (0) 222 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_ge(expr, llen, val); } while (0) 236 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_gt(expr, llen, val); } while (0) 250 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_le(expr, llen, val); } while (0) 264 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_lt(expr, llen, val); } while (0) [all …]
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit_parser.py | 64 return self.status in (TestStatus.SUCCESS, TestStatus.SKIPPED) 70 SKIPPED = auto() variable in TestStatus 133 return TestStatus.SKIPPED 141 elif status == TestStatus.SKIPPED: 428 test.status = TestStatus.SKIPPED 534 if test.status == TestStatus.SKIPPED: 620 elif test.status in (TestStatus.SKIPPED, TestStatus.NO_TESTS):
|
H A D | kunit_json.py | 26 TestStatus.SKIPPED: "SKIP",
|
H A D | kunit.py | 215 if test_status in (kunit_parser.TestStatus.SUCCESS, kunit_parser.TestStatus.SKIPPED):
|
H A D | kunit_tool_test.py | 233 self.assertEqual(kunit_parser.TestStatus.SKIPPED, result.status)
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/ |
H A D | 0003-start-stop-false.patch | 26 + echo "SKIPPED: start-stop-daemon with both -x and -a (need non-busybox false)"
|
/openbmc/openbmc/poky/meta/recipes-support/libevent/libevent/ |
H A D | 0004-test-retriable-tests-are-marked-failed-only-when-all-a.patch | 33 puts("SKIPPED");
|
/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | test_cpuset_prs.sh | 646 echo "wait_inotify not found, inotify test SKIPPED."
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | ktap.rst | 134 The test "test" was SKIPPED with the diagnostic message "necessary dependency
|