summaryrefslogtreecommitdiffstats
path: root/tests/language-feature/generics/tuple.slang
Commit message (Collapse)AuthorAge
* wgsl: Conditionally enable some tests based on 'half' support (#5694)Anders Leino2024-11-28
| | | | | | | | | Require the 'half' rendering feature for WebGPU, so that we can detect when the f16 feature is not available, for the following tests: - tests/language-feature/generics/tuple.slang - tests/language-feature/generics/variadic-0.slang This helps to address issue #5605.
* Refresh of disabled WGPU tests (#5614)Anders Leino2024-11-21
| | | | | | | | | Some tests are now passing and are enabled. Other tests are still failing, but are given comments categorizing the failures. Tests in the 'Not supported in WGSL' category are also removed from the expected failures list. (Though they are still kept disabled for WebGPU, of course.) This closes #5519.
* Enable WebGPU tests in CI (#5239)Anders Leino2024-10-15
|
* Variadic Generics Part 2: IR lowering and specialization. (#4849)Yong He2024-08-18
* Variadic Generics Part 2: IR lowering and specialization. * Update design doc status. * Update design doc. * Resolve review comments.