bde2a8a981
Rationale: Generation-based fuzz testing for Dart that finds divergences for different execution paths (e.g. AOT vs JIT) on randomly generated Dart programs. This project is still under heavy development, this first CL just introduces the concepts. Note: The JS mode may report quite a few divergences due to dart2js - VM semantic differences on integer ops. Change-Id: I2854341d9c2744556f19e44a825cddb7437405ee Reviewed-on: https://dart-review.googlesource.com/63323 Commit-Queue: Aart Bik <ajcbik@google.com> Reviewed-by: Samir Jindel <sjindel@google.com>