Skip to content

Commit

Permalink
[ASAN] Re-enable fgets_fputs test for darwin.
Browse files Browse the repository at this point in the history
It seems to be passing, at least on the bots I've seen.

llvm-svn: 334626
  • Loading branch information
ahmedbougacha committed Jun 13, 2018
1 parent fb17bf6 commit 61631b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/test/asan/TestCases/Posix/fgets_fputs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 61631b1

Please sign in to comment.