[compiler-rt] r334558 - [ASAN] disable fgets_fputs test for android and darwin
Peter Wu via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 13 11:05:47 PDT 2018
Hi Ahmed,
On Wed, Jun 13, 2018 at 10:51:10AM -0700, Ahmed Bougacha wrote:
> I re-enabled this for darwin in r334626.
>
> It seems to be passing, triggering a bunch of XPASS failures on the
> bots I've seen, e.g.:
> http://green.lab.llvm.org/green/job/clang-stage1-configure-RA/46106/consoleFull#-380363384bb79bcff-293f-4a8e-8a8b-980d8b553ee8
>
> Which bots show a darwin failure? If that still happens, you can mark
> the test as UNSUPPORTED while you investigate.
It happens on the same builder which is configured with:
Builders are running OS X High Sierra 10.13.3 (17C88) with Xcode 9.2 (9C40b). System tools: clang-900.0.39.2, ld64-305
Somehow "AddressSanitizer-i386-darwin :: TestCases/Posix/fgets_fputs.cc"
passes (as expected) while the i386 version fails. I have no idea why.
I was not able to reproduce the issue on macOS 10.11 with Xcode 7.2
(7C68 with clang-700.1.81). Is it possible to pull build artifacts (the
test binary) from the builder?
--
Kind regards,
Peter Wu
https://lekensteyn.nl
More information about the llvm-commits
mailing list