From fc7de92000aa378da32c830ad0999eb46729ad43 Mon Sep 17 00:00:00 2001 From: cheneym2 Date: Tue, 5 Nov 2024 13:39:14 -0500 Subject: Update slang-rhi and fix error handling (#5485) Update slang-rhi to pick up a fix in webgpu compilation error handling. In doRenderComparisonTestRun(), only return TestResult::Pass if the shader is ran actually compiled. A similar check is in place elsewhere in slang-test-main, but was missed in doRenderComparisonTestRun(). Add two tests to the github CI skiplist, and use the skiplist in one additional CI config that was running without it. Closes 5291 --- external/slang-rhi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'external') diff --git a/external/slang-rhi b/external/slang-rhi index 10ab9c69f..db40464b1 160000 --- a/external/slang-rhi +++ b/external/slang-rhi @@ -1 +1 @@ -Subproject commit 10ab9c69fb0f1e3f476c7fd66ca7f3bedffebe55 +Subproject commit db40464b1a84c671824472acbff83402959f9db6 -- cgit v1.2.3