From fa60e6966c15a73f4cafd535242ffc9c8ff9e33e Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Tue, 12 Jun 2018 23:05:03 +0000 Subject: [PATCH] [ASAN] disable fgets_fputs test for android and darwin aarch64/aosp_marlin-userdebug/OPR4.170623.016] builder unexpectedly failed the fgets test (`assertion "fp" failed`). macOS unexpectedly passes the fputs test without triggering ASAN. llvm-svn: 334558 --- compiler-rt/test/asan/TestCases/Posix/fgets_fputs.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/test/asan/TestCases/Posix/fgets_fputs.cc b/compiler-rt/test/asan/TestCases/Posix/fgets_fputs.cc index a126c78c7413..687afea0fba6 100644 --- a/compiler-rt/test/asan/TestCases/Posix/fgets_fputs.cc +++ b/compiler-rt/test/asan/TestCases/Posix/fgets_fputs.cc @@ -3,6 +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 #include #include