Disable honggfuzz for builds that are failing.

Revert once #646 is fixed.
This commit is contained in:
Oliver Chang 2017-06-01 20:47:12 -07:00
parent 268d8052a2
commit ca0b83b0e9
5 changed files with 15 additions and 0 deletions

View File

@ -7,3 +7,6 @@ sanitizers:
- address
- memory
- undefined
fuzzing_engines:
- libfuzzer
- afl

View File

@ -8,3 +8,6 @@ sanitizers:
- memory:
experimental: True
- undefined
fuzzing_engines:
- libfuzzer
- afl

View File

@ -10,3 +10,6 @@ sanitizers:
- memory:
experimental: True
- undefined
fuzzing_engines:
- libfuzzer
- afl

View File

@ -1,2 +1,5 @@
homepage: "http://chewing.im/"
disabled: true
fuzzing_engines:
- libfuzzer
- afl

View File

@ -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