X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/3903760236c30e3b5ace7a4eefac3a269d68957c..9d749ea394c01276fa19e397e70f46858e849c76:/tools/tests/darwintests/host_notifications.c diff --git a/tools/tests/darwintests/host_notifications.c b/tools/tests/darwintests/host_notifications.c index d57465c62..c4463b3c4 100644 --- a/tools/tests/darwintests/host_notifications.c +++ b/tools/tests/darwintests/host_notifications.c @@ -28,7 +28,7 @@ static void do_test(int notify_type, void (^trigger_block)(void)){ mach_msg_destroy(&message.hdr); } -T_DECL(host_notify_calendar_change, "host_request_notification(HOST_NOTIFY_CALENDAR_CHANGE)", T_META_CHECK_LEAKS(NO)) +T_DECL(host_notify_calendar_change, "host_request_notification(HOST_NOTIFY_CALENDAR_CHANGE)", T_META_CHECK_LEAKS(false), T_META_LTEPHASE(LTE_POSTINIT)) { do_test(HOST_NOTIFY_CALENDAR_CHANGE, ^{ struct timeval tm; @@ -38,7 +38,7 @@ T_DECL(host_notify_calendar_change, "host_request_notification(HOST_NOTIFY_CALEN }); } -T_DECL(host_notify_calendar_set, "host_request_notification(HOST_NOTIFY_CALENDAR_SET)", T_META_CHECK_LEAKS(NO)) +T_DECL(host_notify_calendar_set, "host_request_notification(HOST_NOTIFY_CALENDAR_SET)", T_META_CHECK_LEAKS(false), T_META_LTEPHASE(LTE_POSTINIT)) { do_test(HOST_NOTIFY_CALENDAR_SET, ^{ struct timeval tm;