[llvm-dev] Testcase llvm/test/tools/llvm-objdump/X86/disassemble-functions.test randomly failing
Mikael Holmén via llvm-dev
llvm-dev at lists.llvm.org
Thu Jun 27 22:49:05 PDT 2019
Hi,
Since some time we randomly see the testcase
llvm/test/tools/llvm-objdump/X86/disassemble-functions.test
failing as below.
One of our buildbots fails this way every now and then but I haven't
been able to manually reproduce it.
Anyone else seeing this?
--
Exit Code: 1
Command Output (stderr):
--
command line:1:22: error: MAIN-NOT: excluded string found in input
-implicit-check-not='foo'
^
<stdin>:17:32: note: found here
34: e8 c7 ff ff ff callq -57 <foo>
^~~
--
********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
1 warning(s) in tests.
Testing Time: 133.47s
********************
Failing Tests (1):
LLVM :: tools/llvm-objdump/X86/disassemble-functions.test
Expected Passes : 48620
Expected Failures : 194
Unsupported Tests : 748
Unexpected Failures: 1
FAILED: CMakeFiles/check-all
Regards,
Mikael
More information about the llvm-dev
mailing list