[asan] disable no-fd test on darwin
authorEmily Shi <code@emi.sh>
Thu, 11 Mar 2021 21:59:41 +0000 (13:59 -0800)
committerEmily Shi <code@emi.sh>
Fri, 12 Mar 2021 00:49:18 +0000 (16:49 -0800)
If a log message is triggered between execv and child, this test fails.
In the meantime, disable the test to unblock CI

rdar://74992832

Reviewed By: delcypher

Differential Revision: https://reviews.llvm.org/D98453

compiler-rt/test/asan/TestCases/Posix/no-fd.cpp

index 6f8b2f4..a39f57c 100644 (file)
@@ -10,6 +10,9 @@
 // lld - see https://bugs.llvm.org/show_bug.cgi?id=45076.
 // UNSUPPORTED: android, powerpc
 
+// Deflake this test before reinabling for darwin (rdar://74992832)
+// UNSUPPORTED: darwin
+
 #include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>