From a32c948344167049705326c2abbcdc7cb26f2408 Mon Sep 17 00:00:00 2001 From: Mostyn Bramley-Moore Date: Mon, 25 Sep 2017 21:01:15 +0200 Subject: [PATCH] [jumbo] also exclude test-bytecode-generator.cc from cctest jumbo builds This caused trouble for my downstream CI tests, even though it builds successfully in the canonical v8 tree. To be investigated properly later. Bug: chromium:746958 Change-Id: I180a5ecc51051e4eb6617180ccba787ff80bcf45 Reviewed-on: https://chromium-review.googlesource.com/682695 Reviewed-by: Jakob Kummerow Commit-Queue: Mostyn Bramley-Moore Cr-Commit-Position: refs/heads/master@{#48151} --- test/cctest/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cctest/BUILD.gn b/test/cctest/BUILD.gn index cdb476b159..92aa099b10 100644 --- a/test/cctest/BUILD.gn +++ b/test/cctest/BUILD.gn @@ -243,6 +243,7 @@ v8_source_set("cctest_sources") { # files, and include them in jumbo compilation units. "interpreter/bytecode-expectations-printer.cc", "interpreter/bytecode-expectations-printer.h", + "interpreter/test-bytecode-generator.cc", "test-api.cc", "test-api.h", ]