This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6918009fea
rust
/
crates
/
syntax
/
fuzz
/
.gitignore
5 lines
35 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Ignore lockfile in fuzz It's too much trouble maintaining it
2019-02-21 06:44:38 -06:00
Cargo.lock
Add trivial fuzzer for parser As described in #61, fuzz testing some parts of this would be ~~fun~~ helpful. So, I started with the most trivial fuzzer I could think of: Put random stuff into File::parse and see what happens. To speed things up, I also did cp src/**/*.rs fuzz/corpus/parser/ in the `crates/libsyntax2/` directory (running the fuzzer once will generate the necessary directories).
2018-09-08 09:55:53 -05:00
target
corpus
artifacts
Reference in New Issue
Copy Permalink