Merge pull request #1836 from test262-automation/v8-test262-automation-export-4bc81c1dc2

Import test changes from V8
This commit is contained in:
Leo Balter 2018-10-08 12:47:31 -04:00 committed by GitHub
commit bb427dd753
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"sourceRevisionAtLastExport": "466306e9",
"targetRevisionAtLastExport": "4bc81c1dc2",
"sourceRevisionAtLastExport": "fdfdce1d",
"targetRevisionAtLastExport": "fd1b13ca85",
"curatedFiles": {}
}

View File

@ -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);

View File

@ -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],