Update test expectation files

Some pass DXC, but not FXC (e.g. continue_in_switch).
Some now pass (e.g intrinsics/gen/atan2/*.hlsl)
Some now fail gracefully instead of asserting (e.g. 807.spv)

Change-Id: I92b17fcadc7850de5bd93ff07507cea7e5487fc9
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/68820
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Ben Clayton <bclayton@chromium.org>
Commit-Queue: Antonio Maiorano <amaiorano@google.com>
This commit is contained in:
Antonio Maiorano
2021-11-08 20:16:48 +00:00
committed by Tint LUCI CQ
parent 11ab43ddb9
commit f3f8ec3845
16 changed files with 67 additions and 139 deletions

View File

@@ -1,3 +1,3 @@
SKIP: FAILED
error: unhandled instruction with opcode 150: %712 = OpISubBorrow %710 %107 %470
error: extended arithmetic is not finalized for WGSL: https://github.com/gpuweb/gpuweb/issues/1565: %712 = OpISubBorrow %710 %107 %470

View File

@@ -1,3 +1,3 @@
SKIP: FAILED
error: unhandled instruction with opcode 150: %712 = OpISubBorrow %710 %107 %470
error: extended arithmetic is not finalized for WGSL: https://github.com/gpuweb/gpuweb/issues/1565: %712 = OpISubBorrow %710 %107 %470

View File

@@ -1,3 +1,3 @@
SKIP: FAILED
error: unhandled instruction with opcode 150: %712 = OpISubBorrow %710 %107 %470
error: extended arithmetic is not finalized for WGSL: https://github.com/gpuweb/gpuweb/issues/1565: %712 = OpISubBorrow %710 %107 %470

View File

@@ -1,3 +1,3 @@
SKIP: FAILED
error: unhandled instruction with opcode 150: %712 = OpISubBorrow %710 %107 %470
error: extended arithmetic is not finalized for WGSL: https://github.com/gpuweb/gpuweb/issues/1565: %712 = OpISubBorrow %710 %107 %470

View File

@@ -1,10 +1,3 @@
SKIP: FAILED
../src/ast/array_accessor_expression.cc:29 internal compiler error: TINT_ASSERT(array_)
********************************************************************
* The tint shader compiler has encountered an unexpected error. *
* *
* Please help us fix this issue by submitting a bug report at *
* crbug.com/tint with the source program that triggered the bug. *
********************************************************************
error: undef pointer is not valid: %845 = OpUndef %434

View File

@@ -1,10 +1,3 @@
SKIP: FAILED
../src/ast/array_accessor_expression.cc:29 internal compiler error: TINT_ASSERT(array_)
********************************************************************
* The tint shader compiler has encountered an unexpected error. *
* *
* Please help us fix this issue by submitting a bug report at *
* crbug.com/tint with the source program that triggered the bug. *
********************************************************************
error: undef pointer is not valid: %845 = OpUndef %434

View File

@@ -1,10 +1,3 @@
SKIP: FAILED
../src/ast/array_accessor_expression.cc:29 internal compiler error: TINT_ASSERT(array_)
********************************************************************
* The tint shader compiler has encountered an unexpected error. *
* *
* Please help us fix this issue by submitting a bug report at *
* crbug.com/tint with the source program that triggered the bug. *
********************************************************************
error: undef pointer is not valid: %845 = OpUndef %434

View File

@@ -1,10 +1,3 @@
SKIP: FAILED
../src/ast/array_accessor_expression.cc:29 internal compiler error: TINT_ASSERT(array_)
********************************************************************
* The tint shader compiler has encountered an unexpected error. *
* *
* Please help us fix this issue by submitting a bug report at *
* crbug.com/tint with the source program that triggered the bug. *
********************************************************************
error: undef pointer is not valid: %845 = OpUndef %434

View File

@@ -17,5 +17,5 @@ void main() {
s.data[constants[0].x] = 0u;
return;
}
C:\src\tint\test\Shader@0x00000272D4538E60(15,3-24): error X3500: array reference cannot be used as an l-value; not natively addressable
C:\src\tint\test\Shader@0x00000150124FBBE0(15,3-24): error X3500: array reference cannot be used as an l-value; not natively addressable