summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Webb <allenwebb@google.com>2019-01-17 17:16:25 +0000
committerchrome-bot <chrome-bot@chromium.org>2019-01-19 00:14:05 -0800
commit683d56b24f45db76f198197f5c2687fcc80cdd58 (patch)
tree80bda04986836ad05e226c292955ce63bbe9df71
parenta1269ed29a92f79f47732686112192148295d85d (diff)
downloadchrome-ec-683d56b24f45db76f198197f5c2687fcc80cdd58.tar.gz
Revert "Remove fuzzer test runs from buildall."
This reverts commit 1d9dbd408f7d837cb2725ed0e37d775967f6bb21. Reason for revert: There is a compiler fix in llvm r351247. Original change's description: > Remove fuzzer test runs from buildall. > > This removes the test runs for fuzzer targets temporarily until > crbug.com/918662 is resolved. > > BRANCH=None > BUG=chromium:918662 > TEST=make -j buildall > > Change-Id: I80b9c4cd403924e41704462277da6d288796abc8 > Signed-off-by: Allen Webb <allenwebb@google.com> > Reviewed-on: https://chromium-review.googlesource.com/1399201 > Reviewed-by: Manoj Gupta <manojgupta@chromium.org> Bug: chromium:918662 Change-Id: I002046822af9550312f6a88828331637c83e4682 Reviewed-on: https://chromium-review.googlesource.com/1418250 Commit-Ready: Allen Webb <allenwebb@google.com> Tested-by: Allen Webb <allenwebb@google.com> Reviewed-by: Manoj Gupta <manojgupta@chromium.org> Reviewed-by: Allen Webb <allenwebb@google.com> Reviewed-by: Nicolas Boichat <drinkcat@chromium.org>
-rw-r--r--Makefile.rules4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 035339fa30..bf7680cd43 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -271,9 +271,7 @@ $(run-test-targets): run-%: host-%
# Fuzzing tests
fuzz-test-targets=$(foreach t,$(fuzz-test-list-host),host-$(t))
-# TODO(crbug.com/918662) Enable fuzz test runs once they are fixed for the new
-# compiler
-run-fuzz-test-targets=#$(foreach t,$(fuzz-test-list-host),run-$(t))
+run-fuzz-test-targets=$(foreach t,$(fuzz-test-list-host),run-$(t))
.PHONY: $(fuzz-test-targets) $(run-fuzz-test-targets)