Quuxplusone / LLVMBugzillaTest

0 stars 0 forks source link

glibc-2.24 causes massive test failures #28915

Open Quuxplusone opened 8 years ago

Quuxplusone commented 8 years ago
Bugzilla Link PR28920
Status NEW
Importance P normal
Reported by Bruce Dubbs (bruce.dubbs@gmail.com)
Reported on 2016-08-09 22:01:58 -0700
Last modified on 2016-08-10 15:13:53 -0700
Version 3.8
Hardware PC Linux
CC kcc@google.com, llvm-bugs@lists.llvm.org, renodr@linuxfromscratch.org
Fixed by commit(s)
Attachments
Blocks
Blocked by
See also
Expected Passes    : 19038
  Expected Failures  : 84
  Unsupported Tests  : 6113
  Unexpected Failures: 474

Most failures have a line like:

FAIL: AddressSanitizer-x86_64-linux :: TestCases/Posix/deep_call_stack.cc (83
of 25709)

llvm-3.8.1

The same package using glibc-2.23 did not have any Unexpected Failures.
Quuxplusone commented 8 years ago
Did you show this to glibc folks?
I remember there was something in the newer glibc that caused asan
failures, but that was fixed...
See https://llvm.org/bugs/show_bug.cgi?id=27310
Quuxplusone commented 8 years ago

Yes, I saw that glibc entry, but that was back in May and addressed then. glibc-2.24 was released August 5th (5 days ago).

I do not have the background to debug the problem efficiently, but I will open a new bug there.