Skip to content

Commit

Permalink
[fuchsia] Build and run gin_unittests as a CFv2 component.
Browse files Browse the repository at this point in the history
Bug: 1256502
Change-Id: I5645965d213bf54d2b9e5175fe17a3fa2d2a14a6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3545447
Reviewed-by: Benjamin Lerman <qsr@chromium.org>
Reviewed-by: David Dorwin <ddorwin@chromium.org>
Reviewed-by: Kentaro Hara <haraken@chromium.org>
Commit-Queue: Greg Thompson <grt@chromium.org>
Cr-Commit-Position: refs/heads/main@{#985877}
  • Loading branch information
GregTho authored and Chromium LUCI CQ committed Mar 28, 2022
1 parent e465928 commit bcf0634
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions gin/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,8 @@ test("gin_unittests") {
}

if (is_fuchsia) {
use_cfv2 = false
additional_manifest_fragments = [
# TODO(crbug.com/1185811): Figure out why jit_capabilities is needed.
"//build/config/fuchsia/test/jit_capabilities.test-cmx",
]
# TODO(https://crbug.com/1185811): Investigate removing the requirement for
# job_policy_ambient_mark_vmo_exec for the sake of V8's allocator in tests.
test_runner_shard = "//build/config/fuchsia/test/elf_test_ambient_exec_runner.shard.test-cml"
}
}

0 comments on commit bcf0634

Please sign in to comment.