diff options
| author | Darren Wihandi <65404740+fairywreath@users.noreply.github.com> | 2025-02-28 13:11:26 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-28 10:11:26 -0800 |
| commit | 66984eb856454d0a372e3b30643823af18612067 (patch) | |
| tree | cf9283fc3cb15bd83ae476f00e7785658adaa77e /tests/expected-failure-github.txt | |
| parent | e4b960024972420dfc96a758bfc35e8fcbf28273 (diff) | |
Add WaveGetLane* support for Metal and WGSL (#6371)
* support WaveGetLane* for WGSL and Metal
* update test and glsl support
* address review comments and fix metal test
* add missing pragma guard
* update test
* Revert "update test"
This reverts commit f2b97e91c29de154190710580c343bd0764aedbb.
* update failing glsl metal test and added new test
* make hlsl and glsl outputs similar
* update test
* disable tests for Metal and cleanup
* comment fix
* add expected failures
* correct expected failures list
* remove expected failure
* add tests to expected failure
---------
Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to 'tests/expected-failure-github.txt')
| -rw-r--r-- | tests/expected-failure-github.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/expected-failure-github.txt b/tests/expected-failure-github.txt index e9f634ea8..10897b31e 100644 --- a/tests/expected-failure-github.txt +++ b/tests/expected-failure-github.txt @@ -10,4 +10,6 @@ tests/autodiff/custom-intrinsic.slang.2 syn (wgpu) tests/bugs/buffer-swizzle-store.slang.3 syn (wgpu) tests/compute/interface-shader-param-in-struct.slang.4 syn (wgpu) tests/compute/interface-shader-param.slang.5 syn (wgpu) -tests/language-feature/shader-params/interface-shader-param-ordinary.slang.4 syn (wgpu)
\ No newline at end of file +tests/language-feature/shader-params/interface-shader-param-ordinary.slang.4 syn (wgpu) +tests/glsl-intrinsic/shader-subgroup/shader-subgroup-builtin-variables.slang.8 (mtl) +tests/glsl-intrinsic/shader-subgroup/shader-subgroup-builtin-variables-2.slang.3 (mtl) |
