[Mlir-commits] [mlir] [mlir][test] Speculative fix for python/dialects test (PR #160651)

Timm Baeder llvmlistbot at llvm.org
Wed Sep 24 23:15:17 PDT 2025


https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/160651

The CHECK comment doesn't match the following function name.

>From c6ea0194d674886194286497b37de3425243188a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timm=20B=C3=A4der?= <tbaeder at redhat.com>
Date: Thu, 25 Sep 2025 08:14:24 +0200
Subject: [PATCH] [mlir][test] Speculative fix for python/dialects test

The CHECK comment doesn't match the following function name.
---
 mlir/test/python/dialects/python_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mlir/test/python/dialects/python_test.py b/mlir/test/python/dialects/python_test.py
index 761d22357f8f8..4a4d763c139a5 100644
--- a/mlir/test/python/dialects/python_test.py
+++ b/mlir/test/python/dialects/python_test.py
@@ -1003,7 +1003,7 @@ def types(lst):
             assert type(op_res_variadic.res) is OpResultList
 
 
-# CHECK-LABEL: TEST: testVariadicAndNormalRegion
+# CHECK-LABEL: TEST: testVariadicAndNormalRegionOp
 @run
 def testVariadicAndNormalRegionOp():
     with Context() as ctx, Location.unknown(ctx):



More information about the Mlir-commits mailing list