[cfe-dev] libcxx tests broken?
Ismail Donmez via cfe-dev
cfe-dev at lists.llvm.org
Wed Oct 28 08:55:22 PDT 2015
Hi,
Since yesterday I am getting:
********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.
UNRESOLVED: libc++abi :: unwind_05.pass.cpp (40 of 41)
******************** TEST 'libc++abi :: unwind_05.pass.cpp' FAILED
********************
Exception during script execution:
Traceback (most recent call last):
File "/home/abuild/rpmbuild/BUILD/llvm/utils/lit/lit/run.py", line 166,
in execute_test
result = test.config.test_format.execute(test, self.lit_config)
File
"/home/abuild/rpmbuild/BUILD/llvm/projects/libcxx/test/libcxx/test/format.py",
line 51, in execute
return self._execute(test, lit_config)
File
"/home/abuild/rpmbuild/BUILD/llvm/projects/libcxx/test/libcxx/test/format.py",
line 76, in _execute
script, tmpBase, execDir = res
ValueError: need more than 0 values to unpack
********************
Since nothing changed on the build system I guess it should be a recent
commit. I checked and res seems to be an empty array in the error case.
ismail
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20151028/aeb82ecd/attachment.html>
More information about the cfe-dev
mailing list