]> git.saurik.com Git - apple/xnu.git/blobdiff - tests/vm_set_max_addr_test.c
xnu-7195.101.1.tar.gz
[apple/xnu.git] / tests / vm_set_max_addr_test.c
index ac03b77ff6b9e12cee6ab83ae287608571f185f3..2e802e42998051476d516dc6c30aeed2ea4941df 100644 (file)
@@ -8,6 +8,8 @@
 #include <darwintest.h>
 #include <darwintest_utils.h>
 
+T_GLOBAL_META(T_META_RUN_CONCURRENTLY(true));
+
 extern char * testpath;
 
 T_DECL(set_max_addr,
@@ -15,7 +17,7 @@ T_DECL(set_max_addr,
     T_META_NAMESPACE("xnu.vm"),
     T_META_CHECK_LEAKS(false))
 {
-#if (defined(__arm64__) && defined(__LP64__))
+#if (!defined(TARGET_OS_MAC) && defined(__arm64__) && defined(__LP64__))
        int result = 0;
        int code = 0;
        int child_pid = 0;