]> 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 325227d5193e4cfc11977a3ddcee5fcbcf8be85b..2e802e42998051476d516dc6c30aeed2ea4941df 100644 (file)
@@ -8,14 +8,16 @@
 #include <darwintest.h>
 #include <darwintest_utils.h>
 
+T_GLOBAL_META(T_META_RUN_CONCURRENTLY(true));
+
 extern char * testpath;
 
 T_DECL(set_max_addr,
-       "Description",
-       T_META_NAMESPACE("xnu.vm"),
-       T_META_CHECK_LEAKS(false))
+    "Description",
+    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;
@@ -54,4 +56,3 @@ T_DECL(set_max_addr,
        T_SKIP("Not supported on this architecture");
 #endif /* (defined(__arm64__) && defined(__LP64__)) */
 }
-