[Mlir-commits] [mlir] [MLIR][Python] add pyrefly lit test (PR #186687)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sun Mar 15 11:33:11 PDT 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results

* 7659 tests passed
* 603 tests skipped
* 1 test failed

## Failed Tests
(click on a test name to see its output)

### MLIR
<details>
<summary>MLIR.python/type_check.py</summary>

```
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 1
/usr/bin/python3 -m pyrefly check --summarize-errors /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/python | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/python/type_check.py
# executed command: /usr/bin/python3 -m pyrefly check --summarize-errors /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/python
# .---command stderr------------
# | /usr/bin/python3: No module named pyrefly
# `-----------------------------
# 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/type_check.py
# .---command stderr------------
# | error: no check strings found with prefix 'CHECK:'
# `-----------------------------
# error: command failed with exit status: 2

--

```
</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/186687


More information about the Mlir-commits mailing list