Fix test-runner not skipping dirsWithNoPassExpectations

Tests were moved to a new 'tint' subdirectory for the tint -> Dawn
merge, but these paths were not updated.

Also regen'd files for HLSL and a couple are no longer failing.

Change-Id: I11c315d948013ed30635d20e6da565450859cb03
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/84341
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: James Price <jrprice@google.com>
Commit-Queue: Antonio Maiorano <amaiorano@google.com>
This commit is contained in:
Antonio Maiorano
2022-03-23 15:10:22 +00:00
committed by Tint LUCI CQ
parent d9d08aecf4
commit 7419f0e26a
3 changed files with 3 additions and 64 deletions

View File

@@ -1,13 +0,0 @@
SKIP: FAILED
void main_1() {
const uint2 x_1 = uint2(3u, 4u);
const uint x_10 = x_1[1u];
return;
}
[numthreads(1, 1, 1)]
void main() {
main_1();
return;
}