mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-17 00:47:13 +00:00
Run all of the backends in the test runner.
Essentially, this adds GLSL to the list of backends to run. Bug: tint:1358 Change-Id: I5075df32d935a3e08733daadbe5ac9dc1e13f03c Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/77220 Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Stephen White <senorblanco@chromium.org>
This commit is contained in:
committed by
Tint LUCI CQ
parent
2190481ad9
commit
d5560400a3
@@ -1,5 +1,9 @@
|
||||
SKIP: FAILED
|
||||
|
||||
vk-gl-cts/graphicsfuzz/cov-bitfieldreverse-loop-limit-underflow/0.wgsl:1:13 warning: use of deprecated language feature: the @stride attribute is deprecated; use a larger type if necessary
|
||||
type Arr = @stride(16) array<i32, 4>;
|
||||
^^^^^^
|
||||
|
||||
#version 310 es
|
||||
precision mediump float;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user