From 134f39519a4721720e283a7a62a730597fdb44ef Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Wed, 13 May 2020 05:48:46 +0000 Subject: [PATCH] Roll src/third_party/dart 2bf325900586..d6fed1f62444 (1 commits) https://dart.googlesource.com/sdk.git/+log/2bf325900586..d6fed1f62444 git log 2bf325900586..d6fed1f62444 --date=short --first-parent --format='%ad %ae %s' 2020-05-13 rnystrom@google.com Add support for web static error tests to TestFile and StaticError. Created with: gclient setdep -r src/third_party/dart@d6fed1f62444 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dart-sdk-flutter-engine Please CC dart-vm-team@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: dart-vm-team@google.com --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 481f2aa2bcf2d..e89750d52ce87 100644 --- a/DEPS +++ b/DEPS @@ -34,7 +34,7 @@ vars = { # Dart is: https://github.com/dart-lang/sdk/blob/master/DEPS. # You can use //tools/dart/create_updated_flutter_deps.py to produce # updated revision list of existing dependencies. - 'dart_revision': '2bf325900586b041dbe94bd150d6a0bf90640c38', + 'dart_revision': 'd6fed1f62444caf2c4a9decc975ec64e84c44865', # WARNING: DO NOT EDIT MANUALLY # The lines between blank lines above and below are generated by a script. See create_updated_flutter_deps.py