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.status59
1 files changed, 30 insertions, 29 deletions
diff --git a/deps/v8/test/cctest/cctest.status b/deps/v8/test/cctest/cctest.status
index fdaa1bca45..73fbd95cec 100644
--- a/deps/v8/test/cctest/cctest.status
+++ b/deps/v8/test/cctest/cctest.status
@@ -95,10 +95,15 @@
# Slow tests.
'test-api/InternalFieldsSubclassing': [PASS, SLOW],
'test-debug/CallFunctionInDebugger': [PASS, ['mode == debug', SLOW]],
+ 'test-heap/TestInternalWeakLists': [PASS, SLOW],
'test-heap-profiler/ManyLocalsInSharedContext': [PASS, SLOW],
'test-jump-table-assembler/JumpTablePatchingStress': [PASS, SLOW],
- 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]],
+ 'test-ptr-compr-cage/SharedPtrComprCageRace': [PASS, SLOW],
'test-serialize/CustomSnapshotDataBlobImmortalImmovableRoots': [PASS, ['mode == debug', SKIP]],
+ 'test-serialize/SharedStrings': [PASS, SLOW],
+ 'test-serialize/StartupSerializerOnce': [PASS, SLOW],
+ 'test-serialize/StartupSerializerTwice': [PASS, SLOW],
+ 'test-strings/StringOOM*': [PASS, ['mode == debug', SKIP]],
# Tests that need to run sequentially (e.g. due to memory consumption).
'test-accessors/HandleScopePop': [PASS, HEAVY],
@@ -114,6 +119,7 @@
'test-serialize/SnapshotCompression': [PASS, HEAVY],
'test-serialize/StartupSerializerOnceRunScript': [PASS, HEAVY],
'test-serialize/StartupSerializerTwiceRunScript': [PASS, HEAVY],
+ 'test-serialize/StaticRootsPredictableSnapshot': [PASS, HEAVY],
'test-strings/StringOOMNewStringFromOneByte': [PASS, HEAVY],
'test-strings/StringOOMNewStringFromUtf8': [PASS, HEAVY],
'test-strings/Traverse': [PASS, HEAVY],
@@ -125,6 +131,9 @@
['mode == debug', {
# BUG(v8:10996): Flaky on Linux64 - debug
'test-cpu-profiler/StartProfilingAfterOsr': [SKIP],
+
+ 'test-concurrent-allocation/ConcurrentAllocationWhileMainThreadParksAndUnparks': [PASS, SLOW],
+ 'test-concurrent-allocation/ConcurrentAllocationInLargeSpace': [PASS, SLOW],
}],
##############################################################################
@@ -280,11 +289,6 @@
# BUG(v8:4642).
'test-lockers/LockAndUnlockDifferentIsolates': [PASS, NO_VARIANTS],
- # BUG(10107): Failing flakily
- 'test-cpu-profiler/Inlining2': ['arch == ia32 and mode == debug', SKIP],
- 'test-cpu-profiler/CrossScriptInliningCallerLineNumbers': ['arch == ia32 and mode == debug', SKIP],
- 'test-cpu-profiler/CrossScriptInliningCallerLineNumbers2': ['arch == ia32 and mode == debug', SKIP],
-
# BUG(v8:10996): Flaky on Win32
'test-cpu-profiler/StartProfilingAfterOsr': ['arch == ia32', SKIP],
}], # 'system == windows'
@@ -297,7 +301,9 @@
'test-serialize/StartupSerializerOnce': [SKIP],
'test-serialize/StartupSerializerOnceRunScript': [SKIP],
'test-serialize/StartupSerializerTwiceRunScript': [SKIP],
+ 'test-serialize/StaticRootsPredictableSnapshot': [SKIP],
'test-serialize/StartupSerializerTwice': [SKIP],
+
}], # 'system == windows and arch == x64 and mode == debug'
##############################################################################
@@ -510,9 +516,7 @@
# TODO(v8:7777): Change this once wasm is supported in jitless mode.
['not has_webassembly or variant == jitless', {
'test-api/TurboAsmDisablesDetach': [SKIP],
- 'test-api/WasmI32AtomicWaitCallback': [SKIP],
- 'test-api/WasmI64AtomicWaitCallback': [SKIP],
- 'test-api/WasmSetJitCodeEventHandler': [SKIP],
+ 'test-api/Wasm*': [SKIP],
'test-api-array-buffer/ArrayBuffer_NonDetachableWasDetached': [SKIP],
'test-backing-store/Run_WasmModule_Buffer_Externalized_Regression_UseAfterFree': [SKIP],
'test-c-wasm-entry/*': [SKIP],
@@ -578,6 +582,16 @@
}], # lite_mode or variant == jitless
##############################################################################
+['jitless_build_mode', {
+ # invocation_count maintenance is disabled.
+ 'test-debug/DebugCoverage*': [SKIP],
+ # Feedback collection maintenance is (mostly) disabled.
+ 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [SKIP],
+ # WebAssembly not included.
+ 'test-api/Threading8': [SKIP],
+}], # jitless_build_mode
+
+##############################################################################
['lite_mode', {
# TODO(v8:8510): Tests that currently fail with lazy source positions.
'test-cpu-profiler/Inlining2': [SKIP],
@@ -778,6 +792,7 @@
'test-serialize/StartupSerializerOnceRunScript': [SKIP],
'test-serialize/StartupSerializerTwice': [SKIP],
'test-serialize/StartupSerializerTwiceRunScript': [SKIP],
+ 'test-serialize/StaticRootsPredictableSnapshot': [SKIP],
'test-serialize/WeakArraySerializationInSnapshot': [SKIP],
'test-typedarrays/SpeciesConstructor': [SKIP],
'test-typedarrays/SpeciesConstructorAccessor': [SKIP],
@@ -919,18 +934,6 @@
'test-debug/TerminateOnResumeFromOtherThread': [SKIP],
'test-debug/TerminateOnResumeRunJavaScriptAtBreakpoint': [SKIP],
'test-debug/TerminateOnResumeRunMicrotaskAtBreakpoint': [SKIP],
- 'test-embedder-tracing/BasicTracedReference': [SKIP],
- 'test-embedder-tracing/GarbageCollectionForTesting': [SKIP],
- 'test-embedder-tracing/NotifyEmptyStack': [SKIP],
- 'test-embedder-tracing/TracedReferenceCopyReferences': [SKIP],
- 'test-embedder-tracing/TracedReferenceCopy': [SKIP],
- 'test-embedder-tracing/TracedReferenceHandlesDoNotLeak': [SKIP],
- 'test-embedder-tracing/TracedReferenceHandlesMarking': [SKIP],
- 'test-embedder-tracing/TracedReferenceMove': [SKIP],
- 'test-embedder-tracing/TracedReferenceToUnmodifiedJSObjectDiesOnMarkSweep': [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-heap-profiler/HeapSnapshotDeleteDuringTakeSnapshot': [SKIP],
@@ -1090,13 +1093,11 @@
'test-concurrent-shared-function-info/TestConcurrentSharedFunctionInfo': [SKIP],
}], # variant == assert_types
-['arch != ia32 and arch != x64', {
- # TODO(12284): Implement relaxed SIMD in Liftoff on missing architectures.
- 'test-run-wasm-relaxed-simd/RunWasm_F32x4Qfma_liftoff': [SKIP],
- 'test-run-wasm-relaxed-simd/RunWasm_F32x4Qfms_liftoff': [SKIP],
- 'test-run-wasm-relaxed-simd/RunWasm_F64x2Qfma_liftoff': [SKIP],
- 'test-run-wasm-relaxed-simd/RunWasm_F64x2Qfms_liftoff': [SKIP],
- 'test-run-wasm-relaxed-simd/RunWasm_RegressFmaReg_liftoff': [SKIP],
-}],
+##############################################################################
+['variant == turboshaft', {
+ # TODO(v8:12783, nicohartmann@): FastApiCalls temporarily disabled on
+ # Turboshaft until support has been properly ported.
+ 'test-api/FastApiCalls': [SKIP],
+}], # variant == turboshaft
]