zyn0217 wrote:
FYI this is still broken:
Clang.Analysis/Scalable/source-edit-generation/coexistence.cpp
```
Exception during script execution:
Traceback (most recent call last):
File
"/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/utils/lit/lit/BooleanExpression.py",
line 32, in evaluate
return parser.parseAll()
^^^^^^^^^^^^^^^^^
File
"/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/utils/lit/lit/BooleanExpression.py",
line 151, in parseAll
self.token = next(self.tokens)
^^^^^^^^^^^^^^^^^
File
"/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/utils/lit/lit/BooleanExpression.py",
line 62, in tokenize
raise ValueError("couldn't parse text: %r" % string)
ValueError: couldn't parse text: '*'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/utils/lit/lit/Test.py",
line 439, in getUnsupportedFeatures
if BooleanExpression.evaluate(item, features)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/utils/lit/lit/BooleanExpression.py",
line 34, in evaluate
raise ValueError(str(e) + ("\nin expression: %r" % string))
ValueError: couldn't parse text: '*'
in expression: '*'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/utils/lit/lit/worker.py",
line 90, in _execute_test_handle_errors
result = test.config.test_format.execute(test, lit_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/utils/lit/lit/formats/shtest.py",
line 38, in execute
return lit.TestRunner.executeShTest(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/utils/lit/lit/TestRunner.py",
line 2284, in executeShTest
parsed = parseIntegratedTestScript(test, require_script=not script)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/utils/lit/lit/TestRunner.py",
line 2143, in parseIntegratedTestScript
unsupported_features = test.getUnsupportedFeatures()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/utils/lit/lit/Test.py",
line 442, in getUnsupportedFeatures
raise ValueError("Error in UNSUPPORTED list:\n%s" % str(e))
ValueError: Error in UNSUPPORTED list:
couldn't parse text: '*'
in expression: '*'
```
https://github.com/llvm/llvm-project/pull/218617
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits