Searched refs:T_EXPECT_GE_LONG (Results 1 – 4 of 4) sorted by relevance
| /xnu-8019.80.24/tests/ |
| H A D | ntp_adjtime_29192647.c | 45 T_EXPECT_GE_LONG(time.tv_sec, new_time, "Time successfully changed"); 182 T_EXPECT_GE_LONG(diff, (long) -ERROR, "Check abs time vs calendar time"); 278 T_EXPECT_GE_LONG(diff, (long) -ERROR, "Check abs time vs calendar time"); 354 T_EXPECT_GE_LONG(diff, (long) -ERROR, "Check abs time vs calendar time");
|
| H A D | settimeofday_29193041_entitled.c | 101 T_EXPECT_GE_LONG(time.tv_sec, new_time, "Time changed with root and entitlement"); 131 …T_EXPECT_GE_LONG(time.tv_sec, new_time, "Time successfully changed without root and with entitleme…
|
| H A D | settimeofday_29193041.c | 101 T_EXPECT_GE_LONG(time.tv_sec, new_time, "Time changed with root and without entitlement"); 137 …T_EXPECT_GE_LONG(time.tv_sec, new_time, "Time successfully changed without root and without entitl…
|
| /xnu-8019.80.24/osfmk/tests/ |
| H A D | ktest.h | 508 #define T_EXPECT_GE_LONG(lhs, rhs, msg, ...) \ macro
|