mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-14 23:56:16 +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
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user