[PATCH] D27005: [lit] Support custom parsers in parseIntegratedTestScript
Eric Fiselier via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 6 15:00:32 PST 2016
Investigating right now. Sorry for the breakage.
On Dec 6, 2016 3:55 PM, "Matthias Braun via Phabricator" <
reviews at reviews.llvm.org> wrote:
MatzeB added a comment.
This breaks the test-suite lit scripts:
Exception during script execution:
Traceback (most recent call last):
File "/Users/mbraun/dev/public_llvm/utils/lit/lit/run.py", line 183, in
execute_test
result = test.config.test_format.execute(test, self.lit_config)
File "/Users/mbraun/dev/test-suite/litsupport/test.py", line 73, in
execute
testfile.parse(context, test.getSourcePath())
File "/Users/mbraun/dev/test-suite/litsupport/testfile.py", line 45, in
parse
command_type,))
ValueError: unknown script command type: 'RUN:'
https://reviews.llvm.org/D27005
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161206/58796364/attachment.html>
More information about the cfe-commits
mailing list