Displaying 3 results from an estimated 3 matches for "catch_function_01".
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
replaced with ... for clarity:
catch_array_01.pass.cpp.exe:
.../projects/libcxxabi/test/catch_array_01.pass.cpp:25: int main():
Assertion `fal...
2015 Nov 22
2
[cfe-dev] [3.7.1 Release] -rc2 has been tagged
On Sun, Nov 22, 2015 at 8:09 AM, Renato Golin <renato.golin at linaro.org>
wrote:
> On 22 November 2015 at 03:59, Brian Cain <brian.cain at gmail.com> wrote:
> > Should I expect the "-openmp" to work for this RC?
>
> Only if it worked before on the target you're building to in 3.7.0.
>
Ok, I'll check if I can get it to work on 3.7.0.
>
>
2015 Nov 22
2
[cfe-dev] [3.7.1 Release] -rc2 has been tagged
...catch_array_01.pass.cpp
libc++abi :: catch_array_02.pass.cpp
libc++abi :: catch_class_01.pass.cpp
libc++abi :: catch_class_02.pass.cpp
libc++abi :: catch_class_03.pass.cpp
libc++abi :: catch_class_04.pass.cpp
libc++abi :: catch_const_pointer_nullptr.pass.cpp
libc++abi :: catch_function_01.pass.cpp
libc++abi :: catch_function_02.pass.cpp
libc++abi :: catch_in_noexcept.pass.cpp
libc++abi :: catch_member_data_pointer_01.pass.cpp
libc++abi :: catch_member_function_pointer_01.pass.cpp
libc++abi :: catch_member_pointer_nullptr.pass.cpp
libc++abi :: catch_multi_leve...