This website requires JavaScript.
Explore
Help
Register
Sign In
reactos
/
syzkaller
Watch
1
Star
0
Fork
0
You've already forked syzkaller
mirror of
https://github.com/reactos/syzkaller.git
synced
2024-11-23 11:29:46 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
b190f06061
syzkaller
/
.gitignore
11 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add Makefile
2015-10-12 15:15:57 +00:00
*.swp
*~
add *.cfg and workdir* masks to .gitignore I have lots of them for testing.
2017-01-08 13:03:47 +00:00
*.cfg
workdir*
Add Makefile
2015-10-12 15:15:57 +00:00
bin/
dashboard/app: fix testing for go1.11 runtime 0. Remove aetest build tag. We don't need it anymore, go test should work. 1. IsDevAppServer does not return true in tests anymore, so don't use it 2. Use a different mechanism to register test/prod config. We don't have aetest tag anymore, so we need something even more dynamic. 3. Fix new golangci-lint warnings: all test files are checked now. Update #1461
2020-01-29 10:50:06 +00:00
dashboard/app/config_prod.go
fuzzit.sh: migrate syzkaller to new org and introduce regression The fuzzers now run on every new code that is pushed to master Regression using the generated corpus from the above step is run locally in the travis. This should fail the travis if new or old bugs are introduce and thus help catch bugs earlier. To reproduce locally you can run ./fuzzit create job --local syzkaller/target-name $PATH_TO_FUZZER
2019-08-09 07:46:28 +00:00
# jetbrains goland
.idea
Reference in New Issue
Copy Permalink