diff options
author | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2018-06-13 17:46:17 +0000 |
---|---|---|
committer | Ahmed Bougacha <ahmed.bougacha@gmail.com> | 2018-06-13 17:46:17 +0000 |
commit | 61631b1b8f20faef82b0b02ee66481f4c015c02b (patch) | |
tree | 6ba93082136a7d303f830edfa6cd9fc0899973f8 | |
parent | fb17bf60dd14a664bd7ee382e7404f4e8559fc5c (diff) | |
download | llvm-61631b1b8f20faef82b0b02ee66481f4c015c02b.zip llvm-61631b1b8f20faef82b0b02ee66481f4c015c02b.tar.gz llvm-61631b1b8f20faef82b0b02ee66481f4c015c02b.tar.bz2 |
[ASAN] Re-enable fgets_fputs test for darwin.
It seems to be passing, at least on the bots I've seen.
llvm-svn: 334626
-rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/fgets_fputs.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/Posix/fgets_fputs.cc b/compiler-rt/test/asan/TestCases/Posix/fgets_fputs.cc index 687afea..9982880 100644 --- a/compiler-rt/test/asan/TestCases/Posix/fgets_fputs.cc +++ b/compiler-rt/test/asan/TestCases/Posix/fgets_fputs.cc @@ -3,7 +3,7 @@ // RUN: not %run %t 1 %t-testdata 2>&1 | FileCheck %s --check-prefix=CHECK-FGETS // RUN: not %run %t 2 2>&1 | FileCheck %s --check-prefix=CHECK-FPUTS // RUN: not %run %t 3 2>&1 | FileCheck %s --check-prefix=CHECK-PUTS -// XFAIL: android, darwin +// XFAIL: android #include <assert.h> #include <stdio.h> |