Commit 7e031690 authored by Wenyu Zhao's avatar Wenyu Zhao Committed by Commit Bot

[heap] Temporarily skip CodeRange and GC tests for TPH

* Will bring them back after TPH supports collection.

Bug: v8:11641
Change-Id: Ia170302ccaad9595663cf6bc618e725545a916e5
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2858294
Auto-Submit: Wenyu Zhao <wenyu.zhao@anu.edu.au>
Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#74270}
parent 9a068b9f
This diff is collapsed.
......@@ -168,6 +168,10 @@
'debug/regress/regress-opt-after-debug-deopt': [SKIP],
'debug/regress/regress-prepare-break-while-recompile': [SKIP],
'regress/regress-7421': [SKIP],
# Requires a second isolate
'debug/debug-step': [SKIP],
'debug/deserialize-script-id': [SKIP],
'regress/regress-crbug-507070': [SKIP],
}], # third_party_heap
]
......@@ -511,6 +511,7 @@
'type-profiler/type-profile-start-stop': [SKIP],
'type-profiler/type-profile-with-classes': [SKIP],
'type-profiler/type-profile-with-to-string-tag': [SKIP],
'regress/regress-crbug-1195927': [SKIP],
}], # third_party_heap
]
......@@ -85,4 +85,11 @@
'wasm-trace-memory': [SKIP],
'wasm-trace-memory-liftoff': [SKIP],
}], # no_simd_hardware == True
################################################################################
['third_party_heap', {
# Performs GC
'weakref-finalizationregistry-error': [SKIP],
}], # third_party_heap
]
......@@ -1590,6 +1590,38 @@
'wasm/shared-memory-worker-stress': [SKIP],
'wasm/worker-memory': [SKIP],
'wasm/worker-module': [SKIP],
# Performs GC
'code-coverage-precise': [SKIP],
'compiler/monomorphic-named-load-with-no-map': [SKIP],
'harmony/weakrefs/cleanup': [SKIP],
'harmony/weakrefs/cleanup-from-different-realm': [SKIP],
'harmony/weakrefs/cleanup-is-not-a-microtask': [SKIP],
'harmony/weakrefs/cleanup-on-detached-realm': [SKIP],
'harmony/weakrefs/cleanup-proxy-from-different-realm': [SKIP],
'harmony/weakrefs/cleanupsome': [SKIP],
'harmony/weakrefs/cleanupsome-2': [SKIP],
'harmony/weakrefs/finalizationregistry-and-weakref': [SKIP],
'harmony/weakrefs/finalizationregistry-keeps-holdings-alive': [SKIP],
'harmony/weakrefs/finalizationregistry-scheduled-for-cleanup-multiple-times': [SKIP],
'harmony/weakrefs/multiple-dirty-finalization-groups': [SKIP],
'harmony/weakrefs/reentrant-gc-from-cleanup': [SKIP],
'harmony/weakrefs/two-weakrefs': [SKIP],
'harmony/weakrefs/undefined-holdings': [SKIP],
'harmony/weakrefs/unregister-after-cleanup': [SKIP],
'harmony/weakrefs/unregister-inside-cleanup': [SKIP],
'harmony/weakrefs/unregister-inside-cleanup2': [SKIP],
'harmony/weakrefs/unregister-inside-cleanup3': [SKIP],
'harmony/weakrefs/unregister-many': [SKIP],
'harmony/weakrefs/weak-cell-basics': [SKIP],
'harmony/weakrefs/weak-unregistertoken': [SKIP],
'harmony/weakrefs/weakref-creation-keeps-alive': [SKIP],
'harmony/weakrefs/weakref-deref-keeps-alive': [SKIP],
'measure-memory': [SKIP],
'measure-memory-multiple-realms': [SKIP],
'regress/regress-936077': [SKIP],
'regress/wasm/regress-827806': [SKIP],
'wasm/compiled-module-management': [SKIP],
'wasm/shared-memory-gc-stress': [SKIP],
}], # third_party_heap
]
......@@ -108,6 +108,11 @@
'SpacesTest.WriteBarrierInYoungGenerationFromSpace': [SKIP],
# Requires a second isolate
'ValueSerializerTest.DecodeArrayBufferOOM': [SKIP],
# Performs GC
'APIExceptionTest.ExceptionMessageDoesNotKeepContextAlive': [SKIP],
'LocalHeapTest.GCEpilogue': [SKIP],
'UnifiedHeapDetachedTest.AllocationBeforeConfigureHeap': [SKIP],
'UnifiedHeapTest.FindingV8ToBlinkReference': [SKIP],
}], # third_party_heap
]
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