summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2023-08-17 21:39:16 -0700
committerGitHub <noreply@github.com>2023-08-18 12:39:16 +0800
commit8a292cff17adbaaca92a8c0de9d41a77d2a13294 (patch)
tree1b14b2bd86a939ef3808c225f660f1e6701c478f /tests
parent80c8f13e369b0bf0b86d2b19a4902594e6d67e5c (diff)
SPIRV: Fix matrix layout tests. (#3137)
* SPIRV: Fix matrix layout tests. * Remove spaces. * Disable debug output. * Fix. * Update expected-failure list. --------- Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/expected-failure.txt12
1 files changed, 3 insertions, 9 deletions
diff --git a/tests/expected-failure.txt b/tests/expected-failure.txt
index 4e85e1b39..f40435ec1 100644
--- a/tests/expected-failure.txt
+++ b/tests/expected-failure.txt
@@ -2,6 +2,8 @@ tests/autodiff/array-param.slang.1 (vk)
tests/autodiff/bool-return-control-flow.slang.1 (vk)
tests/autodiff/dynamic-dispatch-generic-member-2.slang.1 (vk)
tests/autodiff/dynamic-object-bwd-diff.slang.1 (vk)
+tests/autodiff/existential-1.slang.1 (vk)
+tests/autodiff/existential-2.slang.1 (vk)
tests/autodiff/float-cast.slang.1 (vk)
tests/autodiff/fwd-array-out-param.slang.1 (vk)
tests/autodiff/global-param-hoisting.slang.1 (vk)
@@ -57,13 +59,13 @@ tests/bugs/glsl-static-const-array.slang (vk)
tests/bugs/matrix-reshape.slang.1 (vk)
tests/bugs/nested-switch.slang.1 (vk)
tests/bugs/parameter-block-load.slang (vk)
+tests/bugs/parens-cast-issue.slang.1 (vk)
tests/bugs/string-inline.slang.4 (vk)
tests/bugs/vec-compare.slang.2 (vk)
tests/bugs/vec-init.slang.2 (vk)
tests/bugs/inlining/global-const-inline.slang.1 (vk)
tests/compute/buffer-layout.slang.2 (vk)
tests/compute/byte-address-buffer.slang.2 (vk)
-tests/compute/column-major.slang.3 (vk)
tests/compute/dynamic-dispatch-16.slang (vk)
tests/compute/dynamic-dispatch-17.slang (vk)
tests/compute/dynamic-dispatch-18.slang.2 (vk)
@@ -77,25 +79,19 @@ tests/compute/half-structured-buffer.slang (vk)
tests/compute/half-vector-calc.slang.1 (vk)
tests/compute/half-vector-compare.slang.1 (vk)
tests/compute/interface-shader-param-in-struct.slang.2 (vk)
-tests/compute/kernel-context-threading.slang.5 (vk)
tests/compute/loop-unroll.slang.5 (vk)
-tests/compute/non-square-column-major.slang.3 (vk)
-tests/compute/non-square-row-major.slang.3 (vk)
tests/compute/pack-any-value-16bit.slang (vk)
tests/compute/parameter-block.slang.2 (vk)
tests/compute/ray-tracing-inline.slang.1 (vk)
-tests/compute/row-major.slang.3 (vk)
tests/compute/rw-texture-simple.slang.4 (vk)
tests/compute/semantic.slang.3 (vk)
tests/compute/static-const-array.slang.1 (vk)
tests/compute/static-const-matrix-array.slang.1 (vk)
tests/compute/static-const-vector-array.slang.1 (vk)
-tests/compute/structured-buffer-of-matrices.slang.3 (vk)
tests/compute/texture-sample-grad-offset-clamp.slang (vk)
tests/compute/texture-simple.slang.4 (vk)
tests/compute/texture-simpler.slang (vk)
tests/compute/vector-scalar-compare.slang.1 (vk)
-tests/cross-compile/fmod.slang.1 (vk)
tests/cross-compile/get-dimensions.slang.1 (vk)
tests/cross-compile/glsl-bool-ops.slang.1 (vk)
tests/hlsl/byte-buffer-load-std430.slang (vk)
@@ -173,5 +169,3 @@ tests/slang-extension/exchange-int64-byte-address-buffer.slang.4 (vk)
tests/slang-extension/realtime-clock.slang.2 (vk)
tests/spirv/spirv-instruction.slang (vk)
tests/type/texture-sampler/texture-sampler-2d.slang (vk)
-tests/autodiff/existential-1.slang.1 (vk)
-tests/autodiff/existential-2.slang.1 (vk)