test failures

I hope this is the right forum...
Some tests started to fail when running "make all check". Here's an
excerpt of the output

llvm[0]: ***** Completed Release+Asserts Build
llvm[0]: Running test suite

(snip details; available in the attachment)

llvm-fail.gz (2.4 KB)

Good morning, Csaba!

I hope this is the right forum...

The llvmdev should be more suitable! It is llvm's issue.

Failing Tests (15):
LLVM :: DebugInfo/2009-10-16-Scope.ll

(snip)

LLVM :: Transforms/SimplifyLibCalls/StrSpn.ll

Expected Passes : 3783
Expected Failures : 16
Unsupported Tests : 1882
Unexpected Failures: 15

It is well-known (but undocumented) issue. most developers must check
with targets=all.
IIRC, it has not been filed.

However, I've seen at least 12 failures when configured with all targets.

I did not know. on which configuration is your llvm-fail.gz?

BTW, Have you tried "make check-all"?

...Takumi

It is well-known (but undocumented) issue. most developers must check
with targets=all.

Oh well, so much for trying to save some build time and disk space :slight_smile:

IIRC, it has not been filed.

However, I've seen at least 12 failures when configured with all targets.

I did not know. on which configuration is your llvm-fail.gz?

It was from targets=x86 (which should have been x86_64, but I fail at
reading the output of configure --help).