Home
last modified time | relevance | path

Searched refs:T_EXPECT_GE_LONG (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/tests/
H A Dntp_adjtime_29192647.c45 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 Dsettimeofday_29193041_entitled.c101 T_EXPECT_GE_LONG(time.tv_sec, new_time, "Time changed with root and entitlement");
131T_EXPECT_GE_LONG(time.tv_sec, new_time, "Time successfully changed without root and with entitleme…
H A Dsettimeofday_29193041.c101 T_EXPECT_GE_LONG(time.tv_sec, new_time, "Time changed with root and without entitlement");
137T_EXPECT_GE_LONG(time.tv_sec, new_time, "Time successfully changed without root and without entitl…
/xnu-8019.80.24/osfmk/tests/
H A Dktest.h508 #define T_EXPECT_GE_LONG(lhs, rhs, msg, ...) \ macro