Aart Bik
77f50c0910
[vm/fuzzer] Added links to Dust
...
Change-Id: I8845d0c5a90eaffca36da58f1884d2dc090361ff
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/112271
Reviewed-by: Mike Fairhurst <mfairhurst@google.com >
Commit-Queue: Aart Bik <ajcbik@google.com >
2019-08-08 00:47:55 +00:00
Aart Bik
98f67ff3d4
[dart/fuzzer] Mechanism for target functions
...
Rationale:
Runtime dispatch on various target functions.
Also adds new target function (which found an
issue) and prepares Dart VM setup.
https://github.com/dart-lang/sdk/issues/36818
Change-Id: I80e2d567087b435404331e2539f2cda19cadb04e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/100989
Commit-Queue: Aart Bik <ajcbik@google.com >
Reviewed-by: Zach Anderson <zra@google.com >
2019-05-02 18:12:19 +00:00
Aart Bik
ec15148db2
[dart/fuzzer] no target on unsupported build targets
...
Rationale:
This if "hides" the dart_libfuzzer target for
build targets that do not support the fuzzer tool
(e.g. no asan, ia32, etc.). This makes "build all"
possible again, and yields "unknown target 'dart_libfuzzer'"
for unsupported case. Also updates README accordingly
and fixes some formatting.
https://github.com/dart-lang/sdk/issues/36774
Change-Id: I61d85ae00d13a0eda3818d40b992cd81f5ee0357
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/100630
Commit-Queue: Aart Bik <ajcbik@google.com >
Reviewed-by: Alexander Aprelev <aam@google.com >
2019-04-26 20:51:15 +00:00
Aart Bik
7adad2a245
[dart/fuzzer] DartLibfuzzer README additions
...
More links, background, formatting
Change-Id: I5313cbbf30a6167a3533c9fd7a1fb4c31712cf49
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/100624
Reviewed-by: Ryan Macnak <rmacnak@google.com >
Commit-Queue: Aart Bik <ajcbik@google.com >
2019-04-26 00:00:42 +00:00
Aart Bik
c5cdc4ed89
[dart/fuzzer] Add build rule to link Dart with libFuzzer
...
Rationale:
First step towards integrating libFuzzer with Dart.
The initial target function is proof-of-concept.
Change-Id: I21f6ebf70fec05719423fef61fa5a9609500dc95
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/96987
Commit-Queue: Aart Bik <ajcbik@google.com >
Reviewed-by: Ryan Macnak <rmacnak@google.com >
Reviewed-by: Zach Anderson <zra@google.com >
2019-04-25 21:29:42 +00:00