Manually generate HLSL skip files for vk-gl-cts e2e tests

It seems we haven't run our e2e tests with FXC validation in a long time
 - at least not since we've added the vk-gl-cts corpus.

Locally disabled exclusion of "/test/vk-gl-cts/" in test-runner/main.go,
and ran:
./test/test-all.sh out/build/x64-Debug/tint.exe --format hlsl --fxc --generate-skip

These will need to be manually removed once the skips aren't needed by
deleting them all, and re-running as above.

Bug: tint:940
Change-Id: I27e395e69f5e1bd7d234f3155f40396b751720d4
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/71981
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Antonio Maiorano <amaiorano@google.com>
This commit is contained in:
Antonio Maiorano
2021-12-08 04:26:58 +00:00
committed by Tint LUCI CQ
parent b2bbb14bd4
commit 2f7730a16e
110 changed files with 17815 additions and 2028 deletions

View File

@@ -1,3 +1,5 @@
SKIP: FAILED
struct QuicksortObject {
int numbers[10];
};
@@ -1560,3 +1562,5 @@ tint_symbol_2 main(tint_symbol_1 tint_symbol) {
wrapper_result.x_GLF_color_1 = inner_result.x_GLF_color_1;
return wrapper_result;
}
C:\src\tint\test\Shader@0x000001EB41548320(156,10-21): error X3531: can't unroll loops marked with loop attribute

View File

@@ -1,3 +1,20 @@
SKIP: FAILED
[[block]]
struct buf0 {
resolution : vec2<f32>;
};
struct S {
field0 : u32;
field1 : u32;
};
[[group(0), binding(0)]] var<uniform> x_75 : buf0;
var<private> gl_FragCoord : vec4<f32>;
var<private> x_GLF_color : vec4<f32>;
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,9 @@
SKIP: FAILED
[[block]]
struct buf0 {
resolution : vec2<f32>;
};
error: undef pointer is not valid: %845 = OpUndef %434