From 5f4f729f2fde645c377b6e3011dab82b1585a469 Mon Sep 17 00:00:00 2001 From: Allen Webb Date: Mon, 3 Dec 2018 16:20:03 -0800 Subject: cr50_fuzz: Disable this fuzz target until chromeos-ec is fixed. BRANCH=None BUG=chromium:911310 TEST=USE="ubsan asan fuzzer" ./build_packages \ --board=amd64-generic --skip_chroot_upgrade chromeos-ec Change-Id: Ib2ffc7035d0f6912834709bb8a5f6b3c11a2c67a Signed-off-by: Allen Webb Reviewed-on: https://chromium-review.googlesource.com/1359652 Reviewed-by: Manoj Gupta --- fuzz/build.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fuzz/build.mk b/fuzz/build.mk index ea4b18939b..56396b5bd9 100644 --- a/fuzz/build.mk +++ b/fuzz/build.mk @@ -6,7 +6,8 @@ # fuzzer binaries # -fuzz-test-list-host = cr50_fuzz host_command_fuzz +# TODO(crbug.com/911310) Fix the chromeos-ec build before adding cr50_fuzz back. +fuzz-test-list-host = host_command_fuzz # For fuzzing targets libec.a is built from the ro objects and hides functions # that collide with stdlib. The rw only objects are then linked against libec.a -- cgit v1.2.1