Commit 9f7fd3a5 authored by mlippautz's avatar mlippautz Committed by Commit bot

[heap] Remove test running OOM on some bots

While the test was useful to reproduce the issue locally it creates a lot of
heap pressure and causes all sorts of troubles (OOM, slowness) on the bots, so
let's drop it.

R=hpayer@chromium.org

Review-Url: https://codereview.chromium.org/2127803002
Cr-Commit-Position: refs/heads/master@{#37551}
parent 8ab0e99e
......@@ -391,9 +391,6 @@
# Issue 3723.
'regress/regress-3717': [SKIP],
# BUG(chromium:625752): Too slow.
'regress/regress-625752': [SKIP],
# BUG(v8:4237)
'regress/regress-3976': [SKIP],
......
// Copyright 2016 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
v3 = Math.floor(0xFFFFFFFF / 4) + 1;
Object.prototype.__defineGetter__(1, function() {
this[1] = Array(0x8000).join();
})
try { v38 = new ArrayBuffer(v3); } catch (e) {}
try { v41 = new Intl.DateTimeFormat(); } catch (e) {}
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