mirror of https://github.com/tc39/test262.git
Merge pull request #1836 from test262-automation/v8-test262-automation-export-4bc81c1dc2
Import test changes from V8
This commit is contained in:
commit
bb427dd753
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"sourceRevisionAtLastExport": "466306e9",
|
"sourceRevisionAtLastExport": "fdfdce1d",
|
||||||
"targetRevisionAtLastExport": "4bc81c1dc2",
|
"targetRevisionAtLastExport": "fd1b13ca85",
|
||||||
"curatedFiles": {}
|
"curatedFiles": {}
|
||||||
}
|
}
|
|
@ -24,7 +24,7 @@ assertEquals('buddhist', locale.calendar);
|
||||||
assertEquals('phonebk', locale.collation);
|
assertEquals('phonebk', locale.collation);
|
||||||
assertEquals('h23', locale.hourCycle);
|
assertEquals('h23', locale.hourCycle);
|
||||||
assertEquals('upper', locale.caseFirst);
|
assertEquals('upper', locale.caseFirst);
|
||||||
assertEquals('true', locale.numeric);
|
assertEquals(true, locale.numeric);
|
||||||
assertEquals('roman', locale.numberingSystem);
|
assertEquals('roman', locale.numberingSystem);
|
||||||
// Not defined, expected to undefined.
|
// Not defined, expected to undefined.
|
||||||
assertEquals(undefined, locale.currency);
|
assertEquals(undefined, locale.currency);
|
||||||
|
|
|
@ -585,7 +585,6 @@
|
||||||
'intl402/Locale/constructor-options-script-invalid': [FAIL],
|
'intl402/Locale/constructor-options-script-invalid': [FAIL],
|
||||||
'intl402/Locale/constructor-options-script-valid': [FAIL],
|
'intl402/Locale/constructor-options-script-valid': [FAIL],
|
||||||
'intl402/Locale/getters': [FAIL],
|
'intl402/Locale/getters': [FAIL],
|
||||||
'intl402/Locale/invalid-tag-throws': [FAIL],
|
|
||||||
|
|
||||||
# https://bugs.chromium.org/p/v8/issues/detail?id=8243
|
# https://bugs.chromium.org/p/v8/issues/detail?id=8243
|
||||||
'intl402/Locale/extensions-private': [FAIL],
|
'intl402/Locale/extensions-private': [FAIL],
|
||||||
|
@ -599,6 +598,9 @@
|
||||||
'intl402/Locale/getters-grandfathered': [FAIL],
|
'intl402/Locale/getters-grandfathered': [FAIL],
|
||||||
'intl402/Locale/likely-subtags-grandfathered': [FAIL],
|
'intl402/Locale/likely-subtags-grandfathered': [FAIL],
|
||||||
|
|
||||||
|
# Wrong test see https://github.com/tc39/test262/pull/1835
|
||||||
|
'intl402/Locale/constructor-options-numeric-valid': [FAIL],
|
||||||
|
|
||||||
# https://bugs.chromium.org/p/v8/issues/detail?id=6705
|
# https://bugs.chromium.org/p/v8/issues/detail?id=6705
|
||||||
'built-ins/Object/assign/strings-and-symbol-order': [FAIL],
|
'built-ins/Object/assign/strings-and-symbol-order': [FAIL],
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue