[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/1151112
Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
Reviewed-by: Leszek Swirski <leszeks@chromium.org>
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#54713}
This commit is contained in:
Michael Lippautz 2018-07-26 11:34:13 +02:00 committed by Commit Bot
parent 82632ed5e4
commit ecae8bae8a

View File

@ -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],