From 8086adc90b69f3199767c0617e2c429ce6b27f67 Mon Sep 17 00:00:00 2001 From: "James Helferty (NVIDIA)" Date: Tue, 30 Sep 2025 14:21:27 -0400 Subject: Enable metal tests (#8446) Enables all tests/metal/ tests that can be easily enabled. These tests were not originally designed as render tests; they are generally being enabled for pipecleaning purposes, and will not be rigorously testing the corresponding funcitonality. Where they cannot be enabled as render tests, and a metallib test wasn't already enabled, a metallib test was enabled instead (where possible). Fixes #7892 --- tests/pipeline/rasterization/mesh/dead-loop.slang | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/pipeline') diff --git a/tests/pipeline/rasterization/mesh/dead-loop.slang b/tests/pipeline/rasterization/mesh/dead-loop.slang index 8277ad2c2..47435e835 100644 --- a/tests/pipeline/rasterization/mesh/dead-loop.slang +++ b/tests/pipeline/rasterization/mesh/dead-loop.slang @@ -1,5 +1,6 @@ //TEST(compute):COMPARE_COMPUTE_EX(filecheck-buffer=CHECK): -mesh -output-using-type -dx12 -profile sm_6_6 -render-features mesh-shader //TEST(compute):COMPARE_COMPUTE_EX(filecheck-buffer=CHECK): -mesh -output-using-type -vk -profile sm_6_5 -render-features mesh-shader +//TEST(compute, metal):COMPARE_COMPUTE_EX(filecheck-buffer=CHECK): -mesh -output-using-type -metal -render-features mesh-shader // See https://github.com/shader-slang/slang/issues/3401 -- cgit v1.2.3