This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] [test] Detect glibc-2.27+ and XFAIL appropriate tests
ClosedPublic

Authored by mgorny on Dec 23 2018, 4:04 PM.

Details

Summary

XFAIL the tests known to fail with glibc-2.27+. This takes away
the burden of handling known failures from users, and ensures that
we will be verbosely informed when they actually start working again.

Bug report: https://bugs.llvm.org/show_bug.cgi?id=37804

Diff Detail

Event Timeline

mgorny created this revision.Dec 23 2018, 4:04 PM
Herald added subscribers: Restricted Project, llvm-commits, dberris. · View Herald TranscriptDec 23 2018, 4:04 PM
vitalybuka accepted this revision.Jan 8 2019, 4:52 PM
This revision is now accepted and ready to land.Jan 8 2019, 4:52 PM
This revision was automatically updated to reflect the committed changes.