Home
last modified time | relevance | path

Searched refs:supposedToNotCompile (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/test/BlocksRuntime/
H A Dtestfilerunner.h89 bool supposedToNotCompile; local
98 @property bool hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, …
H A Dtestfilerunner.m244 @synthesize hasObjC, hasRR, hasGC, hasCPlusPlus, wantsC99, supposedToNotCompile, open, wants32, wan…
402 result.shouldFail = supposedToNotCompile;
451 if (strstr(line, "FAIL")) item.supposedToNotCompile = true; // old
454 item.supposedToNotCompile = true;
558 supposedToNotCompile ? " FAIL" : ""];