mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-15 09:35:57 +00:00
We weren't actually enabling WGSL validating in Tint in the E2E test runner. Mark a few tests as SKIP for cases that do not actually validate. Change-Id: I62a55ce701f704d744c32f2cd5cb97683e270e96 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/117960 Commit-Queue: James Price <jrprice@google.com> Reviewed-by: Ben Clayton <bclayton@google.com> Kokoro: James Price <jrprice@google.com> Kokoro: Ben Clayton <bclayton@google.com>
9 lines
819 B
WebGPU Shading Language
9 lines
819 B
WebGPU Shading Language
SKIP: WGSL generator adds parenthesis which increases nesting depth
|
|
|
|
fn fr6snorm() {
|
|
var bzbxttch = (~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(-(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(-(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(9223372036854775807)))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))) % 5);
|
|
}
|
|
bug/chromium/1395241.wgsl:2:145 error: maximum parser recursive depth reached
|
|
var bzbxttch = (~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(-(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(-(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(~(9223372036854775807)))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))) % 5);
|
|
^
|