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 Dart SDK from 6489a0c to 3d53df5 (141 revisions)

https://dart.googlesource.com/sdk.git/+log/6489a0c68df8..3d53df52afb5

2020-06-02 [email protected] Revert "[vm] Call OSThread::Cleanup() during VM shutdown (as with all other Init/Cleanup functions)"
2020-06-02 [email protected] [benchmark] Fork benchmarks for null safety and pin internal ones.
2020-06-02 [email protected] Move extension methods experiment to shipped list
2020-06-02 [email protected] [co19] Roll co19_2 to 620c1148c8b7a3d7f74afacf348c46f109eb64f2
2020-06-02 [email protected] Revert "[cfe] Embed and use allowed experiments in CFE"
2020-06-02 [email protected] [cfe] Disallow void in await expression
2020-06-02 [email protected] [cfe] Add regression test for issue 41435
2020-06-02 [email protected] [dartk] Mark regress41983 as slow on debug reload bot; copy test to language too
2020-06-02 [email protected] Revert "[vm, service, observatory] Bang Bang (My Type System Shot Me Down)."
2020-06-02 [email protected] [vm, service, observatory] Bang Bang (My Type System Shot Me Down).
2020-06-01 [email protected] [vm/deterministic] When sorting CallTargets by frequency, sort by id in case of ties.
2020-06-01 [email protected] [vm/aot] Fix aot cross-compilation scenario when gen_snapshot runs on Windows targets android x64.
2020-06-01 [email protected] [ VM / DartDev ] Add special flags '--enable-analytics' and '--disable-analytics' which are treated as VM options but always forwarded to DartDev
2020-06-01 [email protected] Analyzer: skip using bazel-bin
2020-06-01 [email protected] [vm/compiler] Optimize lazy field initialization
2020-06-01 [email protected] Migration: change how we set the CLI exit code.
2020-06-01 [email protected] Combine all "verify sorted" tests.
2020-06-01 [email protected] Instantiate Never as Null* in legacy libraries.
2020-06-01 [email protected] Clean up some quick fixes
2020-06-01 [email protected] Rename *-tag to -rev in DEPS.
2020-06-01 [email protected] Issue 38799. Test that function expressions can infer Never as return type.
2020-06-01 [email protected] Issue 42093. Add async test.
2020-06-01 [email protected] [vm/nnbd] Prepare to migrate runtime/tests/vm/dart to NNBD
2020-06-01 [email protected] Migrator: improve pubspec parsing
2020-06-01 [email protected] Remove AnalysisDriver.useSummary2
2020-06-01 [email protected] Extensions are always enabled, merge corresponding tests.
2020-06-01 [email protected] [nnbd_migration] update the CLI instructions of the migration tool
2020-06-01 [email protected] Convert more quick fixes to use the producer pattern
2020-05-31 [email protected] Issue 35710. Test switch exhaustiveness, improve for null.
2020-05-31 [email protected] Remove extension method opt-in in many language tests
2020-05-31 [email protected] Fix crash when inferring types with FunctionExpressionInvocation and out of order dependencies.
2020-05-30 [email protected] Migrator: tweaks to README
2020-05-30 [email protected] Skip unicode surrogate test on android
2020-05-30 [email protected] Remove DartSdk.useSummary.
2020-05-30 [email protected] [cfe] Embed and use allowed experiments in CFE
2020-05-30 [email protected] [cfe] Remove EvaluationMode.legacy
2020-05-30 [email protected] [nnbd] Make PRESUBMIT.py warn on upload if tests are not changed in NNBD and non-NNBD suites
2020-05-30 [email protected] Remove DartSdk.getLinkedBundle().
2020-05-30 [email protected] process docs: Add link to experimental flags yaml file
2020-05-30 [email protected] Migrate language_2/map to NNBD.
2020-05-30 [email protected] Migrate language_2/library to NNBD.
2020-05-30 [email protected] [vm] Change THR_Print to filter based on isolate group.
2020-05-30 [email protected] Migrate language_2/least_upper_bound to NNBD.
2020-05-30 [email protected] [package:js] Filter out tests on CSP that use eval
2020-05-29 [email protected] [dart2js] tweak deferred load list printing
2020-05-29 [email protected] Migrate language_2/loop to NNBD.
...

https://dart.googlesource.com/sdk.git/+log/6489a0c68df8..3d53df52afb5

2020-06-02 [email protected] Revert "[vm] Call OSThread::Cleanup() during VM shutdown (as with all other Init/Cleanup functions)"
2020-06-02 [email protected] [benchmark] Fork benchmarks for null safety and pin internal ones.
2020-06-02 [email protected] Move extension methods experiment to shipped list
2020-06-02 [email protected] [co19] Roll co19_2 to 620c1148c8b7a3d7f74afacf348c46f109eb64f2
2020-06-02 [email protected] Revert "[cfe] Embed and use allowed experiments in CFE"
2020-06-02 [email protected] [cfe] Disallow void in await expression
2020-06-02 [email protected] [cfe] Add regression test for issue 41435
2020-06-02 [email protected] [dartk] Mark regress41983 as slow on debug reload bot; copy test to language too
2020-06-02 [email protected] Revert "[vm, service, observatory] Bang Bang (My Type System Shot Me Down)."
2020-06-02 [email protected] [vm, service, observatory] Bang Bang (My Type System Shot Me Down).
2020-06-01 [email protected] [vm/deterministic] When sorting CallTargets by frequency, sort by id in case of ties.
2020-06-01 [email protected] [vm/aot] Fix aot cross-compilation scenario when gen_snapshot runs on Windows targets android x64.
2020-06-01 [email protected] [ VM / DartDev ] Add special flags '--enable-analytics' and '--disable-analytics' which are treated as VM options but always forwarded to DartDev
2020-06-01 [email protected] Analyzer: skip using bazel-bin
2020-06-01 [email protected] [vm/compiler] Optimize lazy field initialization
2020-06-01 [email protected] Migration: change how we set the CLI exit code.
2020-06-01 [email protected] Combine all "verify sorted" tests.
2020-06-01 [email protected] Instantiate Never as Null* in legacy libraries.
2020-06-01 [email protected] Clean up some quick fixes
2020-06-01 [email protected] Rename `*-tag` to `-rev` in DEPS.
2020-06-01 [email protected] Issue 38799. Test that function expressions can infer Never as return type.
2020-06-01 [email protected] Issue 42093. Add async test.
2020-06-01 [email protected] [vm/nnbd] Prepare to migrate runtime/tests/vm/dart to NNBD
2020-06-01 [email protected] Migrator: improve pubspec parsing
2020-06-01 [email protected] Remove AnalysisDriver.useSummary2
2020-06-01 [email protected] Extensions are always enabled, merge corresponding tests.
2020-06-01 [email protected] [nnbd_migration] update the CLI instructions of the migration tool
2020-06-01 [email protected] Convert more quick fixes to use the producer pattern
2020-05-31 [email protected] Issue 35710. Test switch exhaustiveness, improve for null.
2020-05-31 [email protected] Remove extension method opt-in in many language tests
2020-05-31 [email protected] Fix crash when inferring types with FunctionExpressionInvocation and out of order dependencies.
2020-05-30 [email protected] Migrator: tweaks to README
2020-05-30 [email protected] Skip unicode surrogate test on android
2020-05-30 [email protected] Remove DartSdk.useSummary.
2020-05-30 [email protected] [cfe] Embed and use allowed experiments in CFE
2020-05-30 [email protected] [cfe] Remove EvaluationMode.legacy
2020-05-30 [email protected] [nnbd] Make PRESUBMIT.py warn on upload if tests are not changed in NNBD and non-NNBD suites
2020-05-30 [email protected] Remove DartSdk.getLinkedBundle().
2020-05-30 [email protected] process docs: Add link to experimental flags yaml file
2020-05-30 [email protected] Migrate language_2/map to NNBD.
2020-05-30 [email protected] Migrate language_2/library to NNBD.
2020-05-30 [email protected] [vm] Change THR_Print to filter based on isolate group.
2020-05-30 [email protected] Migrate language_2/least_upper_bound to NNBD.
2020-05-30 [email protected] [package:js] Filter out tests on CSP that use eval
2020-05-29 [email protected] [dart2js] tweak deferred load list printing
2020-05-29 [email protected] Migrate language_2/loop to NNBD.
2020-05-29 [email protected] Analyzer_plugin: fix problematic imports of analysis_server, and prepare to publish.
2020-05-29 [email protected] Implement changes to return type verification.
2020-05-29 [email protected] Force copy_dart.py to use python2.7
2020-05-29 [email protected] [ VM ] Fix asserts in ARM64 simulator
2020-05-29 [email protected] [vm, gc] Prevent a program dominated by direct old-space allocations from avoiding scavenges for too long.
2020-05-29 [email protected] [dartdevc] Fixing issue whereby async generators would not resume properly after yielding from within a catch block.
2020-05-29 [email protected] Migrate language_2/is to NNBD.
2020-05-29 [email protected] Migrate language_2/inference to NNBD.
2020-05-29 [email protected] Migrate language_2/lazy to NNBD.
2020-05-29 [email protected] Migrate language_2/main to NNBD.
2020-05-29 [email protected] [ddc] Fix break on --no-nnbd build
2020-05-29 [email protected] Add README.google and change browser-compat-data DEPS
2020-05-29 [email protected] [Library] Change signature of dart:io exit to return Never
2020-05-29 [email protected] [VM/Runtime] - Remove Dart_CompileSourcesToKernel from the Dart C API
2020-05-29 [email protected] Replaces fuchsia.deprecatedtimezone
2020-05-29 [email protected] Update build_sdk_summaries to 'build' command, update help.
2020-05-29 [email protected] Convert two more fixes to producers
2020-05-29 [email protected] Rename HintCode.DEAD_CODE visitor to LegacyDeadCodeVerifier, report other dead code.
2020-05-29 [email protected] Support publishing errors (diagnostics) for plugins in LSP
2020-05-29 [email protected] [dart2js] SSA cleanup
2020-05-29 [email protected] [vm/compiler] Fix crash in inliner when receiver is dead
2020-05-29 [email protected] Use allowed_experiments.json when building SDK summary (reland).
2020-05-29 [email protected] Refactoring in some *_contributor_test.dart files, more assert*() method declarations to superclass to share instead of having multiple copies
2020-05-29 [email protected] Add declaredConstructor() to the LocalDeclarationVisitor and mark all declared*() members as concrete with empty bodies. Subclasses are updated in this change as well.
2020-05-29 [email protected] [kernel] Allow merging nnbd disabled + nnbd weak
2020-05-29 [email protected] [nnbd_migration] Fix flutter#41795, delete/change hint causes rerun.
2020-05-29 [email protected] Enable the non-nullable experiment for dartdoc.
2020-05-29 [email protected] Reland "[infra] Update checked-in SDKs to 2.9.0-10.0.dev"
2020-05-29 [email protected] [infra] Run all migrated co19 tests on nnbd configurations
2020-05-29 [email protected] Fix a number of outdated URLs across a number of markdown files
2020-05-29 [email protected] [gardening] Read nnbdMode parameter instead of field on null options.
2020-05-29 [email protected] Revert "[vm] Check prefix.loadLibrary is called and returns before prefix members are used."
2020-05-29 [email protected] Update language/invalid_returns tests, cf. SDK flutter#41803
2020-05-29 [email protected] [vm] Call OSThread::Cleanup() during VM shutdown (as with all other Init/Cleanup functions)
2020-05-29 [email protected] [vm/aot] Separate out stream methods from the Elf class.
2020-05-29 [email protected] [vm/concurrency] Avoid stopping mutators when updating subtype test cache
2020-05-29 [email protected] [vm/gc] Ensure to tear down mutator pool of an isolate group before waiting for pending GC tasks
2020-05-29 [email protected] [vm/compiler] Recognize List.filled factory
2020-05-29 [email protected] [analysis_server] always send an analytics client ID
2020-05-29 [email protected] [ddc] Add --sound-null-safety flag and pass to CFE
2020-05-29 [email protected] Pass ByteData through JS-interop.
2020-05-29 [email protected] Migrator: run pub outdated from the correct directory
2020-05-28 [email protected] Migrator: use pub.bat on Windows
2020-05-28 [email protected] [vm] Check prefix.loadLibrary is called and returns before prefix members are used.
2020-05-28 [email protected] Remove support for 'packageRoots' in DAS.
2020-05-28 [email protected] [analysis_server] No longer report server crashes to staging.
2020-05-28 [email protected] Update dartdoc to 0.32.1.
2020-05-28 [email protected] Prepare to publish analyzer_plugin version 0.2.3
2020-05-28 [email protected] Migration: Remove "fantasy land" functionality
2020-05-28 [email protected] Make MockAnalysisDriver implement AnalysisDriver, not extend.
2020-05-28 [email protected] Run DDC tests in the right mode with the migration test script.
2020-05-28 [email protected] [dart2js] Fix bug in modular_test_suite.
2020-05-28 [email protected] Fix the computation of completion location in OpType
2020-05-28 [email protected] Make --dart-sdk-summary required for build mode.
2020-05-28 [email protected] Fix the RemoveType quick fix to work with final and const (issue 42099)
2020-05-28 [email protected] Migrate language_2/implicit_downcast_during to NNBD.
2020-05-28 [email protected] [dart2js] Move dart2js unit tests to pkg/compiler/test.
2020-05-28 [email protected] Compute mmrs at a finer granularity
2020-05-28 [email protected] [vm/tsan] Fix reported tsan race in message handler test
2020-05-28 [email protected] Ensure plugin file types are registered for all LSP capabilities
2020-05-28 [email protected] [vm] Print isolate group name in stack trace dumping (used e.g. for SEGVs)
2020-05-28 [email protected] Revert "[infra] Update checked-in SDKs to 2.9.0-10.0.dev"
2020-05-28 [email protected] [infra] Update checked-in SDKs to 2.9.0-10.0.dev
2020-05-28 [email protected] [frontend_server] Plug leaks caused by saving the first compilation result
2020-05-28 [email protected] [vm/compiler] Use unboxed constants when folding away unboxed ops.
2020-05-28 [email protected] [vm/aot] Clean up old assumptions in Serializer::WriteInstructions().
2020-05-28 [email protected] Revert "[co19] Enable tests migrated to null-safety"
2020-05-28 [email protected] dartdev: skip 'pub outdated' check in tests
2020-05-28 [email protected] [dart2js ddc] make paths of dart2js and ddc platform files agnostic of nnbd.
2020-05-28 [email protected] [runtime/observatory] Clean up rewind command feedback
2020-05-28 [email protected] [package:js] Add JS test for function parameters
2020-05-27 [email protected] [vm/kernel] Fix --no-link-platform option of gen_kernel tool
2020-05-27 [email protected] Always provide --dart-sdk-summary in build mode tests.
2020-05-27 [email protected] Migration: add locations to trace entries that refer to elements.
2020-05-27 [email protected] Sort declarations in instrumentation_test.dart
2020-05-27 [email protected] Incorporate old relevance ideas into context support for new relevance
2020-05-27 [email protected] [ddc] Make amd modules a named function
2020-05-27 [email protected] Non-nullify context type for FunctionExpression inference.
2020-05-27 [email protected] [nnbd_migration] Fix navigation urls on windows.
2020-05-27 [email protected] MockSdk does need to create summary.
2020-05-27 [email protected] Report UNUSED_LABEL when null safety, fix for crash.
2020-05-27 [email protected] Update language/interface/interface2_test after analyzer changes.
2020-05-27 [email protected] Add mdn/browser-compat-data to DEPS
2020-05-27 [email protected] [ DartDev ] Always use the resolved executable as the preferred Dart binary
2020-05-27 [email protected] [vm/concurrency] Move locks up from Isolate to IsolateGroup
2020-05-27 [email protected] Reland "[vm/aot] Enable tree-shaking of write-only fields by default"
2020-05-27 [email protected] Update the relevance metrics tool
2020-05-27 [email protected] [cfe] Set and check null safety mode in .dill
2020-05-27 [email protected] Revert "Use allowed_experiments.json when building SDK summary."
2020-05-27 [email protected] Use allowed_experiments.json when building SDK summary.
2020-05-27 [email protected] Add CrashReportingAttachmentsBuilder.forException()
2020-05-27 [email protected] Try to clarify the RangeError.range message
2020-05-27 [email protected] [SDK][Gardening] Fixes profiler_test broken in c4b7097.
2020-05-27 [email protected] [vm/aot] Clean static fields handling in precompiler.cc
2020-05-27 [email protected] [vm/compiler] Fix code determining if object can be a smi in LoadClassId.

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 [email protected] 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/+doc/master/autoroll/README.md
@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 Jun 2, 2020
@fluttergithubbot fluttergithubbot merged commit 2a024ea into flutter:master Jun 2, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 2, 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