summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Webb <allenwebb@google.com>2018-12-03 16:20:03 -0800
committerchrome-bot <chrome-bot@chromium.org>2018-12-04 00:11:31 -0800
commit5f4f729f2fde645c377b6e3011dab82b1585a469 (patch)
tree47e6315e2f24af90d93bd3ae88b0234bd3395c84
parentc1b0bf4bd57ec87a55ffbae4d08ae7422d1a6e44 (diff)
downloadchrome-ec-5f4f729f2fde645c377b6e3011dab82b1585a469.tar.gz
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 <allenwebb@google.com> Reviewed-on: https://chromium-review.googlesource.com/1359652 Reviewed-by: Manoj Gupta <manojgupta@chromium.org>
-rw-r--r--fuzz/build.mk3
1 files changed, 2 insertions, 1 deletions
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