diff options
| author | Anders Leino <aleino@nvidia.com> | 2024-11-28 11:27:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-28 09:27:22 +0000 |
| commit | 6e52cc811835b82bf9140189ef1f3a8561baf327 (patch) | |
| tree | 7a46d77887a8b2a7f4b7c4a77e903ad49d9ba035 /tests/expected-failure-github.txt | |
| parent | 947b99e8ebaa81e9c8ee9b0f3e247d8d329041ad (diff) | |
wgsl: signedness mismatch fixes (#5692)
* Enable tests/language-feature/enums/strongly-typed-id.slang
* Fix operator signedness mismatch issue
This helps to address issue #5606.
* wgsl: Insert casts for integer type return values
This closes #5606.
* format code
---------
Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>
Diffstat (limited to 'tests/expected-failure-github.txt')
| -rw-r--r-- | tests/expected-failure-github.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/expected-failure-github.txt b/tests/expected-failure-github.txt index ba08b2b77..81a61133b 100644 --- a/tests/expected-failure-github.txt +++ b/tests/expected-failure-github.txt @@ -13,5 +13,4 @@ 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/constants/static-const-in-generic-interface.slang.1 syn (wgpu) -tests/language-feature/enums/strongly-typed-id.slang.1 syn (wgpu) tests/language-feature/shader-params/interface-shader-param-ordinary.slang.4 syn (wgpu) |
