Branch: refs/heads/dev
Commit: f3d47ab020a10305a64b1568e24c2ed7d2e77292
https://github.com/dart-lang/sdk/commit/f3d47ab020a10305a64b1568e24c2ed7d2e77292
M pkg/front_end/lib/src/builder/formal_parameter_builder.dart
M pkg/front_end/lib/src/kernel/body_builder.dart
M pkg/front_end/lib/src/kernel/internal_ast.dart
M pkg/front_end/lib/src/kernel/resolver.dart
M pkg/front_end/lib/src/type_inference/inference_visitor.dart
M pkg/front_end/lib/src/type_inference/inference_visitor_base.dart
Log Message:
-----------
[cfe][InternalNodes] Remove InternalVariable.initializer
This removes the initializer property on InternalVariable together with various other internal delegations to the astVariable to make sure the InternalVariable is behaving has a normal InternalTreeNode.
Change-Id: I1f8469eeb3f80d815f3bb5676bf43e66067b82ca
Reviewed-on:
https://dart-review.googlesource.com/c/sdk/+/510841
Commit-Queue: Johnni Winther <
johnni...@google.com>
Reviewed-by: Chloe Stefantsova <
cstefa...@google.com>
Commit: b32e31362013fbd2169a8be9765ce23a34f63063
https://github.com/dart-lang/sdk/commit/b32e31362013fbd2169a8be9765ce23a34f63063
Author: Jens Johansen <
je...@google.com>
Date: 2026-06-11 (Thu, 11 Jun 2026)
Changed paths:
M pkg/dartdev/lib/src/commands/run.dart
M pkg/dartdev/lib/src/vm_interop_handler.dart
M pkg/dartdev/test/commands/run_test.dart
M runtime/bin/dartdev.cc
M runtime/bin/main_impl.cc
M runtime/bin/main_options.h
Log Message:
-----------
[vm] Introduce --script_uri_override to support Platform.script in dart run -r
If a script uses `Platform.script` running it with as `dart
<script.dart>` and `dart run <script.dart>` would give the correct
script ("<script.dart>"), but running it with `dart run -r
<script.dart>` would report a dill file in the temp directory which is
not only surprising, but also breaking and for instance running the CFEs
strong_suite.dart via `dart run -r` didn't work.
This CL introduces --script_uri_override to the VM and makes the
resident compiler setup pass it so that when running `dart run -r
<script.dart>`, even though the vm is actually launched from a dill file
that resides in temp, `Platform.script` will actually return
`<script.dart>` - and running the CFEs strong_suite.dart via `dart run
-r` now actually works.
Tested: Added pkg/dartdev/test/commands/run_test.dart and manual testing.
Change-Id: Ia65c01834485fe06af63584baf0448dd5b9ffdb4
Reviewed-on:
https://dart-review.googlesource.com/c/sdk/+/510343
Reviewed-by: Slava Egorov <
veg...@google.com>
Commit-Queue: Jens Johansen <
je...@google.com>
Commit: e171e636d508b87b238751dc4267f9368a72f61d
https://github.com/dart-lang/sdk/commit/e171e636d508b87b238751dc4267f9368a72f61d
Author: Brian Wilkerson <
brianwi...@google.com>
Date: 2026-06-11 (Thu, 11 Jun 2026)
Changed paths:
M pkg/analysis_server/lib/src/services/correction/dart/bind_to_field.dart
M pkg/analysis_server/test/src/services/correction/assist/bind_to_field_test.dart
Log Message:
-----------
Do not offer to bind a declaring parameter to a field
Closes
https://github.com/dart-lang/sdk/issues/63540
Change-Id: I72f8f76878e5a058f58aca80b1543a1141a68b72
Reviewed-on:
https://dart-review.googlesource.com/c/sdk/+/511100
Commit-Queue: Brian Wilkerson <
brianwi...@google.com>
Reviewed-by: Samuel Rawlins <
sraw...@google.com>
Commit: 6de2588d56220c93e212c9674712e1f01548d5f9
https://github.com/dart-lang/sdk/commit/6de2588d56220c93e212c9674712e1f01548d5f9
Author: Ankit Ranjan <
ankitra...@gmail.com>
Date: 2026-06-11 (Thu, 11 Jun 2026)
Changed paths:
M tests/ffi/abi_specific_int_incomplete_aot_test.dart
A tests/ffi/abi_specific_int_incomplete_aot_test_helper.dart
M tests/ffi/ffi.status
M tests/ffi/vmspecific_enable_ffi_test.dart
A tests/ffi/vmspecific_enable_ffi_test_helper.dart
Log Message:
-----------
[vm/ffi] Migrate legacy multi-test files to Process.run
Migrates vmspecific_enable_ffi_test.dart and
abi_specific_int_incomplete_aot_test.dart away from legacy multi-test
markers. Since these tests verify VM/gen_snapshot compile-time errors
(not CFE errors), they cannot use // [cfe] expectations. Instead, they
now spawn a subprocess and verify the expected error is produced.
- vmspecific_enable_ffi_test: Runs helper with --enable-ffi=false, checks for error
- abi_specific_int_incomplete_aot_test: Compiles helper with `dart compile aot-snapshot`, checks for error
Both tests self-spawn AOT tooling (gen_snapshot) or the JIT `dart` CLI,
so they only run on the dartkp host bots and are skipped elsewhere
(ia32, android, fuchsia, qemu) via tests/ffi/ffi.status.
Fixes
https://github.com/dart-lang/sdk/issues/60212
Change-Id: Ib2482c3172b20a4366f984da33544fc515b540c4
Cq-Include-Trybots: dart/try:vm-aot-android-debug-arm64c-try,vm-aot-android-debug-arm_x64-try,vm-aot-linux-debug-arm64-try,vm-aot-linux-debug-x64-try,vm-aot-linux-debug-x64c-try,vm-aot-mac-debug-arm64-try,vm-aot-mac-debug-x64-try,vm-aot-obfuscate-linux-release-x64-try,vm-aot-optimization-level-linux-release-x64-try,vm-aot-win-debug-arm64-try,vm-aot-win-debug-x64-try,vm-aot-win-debug-x64c-try,vm-asan-linux-release-arm64-try,vm-asan-linux-release-x64-try,vm-asan-mac-release-arm64-try,vm-asan-win-release-x64-try,vm-ffi-qemu-linux-release-arm-try,vm-ffi-qemu-linux-release-riscv64-try,vm-fuchsia-release-x64-try,vm-msan-linux-release-arm64-try,vm-msan-linux-release-x64-try,vm-tsan-linux-release-arm64-try,vm-tsan-linux-release-x64-try,vm-tsan-mac-release-arm64-try,vm-ubsan-linux-release-arm64-try,vm-ubsan-linux-release-x64-try,vm-ubsan-mac-release-arm64-try,vm-ubsan-win-release-x64-try
Reviewed-on:
https://dart-review.googlesource.com/c/sdk/+/508020
Commit-Queue: Samuel Rawlins <
sraw...@google.com>
Auto-Submit: Ankit Ranjan <
ankitra...@gmail.com>
Reviewed-by: Daco Harkes <
dacoh...@google.com>
Reviewed-by: Samuel Rawlins <
sraw...@google.com>
Commit: 649a56d6e4a0d95eb62d6d5ba875b960474f4825
https://github.com/dart-lang/sdk/commit/649a56d6e4a0d95eb62d6d5ba875b960474f4825
Author: Konstantin Shcheglov <
sche...@google.com>
Date: 2026-06-11 (Thu, 11 Jun 2026)
Changed paths:
M pkg/analyzer/test/src/dart/resolution/node_text_expectations.dart
M pkg/analyzer/test/src/diagnostics/analysis_options/analysis_options_test_support.dart
M pkg/analyzer/test/src/diagnostics/analysis_options/include_file_not_found_test.dart
M pkg/analyzer/test/src/diagnostics/analysis_options/include_file_warning_test.dart
M pkg/analyzer/test/src/diagnostics/analysis_options/recursive_include_file_test.dart
M pkg/analyzer/test/src/diagnostics/analysis_options/test_all.dart
M pkg/analyzer/test/src/options/options_file_validator_test.dart
M pkg/analyzer/test/src/options/options_rule_validator_test.dart
Log Message:
-----------
CQ. Switch analysis options tests to inline expected diagnostics.
Change-Id: I2c33dbd645bd8611836cbcbab597a23165d1fb9e
Reviewed-on:
https://dart-review.googlesource.com/c/sdk/+/511060
Reviewed-by: Johnni Winther <
johnni...@google.com>
Commit-Queue: Konstantin Shcheglov <
sche...@google.com>
Commit: be4df1a8690006dd570bb9b4c5f2d02760cb9fe4
https://github.com/dart-lang/sdk/commit/be4df1a8690006dd570bb9b4c5f2d02760cb9fe4
Author: Konstantin Shcheglov <
sche...@google.com>
Date: 2026-06-11 (Thu, 11 Jun 2026)
Changed paths:
M pkg/analysis_server/lib/src/context_manager.dart
M pkg/analysis_server/lib/src/lsp/handlers/custom/handler_migrate.dart
M pkg/analysis_server/lib/src/plugin/plugin_locator.dart
M pkg/analysis_server/lib/src/plugin/plugin_manager.dart
M pkg/analysis_server/lib/src/plugin/plugin_watcher.dart
M pkg/analysis_server/lib/src/services/correction/bulk_fix_processor.dart
M pkg/analysis_server/lib/src/services/correction/dart/update_sdk_constraints.dart
M pkg/analysis_server/lib/src/services/correction/fix/data_driven/transform_set_manager.dart
M pkg/analysis_server/lib/src/services/pub/pub_package_service.dart
M pkg/analysis_server/lib/src/services/user_prompts/user_prompts.dart
M pkg/analysis_server/lib/src/status/pages/contexts_page.dart
M pkg/analysis_server/test/analysis/reanalyze_test.dart
M pkg/analysis_server/test/analysis/set_priority_files_test.dart
M pkg/analysis_server/test/support/configuration_files.dart
M pkg/analysis_server/test/verify_no_utf8_encode_test.dart
M pkg/analyzer/api.txt
M pkg/analyzer/lib/file_system/file_system.dart
M pkg/analyzer/lib/file_system/memory_file_system.dart
M pkg/analyzer/lib/file_system/overlay_file_system.dart
M pkg/analyzer/lib/file_system/physical_file_system.dart
M pkg/analyzer/lib/src/analysis_rule/rule_context.dart
M pkg/analyzer/lib/src/context/builder.dart
M pkg/analyzer/lib/src/context/packages.dart
M pkg/analyzer/lib/src/dart/analysis/context_locator.dart
M pkg/analyzer/lib/src/dart/analysis/file_state_filter.dart
M pkg/analyzer/lib/src/dart/sdk/sdk.dart
M pkg/analyzer/lib/src/pubspec/validators/flutter_validator.dart
M pkg/analyzer/lib/src/source/package_map_resolver.dart
M pkg/analyzer/lib/src/test_utilities/mock_packages.dart
M pkg/analyzer/lib/src/test_utilities/mock_sdk.dart
M pkg/analyzer/lib/src/utilities/extensions/file_system.dart
M pkg/analyzer/lib/src/workspace/blaze.dart
M pkg/analyzer/lib/src/workspace/gn.dart
M pkg/analyzer/lib/src/workspace/pub.dart
M pkg/analyzer/lib/src/workspace/workspace.dart
M pkg/analyzer/test/file_system/file_system_test_support.dart
M pkg/analyzer/test/file_system/overlay_file_system_test.dart
M pkg/analyzer/test/file_system/physical_file_system_test.dart
M pkg/analyzer/test/source/analysis_options_provider_test.dart
M pkg/analyzer/test/src/dart/analysis/context_builder_test.dart
M pkg/analyzer/test/src/dart/analysis/driver_test.dart
M pkg/analyzer/test/src/dart/sdk/sdk_test.dart
M pkg/analyzer/test/src/options/options_provider_test.dart
M pkg/analyzer/test/src/workspace/gn_test.dart
M pkg/analyzer_plugin/lib/src/utilities/navigation/document_links.dart
M pkg/analyzer_testing/lib/mock_packages/mock_packages.dart
M pkg/analyzer_utilities/lib/verify_tests.dart
M pkg/dartpad_worker/lib/src/resource_provider/resource_provider_ext.dart
M pkg/dartpad_worker/lib/src/resource_provider/resource_provider_file.dart
M pkg/dartpad_worker/lib/src/resource_provider/resource_provider_wrap_cwd.dart
M pkg/dartpad_worker/lib/src/worker.dart
M pkg/dartpad_worker/test/checks_ext.dart
M pkg/dartpad_worker/test/resource_provider/test_resource_provider_ext.dart
M pkg/linter/lib/src/ast.dart
M pkg/linter/test/rules/analyzer_element_model_tracking_test.dart
M pkg/linter/test/verify_reflective_test_suites_test.dart
Log Message:
-----------
API. Add Folder.getFile/Folder, deprecate getChildAssumingFile/Folder
This aligns names with ResourceProvider.getFile/Folder.
Change-Id: I30383ef1fa6f7cbe60b187338e25b8ca75806730
Reviewed-on:
https://dart-review.googlesource.com/c/sdk/+/511120
Reviewed-by: Johnni Winther <
johnni...@google.com>
Reviewed-by: Jonas Jensen <
jon...@google.com>
Reviewed-by: Brian Wilkerson <
brianwi...@google.com>
Commit-Queue: Konstantin Shcheglov <
sche...@google.com>
Commit: d22b566c31f67da2e4dbfbd76f5b26e93e537a20
https://github.com/dart-lang/sdk/commit/d22b566c31f67da2e4dbfbd76f5b26e93e537a20
Author: Konstantin Shcheglov <
sche...@google.com>
Date: 2026-06-11 (Thu, 11 Jun 2026)
Changed paths:
M pkg/analyzer/test/src/manifest/manifest_validator_test.dart
Log Message:
-----------
CQ. Migrate ManifestValidatorTest to inline expected diagnostics.
Change-Id: I499057965ea93aae9f550b9a383033ea6072db41
Reviewed-on:
https://dart-review.googlesource.com/c/sdk/+/511140
Reviewed-by: Johnni Winther <
johnni...@google.com>
Commit-Queue: Konstantin Shcheglov <
sche...@google.com>
Commit: 8e0ba59c7aad8b0f3a780ed79967b870a869d047
https://github.com/dart-lang/sdk/commit/8e0ba59c7aad8b0f3a780ed79967b870a869d047
Author: Alexander Markov <
alexm...@google.com>
Date: 2026-06-11 (Thu, 11 Jun 2026)
Changed paths:
M runtime/vm/os_win.cc
Log Message:
-----------
[vm,gardening] Possible fix for build failure on Flutter bots
This is an attempt to fix the following build failure which appears
on Flutter bots but not Dart CI bots:
```
../../../flutter/third_party/dart/runtime/vm/os_win.cc(260,13): error: no matching function for call to 'ReadProcessMemory'
260 | BOOL ok = ReadProcessMemory(GetCurrentProcess(), address, buffer,
| ^~~~~~~~~~~~~~~~~
../../../flutter/third_party/depot_tools/win_toolchain/vs_files/27370823e7\Windows Kits\10\Include\10.0.22621.0\um\memoryapi.h(152,1): note: candidate function not viable: no known conversion from 'size_t *' (aka 'unsigned int *') to 'SIZE_T *' (aka 'unsigned long *') for 5th argument
152 | ReadProcessMemory(
| ^
153 | _In_ HANDLE hProcess,
154 | _In_ LPCVOID lpBaseAddress,
155 | _Out_writes_bytes_to_(nSize,*lpNumberOfBytesRead) LPVOID lpBuffer,
156 | _In_ SIZE_T nSize,
157 | _Out_opt_ SIZE_T* lpNumberOfBytesRead
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
```
TEST=ci
Change-Id: Ic32a5f7750c92850e23c7a8e0e77b1d385e8fc17
Reviewed-on:
https://dart-review.googlesource.com/c/sdk/+/511440
Reviewed-by: Ben Konyi <
bko...@google.com>
Commit-Queue: Alexander Markov <
alexm...@google.com>
Commit: 9297d718a16b80efad8d89708a4773c3321dd9f8
https://github.com/dart-lang/sdk/commit/9297d718a16b80efad8d89708a4773c3321dd9f8
Author: Alexander Markov <
alexm...@google.com>
Date: 2026-06-11 (Thu, 11 Jun 2026)
Changed paths:
M pkg/test_runner/lib/src/command_output.dart
M pkg/test_runner/lib/src/compiler_configuration.dart
M pkg/test_runner/lib/src/configuration.dart
M pkg/test_runner/lib/src/multitest.dart
M pkg/test_runner/lib/src/test_file.dart
M pkg/test_runner/lib/src/test_suite.dart
M pkg/test_runner/lib/src/testing_servers.dart
M tests/standalone/io/process_non_ascii_test.dart
M tests/standalone/io/regress_7679_test.dart
Log Message:
-----------
Revert "[test_runner] Invoke tests with relative paths."
This reverts commit b5294b97538cc8d4f221d1306874dfc259c435bc.
Reason for revert: many failures on appjit, reload and fuchsia bots
Failure Link: <LINK TO FAILURE>
Original change's description:
> [test_runner] Invoke tests with relative paths.
>
> This makes tests more reproducible, and makes it easier to copy commands between workspaces, or between a failing bot and a local workspace.
>
> Change-Id: Ic8dd10a3540f314a406e5c5b0a23d97032e5d01d
> Reviewed-on:
https://dart-review.googlesource.com/c/sdk/+/508364
> Reviewed-by: Alexander Aprelev <
a...@google.com>
> Commit-Queue: Ryan Macnak <
rma...@google.com>
Change-Id: Id7aa668c0609df65a5f622ae73013a15e7f9200e
Reviewed-on:
https://dart-review.googlesource.com/c/sdk/+/511400
Bot-Commit:
rubber-...@appspot.gserviceaccount.com <
rubber-...@appspot.gserviceaccount.com>
Reviewed-by: Alexander Aprelev <
a...@google.com>
Reviewed-by: Nate Biggs <
nate...@google.com>
Commit-Queue: Alexander Markov <
alexm...@google.com>
Commit: 85575e35756844a1b5ce101abe15d47ffc815ab0
https://github.com/dart-lang/sdk/commit/85575e35756844a1b5ce101abe15d47ffc815ab0
Author: Dart CI <
dart-inte...@dart-ci-internal.iam.gserviceaccount.com>
Date: 2026-06-11 (Thu, 11 Jun 2026)
Changed paths:
M pkg/analysis_server/lib/src/context_manager.dart
M pkg/analysis_server/lib/src/lsp/handlers/custom/handler_migrate.dart
M pkg/analysis_server/lib/src/plugin/plugin_locator.dart
M pkg/analysis_server/lib/src/plugin/plugin_manager.dart
M pkg/analysis_server/lib/src/plugin/plugin_watcher.dart
M pkg/analysis_server/lib/src/services/correction/bulk_fix_processor.dart
M pkg/analysis_server/lib/src/services/correction/dart/bind_to_field.dart
M pkg/analysis_server/lib/src/services/correction/dart/update_sdk_constraints.dart
M pkg/analysis_server/lib/src/services/correction/fix/data_driven/transform_set_manager.dart
M pkg/analysis_server/lib/src/services/pub/pub_package_service.dart
M pkg/analysis_server/lib/src/services/user_prompts/user_prompts.dart
M pkg/analysis_server/lib/src/status/pages/contexts_page.dart
M pkg/analysis_server/test/analysis/reanalyze_test.dart
M pkg/analysis_server/test/analysis/set_priority_files_test.dart
M pkg/analysis_server/test/src/services/correction/assist/bind_to_field_test.dart
M pkg/analysis_server/test/support/configuration_files.dart
M pkg/analysis_server/test/verify_no_utf8_encode_test.dart
M pkg/analyzer/api.txt
M pkg/analyzer/lib/file_system/file_system.dart
M pkg/analyzer/lib/file_system/memory_file_system.dart
M pkg/analyzer/lib/file_system/overlay_file_system.dart
M pkg/analyzer/lib/file_system/physical_file_system.dart
M pkg/analyzer/lib/src/analysis_rule/rule_context.dart
M pkg/analyzer/lib/src/context/builder.dart
M pkg/analyzer/lib/src/context/packages.dart
M pkg/analyzer/lib/src/dart/analysis/context_locator.dart
M pkg/analyzer/lib/src/dart/analysis/file_state_filter.dart
M pkg/analyzer/lib/src/dart/sdk/sdk.dart
M pkg/analyzer/lib/src/pubspec/validators/flutter_validator.dart
M pkg/analyzer/lib/src/source/package_map_resolver.dart
M pkg/analyzer/lib/src/test_utilities/mock_packages.dart
M pkg/analyzer/lib/src/test_utilities/mock_sdk.dart
M pkg/analyzer/lib/src/utilities/extensions/file_system.dart
M pkg/analyzer/lib/src/workspace/blaze.dart
M pkg/analyzer/lib/src/workspace/gn.dart
M pkg/analyzer/lib/src/workspace/pub.dart
M pkg/analyzer/lib/src/workspace/workspace.dart
M pkg/analyzer/test/file_system/file_system_test_support.dart
M pkg/analyzer/test/file_system/overlay_file_system_test.dart
M pkg/analyzer/test/file_system/physical_file_system_test.dart
M pkg/analyzer/test/source/analysis_options_provider_test.dart
M pkg/analyzer/test/src/dart/analysis/context_builder_test.dart
M pkg/analyzer/test/src/dart/analysis/driver_test.dart
M pkg/analyzer/test/src/dart/resolution/node_text_expectations.dart
M pkg/analyzer/test/src/dart/sdk/sdk_test.dart
M pkg/analyzer/test/src/diagnostics/analysis_options/analysis_options_test_support.dart
M pkg/analyzer/test/src/diagnostics/analysis_options/include_file_not_found_test.dart
M pkg/analyzer/test/src/diagnostics/analysis_options/include_file_warning_test.dart
M pkg/analyzer/test/src/diagnostics/analysis_options/recursive_include_file_test.dart
M pkg/analyzer/test/src/diagnostics/analysis_options/test_all.dart
M pkg/analyzer/test/src/manifest/manifest_validator_test.dart
M pkg/analyzer/test/src/options/options_file_validator_test.dart
M pkg/analyzer/test/src/options/options_provider_test.dart
M pkg/analyzer/test/src/options/options_rule_validator_test.dart
M pkg/analyzer/test/src/workspace/gn_test.dart
M pkg/analyzer_plugin/lib/src/utilities/navigation/document_links.dart
M pkg/analyzer_testing/lib/mock_packages/mock_packages.dart
M pkg/analyzer_utilities/lib/verify_tests.dart
M pkg/cfg/lib/front_end/ast_to_ir.dart
M pkg/cfg/lib/front_end/computed_scopes.dart
M pkg/compiler/lib/src/ir/scope_visitor.dart
M pkg/compiler/lib/src/ssa/optimize.dart
A pkg/compiler/test/codegen/data/bitand.dart
M pkg/dart2bytecode/lib/bytecode_generator.dart
M pkg/dart2bytecode/lib/local_vars.dart
M pkg/dartdev/lib/src/commands/run.dart
M pkg/dartdev/lib/src/vm_interop_handler.dart
M pkg/dartdev/test/commands/run_test.dart
M pkg/dartpad_worker/lib/src/resource_provider/resource_provider_ext.dart
M pkg/dartpad_worker/lib/src/resource_provider/resource_provider_file.dart
M pkg/dartpad_worker/lib/src/resource_provider/resource_provider_wrap_cwd.dart
M pkg/dartpad_worker/lib/src/worker.dart
M pkg/dartpad_worker/test/checks_ext.dart
M pkg/dartpad_worker/test/resource_provider/test_resource_provider_ext.dart
M pkg/front_end/lib/src/builder/formal_parameter_builder.dart
M pkg/front_end/lib/src/kernel/body_builder.dart
M pkg/front_end/lib/src/kernel/internal_ast.dart
M pkg/front_end/lib/src/kernel/internal_ast_helper.dart
M pkg/front_end/lib/src/kernel/resolver.dart
M pkg/front_end/lib/src/kernel/resolver_helpers.dart
M pkg/front_end/lib/src/type_inference/inference_visitor.dart
M pkg/front_end/lib/src/type_inference/inference_visitor_base.dart
M pkg/front_end/lib/src/type_inference/type_inferrer.dart
M pkg/front_end/test/text_representation/internal_ast_text_representation_test.dart
M pkg/kernel/lib/src/ast/variables.dart
M pkg/kernel/lib/src/printer.dart
M pkg/kernel/lib/text/ast_to_text.dart
M pkg/kernel/lib/verifier.dart
M pkg/linter/lib/src/ast.dart
M pkg/linter/test/rules/analyzer_element_model_tracking_test.dart
M pkg/linter/test/verify_reflective_test_suites_test.dart
M pkg/test_runner/lib/src/command_output.dart
M pkg/test_runner/lib/src/compiler_configuration.dart
M pkg/test_runner/lib/src/configuration.dart
M pkg/test_runner/lib/src/multitest.dart
M pkg/test_runner/lib/src/test_file.dart
M pkg/test_runner/lib/src/test_suite.dart
M pkg/test_runner/lib/src/testing_servers.dart
M pkg/vm/lib/transformations/type_flow/summary_collector.dart
M runtime/bin/dartdev.cc
M runtime/bin/main_impl.cc
M runtime/bin/main_options.h
M runtime/vm/os_win.cc
M tests/ffi/abi_specific_int_incomplete_aot_test.dart
A tests/ffi/abi_specific_int_incomplete_aot_test_helper.dart
M tests/ffi/ffi.status
M tests/ffi/vmspecific_enable_ffi_test.dart
A tests/ffi/vmspecific_enable_ffi_test_helper.dart
M tests/standalone/io/process_non_ascii_test.dart
M tests/standalone/io/regress_7679_test.dart
M tools/VERSION
Log Message:
-----------
Version
3.13.0-198.0.dev
Merge 9297d718a16b80efad8d89708a4773c3321dd9f8 into dev
Compare:
https://github.com/dart-lang/sdk/compare/faf2c03c413a...85575e357568