[llvm-branch-commits] [mlir] Users/makslevental/mlirpythonsupport vis pt3 (PR #173439)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Dec 23 20:17:45 PST 2025
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results
* 7266 tests passed
* 598 tests skipped
* 1 test failed
## Failed Tests
(click on a test name to see its output)
### MLIR
<details>
<summary>MLIR.python/python_pass.py</summary>
```
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
/usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/python_pass.py 2>&1 | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/python_pass.py
# executed command: /usr/bin/python3 /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/python_pass.py
# note: command had no output on stdout or stderr
# error: command failed with exit status: 1
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/python_pass.py
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/python_pass.py:80:17: error: CHECK-LABEL: expected string not found in input
# | # CHECK-LABEL: Dump After custom_pass_1
# | ^
# | <stdin>:3:21: note: scanning from here
# | TEST: testCustomPass
# | ^
# | <stdin>:10:106: note: possible intended match here
# | File "/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/python_pass.py", line 88, in testCustomPass
# | ^
# |
# | Input file: <stdin>
# | Check file: /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/python_pass.py
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: mlir.dialects
# | 2:
# | 3: TEST: testCustomPass
# | label:80'0 X error: no match found
# | 4: Traceback (most recent call last):
# | label:80'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 5: File "/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/python_pass.py", line 50, in <module>
# | label:80'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 6: @run
# | label:80'0 ~~~~~~
# | 7: ^^^
# | label:80'0 ~~~~~
# | 8: File "/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/python_pass.py", line 18, in run
# | label:80'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 9: f()
# | label:80'0 ~~~~~
# | 10: File "/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/python_pass.py", line 88, in testCustomPass
# | label:80'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | label:80'1 ? possible intended match
# | 11: pm.run(module)
# | label:80'0 ~~~~~~~~~~~~~~~~
# | 12: RuntimeError: std::bad_cast
# | label:80'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/173439
More information about the llvm-branch-commits
mailing list