Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/intl/intl.status')
-rw-r--r--deps/v8/test/intl/intl.status13
1 files changed, 5 insertions, 8 deletions
diff --git a/deps/v8/test/intl/intl.status b/deps/v8/test/intl/intl.status
index 6437de45db2..d96ffea0761 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.
+}],
+
]