mirror of https://github.com/google/oss-fuzz.git
Disable honggfuzz for builds that are failing.
Revert once #646 is fixed.
This commit is contained in:
parent
268d8052a2
commit
ca0b83b0e9
|
@ -7,3 +7,6 @@ sanitizers:
|
|||
- address
|
||||
- memory
|
||||
- undefined
|
||||
fuzzing_engines:
|
||||
- libfuzzer
|
||||
- afl
|
||||
|
|
|
@ -8,3 +8,6 @@ sanitizers:
|
|||
- memory:
|
||||
experimental: True
|
||||
- undefined
|
||||
fuzzing_engines:
|
||||
- libfuzzer
|
||||
- afl
|
||||
|
|
|
@ -10,3 +10,6 @@ sanitizers:
|
|||
- memory:
|
||||
experimental: True
|
||||
- undefined
|
||||
fuzzing_engines:
|
||||
- libfuzzer
|
||||
- afl
|
||||
|
|
|
@ -1,2 +1,5 @@
|
|||
homepage: "http://chewing.im/"
|
||||
disabled: true
|
||||
fuzzing_engines:
|
||||
- libfuzzer
|
||||
- afl
|
||||
|
|
|
@ -2,3 +2,6 @@ homepage: "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS"
|
|||
primary_contact: "ttaubert@mozilla.com"
|
||||
auto_ccs:
|
||||
- "fkiefer@mozilla.com"
|
||||
fuzzing_engines:
|
||||
- libfuzzer
|
||||
- afl
|
||||
|
|
Loading…
Reference in New Issue