[LLVMdev] [cfe-dev] [RC3] FreeBSD status.
Dimitry Andric
dimitry at andric.com
Mon Mar 28 07:09:05 PDT 2011
On 2011-03-28 15:00, arrowdodger wrote:
> Hello. I've built and `make chech-all` rc3 tarballs using CMake build on
> FreeBSD 8-STABLE system. Here are results:
>
> Failing Tests (10):
> Clang :: Index/crash-recovery-code-complete.c
> Clang :: Index/crash-recovery-reparse.c
> Clang :: Index/crash-recovery.c
These failures are caused by some weird problem with signal handling in
multithreaded Python processes on FreeBSD. If you run the Clang tests
single-threaded (e.g. with TESTARGS="-j1"), these particular tests will
succeed.
> LLVM :: BugPoint/crash-narrowfunctiontest.ll
> LLVM :: BugPoint/metadata.ll
> LLVM :: BugPoint/remove_arguments_test.ll
> LLVM :: Feature/load_module.ll
> LLVM-Unit ::
> ExecutionEngine/JIT/Release/JITTests/JITTest.AvailableExternallyFunctionIsntCompiled
> LLVM-Unit ::
> ExecutionEngine/JIT/Release/JITTests/JITTest.AvailableExternallyGlobalIsntEmitted
> LLVM-Unit ::
> ExecutionEngine/JIT/Release/JITTests/LazyLoadedJITTest.MaterializableAvailableExternallyFunctionIsntCompiled
I don't see these failures here, at least on FreeBSD 9.0-current...
More information about the llvm-dev
mailing list