From 93f5d13fc90c518ef2829dc16c28f0403e230337 Mon Sep 17 00:00:00 2001 From: Anders Leino Date: Thu, 21 Nov 2024 09:37:28 +0200 Subject: Refresh of disabled WGPU tests (#5614) Some tests are now passing and are enabled. Other tests are still failing, but are given comments categorizing the failures. Tests in the 'Not supported in WGSL' category are also removed from the expected failures list. (Though they are still kept disabled for WebGPU, of course.) This closes #5519. --- tests/hlsl/packoffset.slang | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/hlsl') diff --git a/tests/hlsl/packoffset.slang b/tests/hlsl/packoffset.slang index 1f654cf7a..93fcef7bc 100644 --- a/tests/hlsl/packoffset.slang +++ b/tests/hlsl/packoffset.slang @@ -6,7 +6,6 @@ // Metal does not support custom data layout. //DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl -//DISABLE_TEST(compute):COMPARE_COMPUTE_EX:-wgpu //TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out,name=outputBuffer RWStructuredBuffer outputBuffer; -- cgit v1.2.3