summaryrefslogtreecommitdiff
path: root/deps/v8/test/cctest/cctest.status
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/cctest/cctest.status')
-rw-r--r--deps/v8/test/cctest/cctest.status498
1 files changed, 488 insertions, 10 deletions
diff --git a/deps/v8/test/cctest/cctest.status b/deps/v8/test/cctest/cctest.status
index 7b1bf8caa5..54dc4fa3fc 100644
--- a/deps/v8/test/cctest/cctest.status
+++ b/deps/v8/test/cctest/cctest.status
@@ -198,6 +198,7 @@
# %ObserveNode tests relies on TurboFan.
'test-sloppy-equality/*' : [SKIP],
'test-js-to-wasm/*': [SKIP],
+ 'test-verify-type/*': [SKIP],
}], # variant == nooptimization
##############################################################################
@@ -352,6 +353,13 @@
'test-run-wasm-simd-liftoff/*': [SKIP],
}], # '(arch == mipsel or arch == mips64el or arch == mips or arch == mips64) and not simd_mips'
+['(arch == mipsel or arch == mips64el or arch == mips or arch == mips64) and not simd_mips', {
+ 'test-gc/RunWasmLiftoff_RefTrivialCasts': [SKIP],
+ 'test-gc/RunWasmTurbofan_RefTrivialCasts': [SKIP],
+ 'test-run-wasm/RunWasmLiftoff_Select_s128_parameters': [SKIP],
+ 'test-run-wasm/RunWasmTurbofan_Select_s128_parameters': [SKIP],
+}], # '(arch == mipsel or arch == mips64el or arch == mips or arch == mips64) and not simd_mips'
+
##############################################################################
['arch == mips or arch == mips64', {
# TODO(mips-team): Implement I64Atomic operations on MIPS
@@ -384,15 +392,18 @@
# SIMD not fully implemented yet
'test-run-wasm-simd-liftoff/*': [SKIP],
- 'test-run-wasm-simd-scalar-lowering/*':[SKIP],
'test-run-wasm-simd/*':[SKIP],
+ 'test-gc/RunWasmLiftoff_RefTrivialCasts': [SKIP],
+ 'test-gc/RunWasmTurbofan_RefTrivialCasts': [SKIP],
# Some wasm functionality is not implemented yet
'test-run-wasm-atomics64/*': [SKIP],
'test-run-wasm-atomics/*': [SKIP],
'test-run-wasm-64/*': [SKIP],
'test-run-wasm/*': [SKIP],
-}],
+
+
+}], # 'arch == riscv64'
##############################################################################
['arch == riscv64 and simulator_run', {
@@ -447,21 +458,22 @@
# TODO(ppc/s390): support concurrent patching of jump table
'test-jump-table-assembler/*': [SKIP],
- # Liftoff is not currently supported on ppc and s390
- 'test-liftoff-*': [SKIP],
'test-wasm-breakpoints/*' : [SKIP],
- 'test-run-wasm-module/Run_WasmModule_CompilationHintsNoTiering': [SKIP],
- 'test-wasm-serialization/TierDownAfterDeserialization': [SKIP],
- 'test-gc/RunWasmLiftoff*': [SKIP],
# SIMD not fully implemented yet
'test-run-wasm-simd-liftoff/*': [SKIP],
+ 'test-gc/RunWasmLiftoff_RefTrivialCasts': [SKIP]
}], # 'arch == ppc or arch == ppc64 or arch == s390 or arch == s390x'
['arch == ppc64', {
# https://crbug.com/v8/8766
'test-bytecode-generator/WideRegisters': [SKIP],
+ # Liftoff is not currently supported on ppc
+ 'test-liftoff-*': [SKIP],
+ 'test-gc/RunWasmLiftoff*': [SKIP],
+ 'test-run-wasm-module/Run_WasmModule_CompilationHintsNoTiering': [SKIP],
+ 'test-wasm-serialization/TierDownAfterDeserialization': [SKIP],
}],
##############################################################################
@@ -600,6 +612,7 @@
'test-swiss-name-dictionary-csa/*': [SKIP],
'test-torque/*': [SKIP],
'test-unwinder-code-pages/PCIsInV8_LargeCodeObject_CodePagesAPI': [SKIP],
+ 'test-verify-type/*': [SKIP],
# Field representation tracking is disabled in jitless mode.
'test-field-type-tracking/*': [SKIP],
@@ -654,6 +667,7 @@
'test-run-wasm-exceptions/RunWasmTurbofan_TryCatchCallIndirect': [SKIP],
'test-run-wasm-exceptions/RunWasmTurbofan_TryCatchThrow': [SKIP],
'test-run-wasm-exceptions/RunWasmTurbofan_TryCatchTrapTypeError': [SKIP],
+ 'test-verify-type/*': [SKIP],
# --interpreted-frames-native-stack tests
'test-log/ExternalCodeEventListenerWithInterpretedFramesNativeStack': [SKIP],
@@ -696,16 +710,480 @@
}],
##############################################################################
-['no_simd_sse == True', {
+['no_simd_hardware == True', {
'test-run-wasm-simd/*': [SKIP],
'test-run-wasm-simd-liftoff/*': [SKIP],
- 'test-run-wasm-simd-scalar-lowering/*': [SKIP],
-}], # no_simd_sse == True
+}], # no_simd_hardware == True
################################################################################
['variant == stress_concurrent_inlining', {
+ # crbug.com/v8/11649: Improper access to BreakInfo and friends.
+ 'test-debug/BreakPointInlinedBuiltin': [PASS, FAIL],
+ 'test-debug/BreakPointInlining': [PASS, FAIL],
# BUG(11524): Crashing flakily.
'test-cpu-profiler/TracingCpuProfiler': [PASS, FAIL],
+ # crbug.com/v8/11513: Flakily failing due to the additional compile task.
+ 'test-heap/CellsInOptimizedCodeAreWeak': [PASS, FAIL],
+ 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [PASS, FAIL],
+ 'test-heap/LeakNativeContextVia*': [PASS, FAIL],
+ 'test-heap/NewSpaceObjectsInOptimizedCode': [PASS, FAIL],
+ 'test-heap/ObjectsInEagerlyDeoptimizedCodeAreWeak': [PASS, FAIL],
+ 'test-heap/ObjectsInOptimizedCodeAreWeak': [PASS, FAIL],
}], # variant == stress_concurrent_inlining
+################################################################################
+['third_party_heap', {
+ # v8::Unwinder::PCIsInV8 is not supported
+ 'test-unwinder-code-pages/PCIsInV8_LargeCodeObject_CodePagesAPI': [SKIP],
+ 'test-unwinder-code-pages/Unwind_CodeObjectPCInMiddle_Success_CodePagesAPI': [SKIP],
+ # Calls Space::FirstPageAddress
+ 'test-debug-helper/GetObjectProperties': [SKIP],
+ # Calls Heap::SizeOfObjects
+ 'test-heap/TestSizeOfObjectsVsHeapObjectIteratorPrecision': [SKIP],
+ # Test on heap profiler
+ 'test-heap-profiler/SamplingHeapProfilerApiSamples': [SKIP],
+ 'test-heap-profiler/SamplingHeapProfiler': [SKIP],
+ 'test-heap-profiler/SamplingHeapProfilerRateAgnosticEstimates': [SKIP],
+ 'test-heap-profiler/SamplingHeapProfilerApiAllocation': [SKIP],
+ 'test-heap-profiler/SamplingHeapProfilerLargeInterval': [SKIP],
+ # Test old/new space backing store allocation
+ 'test-external-string-tracker/ExternalString_ExternalBackingStoreSizeIncreases': [SKIP],
+ # Read data from read_only_space->pages()
+ 'test-serialize/CodeSerializerExternalScriptName': [SKIP],
+ 'test-serialize/CodeSerializerThreeBigStrings': [SKIP],
+ # Access chunk metadata
+ 'test-roots/TestHeapRootsNotReadOnly': [SKIP],
+ 'test-roots/TestReadOnlyRoots': [SKIP],
+ # Requires heap::SimulateFullSpace
+ 'test-invalidated-slots/InvalidatedSlotsAfterTrimming': [SKIP],
+ 'test-invalidated-slots/InvalidatedSlotsAllInvalidatedRanges': [SKIP],
+ 'test-invalidated-slots/InvalidatedSlotsCleanupEachObject': [SKIP],
+ 'test-invalidated-slots/InvalidatedSlotsCleanupFull': [SKIP],
+ 'test-invalidated-slots/InvalidatedSlotsCleanupRightTrim': [SKIP],
+ 'test-invalidated-slots/InvalidatedSlotsEvacuationCandidate': [SKIP],
+ 'test-invalidated-slots/InvalidatedSlotsNoInvalidatedRanges': [SKIP],
+ 'test-invalidated-slots/InvalidatedSlotsResetObjectRegression': [SKIP],
+ 'test-invalidated-slots/InvalidatedSlotsSomeInvalidatedRanges': [SKIP],
+ # Requires --concurrent_inlining / --finalize_streaming_on_background:
+ 'serializer-tester/ArrowFunctionInlined': [SKIP],
+ 'serializer-tester/BoundFunctionArguments': [SKIP],
+ 'serializer-tester/BoundFunctionResult': [SKIP],
+ 'serializer-tester/BoundFunctionTarget': [SKIP],
+ 'serializer-tester/MergeJumpTargetEnvironment': [SKIP],
+ 'serializer-tester/MultipleFunctionCalls': [SKIP],
+ 'serializer-tester/SerializeCallAnyReceiver': [SKIP],
+ 'serializer-tester/SerializeCallArguments': [SKIP],
+ 'serializer-tester/SerializeCallProperty': [SKIP],
+ 'serializer-tester/SerializeCallProperty2': [SKIP],
+ 'serializer-tester/SerializeCallUndefinedReceiver': [SKIP],
+ 'serializer-tester/SerializeCallUndefinedReceiver2': [SKIP],
+ 'serializer-tester/SerializeCallWithSpread': [SKIP],
+ 'serializer-tester/SerializeConditionalJump': [SKIP],
+ 'serializer-tester/SerializeConstruct': [SKIP],
+ 'serializer-tester/SerializeConstructSuper': [SKIP],
+ 'serializer-tester/SerializeConstructWithSpread': [SKIP],
+ 'serializer-tester/SerializeEmptyFunction': [SKIP],
+ 'serializer-tester/SerializeInlinedClosure': [SKIP],
+ 'serializer-tester/SerializeInlinedFunction': [SKIP],
+ 'serializer-tester/SerializeUnconditionalJump': [SKIP],
+ 'test-concurrent-allocation/ConcurrentAllocationWhileMainThreadIsParked': [SKIP],
+ 'test-concurrent-allocation/ConcurrentAllocationWhileMainThreadParksAndUnparks': [SKIP],
+ 'test-concurrent-allocation/ConcurrentAllocationWhileMainThreadRunsWithSafepoints': [SKIP],
+ # Tests on V8 stock GC
+ 'test-spaces/*': [SKIP],
+ 'test-compaction/*': [SKIP],
+ 'test-mark-compact/*': [SKIP],
+ 'test-lab/*': [SKIP],
+ 'test-heap/TestAlignedOverAllocation': [SKIP],
+ 'test-heap/RememberedSetRemoveRange': [SKIP],
+ 'test-heap/CodeObjectRegistry': [SKIP],
+ 'test-heap/DeepEagerCompilationPeakMemory': [SKIP],
+ 'test-api/GetHeapStatistics': [SKIP],
+ 'test-api/GetHeapSpaceStatistics': [SKIP],
+ # Requires --concurrent_recompilation
+ 'test-debug/BreakPointBuiltinConcurrentOpt': [SKIP],
+ # Requires a second isolate
+ 'test-api-array-buffer/BackingStore_HoldAllocatorAlive_AfterIsolateShutdown': [SKIP],
+ 'test-api-array-buffer/BackingStore_HoldAllocatorAlive_UntilIsolateShutdown': [SKIP],
+ 'test-api-array-buffer/BackingStore_ReleaseAllocator_NullptrBackingStore': [SKIP],
+ 'test-api/CodeCache': [SKIP],
+ 'test-api/CodeCacheModuleScriptMismatch': [SKIP],
+ 'test-api/CodeCacheScriptModuleMismatch': [SKIP],
+ 'test-api/ExternalInternalizedStringCollectedAtTearDown': [SKIP],
+ 'test-api/ExternalStringCollectedAtTearDown': [SKIP],
+ 'test-api/InitializeDefaultIsolateOnSecondaryThread_AddHistogramSampleFunction': [SKIP],
+ 'test-api/InitializeDefaultIsolateOnSecondaryThread_CounterFunction': [SKIP],
+ 'test-api/InitializeDefaultIsolateOnSecondaryThread_CreateHistogramFunction': [SKIP],
+ 'test-api/InitializeDefaultIsolateOnSecondaryThread_FatalHandler': [SKIP],
+ 'test-api/IsolateDifferentContexts': [SKIP],
+ 'test-api/IsolateNewDispose': [SKIP],
+ 'test-api/ModuleCodeCache': [SKIP],
+ 'test-api/MultipleIsolatesOnIndividualThreads': [SKIP],
+ 'test-api/NestedIsolates': [SKIP],
+ 'test-api/RunTwoIsolatesOnSingleThread': [SKIP],
+ 'test-api/VerifyArrayPrototypeGuarantees': [SKIP],
+ 'test-compiler/DecideToPretenureDuringCompilation': [SKIP],
+ 'test-cpu-profiler/MultipleIsolates': [SKIP],
+ 'test-heap/Regress538257': [SKIP],
+ 'test-heap/ReinitializeStringHashSeed': [SKIP],
+ 'test-lockers/*': [SKIP],
+ 'test-log/ExternalCodeEventListenerInnerFunctions': [SKIP],
+ 'test-log/LogInterpretedFramesNativeStackWithSerialization': [SKIP],
+ 'test-managed/*': [SKIP],
+ 'test-mark-compact/RegressJoinThreadsOnIsolateDeinit': [SKIP],
+ 'test-memory-measurement/RandomizedTimeout': [SKIP],
+ 'test-random-number-generator/*': [SKIP],
+ 'test-serialize/CodeSerializerAfterExecute': [SKIP],
+ 'test-serialize/CodeSerializerBitFlip': [SKIP],
+ 'test-serialize/CodeSerializerFlagChange': [SKIP],
+ 'test-serialize/CodeSerializerIsolates': [SKIP],
+ 'test-serialize/CodeSerializerIsolatesEager': [SKIP],
+ 'test-serialize/CodeSerializerWithHarmonyScoping': [SKIP],
+ 'test-serialize/ContextSerializerContext': [SKIP],
+ 'test-serialize/ContextSerializerCustomContext': [SKIP],
+ 'test-serialize/CustomSnapshotDataBlob1': [SKIP],
+ 'test-serialize/CustomSnapshotDataBlob2': [SKIP],
+ 'test-serialize/CustomSnapshotDataBlobArrayBufferWithOffset': [SKIP],
+ 'test-serialize/CustomSnapshotDataBlobDataView': [SKIP],
+ 'test-serialize/CustomSnapshotDataBlobDetachedArrayBuffer': [SKIP],
+ 'test-serialize/CustomSnapshotDataBlobOnOrOffHeapTypedArray': [SKIP],
+ 'test-serialize/CustomSnapshotDataBlobOutdatedContextWithOverflow': [SKIP],
+ 'test-serialize/CustomSnapshotDataBlobOverwriteGlobal': [SKIP],
+ 'test-serialize/CustomSnapshotDataBlobSharedArrayBuffer': [SKIP],
+ 'test-serialize/CustomSnapshotDataBlobStringNotInternalized': [SKIP],
+ 'test-serialize/CustomSnapshotDataBlobTypedArrayNoEmbedderFieldCallback': [SKIP],
+ 'test-serialize/CustomSnapshotDataBlobWithIrregexpCodeClearCode': [SKIP],
+ 'test-serialize/CustomSnapshotDataBlobWithIrregexpCodeKeepCode': [SKIP],
+ 'test-serialize/CustomSnapshotDataBlobWithKeep': [SKIP],
+ 'test-serialize/CustomSnapshotDataBlobWithLocker': [SKIP],
+ 'test-serialize/CustomSnapshotDataBlobWithOffHeapTypedArray': [SKIP],
+ 'test-serialize/CustomSnapshotDataBlobWithWarmup': [SKIP],
+ 'test-serialize/ReinitializeHashSeedJSCollectionRehashable': [SKIP],
+ 'test-serialize/ReinitializeHashSeedRehashable': [SKIP],
+ 'test-serialize/SnapshotCreatorAddData': [SKIP],
+ 'test-serialize/SnapshotCreatorArrayJoinWithKeep': [SKIP],
+ 'test-serialize/SnapshotCreatorDuplicateFunctions': [SKIP],
+ 'test-serialize/SnapshotCreatorExternalReferences': [SKIP],
+ 'test-serialize/SnapshotCreatorIncludeGlobalProxy': [SKIP],
+ 'test-serialize/SnapshotCreatorMultipleContexts': [SKIP],
+ 'test-serialize/SnapshotCreatorNoExternalReferencesDefault': [SKIP],
+ 'test-serialize/SnapshotCreatorPreparseDataAndNoOuterScope': [SKIP],
+ 'test-serialize/SnapshotCreatorShortExternalReferences': [SKIP],
+ 'test-serialize/SnapshotCreatorTemplates': [SKIP],
+ 'test-serialize/SnapshotDataBlobWithWarmup': [SKIP],
+ 'test-serialize/StartupSerializerOnce': [SKIP],
+ 'test-serialize/StartupSerializerOnceRunScript': [SKIP],
+ 'test-serialize/StartupSerializerTwice': [SKIP],
+ 'test-serialize/StartupSerializerTwiceRunScript': [SKIP],
+ 'test-serialize/WeakArraySerializationInSnapshot': [SKIP],
+ 'test-typedarrays/SpeciesConstructor': [SKIP],
+ 'test-typedarrays/SpeciesConstructorAccessor': [SKIP],
+ 'test-typedarrays/SpeciesModified': [SKIP],
+ 'test-typedarrays/SpeciesParentConstructor': [SKIP],
+ 'test-typedarrays/SpeciesProto': [SKIP],
+ 'test-wasm-serialization/*': [SKIP],
+ 'test-wasm-shared-engine/*': [SKIP],
+ 'test-shared-heap/*': [SKIP],
+ # Performs GC or expects OOM
+ 'test-alloc/StressHandles': [SKIP],
+ 'test-alloc/StressJS': [SKIP],
+ 'test-api-wasm/WasmStreamingCallback': [SKIP],
+ 'test-api/DontLeakGlobalObjects': [SKIP],
+ 'test-api/ExternalInternalizedStringCollectedAtGC': [SKIP],
+ 'test-api/ExternalStringWithDisposeHandling': [SKIP],
+ 'test-api/ExternalizeOldSpaceOneByteCons': [SKIP],
+ 'test-api/ExternalizeOldSpaceTwoByteCons': [SKIP],
+ 'test-api/GCFromWeakCallbacks': [SKIP],
+ 'test-api/GlobalValueMap': [SKIP],
+ 'test-api/IndependentWeakHandle': [SKIP],
+ 'test-api/InternalFieldCallback': [SKIP],
+ 'test-api/MemoryPressure': [SKIP],
+ 'test-api/NumberOfDetachedContexts': [SKIP],
+ 'test-api/NumberOfNativeContexts': [SKIP],
+ 'test-api/Recorder_GetContext': [SKIP],
+ 'test-api/Regress1516': [SKIP],
+ 'test-api/Regress528': [SKIP],
+ 'test-api/ResetWeakHandle': [SKIP],
+ 'test-api/ScavengeExternalOneByteString': [SKIP],
+ 'test-api/ScavengeExternalString': [SKIP],
+ 'test-api/ScriptMakingExternalOneByteString': [SKIP],
+ 'test-api/ScriptMakingExternalString': [SKIP],
+ 'test-api/ScriptUsingOneByteStringResource': [SKIP],
+ 'test-api/ScriptUsingStringResource': [SKIP],
+ 'test-api/SetJitCodeEventHandler': [SKIP],
+ 'test-api/Threading1': [SKIP],
+ 'test-api/Threading3': [SKIP],
+ 'test-api/Threading5': [SKIP],
+ 'test-api/TriggerDelayedMainThreadMetricsEvent': [SKIP],
+ 'test-api/TriggerMainThreadMetricsEvent': [SKIP],
+ 'test-api/TwoPassPhantomCallbacks': [SKIP],
+ 'test-api/TwoPassPhantomCallbacksNestedGc': [SKIP],
+ 'test-api/TwoPassPhantomCallbacksTriggeredByStringAlloc': [SKIP],
+ 'test-api/WeakCallbackApi': [SKIP],
+ 'test-array-buffer-tracker/ArrayBuffer_Compaction': [SKIP],
+ 'test-array-buffer-tracker/ArrayBuffer_ExternalBackingStoreSizeIncreasesMarkCompact': [SKIP],
+ 'test-array-buffer-tracker/ArrayBuffer_OnlyMC': [SKIP],
+ 'test-concurrent-allocation/ConcurrentAllocationInLargeSpace': [SKIP],
+ 'test-concurrent-allocation/ConcurrentAllocationInOldSpace': [SKIP],
+ 'test-concurrent-allocation/ConcurrentAllocationInOldSpaceFromMainThread': [SKIP],
+ 'test-cpu-profiler/BytecodeFlushEventsEagerLogging': [SKIP],
+ 'test-cpu-profiler/ClearUnusedWithEagerLogging': [SKIP],
+ 'test-debug/AfterCompileEventWhenEventListenerIsReset': [SKIP],
+ 'test-debug/BreakEventWhenEventListenerIsReset': [SKIP],
+ 'test-debug/BreakPointApiAccessor': [SKIP],
+ 'test-debug/BreakPointApiConstructor': [SKIP],
+ 'test-debug/BreakPointApiFunction': [SKIP],
+ 'test-debug/BreakPointApiGetter': [SKIP],
+ 'test-debug/BreakPointApiIntrinsics': [SKIP],
+ 'test-debug/BreakPointApiSetter': [SKIP],
+ 'test-debug/BreakPointBoundBuiltin': [SKIP],
+ 'test-debug/BreakPointBuiltin': [SKIP],
+ 'test-debug/BreakPointBuiltinNewContext': [SKIP],
+ 'test-debug/BreakPointBuiltinTFOperator': [SKIP],
+ 'test-debug/BreakPointCondition': [SKIP],
+ 'test-debug/BreakPointConditionBuiltin': [SKIP],
+ 'test-debug/BreakPointConstructCallWithGC': [SKIP],
+ 'test-debug/BreakPointConstructorBuiltin': [SKIP],
+ 'test-debug/BreakPointICCall': [SKIP],
+ 'test-debug/BreakPointICCallWithGC': [SKIP],
+ 'test-debug/BreakPointICLoad': [SKIP],
+ 'test-debug/BreakPointICStore': [SKIP],
+ 'test-debug/BreakPointInlineApiFunction': [SKIP],
+ 'test-debug/BreakPointInlineBoundBuiltin': [SKIP],
+ 'test-debug/BreakPointInlinedBuiltin': [SKIP],
+ 'test-debug/BreakPointInlinedConstructorBuiltin': [SKIP],
+ 'test-debug/BreakPointInlining': [SKIP],
+ 'test-debug/BreakPointJSBuiltin': [SKIP],
+ 'test-debug/BreakPointSurviveGC': [SKIP],
+ 'test-debug/ConditionalBreakpointWithCodeGenerationDisallowed': [SKIP],
+ 'test-debug/ContextData': [SKIP],
+ 'test-debug/DebugBreak': [SKIP],
+ 'test-debug/DebugBreakInDoWhileCondition1': [SKIP],
+ 'test-debug/DebugBreakInDoWhileCondition2': [SKIP],
+ 'test-debug/DebugBreakInDoWhileTrue1': [SKIP],
+ 'test-debug/DebugBreakInDoWhileTrue2': [SKIP],
+ 'test-debug/DebugBreakInFor1': [SKIP],
+ 'test-debug/DebugBreakInFor2': [SKIP],
+ 'test-debug/DebugBreakInForCondition1': [SKIP],
+ 'test-debug/DebugBreakInForCondition2': [SKIP],
+ 'test-debug/DebugBreakInWhileCondition1': [SKIP],
+ 'test-debug/DebugBreakInWhileCondition2': [SKIP],
+ 'test-debug/DebugBreakInWhileTrue1': [SKIP],
+ 'test-debug/DebugBreakInWhileTrue2': [SKIP],
+ 'test-debug/DebugBreakInWrappedScript': [SKIP],
+ 'test-debug/DebugBreakWithoutJS': [SKIP],
+ 'test-debug/DebugConditional': [SKIP],
+ 'test-debug/DebugSetOutOfMemoryListener': [SKIP],
+ 'test-debug/DebugStepDeclarations': [SKIP],
+ 'test-debug/DebugStepDoWhile': [SKIP],
+ 'test-debug/DebugStepFor': [SKIP],
+ 'test-debug/DebugStepForBreak': [SKIP],
+ 'test-debug/DebugStepForContinue': [SKIP],
+ 'test-debug/DebugStepForIn': [SKIP],
+ 'test-debug/DebugStepFunctionApply': [SKIP],
+ 'test-debug/DebugStepFunctionCall': [SKIP],
+ 'test-debug/DebugStepFunctionCallApply': [SKIP],
+ 'test-debug/DebugStepIf': [SKIP],
+ 'test-debug/DebugStepKeyedLoadLoop': [SKIP],
+ 'test-debug/DebugStepKeyedStoreLoop': [SKIP],
+ 'test-debug/DebugStepLinear': [SKIP],
+ 'test-debug/DebugStepLinearMixedICs': [SKIP],
+ 'test-debug/DebugStepLocals': [SKIP],
+ 'test-debug/DebugStepNamedLoadLoop': [SKIP],
+ 'test-debug/DebugStepNamedStoreLoop': [SKIP],
+ 'test-debug/DebugStepNatives': [SKIP],
+ 'test-debug/DebugStepSwitch': [SKIP],
+ 'test-debug/DebugStepWhile': [SKIP],
+ 'test-debug/DebugStepWith': [SKIP],
+ 'test-debug/DebuggerStatement': [SKIP],
+ 'test-debug/DebuggerStatementBreakpoint': [SKIP],
+ 'test-debug/DebuggerUnload': [SKIP],
+ 'test-debug/DisableBreak': [SKIP],
+ 'test-debug/EvalContextData': [SKIP],
+ 'test-debug/GCDuringBreakPointProcessing': [SKIP],
+ 'test-debug/NoBreakWhenBootstrapping': [SKIP],
+ 'test-debug/NoDebugBreakInAfterCompileEventListener': [SKIP],
+ 'test-debug/PauseInScript': [SKIP],
+ 'test-debug/Regress1163547': [SKIP],
+ 'test-debug/RepeatDebugBreak': [SKIP],
+ 'test-debug/TerminateOnResumeAtBreakOnEntry': [SKIP],
+ 'test-debug/TerminateOnResumeAtBreakOnEntryUserDefinedFunction': [SKIP],
+ 'test-debug/TerminateOnResumeAtBreakpoint': [SKIP],
+ 'test-debug/TerminateOnResumeAtException': [SKIP],
+ 'test-debug/TerminateOnResumeAtInterruptFromOtherThread': [SKIP],
+ 'test-debug/TerminateOnResumeAtUnhandledRejection': [SKIP],
+ 'test-debug/TerminateOnResumeAtUnhandledRejectionCppImpl': [SKIP],
+ 'test-debug/TerminateOnResumeFromMicrotask': [SKIP],
+ 'test-debug/TerminateOnResumeFromOtherThread': [SKIP],
+ 'test-debug/TerminateOnResumeRunJavaScriptAtBreakpoint': [SKIP],
+ 'test-debug/TerminateOnResumeRunMicrotaskAtBreakpoint': [SKIP],
+ 'test-embedder-tracing/GarbageCollectionForTesting': [SKIP],
+ 'test-embedder-tracing/NotifyEmptyStack': [SKIP],
+ 'test-embedder-tracing/TracedGlobalCopy': [SKIP],
+ 'test-embedder-tracing/TracedGlobalCopyNoDestructor': [SKIP],
+ 'test-embedder-tracing/TracedGlobalCopyWithDestructor': [SKIP],
+ 'test-embedder-tracing/TracedGlobalDestructor': [SKIP],
+ 'test-embedder-tracing/TracedGlobalInStdUnorderedMap': [SKIP],
+ 'test-embedder-tracing/TracedGlobalInStdVector': [SKIP],
+ 'test-embedder-tracing/TracedGlobalMove': [SKIP],
+ 'test-embedder-tracing/TracedGlobalNoDestructor': [SKIP],
+ 'test-embedder-tracing/TracedGlobalSetFinalizationCallbackMarkSweep': [SKIP],
+ 'test-embedder-tracing/TracedGlobalToUnmodifiedJSObjectDiesOnMarkSweep': [SKIP],
+ 'test-embedder-tracing/TracedReferenceCopy': [SKIP],
+ 'test-embedder-tracing/TracedReferenceHandlesDoNotLeak': [SKIP],
+ 'test-embedder-tracing/TracedReferenceHandlesMarking': [SKIP],
+ 'test-embedder-tracing/TracedReferenceMove': [SKIP],
+ 'test-embedder-tracing/TracingInEphemerons': [SKIP],
+ 'test-embedder-tracing/TracingInRevivedSubgraph': [SKIP],
+ 'test-embedder-tracing/V8RegisteringEmbedderReference': [SKIP],
+ 'test-external-string-tracker/ExternalString_ExternalBackingStoreSizeIncreasesAfterExternalization': [SKIP],
+ 'test-external-string-tracker/ExternalString_ExternalBackingStoreSizeIncreasesMarkCompact': [SKIP],
+ 'test-factory/Factory_CodeBuilder_BuildOOM': [SKIP],
+ 'test-factory/Factory_CodeBuilder_TryBuildOOM': [SKIP],
+ 'test-global-handles/FinalizerDiesAndKeepsPhantomAliveOnMarkCompact': [SKIP],
+ 'test-global-handles/FinalizerWeakness': [SKIP],
+ 'test-global-handles/GCFromWeakCallbacks': [SKIP],
+ 'test-global-handles/PhatomHandlesWithoutCallbacks': [SKIP],
+ 'test-global-handles/SecondPassPhantomCallbacks': [SKIP],
+ 'test-global-handles/WeakHandleToUnmodifiedJSApiObjectDiesOnMarkCompact': [SKIP],
+ 'test-global-handles/WeakHandleToUnmodifiedJSObjectDiesOnMarkCompact': [SKIP],
+ 'test-heap-profiler/HeapSnapshotDeleteDuringTakeSnapshot': [SKIP],
+ 'test-heap-profiler/HeapSnapshotObjectsStats': [SKIP],
+ 'test-heap-profiler/SamplingHeapProfilerPretenuredInlineAllocations': [SKIP],
+ 'test-heap-profiler/TrackBumpPointerAllocations': [SKIP],
+ 'test-heap/AllocateExternalBackingStore': [SKIP],
+ 'test-heap/BytecodeArray': [SKIP],
+ 'test-heap/CellsInOptimizedCodeAreWeak': [SKIP],
+ 'test-heap/CompilationCacheCachingBehavior': [SKIP],
+ 'test-heap/DeleteWeakGlobalHandle': [SKIP],
+ 'test-heap/EnsureAllocationSiteDependentCodesProcessed': [SKIP],
+ 'test-heap/LeakNativeContextViaFunction': [SKIP],
+ 'test-heap/LeakNativeContextViaMap': [SKIP],
+ 'test-heap/LeakNativeContextViaMapKeyed': [SKIP],
+ 'test-heap/LeakNativeContextViaMapProto': [SKIP],
+ 'test-heap/LiveBytes': [SKIP],
+ 'test-heap/MonomorphicStaysMonomorphicAfterGC': [SKIP],
+ 'test-heap/NextCodeLinkInCodeDataContainerIsCleared': [SKIP],
+ 'test-heap/NextCodeLinkIsWeak': [SKIP],
+ 'test-heap/NextCodeLinkIsWeak2': [SKIP],
+ 'test-heap/ObjectsInEagerlyDeoptimizedCodeAreWeak': [SKIP],
+ 'test-heap/ObjectsInOptimizedCodeAreWeak': [SKIP],
+ 'test-heap/OldSpaceAllocationCounter': [SKIP],
+ 'test-heap/OutOfMemoryIneffectiveGCRunningJS': [SKIP],
+ 'test-heap/Regress10843': [SKIP],
+ 'test-heap/Regress3877': [SKIP],
+ 'test-heap/Regress609761': [SKIP],
+ 'test-heap/ReleaseOverReservedPages': [SKIP],
+ 'test-heap/ReleaseStackTraceData': [SKIP],
+ 'test-heap/RememberedSet_OldToOld': [SKIP],
+ 'test-heap/TestBytecodeFlushing': [SKIP],
+ 'test-heap/TestInternalWeakLists': [SKIP],
+ 'test-heap/TestSizeOfObjects': [SKIP],
+ 'test-heap/TransitionArrayShrinksDuringAllocToOne': [SKIP],
+ 'test-heap/TransitionArrayShrinksDuringAllocToOnePropertyFound': [SKIP],
+ 'test-heap/TransitionArrayShrinksDuringAllocToZero': [SKIP],
+ 'test-heap/UncommitUnusedLargeObjectMemory': [SKIP],
+ 'test-heap/WeakFunctionInConstructor': [SKIP],
+ 'test-heap/WeakGlobalHandlesMark': [SKIP],
+ 'test-heap/WeakGlobalUnmodifiedApiHandlesScavenge': [SKIP],
+ 'test-heap/WeakMapInMonomorphicCompareNilIC': [SKIP],
+ 'test-heap/WeakMapInMonomorphicKeyedLoadIC': [SKIP],
+ 'test-heap/WeakMapInMonomorphicKeyedStoreIC': [SKIP],
+ 'test-heap/WeakMapInMonomorphicLoadIC': [SKIP],
+ 'test-heap/WeakMapInMonomorphicStoreIC': [SKIP],
+ 'test-heap/WeakMapInPolymorphicKeyedLoadIC': [SKIP],
+ 'test-heap/WeakMapInPolymorphicKeyedStoreIC': [SKIP],
+ 'test-heap/WeakMapInPolymorphicLoadIC': [SKIP],
+ 'test-heap/WeakMapInPolymorphicStoreIC': [SKIP],
+ 'test-js-weak-refs/TestJSWeakRef': [SKIP],
+ 'test-js-weak-refs/TestJSWeakRefKeepDuringJob': [SKIP],
+ 'test-managed/GCCausesDestruction': [SKIP],
+ 'test-run-wasm/RunWasmInterpreter_I32AddOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmInterpreter_I32DivSOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmInterpreter_I32DivUOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmInterpreter_I32MulOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmInterpreter_I32RemSOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmInterpreter_I32RemUOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmInterpreter_I32ShlOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmInterpreter_I32ShrSOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmInterpreter_I32ShrUOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmInterpreter_I32SubOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmInterpreter_I64AddOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmInterpreter_I64DivSOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmInterpreter_I64DivUOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmInterpreter_I64MulOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmInterpreter_I64RemSOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmInterpreter_I64RemUOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmInterpreter_I64ShlOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmInterpreter_I64ShrSOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmInterpreter_I64ShrUOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmInterpreter_I64SubOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmInterpreter_LoadMemI32_const_oob_misaligned': [SKIP],
+ 'test-run-wasm/RunWasmLiftoff_I32AddOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmLiftoff_I32DivSOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmLiftoff_I32DivUOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmLiftoff_I32MulOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmLiftoff_I32RemSOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmLiftoff_I32RemUOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmLiftoff_I32ShlOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmLiftoff_I32ShrSOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmLiftoff_I32ShrUOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmLiftoff_I32SubOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmLiftoff_I64AddOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmLiftoff_I64DivSOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmLiftoff_I64DivUOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmLiftoff_I64MulOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmLiftoff_I64RemSOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmLiftoff_I64RemUOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmLiftoff_I64ShlOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmLiftoff_I64ShrSOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmLiftoff_I64ShrUOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmLiftoff_I64SubOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmLiftoff_LoadMemI32_const_oob_misaligned': [SKIP],
+ 'test-run-wasm/RunWasmTurbofan_I32AddOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmTurbofan_I32DivSOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmTurbofan_I32DivUOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmTurbofan_I32MulOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmTurbofan_I32RemSOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmTurbofan_I32RemUOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmTurbofan_I32ShlOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmTurbofan_I32ShrSOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmTurbofan_I32ShrUOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmTurbofan_I32SubOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmTurbofan_I64AddOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmTurbofan_I64DivSOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmTurbofan_I64DivUOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmTurbofan_I64MulOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmTurbofan_I64RemSOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmTurbofan_I64RemUOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmTurbofan_I64ShlOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmTurbofan_I64ShrSOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmTurbofan_I64ShrUOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmTurbofan_I64SubOnDifferentRegisters': [SKIP],
+ 'test-run-wasm/RunWasmTurbofan_LoadMemI32_const_oob_misaligned': [SKIP],
+ 'test-serialize/CustomSnapshotDataBlobStackOverflow': [SKIP],
+ 'test-serialize/CustomSnapshotManyArrayBuffers': [SKIP],
+ 'test-weak-references/PrototypeUsersCompacted': [SKIP],
+ 'test-weak-references/WeakArrayListBasic': [SKIP],
+ 'test-weak-references/WeakArraysBasic': [SKIP],
+ 'test-weak-references/WeakReferencesBasic': [SKIP],
+ 'test-weakmaps/WeakMapsWithChainedEntries': [SKIP],
+ 'test-weakmaps/Weakness': [SKIP],
+ 'test-weaksets/WeakSet_Weakness': [SKIP],
+ 'test-web-snapshots/SFIDeduplicationAfterBytecodeFlushing': [SKIP],
+ # CodeRange tests
+ 'test-code-pages/LargeCodeObjectWithSignalHandler': [SKIP],
+ 'test-code-pages/LargeCodeObject': [SKIP],
+ 'test-code-pages/OptimizedCodeWithCodeRange': [SKIP],
+ 'test-code-pages/Sorted': [SKIP],
+ 'test-code-pages/CodeRangeCorrectContents': [SKIP],
+}], # third_party_heap
+
+################################################################################
+['variant == always_sparkplug', {
+ # SFI deduplication tests check compilation state, which always_sparkplug
+ # can break.
+ 'test-web-snapshots/SFIDeduplication*': [SKIP],
+}],
+
]