dawn-cmake/fuzzers
egj f5490c732d Regex fuzzer: region deletion and duplication
Adds two transformations, one that deletes a random region enclosed
by a given delimiter and another one that duplicates a region by
inserting it at a position of the WGSL code after a delimiter.

Fixes: tint:1072.
Fixes: tint:1073.

Change-Id: Icb10a7f16a783d5eb8f75a48c4015eb87ea1d174
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/60200
Reviewed-by: Alastair Donaldson <afdx@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Alastair Donaldson <afdx@google.com>
2021-07-29 15:40:57 +00:00
..
tint_ast_fuzzer Fix null char in AST fuzzer 2021-07-26 11:25:17 +00:00
tint_regex_fuzzer Regex fuzzer: region deletion and duplication 2021-07-29 15:40:57 +00:00
tint_spirv_tools_fuzzer Update SPIR-V Tools fuzzer 2021-07-29 15:14:27 +00:00
BUILD.gn Add gn support for regex fuzzer 2021-07-29 11:58:18 +00:00
CMakeLists.txt Add regex fuzzer 2021-07-28 11:11:26 +00:00
dictionary.txt Implement texture_depth_multisampled_2d 2021-07-26 22:19:48 +00:00
generate_spirv_corpus.py Add explanatory comment to fuzzer build files 2021-07-14 13:04:31 +00:00
generate_wgsl_corpus.py Remove stray print in generate_wgsl_corpus.py 2021-07-20 11:14:50 +00:00
tint_all_transforms_fuzzer.cc fuzzers: Switch fuzzers to new generator API 2021-07-12 21:07:41 +00:00
tint_ast_clone_fuzzer.cc fuzzers: Switch fuzzers to new generator API 2021-07-12 21:07:41 +00:00
tint_binding_remapper_fuzzer.cc Add fuzzing for transform::VertexPulling 2021-05-06 15:43:33 +00:00
tint_common_fuzzer.cc Remove InputStepMode (it was deprecated in favor of VertexStepMode) 2021-07-27 07:33:19 +00:00
tint_common_fuzzer.h fuzzers: Fix use-after-free 2021-07-22 22:53:24 +00:00
tint_first_index_offset_fuzzer.cc Add fuzzing for transform::VertexPulling 2021-05-06 15:43:33 +00:00
tint_inspector_fuzzer.cc Add in Inspector Fuzzer implementation file 2021-01-13 20:15:32 +00:00
tint_renamer_fuzzer.cc Add fuzzing for transform::Renamer 2021-04-29 20:43:45 +00:00
tint_robustness_fuzzer.cc transform: Rename BoundArrayAccessors to Robustness 2021-06-30 13:23:36 +00:00
tint_single_entry_point_fuzzer.cc Add fuzzing for transform::VertexPulling 2021-05-06 15:43:33 +00:00
tint_spv_reader_fuzzer.cc Re-land fuzzing work with fix 2021-01-12 16:23:48 +00:00
tint_spv_reader_hlsl_writer_fuzzer.cc Re-land fuzzing work with fix 2021-01-12 16:23:48 +00:00
tint_spv_reader_msl_writer_fuzzer.cc Fuzz WGSL and MSL generator options 2021-07-22 13:25:54 +00:00
tint_spv_reader_spv_writer_fuzzer.cc Fuzz WGSL and MSL generator options 2021-07-22 13:25:54 +00:00
tint_spv_reader_wgsl_writer_fuzzer.cc Re-land fuzzing work with fix 2021-01-12 16:23:48 +00:00
tint_vertex_pulling_fuzzer.cc Remove fuzzing for transform::EmitVertPointSize 2021-05-07 15:48:04 +00:00
tint_wgsl_reader_fuzzer.cc Re-land fuzzing work with fix 2021-01-12 16:23:48 +00:00
tint_wgsl_reader_hlsl_writer_fuzzer.cc Re-land fuzzing work with fix 2021-01-12 16:23:48 +00:00
tint_wgsl_reader_msl_writer_fuzzer.cc Fuzz WGSL and MSL generator options 2021-07-22 13:25:54 +00:00
tint_wgsl_reader_spv_writer_fuzzer.cc Fuzz WGSL and MSL generator options 2021-07-22 13:25:54 +00:00
tint_wgsl_reader_wgsl_writer_fuzzer.cc Re-land fuzzing work with fix 2021-01-12 16:23:48 +00:00