Lines Matching refs:should
346 …T_WITH_ERRNO; T_ASSERT_POSIX_SUCCESS(result, "reading \"kern.stackshot_stats\" sysctl should succe…
347 T_EXPECT_EQ(oldlen, sizeof (*out), "kernel should update full stats structure");
399 T_EXPECT_LT(pre.ss_last_start, pre.ss_last_end, "pre: stackshot should take time");
400 …T_EXPECT_LT(pre.ss_count, post.ss_count, "stackshot count should increase when a stackshot is take…
401 …T_EXPECT_LT(pre.ss_duration, post.ss_duration, "stackshot duration should increase when a stacksho…
402 …T_EXPECT_LT(pre.ss_last_end, post.ss_last_start, "previous end should be less than new start after…
403 T_EXPECT_LT(post.ss_last_start, post.ss_last_end, "post: stackshot should take time");
584 …T_WITH_ERRNO; T_QUIET; T_ASSERT_NE(v, 0l, "getenv(%s) = \"%s\" should be a non-zero hex number", C…
585 …T_QUIET; T_ASSERT_EQ(*endptr, 0, "getenv(%s) = \"%s\" endptr \"%s\" should be empty", CACHEADDR_EN…
657 T_QUIET; T_ASSERT_EQ(!!WIFSIGNALED(status), 1, "waitpid status should be signalled");
658 T_QUIET; T_ASSERT_EQ(WTERMSIG(status), SIGKILL, "waitpid status should be SIGKILLed");
1076 // should happen naturally in an optimized build as it is the only
1499 …// L0-L2 table and non-compressed L3 block entries should always have bit 1 set; assumes L0-L2 blo…
1503 } else { // should be a compressed PTE
1951 * receive the message from the client (which should copy the send once right into
2226 /* Throttled flag should not be set when the port is not throttled. */
3032 …T_QUIET; T_EXPECT_EQ(sharedCaches[@(containerid)], nil, "sharedcache containerid %lld should be un…
3164 "SlidFirstMapping should match shared_cache_range");
3181 …T_QUIET; T_EXPECT_NE(sharedregion_flags, 0ll, "one of the kTaskSharedRegion flags should be set on…
3183 … T_QUIET; T_EXPECT_FALSE(multiple, "only one kTaskSharedRegion flag should be set on each task");
3187 …T_ASSERT_EQ(sharedregion_flags, (uint64_t)kTaskSharedRegionNone, "Kernel proc (pid 0) should have …
3196 …T_QUIET; T_EXPECT_NOTNULL(sharedregion_info, "kTaskSharedRegionOther should have a shared_cache_dy…
3197 … T_QUIET; T_EXPECT_NOTNULL(sharedcache_id, "kTaskSharedRegionOther should have a sharedCacheID");
3199 …T_QUIET; T_EXPECT_NOTNULL(sharedCaches[sharedcache_id], "sharedCacheID %d should exist", [sharedca…
3202 …T_QUIET; T_EXPECT_NULL(sharedregion_info, "non-kTaskSharedRegionOther should have no shared_cache_…
3203 … T_QUIET; T_EXPECT_NULL(sharedcache_id, "non-kTaskSharedRegionOther should have no sharedCacheID");
3280 "SRP waitinfo should be marked as a special reply");
3421 T_EXPECT_FALSE(found_null_kernel_frame, "should not see any NULL kernel frames");
3447 "SlidFirstMapping should be within 28.5gigs of SlidBaseAddress");
3452 "SlidFirstMapping should match shared_cache_range");
3488 …edcache_child_flags, (uint64_t)kTaskSharedRegionNone, "sharedcache child should have shared region…
3489 …redcache_self_flags, (uint64_t)kTaskSharedRegionNone, "sharedcache: self should have shared region…
3493 "sharedcache child should have Other shared region");