Searched refs:EXPECT_LE (Results 1 – 8 of 8) sorted by relevance
/openbmc/phosphor-watchdog/test/ |
H A D | watchdog.cpp | 228 EXPECT_LE(oldInterval - Quantum(1), remaining); in TEST_F() 235 EXPECT_LE(oldInterval - Quantum(1), remaining); in TEST_F() 242 EXPECT_LE(newInterval - Quantum(1), remaining); in TEST_F() 322 EXPECT_LE(fallbackInterval - Quantum(1), remaining); in TEST_F() 447 EXPECT_LE(newInterval - Quantum(1), remaining); in TEST_F()
|
/openbmc/linux/tools/testing/selftests/landlock/ |
H A D | ptrace_test.c | 37 EXPECT_LE(0, ruleset_fd) in create_domain()
|
H A D | base_test.c | 342 EXPECT_LE(0, dir_fd); in TEST()
|
H A D | fs_test.c | 4614 EXPECT_LE(0, fd) in FIXTURE_SETUP() 4682 EXPECT_LE(0, ruleset_fd); in layer3_fs_tag_inode() 4693 EXPECT_LE(0, ruleset_fd); in layer3_fs_tag_inode()
|
/openbmc/linux/tools/testing/selftests/ |
H A D | kselftest_harness.h | 606 #define EXPECT_LE(expected, seen) \ macro
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kselftest.rst | 426 EXPECT_LE EXPECT_GT EXPECT_GE EXPECT_NULL EXPECT_TRUE
|
/openbmc/linux/tools/testing/selftests/nolibc/ |
H A D | nolibc-test.c | 249 #define EXPECT_LE(cond, expr, val) \ macro
|
/openbmc/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 722 EXPECT_LE(clock, syscall(__NR_times, &timebuf)); in TEST_SIGNAL()
|