Loading...
--- libmalloc/libmalloc-374.60.3/tests/memory_pressure.c
+++ libmalloc/libmalloc-374.120.1/tests/memory_pressure.c
@@ -77,6 +77,12 @@
T_PASS("didn't crash");
}
+// Disabled until rdar://83904507 is fixed
+//
+// Need to compile the test out entirely because T_META_MAYFAIL doesn't handle
+// test crashes - rdar://86164532
+#if 0
+
T_DECL(medium_mem_pressure, "medium memory pressure thread",
#if TARGET_OS_WATCH
T_META_TIMEOUT(TEST_TIMEOUT),
@@ -98,6 +104,8 @@
stress(64*1024, 1000);
T_PASS("didn't crash");
}
+
+#endif
T_DECL(tiny_mem_pressure_multi, "test memory pressure in tiny on threads",
#if TARGET_OS_WATCH