tint: regen skips for hlsl files that were missing error message in the output
Also mark all the skips for time out the same way for easier grepping. Change-Id: Ie071df30431bded7838205c3a18483a5233687c7 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/88341 Reviewed-by: Ben Clayton <bclayton@google.com> Commit-Queue: Antonio Maiorano <amaiorano@google.com> Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
parent
e85fe161cd
commit
0da5e8b35d
|
@ -17,4 +17,5 @@ void main() {
|
||||||
main_1();
|
main_1();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Internal compiler error: access violation. Attempted to read from address 0x0000000000000048
|
||||||
|
|
||||||
|
|
|
@ -17,4 +17,5 @@ void main() {
|
||||||
main_1();
|
main_1();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Internal compiler error: access violation. Attempted to read from address 0x0000000000000048
|
||||||
|
|
||||||
|
|
|
@ -21,4 +21,5 @@ void main() {
|
||||||
main_1();
|
main_1();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Internal compiler error: access violation. Attempted to read from address 0x0000000000000048
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
SKIP: flaky test with FXC, often times out
|
SKIP: test times out after 30s with FXC
|
||||||
|
|
||||||
void set_scalar_float2x3(inout float2x3 mat, int col, int row, float val) {
|
void set_scalar_float2x3(inout float2x3 mat, int col, int row, float val) {
|
||||||
switch (col) {
|
switch (col) {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
SKIP: flaky test with FXC, often times out
|
SKIP: test times out after 30s with FXC
|
||||||
|
|
||||||
void set_scalar_float2x3(inout float2x3 mat, int col, int row, float val) {
|
void set_scalar_float2x3(inout float2x3 mat, int col, int row, float val) {
|
||||||
switch (col) {
|
switch (col) {
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
SKIP: FAILED
|
SKIP: test times out after 30s with FXC
|
||||||
|
|
||||||
test timed out after 30s
|
|
|
@ -1,3 +1 @@
|
||||||
SKIP: FAILED
|
SKIP: test times out after 30s with FXC
|
||||||
|
|
||||||
test timed out after 30s
|
|
|
@ -1 +1 @@
|
||||||
SKIP: flaky test that takes ~25s and often times out with FXC.
|
SKIP: test times out after 30s with FXC
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
SKIP: FAILED
|
SKIP: test times out after 30s with FXC
|
||||||
|
|
||||||
test timed out after 30s
|
|
||||||
|
|
Loading…
Reference in New Issue