We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb17bf6 commit 61631b1Copy full SHA for 61631b1
compiler-rt/test/asan/TestCases/Posix/fgets_fputs.cc
@@ -3,7 +3,7 @@
3
// RUN: not %run %t 1 %t-testdata 2>&1 | FileCheck %s --check-prefix=CHECK-FGETS
4
// RUN: not %run %t 2 2>&1 | FileCheck %s --check-prefix=CHECK-FPUTS
5
// RUN: not %run %t 3 2>&1 | FileCheck %s --check-prefix=CHECK-PUTS
6
-// XFAIL: android, darwin
+// XFAIL: android
7
8
#include <assert.h>
9
#include <stdio.h>
0 commit comments