Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(677)

Issue 801113003: Random-walk fuzzer for the Dart VM. (Closed)

Created:
5 years, 11 months ago by rmacnak
Modified:
5 years, 10 months ago
Reviewers:
groebert
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Random-walk fuzzer for the Dart VM. Start with all the classes and libraries and various interesting values. Repeatedly choose one as a receiver, construct a message it is likely to understand, send the message, and add the result. R=groebert@google.com Committed: https://code.google.com/p/dart/source/detail?r=43615

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 9

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+350 lines, -0 lines) Patch
A runtime/tests/vm/dart/random_walk_fuzzer.dart View 1 2 3 4 5 6 7 8 1 chunk +350 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
groebert
https://codereview.chromium.org/801113003/diff/80001/fuzzer.dart File fuzzer.dart (right): https://codereview.chromium.org/801113003/diff/80001/fuzzer.dart#newcode12 fuzzer.dart:12: seed = new DateTime.now().millisecondsSinceEpoch & ((1<<31)-1); If we execute ...
5 years, 11 months ago (2015-01-16 09:55:16 UTC) #2
rmacnak
PTAL. I've also fixed a few things in the VM so now this fuzzer runs ...
5 years, 10 months ago (2015-02-05 00:38:28 UTC) #3
groebert
LGTM. Once submitted, I can run the fuzzer at scale. I'll start a new thread ...
5 years, 10 months ago (2015-02-05 11:03:28 UTC) #4
rmacnak
Moved to runtime/tests/vm/dart/random_walk_fuzzer.dart Note that because it does not end in test.dart this will not ...
5 years, 10 months ago (2015-02-09 21:19:32 UTC) #6
rmacnak
5 years, 10 months ago (2015-02-09 21:32:46 UTC) #7
Message was sent while issue was closed.
Committed patchset #9 (id:160001) manually as 43615 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698