Disable SkSLStructFieldNoFolding test in wasm-gm-tests.

It fails on the Nvidia Linux GLSL drivers used in the Golo.

Change-Id: I79cfbb9955aef6a6a57d22c82ab94a657434be7d
Bug: skia:13395
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/547447
Commit-Queue: John Stiles <johnstiles@google.com>
Auto-Submit: John Stiles <johnstiles@google.com>
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Kevin Lubick <kjlubick@google.com>
This commit is contained in:
John Stiles 2022-06-07 10:16:05 -04:00
parent 0317614443
commit fd40889786

View File

@ -244,6 +244,7 @@ array of the test names and what they drew.
// These SkSL tests fail on the Quadro P400s in the Golo
'SkSLCommaSideEffects_GPU',
'SkSLPreserveSideEffects_GPU',
'SkSLStructFieldNoFolding_GPU',
// These tests use files on disk, which is not supported for WASM
'Stream',