From 7f6b683a623ee434e6c720b5bf6c298f389d4b82 Mon Sep 17 00:00:00 2001 From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Date: Tue, 3 Jun 2025 18:41:26 -0700 Subject: Disable 23 tests failing assertions (#7317) --- tests/ir/dump-module.slang | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/ir') 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"; -- cgit v1.2.3