From 9e3b0367cfd63f21a0519b61b6fd13e94dac1c51 Mon Sep 17 00:00:00 2001 From: Anders Leino Date: Tue, 15 Oct 2024 19:11:53 +0300 Subject: Enable WebGPU tests in CI (#5239) --- tests/hlsl/packoffset.slang | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/hlsl') diff --git a/tests/hlsl/packoffset.slang b/tests/hlsl/packoffset.slang index 2acbb5ff8..5ca8d497e 100644 --- a/tests/hlsl/packoffset.slang +++ b/tests/hlsl/packoffset.slang @@ -2,6 +2,7 @@ //TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -shaderobj -output-using-type //TEST:SIMPLE(filecheck=HLSL): -target hlsl -profile cs_5_0 -entry computeMain -line-directive-mode none //TEST:SIMPLE(filecheck=GLSL): -target glsl -profile glsl_450 -stage compute -entry computeMain -line-directive-mode none +//DISABLE_TEST(compute):COMPARE_COMPUTE_EX:-wgpu // Metal does not support custom data layout. //DISABLE_TEST(compute):COMPARE_COMPUTE:-slang -shaderobj -mtl -- cgit v1.2.3