mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-10 05:57:51 +00:00
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:
committed by
Tint LUCI CQ
parent
b2bbb14bd4
commit
2f7730a16e
@@ -1,3 +1,5 @@
|
||||
SKIP: FAILED
|
||||
|
||||
[numthreads(1, 1, 1)]
|
||||
void f() {
|
||||
{
|
||||
@@ -15,3 +17,5 @@ void f() {
|
||||
}
|
||||
return;
|
||||
}
|
||||
C:\src\tint\test\Shader@0x000001A817AB3700(7,11-19): error X3708: continue cannot be used in a switch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user