Disable flaky ASan tests temporarily on darwin
llvm-svn: 303662
This commit is contained in:
parent
d3106add77
commit
4f4748557e
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue