[llvm-dev] Should I worry about test failures in a release?
Joachim Durchholz via llvm-dev
llvm-dev at lists.llvm.org
Sat Oct 10 23:44:36 PDT 2015
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
replaced with ... for clarity:
catch_array_01.pass.cpp.exe:
.../projects/libcxxabi/test/catch_array_01.pass.cpp:25: int main():
Assertion `false' failed.
catch_function_01.pass.cpp.exe:
.../projects/libcxxabi/test/catch_function_01.pass.cpp:34: int main():
Assertion `false' failed.
catch_member_function_pointer_01.pass.cpp.exe:
.../projects/libcxxabi/test/catch_member_function_pointer_01.pass.cpp:44: void
test1(): Assertion `false' failed.
Regards,
Jo
More information about the llvm-dev
mailing list