Update V8 DEPS.

Rolling v8/build: bee1272..a7f62a0

Rolling v8/third_party/catapult: https://chromium.googlesource.com/catapult/+log/2309843..b614c56

Rolling v8/third_party/icu: 4ae7482..35f7e13

TBR=machenbach@chromium.org,hablich@chromium.org,sergiyb@chromium.org

Bug: v8:9131
Change-Id: Ie342eb673ea4c987bc8f2010e37e15a6626ae9d6
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1567282
Commit-Queue: Sergiy Belozorov <sergiyb@chromium.org>
Reviewed-by: Sergiy Belozorov <sergiyb@chromium.org>
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#60840}
This commit is contained in:
Sergiy Belozorov 2019-04-15 12:43:50 +02:00 committed by Commit Bot
parent 25d6ba73a2
commit b7af29cfdf
2 changed files with 14 additions and 3 deletions

6
DEPS
View File

@ -57,11 +57,11 @@ vars = {
deps = {
'v8/build':
Var('chromium_url') + '/chromium/src/build.git' + '@' + 'bee1272d12ae3b6d1039780465c1051cadcd2149',
Var('chromium_url') + '/chromium/src/build.git' + '@' + 'a7f62a036f62d2980f71a9976e942e7167f4b2e1',
'v8/third_party/depot_tools':
Var('chromium_url') + '/chromium/tools/depot_tools.git' + '@' + 'db58954c8cb36dd41e245a982f978a1f19b16af6',
'v8/third_party/icu':
Var('chromium_url') + '/chromium/deps/icu.git' + '@' + '4ae7482a0e9e1f77a793545d803086a5ad4bcfd8',
Var('chromium_url') + '/chromium/deps/icu.git' + '@' + '35f7e139f33f1ddbfdb68b65dda29aff430c3f6f',
'v8/third_party/instrumented_libraries':
Var('chromium_url') + '/chromium/src/third_party/instrumented_libraries.git' + '@' + 'a959e4f0cb643003f2d75d179cede449979e3e77',
'v8/buildtools':
@ -158,7 +158,7 @@ deps = {
'dep_type': 'cipd',
},
'v8/third_party/catapult': {
'url': Var('chromium_url') + '/catapult.git' + '@' + '2309843228df5c31c6bde934de0fe2e82f8d6d56',
'url': Var('chromium_url') + '/catapult.git' + '@' + 'b614c567e8b363220b00ce5557a3ddfd8d18357c',
'condition': 'checkout_android',
},
'v8/third_party/colorama/src': {

View File

@ -147,6 +147,17 @@
'built-ins/DataView/prototype/byteLength/detached-buffer': [FAIL],
'built-ins/DataView/prototype/byteOffset/detached-buffer': [FAIL],
# https://crbug.com/v8/9131
'built-ins/RegExp/property-escapes/generated/Assigned': [SKIP],
'built-ins/RegExp/property-escapes/generated/Changes_When_NFKC_Casefolded': [SKIP],
'built-ins/RegExp/property-escapes/generated/General_Category_-_Other': [SKIP],
'built-ins/RegExp/property-escapes/generated/General_Category_-_Other_Symbol': [SKIP],
'built-ins/RegExp/property-escapes/generated/General_Category_-_Symbol': [SKIP],
'built-ins/RegExp/property-escapes/generated/General_Category_-_Unassigned': [SKIP],
'built-ins/RegExp/property-escapes/generated/Grapheme_Base': [SKIP],
'built-ins/RegExp/property-escapes/generated/Script_-_Common': [SKIP],
'built-ins/RegExp/property-escapes/generated/Script_Extensions_-_Han': [SKIP],
# https://bugs.chromium.org/p/v8/issues/detail?id=4951
'language/expressions/assignment/destructuring/iterator-destructuring-property-reference-target-evaluation-order': [FAIL],
'language/expressions/assignment/destructuring/keyed-destructuring-property-reference-target-evaluation-order': [FAIL],