summaryrefslogtreecommitdiff
path: root/deps/v8/test/unittests/unittests.status
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/unittests/unittests.status')
-rw-r--r--deps/v8/test/unittests/unittests.status15
1 files changed, 4 insertions, 11 deletions
diff --git a/deps/v8/test/unittests/unittests.status b/deps/v8/test/unittests/unittests.status
index def90fc3b5..08022d5689 100644
--- a/deps/v8/test/unittests/unittests.status
+++ b/deps/v8/test/unittests/unittests.status
@@ -14,19 +14,13 @@
'RandomNumberGenerator.NextSampleInvalidParam': [SKIP],
'RandomNumberGenerator.NextSampleSlowInvalidParam1': [SKIP],
'RandomNumberGenerator.NextSampleSlowInvalidParam2': [SKIP],
-}], # 'system == macos and asan'
-
-['(arch == arm or arch == mips) and not simulator_run', {
- # Uses too much memory.
- 'Parameterized/WasmCodeManagerTest.GrowingVsFixedModule/Fixed': [SKIP]
-}], # '(arch == arm or arch == mips) and not simulator_run'
+}], # system == macos and asan
##############################################################################
['lite_mode or variant == jitless', {
# TODO(v8:7777): Re-enable once wasm is supported in jitless mode.
'ValueSerializerTestWithSharedArrayBufferClone.RoundTripWebAssemblyMemory': [SKIP],
'ValueSerializerTestWithWasm.*': [SKIP],
- 'Parameterized/WasmCodeManagerTest.*': [SKIP],
}], # lite_mode or variant == jitless
##############################################################################
@@ -37,19 +31,18 @@
['system == windows and asan', {
# BUG(893437).
'Torque*': [SKIP],
-}], # 'system == windows and asan'
+}], # system == windows and asan
['system == windows and arch == x64 and mode == release', {
# BUG(992783).
'Torque.ConditionalFields': [SKIP],
'Torque.UsingUnderscorePrefixedIdentifierError': [SKIP],
-}], # 'system == windows and arch == x64 and mode == release'
+}], # system == windows and arch == x64 and mode == release
-##############################################################################
['tsan == True', {
# https://crbug.com/v8/9380
# The test is broken and needs to be fixed to use separate isolates.
'BackingStoreTest.RacyGrowWasmMemoryInPlace': [SKIP],
-}], # 'tsan == True'
+}], # tsan == True
]