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",
|
||||
"targetRevisionAtLastExport": "4bc81c1dc2",
|
||||
"sourceRevisionAtLastExport": "fdfdce1d",
|
||||
"targetRevisionAtLastExport": "fd1b13ca85",
|
||||
"curatedFiles": {}
|
||||
}
|
|
@ -24,7 +24,7 @@ assertEquals('buddhist', locale.calendar);
|
|||
assertEquals('phonebk', locale.collation);
|
||||
assertEquals('h23', locale.hourCycle);
|
||||
assertEquals('upper', locale.caseFirst);
|
||||
assertEquals('true', locale.numeric);
|
||||
assertEquals(true, locale.numeric);
|
||||
assertEquals('roman', locale.numberingSystem);
|
||||
// Not defined, expected to undefined.
|
||||
assertEquals(undefined, locale.currency);
|
||||
|
|
|
@ -585,7 +585,6 @@
|
|||
'intl402/Locale/constructor-options-script-invalid': [FAIL],
|
||||
'intl402/Locale/constructor-options-script-valid': [FAIL],
|
||||
'intl402/Locale/getters': [FAIL],
|
||||
'intl402/Locale/invalid-tag-throws': [FAIL],
|
||||
|
||||
# https://bugs.chromium.org/p/v8/issues/detail?id=8243
|
||||
'intl402/Locale/extensions-private': [FAIL],
|
||||
|
@ -599,6 +598,9 @@
|
|||
'intl402/Locale/getters-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
|
||||
'built-ins/Object/assign/strings-and-symbol-order': [FAIL],
|
||||
|
||||
|
|
Loading…
Reference in New Issue