Commit 39a89cee authored by Maya Lekova's avatar Maya Lekova Committed by Commit Bot

[test] Skip hanging death test on Win asan

Change-Id: Ic874265567ed752c314f962a5da7ce84353a4336
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2214835
Auto-Submit: Maya Lekova <mslekova@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#68002}
parent 0f624aae
......@@ -28,6 +28,9 @@
['system == windows and asan', {
# BUG(893437).
'Torque*': [SKIP],
# Hangs on asan.
'PageMemoryRegionDeathTest*': [SKIP],
}], # system == windows and asan
['system == windows and arch == x64 and mode == release', {
......
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