summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/mjsunit.status
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2018-05-31 11:11:57 +0200
committerMyles Borins <mylesborins@google.com>2018-06-01 09:58:27 +0200
commit352a525eb984b8fa2d6f0f6fd68395e6a080bba4 (patch)
treea105ae93f8fd8f533cce19a429f1b6e95d6e11ca /deps/v8/test/mjsunit/mjsunit.status
parentfaf449ca0490f5371dc6cbbc94a87eb697b00fcc (diff)
downloadnode-new-352a525eb984b8fa2d6f0f6fd68395e6a080bba4.tar.gz
deps: update V8 to 6.7.288.43
PR-URL: https://github.com/nodejs/node/pull/19989 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matheus Marchini <matheus@sthima.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to 'deps/v8/test/mjsunit/mjsunit.status')
-rw-r--r--deps/v8/test/mjsunit/mjsunit.status35
1 files changed, 19 insertions, 16 deletions
diff --git a/deps/v8/test/mjsunit/mjsunit.status b/deps/v8/test/mjsunit/mjsunit.status
index c3f6b22f89..05f8285dd9 100644
--- a/deps/v8/test/mjsunit/mjsunit.status
+++ b/deps/v8/test/mjsunit/mjsunit.status
@@ -105,6 +105,7 @@
'migrations': [SKIP],
'array-functions-prototype-misc': [PASS, SLOW, ['mode == debug', SKIP]],
'compiler/regress-808472': [PASS, ['mode == debug', SKIP]],
+ 'es6/promise-all-overflow-*': [PASS, SLOW, ['mode == debug or arch != x64', SKIP]],
##############################################################################
# This test sets the umask on a per-process basis and hence cannot be
@@ -151,6 +152,8 @@
'asm/sqlite3/*': [PASS, SLOW, NO_VARIANTS],
# Slow tests.
+ 'compiler/osr-one': [PASS, SLOW],
+ 'compiler/osr-two': [PASS, SLOW],
'copy-on-write-assert': [PASS, SLOW],
'es6/typedarray-construct-offset-not-smi': [PASS, SLOW],
'harmony/regexp-property-script-extensions': [PASS, SLOW],
@@ -161,6 +164,7 @@
'regress/regress-655573': [PASS, SLOW],
'regress/regress-1200351': [PASS, SLOW],
'wasm/embenchen/*': [PASS, SLOW],
+ 'wasm/grow-memory': [PASS, SLOW],
'wasm/unreachable-validation': [PASS, SLOW],
# case-insensitive unicode regexp relies on case mapping provided by ICU.
@@ -180,6 +184,11 @@
# noi18n cannot turn on ICU backend for Date
'icu-date-to-string': [PASS, ['no_i18n == True', SKIP]],
'icu-date-lord-howe': [PASS, ['no_i18n == True', SKIP]],
+ 'tzoffset-transition-apia': [PASS, ['no_i18n == True', SKIP]],
+ 'tzoffset-transition-lord-howe': [PASS, ['no_i18n == True', SKIP]],
+ 'tzoffset-transition-moscow': [PASS, ['no_i18n == True', SKIP]],
+ 'tzoffset-transition-new-york': [PASS, ['no_i18n == True', SKIP]],
+ 'tzoffset-seoul': [PASS, ['no_i18n == True', SKIP]],
# TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m).
'unicodelctest': [PASS, NO_VARIANTS],
@@ -418,11 +427,6 @@
# Flaky with baseline?
'regress/regress-2185-2': [SKIP],
- # Slow tests with --noopt.
- 'compiler/osr-one': [PASS, SLOW],
- 'compiler/osr-two': [PASS, SLOW],
- 'wasm/grow-memory': [PASS, SLOW],
-
# https://bugs.chromium.org/p/v8/issues/detail?id=7102
# Flaky due to huge string allocation.
'regress/regress-748069': [SKIP],
@@ -541,6 +545,7 @@
# Requires too much memory on MIPS.
'regress/regress-752764': [SKIP],
'regress/regress-779407': [SKIP],
+ 'harmony/bigint/regressions': [SKIP],
}], # 'arch == mipsel or arch == mips'
##############################################################################
@@ -607,6 +612,13 @@
'icu-date-to-string': [SKIP],
'icu-date-lord-howe': [SKIP],
'regress/regress-6288': [SKIP],
+ 'tzoffset-transition-apia': [SKIP],
+ 'tzoffset-transition-lord-howe': [SKIP],
+ 'tzoffset-transition-moscow': [SKIP],
+ 'tzoffset-transition-new-york': [SKIP],
+ 'tzoffset-transition-new-york-noi18n': [SKIP],
+ 'tzoffset-seoul': [SKIP],
+ 'tzoffset-seoul-noi18n': [SKIP],
}], # 'system == windows'
##############################################################################
@@ -638,10 +650,7 @@
'shared-function-tier-up-turbo': [SKIP],
# Fails deopt_fuzzer due to --deopt_every_n_times
- 'es6/array-iterator-turbo': [SKIP],
-
- # BUG(v8:7466).
- 'compiler/promise-constructor': [SKIP],
+ 'es6/array-iterator-turbo': [SKIP]
}], # 'deopt_fuzzer == True'
##############################################################################
@@ -714,7 +723,6 @@
'regress/regress-91008': [PASS, SLOW],
'harmony/regexp-property-lu-ui': [PASS, SLOW],
'whitespaces': [PASS, SLOW],
- 'wasm/grow-memory': [PASS, SLOW],
}], # 'arch == ppc and simulator_run'
##############################################################################
@@ -734,6 +742,7 @@
# TODO(ppc/s390): fix constant pool issue and implement tagging for reloc
'wasm/compiled-module-serialization': [SKIP],
'regress/wasm/regress-808980': [SKIP],
+ 'regress/wasm/regress-808848': [SKIP],
}], # 'arch == ppc64 or arch == ppc or arch == s390 or arch == s390x'
##############################################################################
@@ -782,12 +791,6 @@
'whitespaces': [SKIP],
}], # variant == wasm_traps
-['variant == wasm_traps and gc_stress == True', {
- # TODO(eholk): these tests are disabled due to address space exhaustion.
- # Re-enable them once Wasm address space limits are in place.
- '*': [SKIP],
-}], # variant == wasm_traps and gc_stress == True
-
##############################################################################
['no_harness', {
# skip assertion tests since the stack trace is broken if mjsunit is