From d8d0b8969f731990820f25812f3d90ee4dd1ee75 Mon Sep 17 00:00:00 2001 From: ArielG-NV <159081215+ArielG-NV@users.noreply.github.com> Date: Fri, 11 Jul 2025 16:39:21 -0700 Subject: Enable (at least a sub-set of) CoopVec tests that are disabled (#7706) * enable coop vec tests * disable tests which fail with reason * disable other failing tests * disable failing test * add to expected fail list * sort list --- tests/cooperative-vector/array.slang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cooperative-vector/array.slang') diff --git a/tests/cooperative-vector/array.slang b/tests/cooperative-vector/array.slang index 454188e9f..4affd89c8 100644 --- a/tests/cooperative-vector/array.slang +++ b/tests/cooperative-vector/array.slang @@ -1,4 +1,4 @@ -//DISABLE_TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK):-vk -render-feature cooperative-vector -output-using-type +//TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK):-vk -render-feature cooperative-vector -output-using-type // CHECK: type: float // CHECK-NEXT: 1.000000 -- cgit v1.2.3