Commit 83c11a30 authored by Ulan Degenbaev's avatar Ulan Degenbaev Committed by V8 LUCI CQ

[test] Re-enable test-heap/OutOfMemory* test

The underlying issue was fixed in
https://chromium-review.googlesource.com/c/v8/v8/+/2505724

Bug: v8:7605,v8:8296
Change-Id: I4a35fd4b73f86934a9d1339655433e2d4c26bd53
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2912890Reviewed-by: 's avatarDominik Inführ <dinfuehr@chromium.org>
Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#74729}
parent 4d7e6f4c
...@@ -66,9 +66,6 @@ ...@@ -66,9 +66,6 @@
# This tests API threading, no point in running several variants. # This tests API threading, no point in running several variants.
'test-api/Threading*': [PASS, SLOW, NO_VARIANTS], 'test-api/Threading*': [PASS, SLOW, NO_VARIANTS],
# TODO(ulan): Renable after fixing the test's brittleness.
'test-heap/OutOfMemory': [SKIP],
# BUG(5193). The cpu profiler tests are notoriously flaky. # BUG(5193). The cpu profiler tests are notoriously flaky.
'test-cpu-profiler/CollectCpuProfile': [SKIP], 'test-cpu-profiler/CollectCpuProfile': [SKIP],
'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP], 'test-cpu-profiler/JsNative1JsNative2JsSample': [SKIP],
...@@ -101,9 +98,6 @@ ...@@ -101,9 +98,6 @@
'test-serialize/SnapshotCreatorNoExternalReferencesCustomFail1': [FAIL], 'test-serialize/SnapshotCreatorNoExternalReferencesCustomFail1': [FAIL],
'test-serialize/SnapshotCreatorNoExternalReferencesCustomFail2': [FAIL], 'test-serialize/SnapshotCreatorNoExternalReferencesCustomFail2': [FAIL],
# BUG(v8:8296). Flaky OOM test.
'test-heap/OutOfMemorySmallObjects': [SKIP],
# BUG(v8:8739). Wasm interpreter does not create proper stack traces. # BUG(v8:8739). Wasm interpreter does not create proper stack traces.
'test-wasm-stack/RunWasmInterpreter_CollectDetailedWasmStack_WasmError': [SKIP], 'test-wasm-stack/RunWasmInterpreter_CollectDetailedWasmStack_WasmError': [SKIP],
...@@ -342,9 +336,6 @@ ...@@ -342,9 +336,6 @@
############################################################################## ##############################################################################
['arch == arm and not simulator_run', { ['arch == arm and not simulator_run', {
# crbug.com/v8/7605
'test-heap/OutOfMemorySmallObjects': [SKIP],
# crbug.com/v8/11134 # crbug.com/v8/11134
'test-cpu-profiler/MultipleThreadsSingleIsolate': [PASS, ['system != android', SKIP]], 'test-cpu-profiler/MultipleThreadsSingleIsolate': [PASS, ['system != android', SKIP]],
}], # 'arch == arm and not simulator_run' }], # 'arch == arm and not simulator_run'
......
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