Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roll engine fea645b80134..5983e34a3c0e (26 commits) #26614

Conversation

engine-flutter-autoroll
Copy link
Contributor

flutter/engine@fea645b...5983e34

git log fea645b..5983e34 --no-merges --oneline
5983e34 Add unittest that runs Dart code synchronously. (flutter/engine#7495)
55974d6 Add runttime unittest that loads and runs an isolate from the kernel. (flutter/engine#7493)
840164b Cleanup Dart sticky errors API and roll tonic to 4634b29a24ccfc0fcfafcc8196ef30131185ad88 (flutter/engine#7492)
9b5af8f Roll src/third_party/skia 553610d7928d..cb7149e05864 (6 commits) (flutter/engine#7491)
02bfe0b Roll src/third_party/dart 1c9eb3cef8..d9944433af (36 commits) d9944433af [Kernel] Clean up error reporting in constant evaluation 59300164af Remove test flakiness records with misspelled field 04131e7fa0 Implement some more LSP rename tests 9d9f467195 Revert "[infra] Blacklist android device id in attempt to make buildbot builder more stable" c54bc11770 Split DEPRECATED_MEMBER_USE_FROM_SAME_PACKAGE off; fixes #30084 and fixes dart-lang/linter#1349 3a4294963c Resolve type names and set nullability for other types. e4b26e7978 [ VM / dart:io ] Update documentation for to warn '--pause-isolates-on-exit' is not respected when exit is called df0671d664 [VM] Experimental flags in the dart CLI 3e5e05d14f [infra] Trigger bots after outage. 7e1aa67855 Restore TLABs. 387a644008 Issue 33930. Fix resynthesizing function typed field formal parameter types. b58aa3bcb2 Add PubWorkspace, integrate it into ContextBuilder, and therefore fix sealed test a60a06ff7d Update pkg:expect to use @alwaysThrows annotation on fail functions fafd3d0f18 Make bottom, dynamic, void types nullable. Add withNullability() method. Apply proposed substitution rules for type parameters. 7bac8e631f Issue 35551. Log more information to debug the issue. 957f3e239e Restore including transitive files into exception dumps. 9df4f42a2f [dartdevc] handle a null stack trace passed to async errors 4d77c7b3a6 [vm] Remove redundant type-checks from core libraries. 6c76fe21b5 Issue 25860. Fix for changeFile() directly after removeFile(). 02b1658f59 Revert "[VM/Compiler] Revoke definition status of certain instructions." 8cddcd20cd Handle deserialising sub-classes in the super-classes fromJson 19dbf07ea2 [infra] Update checked in SDKs to 2.1.1-dev.1.0 0d6402c1ec Remove faststartup from the test matrix 28fe86d70f Add implementation/tests for LSP rename f5c69070af Minor LSP refactors/tidy up 3104aea6f7 [release] Add changelog entry for breaking mirrors change 37fba56cdc [release] Update changelog with changes from dev branch a8777149a7 [VM/Compiler] Revoke definition status of certain instructions. 32eea54390 Extract rename element logic to allow sharing with LSP server 4f160558b3 Extract inline interfaces from results definitions in LSP spec 085f31ac5f Library import quick-fix: support calls to top-level function variables eac2e0f012 [gardening] mark standalone_2/io/http_bind_test as flaky 1c83d8d096 [Kernel] Allow invalid expressions in constant contexts 950b92104d Extract method reportInheritanceConflict 6e13f3334d Abstract noSuchMethod might not be an error. b2224dbec6 API documentation update to address #35399
3b13c4a Execute Picture.toImage on the current thread in the test environment (flutter/engine#7485)
7436af0 Roll src/third_party/skia d1537036a175..553610d7928d (5 commits) (flutter/engine#7482)
24cf93e Revert "Add elevation and thickness to SemanticsNode (#7282)" (flutter/engine#7483)
6c29fb4 Add elevation and thickness to SemanticsNode (flutter/engine#7282)
25c1c0c Roll src/third_party/skia 1b45db6642d1..d1537036a175 (1 commits) (flutter/engine#7481)
8a71c73 Pass operator_new_alignment value through gn script into GN args. (flutter/engine#7031)
8a3fb31 Switch to new SkColorSpace factory (flutter/engine#7480)
181321a Roll src/third_party/skia e9fd7ab76ec0..1b45db6642d1 (2 commits) (flutter/engine#7479)
bfe4204 Roll src/third_party/skia 31ba6feaf6b3..e9fd7ab76ec0 (3 commits) (flutter/engine#7478)
e88138d Roll src/third_party/skia e99e8dae066a..31ba6feaf6b3 (3 commits) (flutter/engine#7477)
3959373 Log errors returned from method channel invocations in the text input plugin (flutter/engine#7476)
9004af1 Allow FlutterViewController to be released when not initialized with an engine (flutter/engine#6879)
9d206e2 iOS A11y memory leak (flutter/engine#7244)
918b28d Add hover event support to the engine (flutter/engine#6961)
5ce5ace Avg ms/frame instead of FPS in performance overlay (flutter/engine#7443)
b7e0527 Add Ahem to LibTxt testing fonts. (flutter/engine#7435)
009900a Roll src/third_party/skia da068c0d1d7c..e99e8dae066a (18 commits) (flutter/engine#7474)
43fa420 Make IOManager own resource context (flutter/engine#7272)
3996efb [HR] Documentation cleanup (flutter/engine#7370)
2820157 add ColorFilter matrix support (flutter/engine#7459)
82097a4 Move Picture.toImage rasterization to the GPU thread (flutter/engine#7442)

The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (bmparr@google.com), and stop
the roller if necessary.

… d9944433af [Kernel] Clean up error reporting in constant evaluation 59300164af Remove test flakiness records with misspelled field 04131e7fa0 Implement some more LSP rename tests 9d9f467195 Revert "[infra] Blacklist android device id in attempt to make buildbot builder more stable" c54bc11770 Split DEPRECATED_MEMBER_USE_FROM_SAME_PACKAGE off; fixes flutter#30084 and fixes dart-lang/linter#1349 3a4294963c Resolve type names and set nullability for other types. e4b26e7978 [ VM / dart:io ] Update documentation for  to warn '--pause-isolates-on-exit' is not respected when `exit` is called df0671d664 [VM] Experimental flags in the dart CLI 3e5e05d14f [infra] Trigger bots after outage. 7e1aa67855 Restore TLABs. 387a644008 Issue 33930. Fix resynthesizing function typed field formal parameter types. b58aa3bcb2 Add PubWorkspace, integrate it into ContextBuilder, and therefore fix sealed test a60a06ff7d Update pkg:expect to use @alwaysThrows annotation on fail functions fafd3d0f18 Make bottom, dynamic, void types nullable. Add withNullability() method. Apply proposed substitution rules for type parameters. 7bac8e631f Issue 35551. Log more information to debug the issue. 957f3e239e Restore including transitive files into exception dumps. 9df4f42a2f [dartdevc] handle a null stack trace passed to async errors 4d77c7b3a6 [vm] Remove redundant type-checks from core libraries. 6c76fe21b5 Issue 25860. Fix for changeFile() directly after removeFile(). 02b1658f59 Revert "[VM/Compiler] Revoke definition status of certain instructions." 8cddcd20cd Handle deserialising sub-classes in the super-classes fromJson 19dbf07ea2 [infra] Update checked in SDKs to 2.1.1-dev.1.0 0d6402c1ec Remove faststartup from the test matrix 28fe86d70f Add implementation/tests for LSP rename f5c69070af Minor LSP refactors/tidy up 3104aea6f7 [release] Add changelog entry for breaking mirrors change 37fba56cdc [release] Update changelog with changes from dev branch a8777149a7 [VM/Compiler] Revoke definition status of certain instructions. 32eea54390 Extract rename element logic to allow sharing with LSP server 4f160558b3 Extract inline interfaces from `results` definitions in LSP spec 085f31ac5f Library import quick-fix: support calls to top-level function variables eac2e0f012 [gardening] mark standalone_2/io/http_bind_test as flaky 1c83d8d096 [Kernel] Allow invalid expressions in constant contexts 950b92104d Extract method reportInheritanceConflict 6e13f3334d Abstract noSuchMethod might not be an error. b2224dbec6 API documentation update to address flutter#35399
@engine-flutter-autoroll
Copy link
Contributor Author

@engine-flutter-autoroll
Copy link
Contributor Author

Commit queue failed; closing this roll.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Focus based navigation needs to have the widget Rect. Lint rule request - deprecated_member_use_same_package
2 participants