summaryrefslogtreecommitdiff
path: root/tests/expected-failure-github.txt
AgeCommit message (Expand)Author
2025-07-27Fix failing CoopVec tests (#7937)Jay Kwak
2025-07-16Document why failing VVL coop-vec tests cannot be enabled & minor cleanup/bug...ArielG-NV
2025-07-03Remove a test from expected-failure-github for MacOS (#7526)Jay Kwak
2025-06-27Enable Vulkan Validation Layer in CI (#7543)Gangzheng Tong
2025-06-05Implement isnan and isinf for WGSL with bitwise operations (#7344)Jay Kwak
2025-05-02Disable an always failing test, partial resident test with dx12 (#6983)Jay Kwak
2025-04-24update slang-rhi (#6587)Simon Kallweit
2025-02-28Implement sparse texture Sample* intrinsics for SPIRV (#6377)Darren Wihandi
2025-02-28Add WaveGetLane* support for Metal and WGSL (#6371)Darren Wihandi
2025-02-26Fix precompiledTargetModule tests (#6455)cheneym2
2025-02-20HLSL: Add 'f' suffix to float literals in code generation (#6381)Mukund Keshava
2025-02-11Add raypayload decoration to ray payload structs (#6164)Ellie Hermaszewska
2025-01-30Support cooperative vector including Vulkan-Header (#6228)Jay Kwak
2025-01-17test-server should use d3d12core.dll from bin directory (#6095)Jay Kwak
2024-12-12WGSL: Fix issue where global calls are generated (#5768)Anders Leino
2024-11-28wgsl: signedness mismatch fixes (#5692)Anders Leino
2024-11-28wgsl: Conditionally enable some tests based on 'half' support (#5694)Anders Leino
2024-11-26WGSL: Fix issue where swizzle L-values are generated (#5682)Anders Leino
2024-11-26wgpu: Enable Metal-like legalization for byte addressible buffers (#5681)Anders Leino
2024-11-25Support interpolation modifiers for WGSL (#5641)Anders Leino
2024-11-25wgsl: Fix field semantics even if input struct doesn't need flattening (#5642)Anders Leino
2024-11-21Enable some rendering tests (#5623)Anders Leino
2024-11-21Refresh of disabled WGPU tests (#5614)Anders Leino
2024-11-20Fix WGPU test by provding TEST_INPUT for outputBuffer (#5611)Anders Leino
2024-11-20WGSL: Support isnan, isinf, etc.. (#5609)Anders Leino
2024-11-13Various fixes to enable some WGSL graphics tests (#5548)Anders Leino
2024-11-11Transfer offset decorations when legalizing laid-out structs (#5525)Anders Leino
2024-11-07Enable a bunch of WGPU tests (#5513)Anders Leino
2024-11-06Fix IntVal unification logic to insert type casts + buffer element lowering r...Yong He
2024-11-06Fix WGSL parameter block binding. (#5500)Yong He
2024-11-06[WGSL] Enable arbitrary arrays in uniform buffers. (#5497)Yong He
2024-11-06Make various parameters and return types require specialization when targetin...Anders Leino
2024-11-05Fix issue of infinity float literal (#5489)kaizhangNV
2024-11-05Update slang-rhi and fix error handling (#5485)cheneym2
2024-11-05Fixing the wrong implementation of some math intrinsic (#5491)kaizhangNV
2024-11-01Enable a few more WGPU tests (#5476)Anders Leino
2024-11-01Update Slang-RHI again to get more WGPU fixes (#5475)Anders Leino
2024-10-15Enable WebGPU tests in CI (#5239)Anders Leino
2024-10-07Add WGSL support for slang-test (#5174)Anders Leino
2024-07-31Allow generic type deduction from ParameterBlock arguments. (#4766)Yong He
2024-07-10WIP Drop Premake (#3703)Ellie Hermaszewska
2024-06-12Enable full test on macos. (#4327)Yong He
2023-12-08WIP: CMake (#3326)Ellie Hermaszewska
2023-09-12Correctly identify the number of operands to image sampling operands in SPIR-...Ellie Hermaszewska
2023-09-01Fix github ci. (#3177)Yong He