darling-objc4/test/badPoolCompat-watchos.m

15 lines
361 B
Mathematica
Raw Normal View History

2020-06-09 14:23:25 +00:00
// Run test badPool as if it were built with an old SDK.
// TEST_CONFIG MEM=mrc OS=watchos,watchsimulator
// TEST_CRASHES
// TEST_CFLAGS -DOLD=1 -Xlinker -sdk_version -Xlinker 2.0
/*
TEST_RUN_OUTPUT
objc\[\d+\]: Invalid or prematurely-freed autorelease pool 0x[0-9a-fA-f]+\. Set a breakpoint .* Proceeding anyway .*
OK: badPool.m
END
*/
#include "badPool.m"