[compiler-rt] 03afd5c - [asan] disable no-fd test on darwin
Emily Shi via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 11 16:49:23 PST 2021
Author: Emily Shi
Date: 2021-03-11T16:49:18-08:00
New Revision: 03afd5cea48509cb8d5f10bf1a863bf47c3ef9c2
URL: https://github.com/llvm/llvm-project/commit/03afd5cea48509cb8d5f10bf1a863bf47c3ef9c2
DIFF: https://github.com/llvm/llvm-project/commit/03afd5cea48509cb8d5f10bf1a863bf47c3ef9c2.diff
LOG: [asan] disable no-fd test on darwin
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
Added:
Modified:
compiler-rt/test/asan/TestCases/Posix/no-fd.cpp
Removed:
################################################################################
diff --git a/compiler-rt/test/asan/TestCases/Posix/no-fd.cpp b/compiler-rt/test/asan/TestCases/Posix/no-fd.cpp
index 6f8b2f4e15b0..a39f57c833bb 100644
--- a/compiler-rt/test/asan/TestCases/Posix/no-fd.cpp
+++ b/compiler-rt/test/asan/TestCases/Posix/no-fd.cpp
@@ -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>
More information about the llvm-commits
mailing list