diff options
author | Michaël Zasso <targos@protonmail.com> | 2020-07-13 10:39:42 +0200 |
---|---|---|
committer | Michaël Zasso <targos@protonmail.com> | 2020-07-13 14:41:41 +0200 |
commit | 12478684aab233942e0d5dc24f195930c8a5e59d (patch) | |
tree | 97dbee955ab91d4df480bcb82274d710a2195e64 /deps/v8/test/intl/intl.status | |
parent | 913d36d97da187a3804f6cfa96b4d24a8b7be78a (diff) | |
download | node-new-12478684aab233942e0d5dc24f195930c8a5e59d.tar.gz |
deps: update V8 to 8.4.371.19
PR-URL: https://github.com/nodejs/node/pull/33579
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Shelley Vohr <codebytere@gmail.com>
Diffstat (limited to 'deps/v8/test/intl/intl.status')
-rw-r--r-- | deps/v8/test/intl/intl.status | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/deps/v8/test/intl/intl.status b/deps/v8/test/intl/intl.status index 6437de45db..d96ffea076 100644 --- a/deps/v8/test/intl/intl.status +++ b/deps/v8/test/intl/intl.status @@ -33,12 +33,6 @@ # https://code.google.com/p/v8/issues/detail?id=7481 'collator/check-kf-option': [FAIL], 'collator/check-kn-option': [FAIL], - - # https://code.google.com/p/v8/issues/detail?id=9312 - 'regress-9312': [FAIL], - - # http://crbug/v8/9930 - 'date-format/format_range_hour_cycle': [FAIL], }], # ALWAYS ['variant == no_wasm_traps', { @@ -67,8 +61,11 @@ 'default_locale': [SKIP], # Unable to change locale and TZ on Android: 'regress-7770': [SKIP], - # 'bn' locale is not included in Android. - 'relative-time-format/resolved-options-nu-extended': [FAIL], }], # 'system == android' +################################################################################ +['variant == stress_snapshot', { + '*': [SKIP], # only relevant for mjsunit tests. +}], + ] |