]> git.saurik.com Git - apple/xnu.git/blobdiff - tests/shared_cache_tests.c
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / tests / shared_cache_tests.c
index 572309d0324a113e891560de50c5a1e0fb327f93..cb0f257ddc1d29a0507fde98cd19299d4e97c592 100644 (file)
@@ -12,6 +12,11 @@ T_DECL(present, "tests that the device is running with a shared cache", T_META_A
 {
        size_t shared_cache_len = 0;
        const void *cache_header = _dyld_get_shared_cache_range(&shared_cache_len);
+
+#if TARGET_OS_OSX
+       T_SKIP("shared cache testing support incomplete (57267667)");
+#endif /* TARGET_OS_OSX */
+
        if ((cache_header == NULL) || (shared_cache_len == 0)) {
 #if TARGET_OS_OSX
                char *tmp_dir = (char *) dt_tmpdir();