Skip to content

Commit 34d9ea8

Browse files
committed
Two tests of TestV8 expect an obsolete canonicalization of 'no' locale.
1 parent 35c32e4 commit 34d9ea8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

graal-js/test/testV8.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,17 @@
8686
"filePath" : "intl/general/empty-handle.js",
8787
"status" : "SKIP",
8888
"comment" : "Triggers stack-overflow, test fails randomly based on where the overflow occurs."
89+
}, {
90+
"filePath" : "intl/general/getCanonicalLocales.js",
91+
"status" : "FAIL",
92+
"comment" : "Obsolete test: 'no' is now the main locale (not an alias of 'nb')"
8993
}, {
9094
"filePath" : "intl/general/supported-locales-of.js",
9195
"status" : "FAIL"
96+
}, {
97+
"filePath" : "intl/locale/locale.js",
98+
"status" : "FAIL",
99+
"comment" : "Obsolete test: 'no' is now the main locale (not an alias of 'nb')"
92100
}, {
93101
"filePath" : "intl/number-format/check-minimum-fraction-digits.js",
94102
"status" : "FAIL",

0 commit comments

Comments
 (0)