mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-04 19:25:47 +00:00
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>
10 lines
124 B
HLSL
10 lines
124 B
HLSL
SKIP: FAILED
|
|
|
|
|
|
[[block]]
|
|
struct buf0 {
|
|
resolution : vec2<f32>;
|
|
};
|
|
|
|
error: undef pointer is not valid: %845 = OpUndef %434
|