diff options
| author | cheneym2 <acheney@nvidia.com> | 2024-11-05 13:39:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-05 13:39:14 -0500 |
| commit | fc7de92000aa378da32c830ad0999eb46729ad43 (patch) | |
| tree | 990c6ed4e657c818cb2d454ab6389a43f3106222 /tests/expected-failure-github.txt | |
| parent | b118451e301d734e3e783b3acdf871f3f6ea851c (diff) | |
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
Diffstat (limited to 'tests/expected-failure-github.txt')
| -rw-r--r-- | tests/expected-failure-github.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/expected-failure-github.txt b/tests/expected-failure-github.txt index 3c318993a..9fe6d72f7 100644 --- a/tests/expected-failure-github.txt +++ b/tests/expected-failure-github.txt @@ -17,6 +17,7 @@ tests/autodiff/global-param-hoisting.slang.4 syn (wgpu) tests/autodiff/material/diff-bwd-falcor-material-system.slang.2 syn (wgpu) tests/autodiff/material2/diff-bwd-falcor-material-system.slang.2 syn (wgpu) tests/autodiff/matrix-arithmetic-fwd.slang.2 syn (wgpu) +tests/autodiff/no-diff-strip.slang.3 syn (wgpu) tests/autodiff/reverse-loop-checkpoint-test.slang.3 syn (wgpu) tests/bindings/nested-parameter-block-2.slang.4 syn (wgpu) tests/bindings/nested-parameter-block-3.slang.4 syn (wgpu) @@ -39,6 +40,7 @@ tests/bugs/op-assignment-unify-mat.slang.4 syn (wgpu) tests/bugs/shadowed-lookup.slang.1 syn (wgpu) tests/bugs/specialize-function-array-args.slang.2 syn (wgpu) tests/bugs/static-var.slang.1 syn (wgpu) +tests/bugs/texture2d-gather.hlsl.2 syn (wgpu) tests/bugs/user-attribute-lookup.slang.2 syn (wgpu) tests/compute/atomics (wgpu) tests/compute/atomics-buffer (wgpu) |
