google / graphicsfuzz

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

Clean up .spv files generated during testing #1144

Closed afd closed 3 years ago

afd commented 3 years ago

The glslangValidator tool always generates a .spv file when validating a shader in Vulkan mode. This change causes the tests that invoke the validator in this manner to subsequently delete such files.