From fd1b13ca85d27f7a017da8a423af524f0d44d634 Mon Sep 17 00:00:00 2001 From: test262-automation Date: Sat, 6 Oct 2018 18:39:03 +0000 Subject: [PATCH 1/2] [v8-test262-automation] Changes from https://github.com/v8/v8.git at sha 466306e9 on Sat Oct 06 2018 18:38:18 GMT+0000 (Coordinated Universal Time) --- .../v8/intl/locale/locale-properties.js | 2 +- implementation-contributed/v8/test262/test262.status | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/implementation-contributed/v8/intl/locale/locale-properties.js b/implementation-contributed/v8/intl/locale/locale-properties.js index 9432cb8a77..9800e8d6cf 100644 --- a/implementation-contributed/v8/intl/locale/locale-properties.js +++ b/implementation-contributed/v8/intl/locale/locale-properties.js @@ -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); diff --git a/implementation-contributed/v8/test262/test262.status b/implementation-contributed/v8/test262/test262.status index 860e57a30b..6871d7ad68 100644 --- a/implementation-contributed/v8/test262/test262.status +++ b/implementation-contributed/v8/test262/test262.status @@ -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], From 2e9622158ad84b88642a4ebe603f296a56b5c3c6 Mon Sep 17 00:00:00 2001 From: test262-automation Date: Sat, 6 Oct 2018 18:39:07 +0000 Subject: [PATCH 2/2] [v8-test262-automation] Updated curation log with latest revision sha's from export and changed files. sourceRevisionAtLastExport: 466306e9 targetRevisionAtLastExport: 4bc81c1dc2 --- implementation-contributed/curation_logs/v8.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/implementation-contributed/curation_logs/v8.json b/implementation-contributed/curation_logs/v8.json index d3e6cec9eb..120e2c29c5 100644 --- a/implementation-contributed/curation_logs/v8.json +++ b/implementation-contributed/curation_logs/v8.json @@ -1,5 +1,5 @@ { - "sourceRevisionAtLastExport": "466306e9", - "targetRevisionAtLastExport": "4bc81c1dc2", + "sourceRevisionAtLastExport": "fdfdce1d", + "targetRevisionAtLastExport": "fd1b13ca85", "curatedFiles": {} } \ No newline at end of file