Update V8 DEPS.

Rolling v8/build: cae006c..3f61809

Rolling v8/third_party/catapult: https://chromium.googlesource.com/catapult/+log/1a1b38d..5d50916

Rolling v8/third_party/depot_tools: 75fa855..93cd73d

Rolling v8/third_party/icu: 834113a..45f655f

Rolling v8/tools/clang: 7798243..31f2d26

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

The ICU roll also fixes a test that now passes. The status file has been changed.

But: v8:8414
Change-Id: I82577bf6133176f2245b5562b71097fe3b222658
Reviewed-on: https://chromium-review.googlesource.com/c/1328003
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#57376}
This commit is contained in:
Michael Achenbach 2018-11-09 08:45:22 +01:00 committed by Commit Bot
parent 3f022dd4f6
commit ed618c3972
2 changed files with 5 additions and 8 deletions

10
DEPS
View File

@ -13,11 +13,11 @@ vars = {
deps = {
'v8/build':
Var('chromium_url') + '/chromium/src/build.git' + '@' + 'cae006ca3e7097a6208faccaf477e1f3521be891',
Var('chromium_url') + '/chromium/src/build.git' + '@' + '3f61809684e8c546f949d5bbeb070f76a11f6924',
'v8/third_party/depot_tools':
Var('chromium_url') + '/chromium/tools/depot_tools.git' + '@' + '75fa8552337b65e1de9f54351573f5a22d6c14e0',
Var('chromium_url') + '/chromium/tools/depot_tools.git' + '@' + '93cd73d98000ecdad2c478b30959854347091217',
'v8/third_party/icu':
Var('chromium_url') + '/chromium/deps/icu.git' + '@' + '834113aab5c1e5647690f93d9ae25f724095dd40',
Var('chromium_url') + '/chromium/deps/icu.git' + '@' + '45f655f2feb7069a7b9b47d1b1a596807bfd4220',
'v8/third_party/instrumented_libraries':
Var('chromium_url') + '/chromium/src/third_party/instrumented_libraries.git' + '@' + 'a959e4f0cb643003f2d75d179cede449979e3e77',
'v8/buildtools':
@ -33,7 +33,7 @@ deps = {
'condition': 'checkout_android',
},
'v8/third_party/catapult': {
'url': Var('chromium_url') + '/catapult.git' + '@' + '1a1b38dabca64d1ee730cf3d05e0c543c7ae5f8f',
'url': Var('chromium_url') + '/catapult.git' + '@' + '5d5091665700495b0d212cc504fd48530565eecf',
'condition': 'checkout_android',
},
'v8/third_party/colorama/src': {
@ -81,7 +81,7 @@ deps = {
'dep_type': 'cipd',
},
'v8/tools/clang':
Var('chromium_url') + '/chromium/src/tools/clang.git' + '@' + '7798243f8c96a2f6710ec696429df5c6ee31203d',
Var('chromium_url') + '/chromium/src/tools/clang.git' + '@' + '31f2d265b80ffaf698f41e2ef3e0e8f282f13285',
'v8/tools/luci-go': {
'packages': [
{

View File

@ -29,9 +29,6 @@
[ALWAYS, {
# TODO(jochen): The following test is flaky.
'overrides/caching': [PASS, FAIL],
# https://bugs.chromium.org/p/v8/issues/detail?id=8414
'regress-8414': [FAIL],
}], # ALWAYS
['variant == no_wasm_traps', {