diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/compute/matrix-layout.hlsl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/compute/matrix-layout.hlsl b/tests/compute/matrix-layout.hlsl index 799781d11..ad456d8be 100644 --- a/tests/compute/matrix-layout.hlsl +++ b/tests/compute/matrix-layout.hlsl @@ -5,8 +5,10 @@ // The test was created because it was found that released versions of dxc // were ignoring the `#pragma pack_matrix` directive. +// This has a compatibility issue on Windows 10.0.10586 on Dx12 - dxcompiler will crash (can remove form tests with -exclude compatibility-issue) + //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -xslang -matrix-layout-row-major -//TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -dx12 -use-dxil -xslang -matrix-layout-row-major +//TEST(compute,compatibility-issue):COMPARE_COMPUTE_EX:-slang -compute -dx12 -use-dxil -xslang -matrix-layout-row-major // Not testing on Vulkan because of lack of support // for integer matrices in GLSL. Slang needs to |
