skia2/tests/sksl/runtime_errors/LoopInitializerErrors.skvm
Brian Osman 0ad2d013b1 SkSL: Turn DSL parser off again
Several fuzzer issues, and one Chromium issue that's blocking the roll.

Bug: chromium:1246795
Bug: skia:12423
Change-Id: I00370b74569b447e543d9a1f22c588eb493063da
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/445960
Reviewed-by: John Stiles <johnstiles@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
Auto-Submit: Brian Osman <brianosman@google.com>
2021-09-07 14:21:57 +00:00

12 lines
412 B
Plaintext

### Compilation failed:
error: 3: missing init declaration
error: 4: invalid init declaration
error: 5: missing loop index initializer
error: 7: invalid type for loop index
error: 8: invalid type for loop index
error: 9: construction of array type 'int[2]' is not supported
error: 13: loop index initializer must be a constant expression
error: 14: loop index initializer must be a constant expression
8 errors