[compiler-rt] r334626 - [ASAN] Re-enable fgets_fputs test for darwin.

Ahmed Bougacha via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 13 10:46:17 PDT 2018


Author: ab
Date: Wed Jun 13 10:46:17 2018
New Revision: 334626

URL: http://llvm.org/viewvc/llvm-project?rev=334626&view=rev
Log:
[ASAN] Re-enable fgets_fputs test for darwin.

It seems to be passing, at least on the bots I've seen.

Modified:
    compiler-rt/trunk/test/asan/TestCases/Posix/fgets_fputs.cc

Modified: compiler-rt/trunk/test/asan/TestCases/Posix/fgets_fputs.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Posix/fgets_fputs.cc?rev=334626&r1=334625&r2=334626&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Posix/fgets_fputs.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Posix/fgets_fputs.cc Wed Jun 13 10:46:17 2018
@@ -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>




More information about the llvm-commits mailing list