Commit 98b76b46 authored by Jakob Gruber's avatar Jakob Gruber Committed by Commit Bot

Re-enable mjsunit/big-object-literal in non-debug builds

Runtime of this test has improved since we initially skipped it. Let's
attempt unskipping on all non-debug builds.

Bug: v8:8411
Change-Id: I5d409f7359532e3d7d18f5b0a77765165478d44a
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1903426
Commit-Queue: Jakob Gruber <jgruber@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Auto-Submit: Jakob Gruber <jgruber@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#64825}
parent 48d964af
...@@ -445,7 +445,6 @@ ...@@ -445,7 +445,6 @@
# tests. # tests.
'asm/embenchen/box2d': [SKIP], 'asm/embenchen/box2d': [SKIP],
'asm/embenchen/lua_binarytrees': [SKIP], 'asm/embenchen/lua_binarytrees': [SKIP],
'big-object-literal': [SKIP],
'compiler/regress-arguments': [SKIP], 'compiler/regress-arguments': [SKIP],
'compiler/regress-gvn': [SKIP], 'compiler/regress-gvn': [SKIP],
'compiler/regress-4': [SKIP], 'compiler/regress-4': [SKIP],
...@@ -526,7 +525,6 @@ ...@@ -526,7 +525,6 @@
['asan == True', { ['asan == True', {
# Skip tests not suitable for ASAN. # Skip tests not suitable for ASAN.
'big-array-literal': [SKIP], 'big-array-literal': [SKIP],
'big-object-literal': [SKIP],
'regress/regress-crbug-178790': [SKIP], 'regress/regress-crbug-178790': [SKIP],
# https://bugs.chromium.org/p/v8/issues/detail?id=4639 # https://bugs.chromium.org/p/v8/issues/detail?id=4639
...@@ -626,7 +624,6 @@ ...@@ -626,7 +624,6 @@
# Long running tests. Skipping because having them timeout takes too long on # Long running tests. Skipping because having them timeout takes too long on
# the buildbot. # the buildbot.
'big-object-literal': [SKIP],
'compiler/alloc-number': [SKIP], 'compiler/alloc-number': [SKIP],
'regress/regress-490': [SKIP], 'regress/regress-490': [SKIP],
'regress/regress-create-exception': [SKIP], 'regress/regress-create-exception': [SKIP],
...@@ -770,7 +767,6 @@ ...@@ -770,7 +767,6 @@
############################################################################## ##############################################################################
['system == windows', { ['system == windows', {
# TODO(mstarzinger): Too slow with turbo fan. # TODO(mstarzinger): Too slow with turbo fan.
'big-object-literal': [SKIP],
'math-floor-of-div': [PASS, ['mode == debug', SKIP]], 'math-floor-of-div': [PASS, ['mode == debug', SKIP]],
'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]], 'math-floor-of-div-nosudiv': [PASS, ['mode == debug', SKIP]],
'unicodelctest': [PASS, ['mode == debug', SKIP]], 'unicodelctest': [PASS, ['mode == debug', SKIP]],
...@@ -802,12 +798,6 @@ ...@@ -802,12 +798,6 @@
'regress/regress-852258': [SKIP], 'regress/regress-852258': [SKIP],
}], # 'system == android' }], # 'system == android'
##############################################################################
['system == macos', {
# BUG(v8:5333)
'big-object-literal': [SKIP],
}], # 'system == macos'
############################################################################## ##############################################################################
['isolates', { ['isolates', {
# Slow tests. # Slow tests.
...@@ -963,7 +953,6 @@ ...@@ -963,7 +953,6 @@
['variant == stress', { ['variant == stress', {
# Slow tests. # Slow tests.
'array-natives-elements': [SKIP], 'array-natives-elements': [SKIP],
'big-object-literal': [SKIP],
'es6/array-iterator-turbo': [SKIP], 'es6/array-iterator-turbo': [SKIP],
'ignition/regress-599001-verifyheap': [SKIP], 'ignition/regress-599001-verifyheap': [SKIP],
'unicode-test': [SKIP], 'unicode-test': [SKIP],
......
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