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 Dart to version 808ed6238b9262660e31ea826f7aea6cfa3a3493 #6354

Merged
merged 1 commit into from
Sep 27, 2018

Conversation

a-siva
Copy link
Contributor

@a-siva a-siva commented Sep 27, 2018

Includes the following changes:
808ed62 [vm, compiler] Make register allocator instead of assembler put the write barrier value into a fixed register.
2f25dcd [vm] Remove script snapshots.
5d10974 [vm/bytecode] Use _simpleInstanceOf for certain 'is' checks in bytecode
9cc251c [vm/test] Fix process_stderr_test.
0f59689 [vm/aot] Do not tree shake type arguments used in constant instances
99daccc Handle FunctionExpressionInvocation when creating summaries.
d673847 [dartdevc] add --kernel option, deprecate bin/dartdevk
79d639a [VM interpreter/bytecode] Modify argument order for AssertAssignable bytecode.
9fb3ff1 Extract InheritanceManager2.
d9fb4b0 [vm/compiler] Fix recent regressions due to inaccurate type merging
dcad8fe In analyzer/FE comparison, compare the return types of function types.
3c4c62d Reland "[VM] Dart_Initialize no longer crashes after Dart_Cleanup"
e31f9fc Track front end errors.
15c64b4 [vm/aot] Remove 'rounds' from precompiler
e7d71be [toolchain] Update Windows VS toolchain to current Chromium one.
0262530 Clarify code that checks for analyzer/FE differences.
5940ba2 [benchmark] Add gen_kernel_bytecode.dill to try_benchmarks.sh
bbfd402 Fix copyright date in new test
4dcd839 Allow super invocations find members in supertypes of old style mixins.
a0ff5f8 Add stub implementation for analysis server edit.dartfix
0808d29 Update spec of potentially constant and compile-time constant expressions.
d8c32ae [vm] Add a reload test that checks that types are finalized.
cf055d6 [vm] Fix isolate reload tests so that they can pass kernel files for isolate reload.
429bca8 Make Uri.parse accept [ and ] in path, query and fragment.
b01f461 Add product mode macos dart executable to fileset for running tests
e05f1fc Adjusted superclasses to make a mixin application superclass abstract
b480089 Fix updateExpectations in expression test
4816b60 Eliminate checked mode and production mode
c22b2ef Verify that mixin constraints can't be satisfied by the application (or named class) itself.
98a9adf Make constructor function types conform with the specification.
a3aa0c1 Improve messages involving empty cycles
48d1b5e Improve diagnostics with anonymous jump targets
c38eab4 [infra] Remove Dart 1 builders from the CQ (Part II)
e17a596 [gardening] Update product dartk test status.
efe76b2 [gardening] Update product dartk test status.
1a29217 Remove empty statements
1c8d65c fix #32785, implement typedef equality in dartdevc
20fa781 Add @pragma('dart2js:noInline') and @pragma('dart2js:tryInline')
b1a5415 Check that implicit type arguments satisfy bounds.
3b511b9 [dartdevc] improve compile time of kernel backend
c7383b5 Revert "[VM runtime] Store Smi instance type in type test cache when using the interpreter."
d1a3eaa Add flag to control symbol visibility of libdart
86430cb [vm] Extend AppJIT capability of gen_snapshot.
f81709c [vm/aot] Use field types inferred in TFA and remove inference in precompiler.cc
e7fc155 [gardening] Adjust product kernel test status
b3b947d bump to linter 0.1.64
c9bcfe8 [vm] Fix byte displacement printing in x86 disassembler
ded73cd Revert "[dart2js] Simplify noInline / tryInline annotations"
2c82a40 Signal a static error when invoking a non-function (issue 34320)
34425a8 [vm] Set implicit function accessor when the functions are created
8bae3a1 [dart2js] Simplify noInline / tryInline annotations
8ff692a [infra] Remove Dart 1 builders from the CQ (Part I)
9185294 Reland: Implement inheritance/override checks from the spec.
c23a981 Stop setting element model supertypes in TypeResolverVisitor when using new driver.
17b3310 Resolve bounds for type parameters of generic type alias.
c624f8b First cut dartfix protocol

Includes the following changes:
808ed62 [vm, compiler] Make register allocator instead of assembler put the write barrier value into a fixed register.
2f25dcd [vm] Remove script snapshots.
5d10974 [vm/bytecode] Use _simpleInstanceOf for certain 'is' checks in bytecode
9cc251c [vm/test] Fix process_stderr_test.
0f59689 [vm/aot] Do not tree shake type arguments used in constant instances
99daccc Handle FunctionExpressionInvocation when creating summaries.
d673847 [dartdevc] add --kernel option, deprecate bin/dartdevk
79d639a [VM interpreter/bytecode] Modify argument order for AssertAssignable bytecode.
9fb3ff1 Extract InheritanceManager2.
d9fb4b0 [vm/compiler] Fix recent regressions due to inaccurate type merging
dcad8fe In analyzer/FE comparison, compare the return types of function types.
3c4c62d Reland "[VM] Dart_Initialize no longer crashes after Dart_Cleanup"
e31f9fc Track front end errors.
15c64b4 [vm/aot] Remove 'rounds' from precompiler
e7d71be [toolchain] Update Windows VS toolchain to current Chromium one.
0262530 Clarify code that checks for analyzer/FE differences.
5940ba2 [benchmark] Add gen_kernel_bytecode.dill to try_benchmarks.sh
bbfd402 Fix copyright date in new test
4dcd839 Allow super invocations find members in supertypes of old style mixins.
a0ff5f8 Add stub implementation for analysis server edit.dartfix
0808d29 Update spec of potentially constant and compile-time constant expressions.
d8c32ae [vm] Add a reload test that checks that types are finalized.
cf055d6 [vm] Fix isolate reload tests so that they can pass kernel files for isolate reload.
429bca8 Make `Uri.parse` accept `[` and `]` in path, query and fragment.
b01f461 Add product mode macos dart executable to fileset for running tests
e05f1fc Adjusted superclasses to make a mixin application superclass abstract
b480089 Fix updateExpectations in expression test
4816b60 Eliminate checked mode and production mode
c22b2ef Verify that mixin constraints can't be satisfied by the application (or named class) itself.
98a9adf Make constructor function types conform with the specification.
a3aa0c1 Improve messages involving empty cycles
48d1b5e Improve diagnostics with anonymous jump targets
c38eab4 [infra] Remove Dart 1 builders from the CQ (Part II)
e17a596 [gardening] Update product dartk test status.
efe76b2 [gardening] Update product dartk test status.
1a29217 Remove empty statements
1c8d65c fix flutter#32785, implement typedef equality in dartdevc
20fa781 Add @pragma('dart2js:noInline') and @pragma('dart2js:tryInline')
b1a5415 Check that implicit type arguments satisfy bounds.
3b511b9 [dartdevc] improve compile time of kernel backend
c7383b5 Revert "[VM runtime] Store Smi instance type in type test cache when using the interpreter."
d1a3eaa Add flag to control symbol visibility of libdart
86430cb [vm] Extend AppJIT capability of gen_snapshot.
f81709c [vm/aot] Use field types inferred in TFA and remove inference in precompiler.cc
e7fc155 [gardening] Adjust product kernel test status
b3b947d bump to linter 0.1.64
c9bcfe8 [vm] Fix byte displacement printing in x86 disassembler
ded73cd Revert "[dart2js] Simplify noInline / tryInline annotations"
2c82a40 Signal a static error when invoking a non-function (issue 34320)
34425a8 [vm] Set implicit function accessor when the functions are created
8bae3a1 [dart2js] Simplify noInline / tryInline annotations
8ff692a [infra] Remove Dart 1 builders from the CQ (Part I)
9185294 Reland: Implement inheritance/override checks from the spec.
c23a981 Stop setting element model supertypes in TypeResolverVisitor when using new driver.
17b3310 Resolve bounds for type parameters of generic type alias.
c624f8b First cut dartfix protocol
@a-siva a-siva merged commit 2dd9b99 into flutter:master Sep 27, 2018
@a-siva a-siva deleted the dart-roll branch September 27, 2018 02:15
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 27, 2018
flutter/engine@38a646e...2dd9b99

git log 38a646e..2dd9b99 --no-merges --oneline
2dd9b99 Roll Dart to version 808ed6238b9262660e31ea826f7aea6cfa3a3493 (flutter/engine#6354)
5b79938 Dont make any binaries specify an X11 dependency. (flutter/engine#6353)
309ac4e V0.8.2 fix compile problem with xcode10 (flutter/engine#6339)
26fdd1e Roll src/third_party/skia 5767fc042834..5ea41fc89b26 (3 commits) (flutter/engine#6351)
cc44ca5 Perform persistent cache stores on the IO thread outside the frame workload. (flutter/engine#6350)
f2a3df9 Wire up the Skia persistent GPU related artifacts cache. (flutter/engine#6278)
9d4b80a Roll src/third_party/skia 17282da3aa94..5767fc042834 (8 commits) (flutter/engine#6348)
ef98dcb Add support for counter timeline traces from the engine. (flutter/engine#6315)
a961e96 Roll buildroot to pick up updated vs toolchain. (flutter/engine#6346)
d6bb599 Fixed IsolateNameServer documentation (flutter/engine#6344)
0c854ac Roll src/third_party/skia bdf1431686c2..17282da3aa94 (4 commits) (flutter/engine#6345)
e394ea1 Roll src/third_party/skia c05302bc84da..bdf1431686c2 (1 commits) (flutter/engine#6343)
bcdfc23 Roll src/third_party/skia 5457141b011e..c05302bc84da (1 commits) (flutter/engine#6342)
a861f37 Pass on the new unsafe-package-serialization option (flutter/engine#6331)
5e77a1e Roll src/third_party/skia bd03b54cb98d..5457141b011e (1 commits) (flutter/engine#6340)
6332db8 Roll src/third_party/skia f18c297cfb74..bd03b54cb98d (1 commits) (flutter/engine#6338)
a08bc52 Roll src/third_party/skia 7ffa40cedbc4..f18c297cfb74 (6 commits) (flutter/engine#6336)
8247ce2 Implement restore functions on Android and iOS (flutter/engine#6322)
2ead5c0 Roll src/third_party/skia 4ef464cd3c2e..7ffa40cedbc4 (10 commits) (flutter/engine#6334)

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, who should
be CC'd on the roll, and stop the roller if necessary.
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 27, 2018
flutter/engine@38a646e...075b3fc

git log 38a646e..075b3fc --no-merges --oneline
075b3fc Roll src/third_party/skia 5ea41fc89b26..cfe1264d7465 (1 commits) (flutter/engine#6355)
2dd9b99 Roll Dart to version 808ed6238b9262660e31ea826f7aea6cfa3a3493 (flutter/engine#6354)
5b79938 Dont make any binaries specify an X11 dependency. (flutter/engine#6353)
309ac4e V0.8.2 fix compile problem with xcode10 (flutter/engine#6339)
26fdd1e Roll src/third_party/skia 5767fc042834..5ea41fc89b26 (3 commits) (flutter/engine#6351)
cc44ca5 Perform persistent cache stores on the IO thread outside the frame workload. (flutter/engine#6350)
f2a3df9 Wire up the Skia persistent GPU related artifacts cache. (flutter/engine#6278)
9d4b80a Roll src/third_party/skia 17282da3aa94..5767fc042834 (8 commits) (flutter/engine#6348)
ef98dcb Add support for counter timeline traces from the engine. (flutter/engine#6315)
a961e96 Roll buildroot to pick up updated vs toolchain. (flutter/engine#6346)
d6bb599 Fixed IsolateNameServer documentation (flutter/engine#6344)
0c854ac Roll src/third_party/skia bdf1431686c2..17282da3aa94 (4 commits) (flutter/engine#6345)
e394ea1 Roll src/third_party/skia c05302bc84da..bdf1431686c2 (1 commits) (flutter/engine#6343)
bcdfc23 Roll src/third_party/skia 5457141b011e..c05302bc84da (1 commits) (flutter/engine#6342)
a861f37 Pass on the new unsafe-package-serialization option (flutter/engine#6331)
5e77a1e Roll src/third_party/skia bd03b54cb98d..5457141b011e (1 commits) (flutter/engine#6340)
6332db8 Roll src/third_party/skia f18c297cfb74..bd03b54cb98d (1 commits) (flutter/engine#6338)
a08bc52 Roll src/third_party/skia 7ffa40cedbc4..f18c297cfb74 (6 commits) (flutter/engine#6336)
8247ce2 Implement restore functions on Android and iOS (flutter/engine#6322)
2ead5c0 Roll src/third_party/skia 4ef464cd3c2e..7ffa40cedbc4 (10 commits) (flutter/engine#6334)

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, who should
be CC'd on the roll, and stop the roller if necessary.
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 27, 2018
flutter/engine@38a646e...c589b31

git log 38a646e..c589b31 --no-merges --oneline
c589b31 Expose push/popRoute on FlutterViewController (flutter/engine#6347)
075b3fc Roll src/third_party/skia 5ea41fc89b26..cfe1264d7465 (1 commits) (flutter/engine#6355)
2dd9b99 Roll Dart to version 808ed6238b9262660e31ea826f7aea6cfa3a3493 (flutter/engine#6354)
5b79938 Dont make any binaries specify an X11 dependency. (flutter/engine#6353)
309ac4e V0.8.2 fix compile problem with xcode10 (flutter/engine#6339)
26fdd1e Roll src/third_party/skia 5767fc042834..5ea41fc89b26 (3 commits) (flutter/engine#6351)
cc44ca5 Perform persistent cache stores on the IO thread outside the frame workload. (flutter/engine#6350)
f2a3df9 Wire up the Skia persistent GPU related artifacts cache. (flutter/engine#6278)
9d4b80a Roll src/third_party/skia 17282da3aa94..5767fc042834 (8 commits) (flutter/engine#6348)
ef98dcb Add support for counter timeline traces from the engine. (flutter/engine#6315)
a961e96 Roll buildroot to pick up updated vs toolchain. (flutter/engine#6346)
d6bb599 Fixed IsolateNameServer documentation (flutter/engine#6344)
0c854ac Roll src/third_party/skia bdf1431686c2..17282da3aa94 (4 commits) (flutter/engine#6345)
e394ea1 Roll src/third_party/skia c05302bc84da..bdf1431686c2 (1 commits) (flutter/engine#6343)
bcdfc23 Roll src/third_party/skia 5457141b011e..c05302bc84da (1 commits) (flutter/engine#6342)
a861f37 Pass on the new unsafe-package-serialization option (flutter/engine#6331)
5e77a1e Roll src/third_party/skia bd03b54cb98d..5457141b011e (1 commits) (flutter/engine#6340)
6332db8 Roll src/third_party/skia f18c297cfb74..bd03b54cb98d (1 commits) (flutter/engine#6338)
a08bc52 Roll src/third_party/skia 7ffa40cedbc4..f18c297cfb74 (6 commits) (flutter/engine#6336)
8247ce2 Implement restore functions on Android and iOS (flutter/engine#6322)
2ead5c0 Roll src/third_party/skia 4ef464cd3c2e..7ffa40cedbc4 (10 commits) (flutter/engine#6334)

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, who should
be CC'd on the roll, and stop the roller if necessary.
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 27, 2018
flutter/engine@38a646e...b8c2a17

git log 38a646e..b8c2a17 --no-merges --oneline
b8c2a17 Roll src/third_party/skia cfe1264d7465..b3e48afc936d (3 commits) (flutter/engine#6356)
c589b31 Expose push/popRoute on FlutterViewController (flutter/engine#6347)
075b3fc Roll src/third_party/skia 5ea41fc89b26..cfe1264d7465 (1 commits) (flutter/engine#6355)
2dd9b99 Roll Dart to version 808ed6238b9262660e31ea826f7aea6cfa3a3493 (flutter/engine#6354)
5b79938 Dont make any binaries specify an X11 dependency. (flutter/engine#6353)
309ac4e V0.8.2 fix compile problem with xcode10 (flutter/engine#6339)
26fdd1e Roll src/third_party/skia 5767fc042834..5ea41fc89b26 (3 commits) (flutter/engine#6351)
cc44ca5 Perform persistent cache stores on the IO thread outside the frame workload. (flutter/engine#6350)
f2a3df9 Wire up the Skia persistent GPU related artifacts cache. (flutter/engine#6278)
9d4b80a Roll src/third_party/skia 17282da3aa94..5767fc042834 (8 commits) (flutter/engine#6348)
ef98dcb Add support for counter timeline traces from the engine. (flutter/engine#6315)
a961e96 Roll buildroot to pick up updated vs toolchain. (flutter/engine#6346)
d6bb599 Fixed IsolateNameServer documentation (flutter/engine#6344)
0c854ac Roll src/third_party/skia bdf1431686c2..17282da3aa94 (4 commits) (flutter/engine#6345)
e394ea1 Roll src/third_party/skia c05302bc84da..bdf1431686c2 (1 commits) (flutter/engine#6343)
bcdfc23 Roll src/third_party/skia 5457141b011e..c05302bc84da (1 commits) (flutter/engine#6342)
a861f37 Pass on the new unsafe-package-serialization option (flutter/engine#6331)
5e77a1e Roll src/third_party/skia bd03b54cb98d..5457141b011e (1 commits) (flutter/engine#6340)
6332db8 Roll src/third_party/skia f18c297cfb74..bd03b54cb98d (1 commits) (flutter/engine#6338)
a08bc52 Roll src/third_party/skia 7ffa40cedbc4..f18c297cfb74 (6 commits) (flutter/engine#6336)
8247ce2 Implement restore functions on Android and iOS (flutter/engine#6322)
2ead5c0 Roll src/third_party/skia 4ef464cd3c2e..7ffa40cedbc4 (10 commits) (flutter/engine#6334)

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, who should
be CC'd on the roll, and stop the roller if necessary.
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 27, 2018
flutter/engine@38a646e...3052dbd

git log 38a646e..3052dbd --no-merges --oneline
3052dbd SystemNavigator.pop can pop w/o UINavigationController (flutter/engine#6341)
0c096f7 Roll src/third_party/skia b3e48afc936d..227d4e10276c (1 commits) (flutter/engine#6359)
b8c2a17 Roll src/third_party/skia cfe1264d7465..b3e48afc936d (3 commits) (flutter/engine#6356)
c589b31 Expose push/popRoute on FlutterViewController (flutter/engine#6347)
075b3fc Roll src/third_party/skia 5ea41fc89b26..cfe1264d7465 (1 commits) (flutter/engine#6355)
2dd9b99 Roll Dart to version 808ed6238b9262660e31ea826f7aea6cfa3a3493 (flutter/engine#6354)
5b79938 Dont make any binaries specify an X11 dependency. (flutter/engine#6353)
309ac4e V0.8.2 fix compile problem with xcode10 (flutter/engine#6339)
26fdd1e Roll src/third_party/skia 5767fc042834..5ea41fc89b26 (3 commits) (flutter/engine#6351)
cc44ca5 Perform persistent cache stores on the IO thread outside the frame workload. (flutter/engine#6350)
f2a3df9 Wire up the Skia persistent GPU related artifacts cache. (flutter/engine#6278)
9d4b80a Roll src/third_party/skia 17282da3aa94..5767fc042834 (8 commits) (flutter/engine#6348)
ef98dcb Add support for counter timeline traces from the engine. (flutter/engine#6315)
a961e96 Roll buildroot to pick up updated vs toolchain. (flutter/engine#6346)
d6bb599 Fixed IsolateNameServer documentation (flutter/engine#6344)
0c854ac Roll src/third_party/skia bdf1431686c2..17282da3aa94 (4 commits) (flutter/engine#6345)
e394ea1 Roll src/third_party/skia c05302bc84da..bdf1431686c2 (1 commits) (flutter/engine#6343)
bcdfc23 Roll src/third_party/skia 5457141b011e..c05302bc84da (1 commits) (flutter/engine#6342)
a861f37 Pass on the new unsafe-package-serialization option (flutter/engine#6331)
5e77a1e Roll src/third_party/skia bd03b54cb98d..5457141b011e (1 commits) (flutter/engine#6340)
6332db8 Roll src/third_party/skia f18c297cfb74..bd03b54cb98d (1 commits) (flutter/engine#6338)
a08bc52 Roll src/third_party/skia 7ffa40cedbc4..f18c297cfb74 (6 commits) (flutter/engine#6336)
8247ce2 Implement restore functions on Android and iOS (flutter/engine#6322)
2ead5c0 Roll src/third_party/skia 4ef464cd3c2e..7ffa40cedbc4 (10 commits) (flutter/engine#6334)

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, who should
be CC'd on the roll, and stop the roller if necessary.
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 27, 2018
flutter/engine@9d4b80a...5ae4708

git log 9d4b80a..5ae4708 --no-merges --oneline
5ae4708 Roll src/third_party/skia 227d4e10276c..ab3144c3abb9 (11 commits) (flutter/engine#6360)
763627f Do not export libdart symbols (flutter/engine#6337)
3052dbd SystemNavigator.pop can pop w/o UINavigationController (flutter/engine#6341)
0c096f7 Roll src/third_party/skia b3e48afc936d..227d4e10276c (1 commits) (flutter/engine#6359)
b8c2a17 Roll src/third_party/skia cfe1264d7465..b3e48afc936d (3 commits) (flutter/engine#6356)
c589b31 Expose push/popRoute on FlutterViewController (flutter/engine#6347)
075b3fc Roll src/third_party/skia 5ea41fc89b26..cfe1264d7465 (1 commits) (flutter/engine#6355)
2dd9b99 Roll Dart to version 808ed6238b9262660e31ea826f7aea6cfa3a3493 (flutter/engine#6354)
5b79938 Dont make any binaries specify an X11 dependency. (flutter/engine#6353)
309ac4e V0.8.2 fix compile problem with xcode10 (flutter/engine#6339)
26fdd1e Roll src/third_party/skia 5767fc042834..5ea41fc89b26 (3 commits) (flutter/engine#6351)
cc44ca5 Perform persistent cache stores on the IO thread outside the frame workload. (flutter/engine#6350)
f2a3df9 Wire up the Skia persistent GPU related artifacts cache. (flutter/engine#6278)

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, who should
be CC'd on the roll, and stop the roller if necessary.
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 27, 2018
flutter/engine@9d4b80a...3a01f39

git log 9d4b80a..3a01f39 --no-merges --oneline
3a01f39 Change log level from ERROR to WARNING (flutter/engine#6361)
5ae4708 Roll src/third_party/skia 227d4e10276c..ab3144c3abb9 (11 commits) (flutter/engine#6360)
763627f Do not export libdart symbols (flutter/engine#6337)
3052dbd SystemNavigator.pop can pop w/o UINavigationController (flutter/engine#6341)
0c096f7 Roll src/third_party/skia b3e48afc936d..227d4e10276c (1 commits) (flutter/engine#6359)
b8c2a17 Roll src/third_party/skia cfe1264d7465..b3e48afc936d (3 commits) (flutter/engine#6356)
c589b31 Expose push/popRoute on FlutterViewController (flutter/engine#6347)
075b3fc Roll src/third_party/skia 5ea41fc89b26..cfe1264d7465 (1 commits) (flutter/engine#6355)
2dd9b99 Roll Dart to version 808ed6238b9262660e31ea826f7aea6cfa3a3493 (flutter/engine#6354)
5b79938 Dont make any binaries specify an X11 dependency. (flutter/engine#6353)
309ac4e V0.8.2 fix compile problem with xcode10 (flutter/engine#6339)
26fdd1e Roll src/third_party/skia 5767fc042834..5ea41fc89b26 (3 commits) (flutter/engine#6351)
cc44ca5 Perform persistent cache stores on the IO thread outside the frame workload. (flutter/engine#6350)
f2a3df9 Wire up the Skia persistent GPU related artifacts cache. (flutter/engine#6278)

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, who should
be CC'd on the roll, and stop the roller if necessary.
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 27, 2018
flutter/engine@9d4b80a...edf6249

git log 9d4b80a..edf6249 --no-merges --oneline
edf6249 Add pushOffset to SceneBuilder (flutter/engine#6349)
3a01f39 Change log level from ERROR to WARNING (flutter/engine#6361)
5ae4708 Roll src/third_party/skia 227d4e10276c..ab3144c3abb9 (11 commits) (flutter/engine#6360)
763627f Do not export libdart symbols (flutter/engine#6337)
3052dbd SystemNavigator.pop can pop w/o UINavigationController (flutter/engine#6341)
0c096f7 Roll src/third_party/skia b3e48afc936d..227d4e10276c (1 commits) (flutter/engine#6359)
b8c2a17 Roll src/third_party/skia cfe1264d7465..b3e48afc936d (3 commits) (flutter/engine#6356)
c589b31 Expose push/popRoute on FlutterViewController (flutter/engine#6347)
075b3fc Roll src/third_party/skia 5ea41fc89b26..cfe1264d7465 (1 commits) (flutter/engine#6355)
2dd9b99 Roll Dart to version 808ed6238b9262660e31ea826f7aea6cfa3a3493 (flutter/engine#6354)
5b79938 Dont make any binaries specify an X11 dependency. (flutter/engine#6353)
309ac4e V0.8.2 fix compile problem with xcode10 (flutter/engine#6339)
26fdd1e Roll src/third_party/skia 5767fc042834..5ea41fc89b26 (3 commits) (flutter/engine#6351)
cc44ca5 Perform persistent cache stores on the IO thread outside the frame workload. (flutter/engine#6350)
f2a3df9 Wire up the Skia persistent GPU related artifacts cache. (flutter/engine#6278)

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, who should
be CC'd on the roll, and stop the roller if necessary.
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Sep 27, 2018
flutter/engine@9d4b80a...d80c1de

git log 9d4b80a..d80c1de --no-merges --oneline
d80c1de Roll src/third_party/skia ab3144c3abb9..656cefe65d62 (11 commits) (flutter/engine#6362)
edf6249 Add pushOffset to SceneBuilder (flutter/engine#6349)
3a01f39 Change log level from ERROR to WARNING (flutter/engine#6361)
5ae4708 Roll src/third_party/skia 227d4e10276c..ab3144c3abb9 (11 commits) (flutter/engine#6360)
763627f Do not export libdart symbols (flutter/engine#6337)
3052dbd SystemNavigator.pop can pop w/o UINavigationController (flutter/engine#6341)
0c096f7 Roll src/third_party/skia b3e48afc936d..227d4e10276c (1 commits) (flutter/engine#6359)
b8c2a17 Roll src/third_party/skia cfe1264d7465..b3e48afc936d (3 commits) (flutter/engine#6356)
c589b31 Expose push/popRoute on FlutterViewController (flutter/engine#6347)
075b3fc Roll src/third_party/skia 5ea41fc89b26..cfe1264d7465 (1 commits) (flutter/engine#6355)
2dd9b99 Roll Dart to version 808ed6238b9262660e31ea826f7aea6cfa3a3493 (flutter/engine#6354)
5b79938 Dont make any binaries specify an X11 dependency. (flutter/engine#6353)
309ac4e V0.8.2 fix compile problem with xcode10 (flutter/engine#6339)
26fdd1e Roll src/third_party/skia 5767fc042834..5ea41fc89b26 (3 commits) (flutter/engine#6351)
cc44ca5 Perform persistent cache stores on the IO thread outside the frame workload. (flutter/engine#6350)
f2a3df9 Wire up the Skia persistent GPU related artifacts cache. (flutter/engine#6278)

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, who should
be CC'd on the roll, and stop the roller if necessary.
GaryQian pushed a commit to GaryQian/engine that referenced this pull request Oct 2, 2018
Includes the following changes:
808ed62 [vm, compiler] Make register allocator instead of assembler put the write barrier value into a fixed register.
2f25dcd [vm] Remove script snapshots.
5d10974 [vm/bytecode] Use _simpleInstanceOf for certain 'is' checks in bytecode
9cc251c [vm/test] Fix process_stderr_test.
0f59689 [vm/aot] Do not tree shake type arguments used in constant instances
99daccc Handle FunctionExpressionInvocation when creating summaries.
d673847 [dartdevc] add --kernel option, deprecate bin/dartdevk
79d639a [VM interpreter/bytecode] Modify argument order for AssertAssignable bytecode.
9fb3ff1 Extract InheritanceManager2.
d9fb4b0 [vm/compiler] Fix recent regressions due to inaccurate type merging
dcad8fe In analyzer/FE comparison, compare the return types of function types.
3c4c62d Reland "[VM] Dart_Initialize no longer crashes after Dart_Cleanup"
e31f9fc Track front end errors.
15c64b4 [vm/aot] Remove 'rounds' from precompiler
e7d71be [toolchain] Update Windows VS toolchain to current Chromium one.
0262530 Clarify code that checks for analyzer/FE differences.
5940ba2 [benchmark] Add gen_kernel_bytecode.dill to try_benchmarks.sh
bbfd402 Fix copyright date in new test
4dcd839 Allow super invocations find members in supertypes of old style mixins.
a0ff5f8 Add stub implementation for analysis server edit.dartfix
0808d29 Update spec of potentially constant and compile-time constant expressions.
d8c32ae [vm] Add a reload test that checks that types are finalized.
cf055d6 [vm] Fix isolate reload tests so that they can pass kernel files for isolate reload.
429bca8 Make `Uri.parse` accept `[` and `]` in path, query and fragment.
b01f461 Add product mode macos dart executable to fileset for running tests
e05f1fc Adjusted superclasses to make a mixin application superclass abstract
b480089 Fix updateExpectations in expression test
4816b60 Eliminate checked mode and production mode
c22b2ef Verify that mixin constraints can't be satisfied by the application (or named class) itself.
98a9adf Make constructor function types conform with the specification.
a3aa0c1 Improve messages involving empty cycles
48d1b5e Improve diagnostics with anonymous jump targets
c38eab4 [infra] Remove Dart 1 builders from the CQ (Part II)
e17a596 [gardening] Update product dartk test status.
efe76b2 [gardening] Update product dartk test status.
1a29217 Remove empty statements
1c8d65c fix flutter#32785, implement typedef equality in dartdevc
20fa781 Add @pragma('dart2js:noInline') and @pragma('dart2js:tryInline')
b1a5415 Check that implicit type arguments satisfy bounds.
3b511b9 [dartdevc] improve compile time of kernel backend
c7383b5 Revert "[VM runtime] Store Smi instance type in type test cache when using the interpreter."
d1a3eaa Add flag to control symbol visibility of libdart
86430cb [vm] Extend AppJIT capability of gen_snapshot.
f81709c [vm/aot] Use field types inferred in TFA and remove inference in precompiler.cc
e7fc155 [gardening] Adjust product kernel test status
b3b947d bump to linter 0.1.64
c9bcfe8 [vm] Fix byte displacement printing in x86 disassembler
ded73cd Revert "[dart2js] Simplify noInline / tryInline annotations"
2c82a40 Signal a static error when invoking a non-function (issue 34320)
34425a8 [vm] Set implicit function accessor when the functions are created
8bae3a1 [dart2js] Simplify noInline / tryInline annotations
8ff692a [infra] Remove Dart 1 builders from the CQ (Part I)
9185294 Reland: Implement inheritance/override checks from the spec.
c23a981 Stop setting element model supertypes in TypeResolverVisitor when using new driver.
17b3310 Resolve bounds for type parameters of generic type alias.
c624f8b First cut dartfix protocol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants