Commit f25edf22 authored by Joshua Litt's avatar Joshua Litt Committed by Commit Bot

[d8] Terminate execution instead of omitting quit in d8 asan

Bug: v8:4653
Change-Id: I2b2e0e12dc7c3734dd554aa6dd5ed71c90a77758
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1806796Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
Commit-Queue: Joshua Litt <joshualitt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#63911}
parent 934dd8d7
This diff is collapsed.
......@@ -173,7 +173,6 @@ class StandardTestRunner(base_runner.BaseTestRunner):
if self.build_config.asan:
options.extra_flags.append('--invoke-weak-callbacks')
options.extra_flags.append('--omit-quit')
if self.build_config.no_snap:
# Speed up slow nosnap runs. Allocation verification is covered by
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment