summaryrefslogtreecommitdiff
path: root/tests/disabled-tests.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/disabled-tests.txt')
-rw-r--r--tests/disabled-tests.txt18
1 files changed, 8 insertions, 10 deletions
diff --git a/tests/disabled-tests.txt b/tests/disabled-tests.txt
index ea1a2330e..e588c153d 100644
--- a/tests/disabled-tests.txt
+++ b/tests/disabled-tests.txt
@@ -19,16 +19,6 @@ like it currently does.
* compute/dynamic-dispatch-12.slang
-### `StructuredBuffer<ISomething>`
-
-These tests require support for structured buffers where the element type either is an interface type or transitively contains one.
-
-* compute/dynamic-dispatch-13.slang
-* compute/dynamic-dispatch-14.slang
-* compute/dynamic-dispatch-bindless-texture.slang
-* compute/interface-func-param-in-struct.slang
-* compute/interface-assoc-type-param.slang
-
### Generic Specialization Parameters
These tests make use of generic specialization parameters in ways that don't easily align with the implementation approach that is more focused on existential parameters.
@@ -52,6 +42,14 @@ They will need to wait until the shader object implementation(s) are updated to
* compute/interface-shader-param-in-struct.slang
* compute/interface-shader-param-legalization.slang
+### Gfx Limitation
+
+These tests are disabled due to other limitations of gfx layer.
+
+* compute/half-rw-texture-convert.slang
+* compute/half-rw-texture-simple.slang
+
+
### Uncategorized
These tests need to be binned according to what features they need.