Loading...
tests/malloc_realloc_large.c libmalloc-715.120.13 libmalloc-715.100.22
--- libmalloc/libmalloc-715.120.13/tests/malloc_realloc_large.c
+++ libmalloc/libmalloc-715.100.22/tests/malloc_realloc_large.c
@@ -76,10 +76,9 @@
 			"realloc HUGE smaller");
 
 #if MALLOC_TARGET_EXCLAVES
-	T_LOG("exclaves don't support resizing mappings, skipping realloc in-place");
-#else
+	T_EXPECTFAIL_WITH_REASON("Exclaves don't support resizing mappings");
+#endif // MALLOC_TARGET_EXCLAVES
 	T_ASSERT_EQ(ptr1, ptr2, "realloc HUGE smaller in-place");
-#endif // !MALLOC_TARGET_EXCLAVES
 	free(ptr2);
 
 	// Huge allocation grow in place