[Mlir-commits] [mlir] [MLIR][test] Add asserts requirement to one test (PR #164307)
YongKang Zhu
llvmlistbot at llvm.org
Mon Oct 20 12:14:20 PDT 2025
https://github.com/yozhu created https://github.com/llvm/llvm-project/pull/164307
None
>From 2fc73255d56202ca551d228c9ce9a9c00720038f Mon Sep 17 00:00:00 2001
From: YongKang Zhu <yongzhu at fb.com>
Date: Mon, 20 Oct 2025 12:12:32 -0700
Subject: [PATCH] [MLIR][test] Add asserts requirement to one test
---
mlir/test/Target/SPIRV/function-decorations.mlir | 1 +
1 file changed, 1 insertion(+)
diff --git a/mlir/test/Target/SPIRV/function-decorations.mlir b/mlir/test/Target/SPIRV/function-decorations.mlir
index 6098e42f063a2..ad59d01cccef4 100644
--- a/mlir/test/Target/SPIRV/function-decorations.mlir
+++ b/mlir/test/Target/SPIRV/function-decorations.mlir
@@ -1,3 +1,4 @@
+// REQUIRES: asserts
// RUN: mlir-translate --no-implicit-module --test-spirv-roundtrip --split-input-file %s | FileCheck %s
// RUN: mlir-translate --no-implicit-module --test-spirv-roundtrip --split-input-file --debug %s | FileCheck %s
More information about the Mlir-commits
mailing list