Disable SkSLPreserveSideEffects in wasm tests.

This test fails on P400 GPUs (used in our Golo machines) but the wasm
tests do not honor the dm_flags test exclusions. (Another good reason to
implement skia:13034.)

Failing on tree: http://screen/4PxKQrjxaXpL9Q2

Change-Id: I086fb3293b3f4eaad877064470002525a7d6e75f
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/519621
Auto-Submit: John Stiles <johnstiles@google.com>
Reviewed-by: Arman Uguray <armansito@google.com>
Commit-Queue: John Stiles <johnstiles@google.com>
This commit is contained in:
John Stiles 2022-03-10 18:22:24 -05:00 committed by SkCQ
parent 5d1aa2aff8
commit eda97288bd

View File

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