<div dir="ltr"><div><div>Hi Renato,<br><br></div>There is a known issue in the code generated by LLVM.<br>As a workaround, I am adding "-funwind-tables" to compile the unit tests.<br><br></div><div>BTW, the LLVM revision which I am using is r207501.<br>

</div><div>It seems that the recent master has come regression on unwind_04 and unwind_05.<br></div><div>I am bisecting at the moment.<br><br>Sincerely,<br>Logan<br>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, May 12, 2014 at 6:11 PM, Renato Golin <span dir="ltr"><<a href="mailto:renato.golin@linaro.org" target="_blank">renato.golin@linaro.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Logan,<br>
<br>
I'm running the tests on libc++abi on ARM and I'm seeing some errors.<br>
On your earlier email you said you ran the tests clean, and I was<br>
wondering what magic do I need to get the same results. :)<br>
<br>
I had to change the build and test scripts a little to make it compile<br>
on Linux, but nothing radical. I also had to copy (and link) the<br>
libc++abi.so files on install/lib and use that clang.<br>
<br>
On the test script, I've added "-lc++abi -lpthread" to OPTIONS and<br>
added LD_LIBRARY_PATH="../../install/lib" to help it find libc++. With<br>
that, I still got 6 failures:<br>
<br>
terminating with uncaught exception of type char*<br>
Aborted (core dumped)<br>
catch_array_02.cpp failed at run time<br>
<br>
terminating with uncaught exception of type void (*)()<br>
Aborted (core dumped)<br>
catch_function_02.cpp failed at run time<br>
<br>
terminating with uncaught exception of type derived*<br>
Aborted (core dumped)<br>
catch_ptr_02.cpp failed at run time<br>
<br>
terminating with uncaught exception of type int<br>
Aborted (core dumped)<br>
unwind_01.cpp failed at run time<br>
<br>
terminating with uncaught exception of type int<br>
Aborted (core dumped)<br>
unwind_02.cpp failed at run time<br>
<br>
terminating with uncaught exception of type char<br>
Aborted (core dumped)<br>
unwind_04.cpp failed at run time<br>
<br>
Have you seen these failures? I haven't dug deep enough, just<br>
wondering if it's something I'm (not) doing.<br>
<br>
cheers,<br>
--renato<br>
</blockquote></div><br></div>