Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add simple fuzzing #168

Merged
merged 2 commits into from
Oct 30, 2019
Merged

Add simple fuzzing #168

merged 2 commits into from
Oct 30, 2019

Commits on Oct 30, 2019

  1. Add simple fuzzing

    Add infrastructure to automatically run fuzzers in CI,
    and implement a simple fuzzing test based on triggering all (most)
    public APIs in a randimized way.
    
    As far as I was able to try it catches the previous unsoundness issues
    in a matter of seconds. This can be tried by changing the `path = "../"` dependency to
    `version = "=0.6.3"` etc. and running the fuzzer manually. (Note: You'll need
    to tweak the `Cargo.lock` to allow downloading the yanked versions).
    
    Related to servo#124
    dpc committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    85c54a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3ba738 View commit details
    Browse the repository at this point in the history