diff options
author | Adam Nemet <anemet@apple.com> | 2017-05-23 17:50:48 +0000 |
---|---|---|
committer | Adam Nemet <anemet@apple.com> | 2017-05-23 17:50:48 +0000 |
commit | 25efabe94f93114add3e4982ea1ee3e214378d85 (patch) | |
tree | 6bf8f6136b519b560a318653902124cb9bb0d67c /test | |
parent | 06f1c090cb4e27ea82320bfa7af1e3cfb681edeb (diff) | |
download | compiler-rt-25efabe94f93114add3e4982ea1ee3e214378d85.tar.gz |
Disable flaky ASan tests temporarily on darwin
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@303662 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/asan/TestCases/Posix/wait3.cc | 2 | ||||
-rw-r--r-- | test/asan/TestCases/Posix/wait4.cc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/test/asan/TestCases/Posix/wait3.cc b/test/asan/TestCases/Posix/wait3.cc index 2da816fed..081a73e16 100644 --- a/test/asan/TestCases/Posix/wait3.cc +++ b/test/asan/TestCases/Posix/wait3.cc @@ -4,7 +4,7 @@ // RUN: %clangxx_asan -DWAIT3_RUSAGE -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s // RUN: %clangxx_asan -DWAIT3_RUSAGE -O3 %s -o %t && not %run %t 2>&1 | FileCheck %s -// UNSUPPORTED: android +// UNSUPPORTED: android,darwin #include <assert.h> #include <sys/wait.h> diff --git a/test/asan/TestCases/Posix/wait4.cc b/test/asan/TestCases/Posix/wait4.cc index b95246efa..aee5570b8 100644 --- a/test/asan/TestCases/Posix/wait4.cc +++ b/test/asan/TestCases/Posix/wait4.cc @@ -5,6 +5,7 @@ // RUN: %clangxx_asan -DWAIT4_RUSAGE -O3 %s -o %t && not %run %t 2>&1 | FileCheck %s // XFAIL: android +// UNSUPPORTED: darwin #include <assert.h> #include <sys/wait.h> |