X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/cb3231590a3c94ab4375e2228bd5e86b0cf1ad7e..c3c9b80d004dbbfdf763edeb97968c6997e3b45b:/tests/thread_group_set_32261625.c diff --git a/tests/thread_group_set_32261625.c b/tests/thread_group_set_32261625.c index 507219204..edd733fa6 100644 --- a/tests/thread_group_set_32261625.c +++ b/tests/thread_group_set_32261625.c @@ -18,7 +18,8 @@ newthread(void *arg) #define TEST_TIMEOUT (15 * NSEC_PER_SEC) -T_DECL(thread_group_set, "Checks that new threads get a THREAD_GROUP_SET tracepoint with a non-zero tid") { +T_DECL(thread_group_set, "Checks that new threads get a THREAD_GROUP_SET tracepoint with a non-zero tid", + T_META_ASROOT(true)) { pthread_t thread; __block int seen_new_thread = 0, __block seen_thread_group_set = 0;