mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:20:31 +00:00
f29e100f42
Rationale: Rather than manually constructing the API tables for DartFuzz, this introduces a utility to generate API tables based on the analyzer traversal of common libraries. The utility recognizes DartTypes that are currently understood by DartFuzz and constructs the tables organized by return type. TBD: DartFuzz's type system is rather simple; as this improves, more and more methods will be accepted by the utility, thereby increasing fuzzing coverage of our libraries. Change-Id: Idcc607a4a592dbbf80bd79cdfec429cb397b7f68 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/98041 Reviewed-by: Siva Annamalai <asiva@google.com> Commit-Queue: Aart Bik <ajcbik@google.com> |
||
---|---|---|
.. | ||
dartfuzz | ||
graphexplorer | ||
.gitignore | ||
android_finder.py | ||
benchmark.py | ||
bin_to_assembly.py | ||
bin_to_coff.py | ||
bmu_benchmark_gallery.sh | ||
create_archive.py | ||
create_snapshot_bin.py | ||
create_snapshot_file.py | ||
create_string_literal.py | ||
gen_library_src_paths.py | ||
layering_check.py | ||
utils.py | ||
valgrind.py | ||
verbose_gc_to_bmu.dart |