Skip to content

Commit

Permalink
Enable language-feature/constants/static-const-in-generic-interface.s…
Browse files Browse the repository at this point in the history
…lang for WebGPU
  • Loading branch information
aleino-nv committed Dec 5, 2024
1 parent 8210b91 commit 09a5488
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/expected-failure-github.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ 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/constants/static-const-in-generic-interface.slang.1 syn (wgpu)
tests/language-feature/shader-params/interface-shader-param-ordinary.slang.4 syn (wgpu)
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// static-const-in-generic-interface.slang

//TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK): -shaderobj
// WGSL: Functions cannot be called at module scope #5607
//DISABLE_TEST(compute):COMPARE_COMPUTE_EX:-wgpu

// Test that `static const` variable declarations inside of
// a generic `interface` type correctly translate to interface requirements.
Expand Down

0 comments on commit 09a5488

Please sign in to comment.