[PATCH] D27005: [lit] Support custom parsers in parseIntegratedTestScript

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 6 14:55:26 PST 2016


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





More information about the llvm-commits mailing list