Displaying 1 result from an estimated 1 matches for "release_370".
Did you mean:
release_30
2015 Oct 11
2
Should I worry about test failures in a release?
Hi all,
I checked out everything mentioned in GettingStarted at
tags/RELEASE_370/final and ran `make -j4 check-all`.
I got three test failures:
libc++abi :: catch_array_01.pass.cpp
libc++abi :: catch_function_01.pass.cpp
libc++abi :: catch_member_function_pointer_01.pass.cpp
Should I worry?
Here are the failures as reported, with the LLVM source directory
rep...