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

@@ -52,9 +52,9 @@ const (
// These directories contain large corpora of tests for which the generated code
// is uninteresting.
var dirsWithNoPassExpectations = []string{
"/test/benchmark/",
"/test/unittest/",
"/test/vk-gl-cts/",
"/test/tint/benchmark/",
"/test/tint/unittest/",
"/test/tint/vk-gl-cts/",
}
func main() {