Commit ecae8bae authored by Michael Lippautz's avatar Michael Lippautz Committed by Commit Bot

[heap] Ignore SpacesTest.WriteBarrierFromHeapObject

The test creates a new spaces without hooking it up into Heap, which
makes allocations crash.

Tbr: leszeks@chromium.org
No-try: true
Bug: v8:7984
Change-Id: I58c43eedd4fbbedfacfdee3a3bae99c4107404ec
Reviewed-on: https://chromium-review.googlesource.com/1151112Reviewed-by: 's avatarMichael Lippautz <mlippautz@chromium.org>
Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#54713}
parent 82632ed5
......@@ -3,6 +3,12 @@
# found in the LICENSE file.
[
[ALWAYS, {
# BUG(v8:7984).
'SpacesTest.WriteBarrierFromHeapObject': [SKIP],
}], # ALWAYS
['system == macos and asan', {
# BUG(820416).
'BitsDeathTest*': [SKIP],
......
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