Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

skia-flutter-autoroll
Copy link
Contributor

Roll src/third_party/dart 617bc54..2a14a62 (30 commits)

https://dart.googlesource.com/sdk.git/+log/617bc54b715d..2a14a62112e6

git log 617bc54..2a14a62 --date=short --first-parent --format='%ad %ae %s'
2020-05-08 rmacnak@google.com Reland "[vm, gc] Set the scavenger's forwarding bit to equal to the pointer tag bit."
2020-05-08 bkonyi@google.com [ VM / dartdev ] Ignore VM flags in dartdev VM instance
2020-05-08 scheglov@google.com Remove old compute, rename compute2().
2020-05-08 aam@google.com [gardening] Fix transferable_test - remove timing assumptions.
2020-05-08 bkonyi@google.com [package:vm_service] Prepare for 4.0.3 release
2020-05-08 aam@google.com [vm/isolates] Fix race in ring_gc_* tests.
2020-05-08 rmacnak@google.com [vm, gc] Rename HeapPage to OldPage for symmetry.
2020-05-08 brianwilkerson@google.com Make createSuggestion an instance method and clean up some code in SuggestionBuilder
2020-05-08 brianwilkerson@google.com Move another batch of fixes to be producers
2020-05-08 regis@google.com [VM/compiler] Emit a throw NoSuchMethodError for bad arity rather than aborting compilation.
2020-05-08 johnniwinther@google.com [cfe] Update id-tests post unfork
2020-05-08 rmacnak@google.com [vm] Fix -Wno-conversion-null errors.
2020-05-08 zra@google.com [dart:io, windwos] Try a shorter temp directory name first
2020-05-08 rmacnak@google.com [vm] Disable thread leak detection in TSAN build.
2020-05-08 devoncarew@google.com [dartdev] update help text
2020-05-08 scheglov@google.com Split computing interface for class and mixin.
2020-05-08 alexmarkov@google.com [vm] Cleanup flags which disable argument type checks and strong mode types
2020-05-08 keertip@google.com Add prefix start information for completions
2020-05-08 brianwilkerson@google.com Convert LocalConstructorContributor to use SuggestionBuilder
2020-05-08 paulberry@google.com Migration: reorganize code in source_edit_diff_formatter.dart
2020-05-08 joshualitt@google.com [dart2js] Re-enable an inference_test.
2020-05-08 paulberry@google.com Migration: sort declarations in instrumentation.dart.
2020-05-08 paulberry@google.com Migration: assign better quality node targets in NodeBuilder.
2020-05-08 joshualitt@google.com [dart2js] Delete generate_code_with_compile_time_errors_test.
2020-05-08 srawlins@google.com analyzer: Do not report non-EOL doc comments in codes.dart
2020-05-08 sigmund@google.com [dart2js] enable null-safety also when deserializating the global data
2020-05-08 scheglov@google.com Fix avoid_unused_constructor_parameters in analyzer.
2020-05-08 sigmund@google.com [dart2js] add testing for prennbd sdk and cleanup nnbd enabled tests.
2020-05-08 asiva@google.com [Tests] Skip valid_source_locations_test for ia32 and simarm* configurations
2020-05-08 aam@google.com [vm/isolates] Skip dart/isolates/ring_gc_* tests.

Created with:
gclient setdep -r src/third_party/dart@2a14a62112e6

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
...

https://dart.googlesource.com/sdk.git/+log/617bc54b715d..2a14a62112e6

git log 617bc54..2a14a62 --date=short --first-parent --format='%ad %ae %s'
2020-05-08 rmacnak@google.com Reland "[vm, gc] Set the scavenger's forwarding bit to equal to the pointer tag bit."
2020-05-08 bkonyi@google.com [ VM / dartdev ] Ignore VM flags in dartdev VM instance
2020-05-08 scheglov@google.com Remove old compute, rename compute2().
2020-05-08 aam@google.com [gardening] Fix transferable_test - remove timing assumptions.
2020-05-08 bkonyi@google.com [package:vm_service] Prepare for 4.0.3 release
2020-05-08 aam@google.com [vm/isolates] Fix race in ring_gc_* tests.
2020-05-08 rmacnak@google.com [vm, gc] Rename HeapPage to OldPage for symmetry.
2020-05-08 brianwilkerson@google.com Make createSuggestion an instance method and clean up some code in SuggestionBuilder
2020-05-08 brianwilkerson@google.com Move another batch of fixes to be producers
2020-05-08 regis@google.com [VM/compiler] Emit a throw NoSuchMethodError for bad arity rather than aborting compilation.
2020-05-08 johnniwinther@google.com [cfe] Update id-tests post unfork
2020-05-08 rmacnak@google.com [vm] Fix -Wno-conversion-null errors.
2020-05-08 zra@google.com [dart:io, windwos] Try a shorter temp directory name first
2020-05-08 rmacnak@google.com [vm] Disable thread leak detection in TSAN build.
2020-05-08 devoncarew@google.com [dartdev] update help text
2020-05-08 scheglov@google.com Split computing interface for class and mixin.
2020-05-08 alexmarkov@google.com [vm] Cleanup flags which disable argument type checks and strong mode types
2020-05-08 keertip@google.com Add prefix start information for completions
2020-05-08 brianwilkerson@google.com Convert LocalConstructorContributor to use SuggestionBuilder
2020-05-08 paulberry@google.com Migration: reorganize code in source_edit_diff_formatter.dart
2020-05-08 joshualitt@google.com [dart2js] Re-enable an inference_test.
2020-05-08 paulberry@google.com Migration: sort declarations in instrumentation.dart.
2020-05-08 paulberry@google.com Migration: assign better quality node targets in NodeBuilder.
2020-05-08 joshualitt@google.com [dart2js] Delete generate_code_with_compile_time_errors_test.
2020-05-08 srawlins@google.com analyzer: Do not report non-EOL doc comments in codes.dart
2020-05-08 sigmund@google.com [dart2js] enable null-safety also when deserializating the global data
2020-05-08 scheglov@google.com Fix avoid_unused_constructor_parameters in analyzer.
2020-05-08 sigmund@google.com [dart2js] add testing for prennbd sdk and cleanup nnbd enabled tests.
2020-05-08 asiva@google.com [Tests] Skip valid_source_locations_test for ia32 and simarm* configurations
2020-05-08 aam@google.com [vm/isolates] Skip dart/isolates/ring_gc_* tests.

Created with:
  gclient setdep -r src/third_party/dart@2a14a62112e6

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
@skia-flutter-autoroll skia-flutter-autoroll added the waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land. label May 8, 2020
@fluttergithubbot fluttergithubbot merged commit 1b56f35 into flutter:master May 8, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request May 9, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request May 9, 2020
GaryQian pushed a commit to flutter/flutter that referenced this pull request May 11, 2020
* 9ea2db5 Add FlMessageCodec, FlBinaryCodec, FlStringCodec (flutter/engine#18186)

* f422757 Roll src/fuchsia/sdk/linux from MhpFP... to c1q_S... (flutter/engine#18222)

* 2ab918c Roll src/third_party/skia a14084ba1b41..8f6c3ed7c7be (1 commits) (flutter/engine#18223)

* 40167b6 Make robolectric tests run against SDK 29 by default (flutter/engine#17996)

* e5b0db6 Roll src/third_party/skia 8f6c3ed7c7be..b55372444d1b (4 commits) (flutter/engine#18224)

* ed08c3e Roll src/fuchsia/sdk/mac from 4MCVP... to T5tT0... (flutter/engine#18228)

* 6767517 Roll src/third_party/skia b55372444d1b..ac09f7cd7a28 (2 commits) (flutter/engine#18229)

* 983de2c Remove pipeline in favor of layer tree holder (flutter/engine#17688)

* a1218dd Roll src/third_party/skia ac09f7cd7a28..c683912173bb (2 commits) (flutter/engine#18230)

* 68bf137 skip painting clipped out pictures (flutter/engine#18204)

* 7035255 make compiler worker count configurable (flutter/engine#17616)

* c8ff03c Publish validation layer deps as part of the fuchsia artifacts (flutter/engine#18214)

* 576f0e1 Roll src/third_party/skia c683912173bb..7359165e660c (1 commits) (flutter/engine#18234)

* 1b3b4ec skip font loading tests for safari (flutter/engine#18232)

* 9319d7c Roll src/third_party/skia 7359165e660c..6913d1bb1d7a (1 commits) (flutter/engine#18237)

* 1b56f35 Roll src/third_party/dart 617bc54b715d..2a14a62112e6 (30 commits) (flutter/engine#18239)

* ff6942f Add fontFeatures and decorationThickness to textstyle (flutter/engine#18235)

* 4418ce8 Revert "Remove pipeline in favor of layer tree holder (#17688)" (flutter/engine#18242)

* 9d8daf2 Roll src/third_party/skia 6913d1bb1d7a..bf1904fd4898 (3 commits) (flutter/engine#18243)

* Updated bin/internal/fuchsia-linux.version

* Updated bin/internal/fuchsia-mac.version
wandyers pushed a commit to wandyers/engine that referenced this pull request May 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants