Revert "[Tests] Fix some OOM failures on Android by explicitly setting max_old_space_size."
This reverts commit bca38dbf29
.
Reason for revert: Makes ODROIDs flaky.
BUG=v8:8086
Original change's description:
> [Tests] Fix some OOM failures on Android by explicitly setting max_old_space_size.
>
> BUG=v8:8040
>
> Change-Id: I8de22af3978f2a8eb844eabdb757bd635050f901
> Reviewed-on: https://chromium-review.googlesource.com/1181432
> Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
> Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#55227}
TBR=ulan@chromium.org,rmcilroy@chromium.org
Bug: v8:8040
Change-Id: Ife980e8706ebbff4d86d87739c2f621d7a976039
Reviewed-on: https://chromium-review.googlesource.com/1188322
Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#55391}
This commit is contained in:
parent
f310c28bba
commit
464dbb7e80
@ -648,8 +648,9 @@
|
||||
'icu-date-to-string': [FAIL],
|
||||
'regress/regress-6288': [FAIL],
|
||||
# OOM:
|
||||
'regress/regress-752764': [PASS, FAIL],
|
||||
'regress/regress-852258': [SKIP],
|
||||
'regress/regress-748069': [FAIL],
|
||||
'regress/regress-752764': [FAIL],
|
||||
'regress/regress-779407': [FAIL],
|
||||
}], # 'system == android'
|
||||
|
||||
##############################################################################
|
||||
|
@ -2,8 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
// Flags: --max-old-space-size=1536
|
||||
|
||||
try {
|
||||
var a = 'a'.repeat(1 << 28);
|
||||
} catch (e) {
|
||||
|
@ -3,7 +3,6 @@
|
||||
// found in the LICENSE file.
|
||||
|
||||
// Flags: --allow-natives-syntax --nostress-incremental-marking
|
||||
// Flags: --max-old-space-size=1536
|
||||
|
||||
// This test uses a lot of memory and fails with flaky OOM when run
|
||||
// with --stress-incremental-marking on TSAN.
|
||||
|
@ -2,8 +2,6 @@
|
||||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
// Flags: --max-old-space-size=1536
|
||||
|
||||
var s = '\u1234-------';
|
||||
for (var i = 0; i < 17; i++) {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user