summaryrefslogtreecommitdiff
path: root/tests/ir
diff options
context:
space:
mode:
authorJay Kwak <82421531+jkwak-work@users.noreply.github.com>2025-06-03 18:41:26 -0700
committerGitHub <noreply@github.com>2025-06-04 01:41:26 +0000
commit7f6b683a623ee434e6c720b5bf6c298f389d4b82 (patch)
tree3b5c20b1552a109149ca2bd661a80428c9ad62c6 /tests/ir
parentff4017fec51e0cc7e867338ddeb52373ec37a591 (diff)
Disable 23 tests failing assertions (#7317)
Diffstat (limited to 'tests/ir')
-rw-r--r--tests/ir/dump-module.slang6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ir/dump-module.slang b/tests/ir/dump-module.slang
index e22c3fca5..41576f5aa 100644
--- a/tests/ir/dump-module.slang
+++ b/tests/ir/dump-module.slang
@@ -4,10 +4,10 @@
// is to see the file you requested. If there's a bug in slang-module output, it's
// important that -dump-module looks at the specific file you requested.
-//TEST:COMPILE: tests/ir/dump-module.slang -o tests/ir/dump-module.slang-module -target spirv -embed-downstream-ir
+//DISABLE_TEST:COMPILE: tests/ir/dump-module.slang -o tests/ir/dump-module.slang-module -target spirv -embed-downstream-ir
-//TEST:SIMPLE(filecheck=CHECK1): -dump-module tests/ir/dump-module.slang-module
-//TEST:SIMPLE(filecheck=CHECK2): -dump-module tests/ir/dump-module.slang
+//DISABLE_TEST:SIMPLE(filecheck=CHECK1): -dump-module tests/ir/dump-module.slang-module
+//DISABLE_TEST:SIMPLE(filecheck=CHECK2): -dump-module tests/ir/dump-module.slang
module "export-library-generics";