From 3ffeaf4c7f22bfe95702da76d710362b277e15ac Mon Sep 17 00:00:00 2001 From: "James Helferty (NVIDIA)" Date: Thu, 12 Jun 2025 14:29:56 -0400 Subject: Fix argument to float3 cbuffer tests (#7391) Results of these tests had been marked ignored, because they failed on VK with the GLSL backend. This change removes them from the expected-failure.txt file and adds the correct command line option to avoid using the GLSL target. Addresses concern raised on #7282 --- tests/expected-failure.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/expected-failure.txt') diff --git a/tests/expected-failure.txt b/tests/expected-failure.txt index 22142e31d..7283c8d97 100644 --- a/tests/expected-failure.txt +++ b/tests/expected-failure.txt @@ -5,5 +5,3 @@ tests/language-feature/saturated-cooperation/fuse.slang (vk) tests/bugs/byte-address-buffer-interlocked-add-f32.slang (vk) tests/ir/loop-unroll-0.slang.1 (vk) tests/hlsl-intrinsic/texture/float-atomics.slang (vk) -tests/hlsl/cbuffer-float3-offsets-aligned.slang.2 (vk) -tests/hlsl/cbuffer-float3-offsets-unaligned.slang.2 (vk) -- cgit v1.2.3