From 7e4c035a827e2b03de7729feadc8a4d78e7fcb5b Mon Sep 17 00:00:00 2001 From: Nick Terrell Date: Tue, 10 Nov 2020 11:44:30 -0800 Subject: [PATCH] [lz4] Disable i386 fuzzing (#4600) There are 3 open LZ4 i386 issues. Each claims to be reliabily reproducable. We've never been able to reproduce any of them. At this point it is just causing noise. So we want to disable i386 fuzzing until these issues have been sorted out. OSS-Fuzz claims the latest tested revision is https://github.com/lz4/lz4/commit/664427aa8f6808411a2c04f003a9b364bdebe578 from 5 days ago. Does that mean it was able to succesfully reproduce then? --- projects/lz4/project.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/lz4/project.yaml b/projects/lz4/project.yaml index 787804956..8ebd04346 100644 --- a/projects/lz4/project.yaml +++ b/projects/lz4/project.yaml @@ -21,4 +21,3 @@ sanitizers: - dataflow architectures: - x86_64 - - i386