[inspector] Enable debugger/pause-on-oom test with larger heap limit.

BUG=v8:6018

Review-Url: https://codereview.chromium.org/2729843002
Cr-Commit-Position: refs/heads/master@{#43550}
This commit is contained in:
ulan 2017-03-02 09:49:15 -08:00 committed by Commit bot
parent fc8cc09024
commit 2e00025038
2 changed files with 1 additions and 6 deletions

View File

@ -2,7 +2,7 @@
// 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=4
// Flags: --max-old-space-size=8
InspectorTest.log('Check pause on OOM');

View File

@ -4,11 +4,6 @@
[
[ALWAYS, {
# Test is failing on V8 Linux - arm64 - sim - nosnap - debug.
'debugger/pause-on-oom': [SKIP],
}], # ALWAYS
##############################################################################
['variant == asm_wasm', {
'*': [SKIP],