[LLVMdev] Libc++abi tests on ARM

Renato Golin renato.golin at linaro.org
Mon May 12 03:11:30 PDT 2014


Hi Logan,

I'm running the tests on libc++abi on ARM and I'm seeing some errors.
On your earlier email you said you ran the tests clean, and I was
wondering what magic do I need to get the same results. :)

I had to change the build and test scripts a little to make it compile
on Linux, but nothing radical. I also had to copy (and link) the
libc++abi.so files on install/lib and use that clang.

On the test script, I've added "-lc++abi -lpthread" to OPTIONS and
added LD_LIBRARY_PATH="../../install/lib" to help it find libc++. With
that, I still got 6 failures:

terminating with uncaught exception of type char*
Aborted (core dumped)
catch_array_02.cpp failed at run time

terminating with uncaught exception of type void (*)()
Aborted (core dumped)
catch_function_02.cpp failed at run time

terminating with uncaught exception of type derived*
Aborted (core dumped)
catch_ptr_02.cpp failed at run time

terminating with uncaught exception of type int
Aborted (core dumped)
unwind_01.cpp failed at run time

terminating with uncaught exception of type int
Aborted (core dumped)
unwind_02.cpp failed at run time

terminating with uncaught exception of type char
Aborted (core dumped)
unwind_04.cpp failed at run time

Have you seen these failures? I haven't dug deep enough, just
wondering if it's something I'm (not) doing.

cheers,
--renato



More information about the llvm-dev mailing list