google / graphicsfuzz

A testing framework for automatically finding and simplifying bugs in graphics shader compilers.
Apache License 2.0
569 stars 117 forks source link

gfauto: add spirv_opt_just_o #1088

Closed paulthomson closed 4 years ago

paulthomson commented 4 years ago

Add "spirv_opt_just_o" setting. This causes us to just generate one additional test from a fuzzed test using spirv-opt -O ... rather than generating five additional tests.