mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-09 05:27:49 +00:00
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:
committed by
Tint LUCI CQ
parent
d9d08aecf4
commit
7419f0e26a
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user