Mayank Patke
639cfd857f
[dart2js] Provide unit tests with the sound null safety fileset.
...
Change-Id: Ife2f60025c635d7fc335cbb1533a0dcf50ced8ab
Fixes: https://github.com/dart-lang/sdk/issues/47558
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/218668
Reviewed-by: Sigmund Cherem <sigmund@google.com >
Commit-Queue: Mayank Patke <fishythefish@google.com >
2021-10-29 20:29:40 +00:00
Kevin Moore
74dea5d1bd
_http: Fix final doc comment issues
...
Change-Id: Ie1ed719aca9b1f18240b811271ac952818d04c89
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/218664
Auto-Submit: Kevin Moore <kevmoo@google.com >
Commit-Queue: Kevin Moore <kevmoo@google.com >
Commit-Queue: Devon Carew <devoncarew@google.com >
Reviewed-by: Devon Carew <devoncarew@google.com >
2021-10-29 18:02:10 +00:00
Devon Carew
b27c191c2a
Add the dart: api doc code sample validation to the CI.
...
Change-Id: Ib2a97728d35d15e6cda247444a00ca813d88b9d3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/218325
Reviewed-by: Michael Thomsen <mit@google.com >
Commit-Queue: Devon Carew <devoncarew@google.com >
2021-10-28 15:48:38 +00:00
Alexander Thomas
056afdac39
[testing] Merge dart2js-batch into the global batch option
...
* Remove all uses of `--dart2js-batch`.
* Enable batch mode for dart2js by default.
* Rename `--noBatch` to `--no-batch`.
* Make `--no-batch` affect dart2js configurations.
Change-Id: I33bdb5cfe8a82ccfc6ce9e43843f1b7a34ff1fbf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/217006
Reviewed-by: Sigmund Cherem <sigmund@google.com >
Commit-Queue: Alexander Thomas <athom@google.com >
2021-10-19 13:49:02 +00:00
Kevin Moore
cc40080d96
dart2js_info: enable and fix lints, validate analysis on CI
...
Also updated dependencies and dropped publish information
Change-Id: Ie5d8ca907599c5e504c747d97413d32ef9e329e3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/217061
Auto-Submit: Kevin Moore <kevmoo@google.com >
Reviewed-by: Sigmund Cherem <sigmund@google.com >
Commit-Queue: Kevin Moore <kevmoo@google.com >
2021-10-17 06:25:00 +00:00
Mayank Patke
70479beea5
[dart2js] Rename platform files.
...
This avoids terms like "NNBD" and "strong" in favor of sound/unsound
null safety.
Change-Id: I1c99bea7155f80bc6acf62f46c6f266a29ebf1a2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213406
Commit-Queue: Mayank Patke <fishythefish@google.com >
Reviewed-by: Sigmund Cherem <sigmund@google.com >
2021-10-15 21:40:08 +00:00
Kevin Moore
ca00a4b27e
pkg:native_stack_traces - fix existing lints
...
And validate lints as part of test matrix
Change-Id: Ia074c56f0c7a7f9a674202667ac4729d06993302
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/216689
Auto-Submit: Kevin Moore <kevmoo@google.com >
Reviewed-by: Tess Strickland <sstrickl@google.com >
2021-10-14 07:35:43 +00:00
Nate Bosch
f9c68a5679
Replace a bunch of references to .packages
...
Most of these arguments are flowing through to a `--packages` argument
which allows passing the `package_config.json` file. In the long term we
should remove the `.packages` file entirely.
TEST=None, the change should have no visible impact.
Change-Id: I60a8b175d5e217a85588bbcb91cc5095514066b4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/211503
Auto-Submit: Nate Bosch <nbosch@google.com >
Commit-Queue: Nate Bosch <nbosch@google.com >
Reviewed-by: Kevin Moore <kevmoo@google.com >
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com >
2021-10-12 20:16:15 +00:00
Alexander Aprelev
7c5b019fdf
[build] Fix zero-build of few common targets on Windows.
...
Fixes https://github.com/dart-lang/sdk/issues/47392
TEST=zero-build on windows
Change-Id: I2b37b48b7acc8c5139e989159250c361317e4ea5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/215940
Commit-Queue: Alexander Aprelev <aam@google.com >
Reviewed-by: Ryan Macnak <rmacnak@google.com >
2021-10-07 16:23:42 +00:00
Martin Kustermann
7abf6bfab7
[gardening] Add coredump archiving support to iso-stress builder.
...
This is an attempt to enable archiving of coredumps on the
"iso-stress" builder, since we're often unable to reproduce crashes from
that builder.
Issue https://github.com/dart-lang/sdk/issues/46823
TEST=Adds test infra.
Change-Id: I9b7276198db9a6c98a74f55d466bf832b03e24f8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/214407
Reviewed-by: Alexander Thomas <athom@google.com >
Reviewed-by: Slava Egorov <vegorov@google.com >
Commit-Queue: Martin Kustermann <kustermann@google.com >
2021-10-04 08:49:28 +00:00
Alexander Thomas
b846a20e26
[testing] Detect test failures caused by test expectation changes
...
* Move compare_results.dart to pkg/test_runner.
* Clean up analyzer issues in compare_results.dart.
* Add a test for compare_results.dart.
* Fix compare and extend results to detect expectation changes.
Change-Id: I451ddc2d0b01a7e5fd7c9d791b000c786c2f2c93
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/214805
Commit-Queue: Alexander Thomas <athom@google.com >
Reviewed-by: William Hesse <whesse@google.com >
2021-09-29 13:07:19 +00:00
Ryan Macnak
41e45e7a1c
[build] Detect the host architecture of an ARM64 Mac as ARM64 even through Rosetta.
...
Lets AppJIT training happen directly, instead of the absurdity of arm64 (hardware) running x64 (Rosetta) running arm64 (VM's simulator).
Change-Id: Idbf82530d946099db80c550070257c4c6ead31e1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/214763
Commit-Queue: Ryan Macnak <rmacnak@google.com >
Reviewed-by: William Hesse <whesse@google.com >
Reviewed-by: Alexander Thomas <athom@google.com >
2021-09-28 17:44:32 +00:00
Alexander Thomas
ed100ac354
[infra] Shard dart2js unit tests
...
Fixes: b/200928253
Change-Id: I12ec3a5cf714b3b0427d3698dcaf02fef7fe15cc
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/214403
Reviewed-by: William Hesse <whesse@google.com >
Reviewed-by: Sigmund Cherem <sigmund@google.com >
Commit-Queue: Alexander Thomas <athom@google.com >
2021-09-28 10:30:15 +00:00
Alexander Thomas
9fad776ac3
[dart2js] Remove dart2js unit tests from the NNBD builder
...
These tests were added to test the forked NNBD SDK but the SDK has long
been unforked.
Bug: b/200928253
Change-Id: Idb0891c2141a09320bf7779c260c79ec868f0ad0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/214402
Auto-Submit: Alexander Thomas <athom@google.com >
Commit-Queue: Sigmund Cherem <sigmund@google.com >
Reviewed-by: Sigmund Cherem <sigmund@google.com >
2021-09-24 17:07:45 +00:00
Ryan Macnak
ebb1a53a44
[infra] Add missing out directories for Android with compressed pointers.
...
Change-Id: I5c14fa58ee282b824d1eefee04301f4206aab2f5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213286
Reviewed-by: Siva Annamalai <asiva@google.com >
Commit-Queue: Ryan Macnak <rmacnak@google.com >
2021-09-13 19:22:50 +00:00
Alexander Thomas
a82a2205aa
[infra] Update find_base_commit.dart to default to main
...
This should fix the base builder.
Bug: b/198416551
Change-Id: I900a22f6e7d2f5b013de35a00103c987cff5a605
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/213042
Reviewed-by: Dmitry Stefantsov <dmitryas@google.com >
Commit-Queue: Alexander Thomas <athom@google.com >
2021-09-10 11:18:59 +00:00
Alexander Thomas
e9b287a9c1
[infra] Force app-jit snapshots on mac builders
...
On arm64, mac builders default to kernel snapshots because build tools
are running in Rosetta.
Change-Id: Ia7eabb9e6f4f11df5f683b9af2cf8dba46306777
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/212746
Reviewed-by: William Hesse <whesse@google.com >
2021-09-08 10:20:09 +00:00
Ryan Macnak
49758cab5c
[test] Explicitly enable symbolization in the sanitizers.
...
Apparently this is no longer the default.
Change-Id: Ia7f8e8b3e383144ff5b42446add21e6f658a55fa
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/212320
Reviewed-by: Alexander Aprelev <aam@google.com >
2021-09-02 22:30:20 +00:00
Alexander Thomas
b7f320714c
Revert "[infra] Temporarily remove package_deps.dart from the test matrix"
...
* This reverts commit c04a71e455 .
* Fix pkg/compiler pubspec.yaml to work with package_deps script and
`dart pub get`.
Fixes https://github.com/dart-lang/sdk/issues/46877 .
Reason for revert: Duplicate dart2js_info has been removed from DEPS.
TEST=dart pub get in pkg/compiler.
Original change's description:
> [infra] Temporarily remove package_deps.dart from the test matrix
>
> It currently fails because pkg/dart2js_info isn't wired up, yet.
>
> Change-Id: I10a2d43385fe3d900a62fa7438ed37b9e366dffb
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/209902
> Reviewed-by: William Hesse <whesse@google.com >
# Not skipping CQ checks because original CL landed > 1 day ago.
Change-Id: I35e642d1adb931fff665d48f7f51c31c070ff180
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/210680
Commit-Queue: Alexander Thomas <athom@google.com >
Reviewed-by: William Hesse <whesse@google.com >
2021-08-20 09:28:45 +00:00
Devon Carew
6465ee4ad8
analyze pkg/nnbd_migration on the bots
...
Change-Id: I8141ce45531bf5d59d5633400746ffe8af44cbf1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/210162
Reviewed-by: Paul Berry <paulberry@google.com >
Commit-Queue: Devon Carew <devoncarew@google.com >
2021-08-13 20:29:43 +00:00
William Hesse
8776e15f60
[build] Remove runtime_kernel target from GN build
...
Remove the runtime_kernel target and all uses of it in scripts or
the test matrix. This runtime_kernel target is only an alias for
the runtime target, now that kernel is the default.
BUG=https://github.com/dart-lang/sdk/issues/46892
Change-Id: I00c0ecf8adbd7bff3fd3df48023a2976c5172066
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/210000
Reviewed-by: Martin Kustermann <kustermann@google.com >
Commit-Queue: William Hesse <whesse@google.com >
2021-08-13 10:09:41 +00:00
Alexander Thomas
c04a71e455
[infra] Temporarily remove package_deps.dart from the test matrix
...
It currently fails because pkg/dart2js_info isn't wired up, yet.
Change-Id: I10a2d43385fe3d900a62fa7438ed37b9e366dffb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/209902
Reviewed-by: William Hesse <whesse@google.com >
2021-08-11 09:10:06 +00:00
Alexander Aprelev
6d683d57b6
[infra/win] Add vm-kernel-precomp-win-debug-x64c to test matrix.
...
This is follow-up to https://dart-review.googlesource.com/c/sdk/+/208680 .
This fixes https://ci.chromium.org/ui/p/dart/builders/ci.sandbox/vm-kernel-precomp-win-debug-x64c/2/overview errors
Change-Id: I4307206ae6da41113a9c614a291979531547acc7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/208882
Reviewed-by: Ryan Macnak <rmacnak@google.com >
Commit-Queue: Alexander Aprelev <aam@google.com >
2021-08-04 19:26:07 +00:00
Devon Carew
c7156f82a5
fix the presubmit check for the flutter/plugins repo
...
Change-Id: Id098bfa2eb77809998d3672e452c2c3e746aedb4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/207981
Reviewed-by: Konstantin Shcheglov <scheglov@google.com >
Commit-Queue: Devon Carew <devoncarew@google.com >
2021-07-23 17:55:39 +00:00
Ryan Macnak
2642c7c9ce
[vm] Fix gcc build.
...
TEST=local build
Change-Id: I9503dfbb1b9ba6ef2b5fb8423c13d5066e5af98b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/206140
Commit-Queue: Ryan Macnak <rmacnak@google.com >
Reviewed-by: Tess Strickland <sstrickl@google.com >
2021-07-13 01:55:45 +00:00
Mayank Patke
3b6e2cec30
[dart2js] Remove --libraries-spec and --platform-binaries from test
...
matrix.
Change-Id: I50235f28f572890d7304e8e6bb39a8133c126880
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/206333
Auto-Submit: Mayank Patke <fishythefish@google.com >
Commit-Queue: Sigmund Cherem <sigmund@google.com >
Reviewed-by: Sigmund Cherem <sigmund@google.com >
2021-07-09 16:04:06 +00:00
Janice Collins
1426aff54e
Update dartdoc to 1.0.0 and lock down dartdoc warnings.
...
Borrowed the list of warnings directly from Flutter.
Release notes: https://github.com/dart-lang/dartdoc/releases/tag/v1.0.0
Change-Id: Ic93229218a470c9ef469b89982dc2a3510d502da
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/205340
Reviewed-by: Devon Carew <devoncarew@google.com >
Commit-Queue: Janice Collins <jcollins@google.com >
2021-06-29 19:31:28 +00:00
Alexander Thomas
41aa60ea2b
[infra] Add explicit gen_snapshot build target to macOS arm64 AOT builds
...
macOS arm64 builds only create the x64 gen_snapshot by default because
they are cross-compiled in Rosetta. Adding the gen_snapshot target
ensures that we have a gen_snapshot for arm64 as well.
These bots require clang which currently isn't provisioned on shards, so
they are running on the main bot.
Cq-Include-Trybots: luci.dart.try:vm-kernel-precomp-nnbd-mac-release-arm64-try
Change-Id: I842f37019a65dfb30e522d2d9bead5e62bb3ff79
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/204505
Reviewed-by: Siva Annamalai <asiva@google.com >
Reviewed-by: Jonas Termansen <sortie@google.com >
2021-06-25 19:35:32 +00:00
Tess Strickland
843bd00c71
[bots] Run vm unit tests using qemu as well as FFI tests.
...
Cq-Include-Trybots: luci.dart.try:vm-precomp-ffi-qemu-linux-release-arm-try
Change-Id: I3c104ce5594d8f427fdf247364e6952a45132820
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/204786
Reviewed-by: Martin Kustermann <kustermann@google.com >
Commit-Queue: Tess Strickland <sstrickl@google.com >
2021-06-25 11:35:25 +00:00
Alexander Thomas
a6f29eda6d
[infra] Remove obsolete "global" key from the test_matrix.json
...
Follow-up to https://dart-review.googlesource.com/c/recipes/+/203620 .
Change-Id: I179a1084212ec66cf7a74be8bcf81f15a4493d6f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/204120
Reviewed-by: Karl Klose <karlklose@google.com >
Commit-Queue: Alexander Thomas <athom@google.com >
2021-06-23 14:53:52 +00:00
Alexander Thomas
b687e7e757
[infra] Fix pub integration test on arm64 macs
...
Cq-Include-Trybots: luci.dart.try:pkg-linux-release-try,pkg-mac-release-arm64-try,pkg-linux-debug-try,pkg-mac-release-try,pkg-win-release-try
Change-Id: Iccd49bf2ef18250e4b1c755594d3382eff38cee5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/204504
Reviewed-by: Jonas Termansen <sortie@google.com >
Commit-Queue: Jonas Termansen <sortie@google.com >
Commit-Queue: Alexander Thomas <athom@google.com >
2021-06-22 13:48:33 +00:00
Alexander Thomas
09fbf1ce60
[infra] Add more arm64 configurations to the test matrix
...
Change-Id: I2a2030edb08ef32c4e33806df8ed029bab682496
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/204142
Reviewed-by: Jonas Termansen <sortie@google.com >
2021-06-22 09:18:12 +00:00
Alexander Thomas
aea28aba05
[infra] Pass architectures to dart_sdk.py explicitly
...
* Add fallbacks to package smith to match the build recipes.
Cq-Include-Trybots: luci.dart.try:dart-sdk-linux-try,dart-sdk-mac-arm64-try,dart-sdk-mac-try,dart-sdk-win-try
Change-Id: I2d9da9e02119227bf59d4c200c886df4afc87487
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/202963
Commit-Queue: Alexander Thomas <athom@google.com >
Reviewed-by: William Hesse <whesse@google.com >
2021-06-10 10:32:09 +00:00
Sigmund Cherem
91745979a6
[dart2js] re add test coverage for O0 and modern config
...
In commit 912005267d we renamed `dart2js_2` as
`web_2`, but for some strage reason, I didn't update the name on these two
configurations.
Change-Id: I9d91b37989247f03b52267d44a9deae39c95ed00
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/202400
Reviewed-by: Mark Zhou <markzipan@google.com >
Commit-Queue: Sigmund Cherem <sigmund@google.com >
2021-06-09 22:46:59 +00:00
Joshua Litt
9b4764066e
[dart2js] Add new class to help manage releasable features.
...
Change-Id: Ib20f5565f08081f67cd2b394b5d3ebd213f913dd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/202733
Commit-Queue: Joshua Litt <joshualitt@google.com >
Reviewed-by: Sigmund Cherem <sigmund@google.com >
2021-06-09 16:15:01 +00:00
Alexander Thomas
a87ea2b474
[sdk] Use os.uname() to figure out the host architecture on macOS
...
platform.machine() might return x86_64 if run under rosetta causing the
script to assume that we're building x64 instead of arm64.
Change-Id: I169890f41ca71b08f3068da609cbe0579743051b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/202770
Reviewed-by: William Hesse <whesse@google.com >
2021-06-08 15:40:10 +00:00
Alexander Thomas
1a0a1e1e8e
[infra] Add xcodebuild/...XARM64 directories to the vm-kernel fileset
...
Change-Id: Id5549b3fe7073ae576e621fe3ac478cc65856662
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/202765
Reviewed-by: William Hesse <whesse@google.com >
2021-06-08 12:50:03 +00:00
Alexander Thomas
2c11a48c5e
[sdk] Fix BuildArchitectures on macOS
...
Change-Id: Ieb1a0047d8edeadf5f24b058bf8828888412f00c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/202763
Reviewed-by: Karl Klose <karlklose@google.com >
2021-06-08 10:17:03 +00:00
Alexander Thomas
45e11715db
[infra] Initial support for native arm64 builds on macOS
...
Change-Id: Ia17f0839c87923deb877259069cab0d702d27aa6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/202483
Commit-Queue: Alexander Thomas <athom@google.com >
Reviewed-by: William Hesse <whesse@google.com >
2021-06-07 14:04:32 +00:00
Kevin Moore
063d0ef286
pkg:wasm moved to GitHub
...
Remove code from SDK
See https://github.com/dart-lang/wasm
Change-Id: Ie5a68216f67605b20b8288793de752bac1f1b396
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/202542
Auto-Submit: Kevin Moore <kevmoo@google.com >
Commit-Queue: Liam Appelbe <liama@google.com >
Reviewed-by: Liam Appelbe <liama@google.com >
2021-06-04 22:35:17 +00:00
Kevin Moore
d8ac73aab2
pkg:wasm - add static analysis to test_matrix
...
- disallow implicit casts
- move generation code to `tool` directory (as is convention)
- rename template files so they are not analyzed
- deleted test/test_all.dart (not needed)
Change-Id: Ie319dfbb34dc662a346b4145dff0ef1213dcebc7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/202140
Reviewed-by: Liam Appelbe <liama@google.com >
Commit-Queue: Liam Appelbe <liama@google.com >
Auto-Submit: Kevin Moore <kevmoo@google.com >
2021-06-02 21:37:50 +00:00
Devon Carew
46b04e6c4a
Analyze flutter/plugins as part of the flutter-analyze try bot.
...
Bug: https://github.com/dart-lang/sdk/issues/45873
Change-Id: I3d603ce31ca0fd5402cb359f376f810f78f21a5f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/201221
Reviewed-by: Konstantin Shcheglov <scheglov@google.com >
Reviewed-by: Phil Quitslund <pquitslund@google.com >
Commit-Queue: Devon Carew <devoncarew@google.com >
2021-06-01 22:22:20 +00:00
Ryan Macnak
26f50368d2
[build] Check that a second Ninja invocation does nothing.
...
Not checking Windows, where the set of linker outputs is not constant.
Change-Id: I1241aa4108f7feebc2638ca762743464fcb48a52
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/201165
Reviewed-by: Daco Harkes <dacoharkes@google.com >
Reviewed-by: Tess Strickland <sstrickl@google.com >
Commit-Queue: Ryan Macnak <rmacnak@google.com >
2021-05-26 17:48:30 +00:00
Michael Thomsen
cac00e9d95
Add deprecations notices to dart2native
...
Related to: https://github.com/dart-lang/sdk/issues/46100
Change-Id: I2bcd4aadfbc96fa6ba265aec04cd60e3e81eef41
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/199429
Commit-Queue: Michael Thomsen <mit@google.com >
Reviewed-by: Martin Kustermann <kustermann@google.com >
Reviewed-by: Ben Konyi <bkonyi@google.com >
Reviewed-by: Devon Carew <devoncarew@google.com >
2021-05-25 13:20:30 +00:00
Devon Carew
077c24b4f7
also analyze flutter samples in doc comments
...
Change-Id: I9b4b71a4dee64bb80517c1962ef4922c822b876b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/200904
Reviewed-by: Phil Quitslund <pquitslund@google.com >
Commit-Queue: Devon Carew <devoncarew@google.com >
2021-05-20 22:09:55 +00:00
Martin Kustermann
3558ca3a58
[vm/concurrency] Add missing dart:async import to run_stress_test_shards.dart
...
This is a follow-up to https://dart-review.googlesource.com/c/sdk/+/200424
TEST=Attempt at fixing remaining issues with "iso-stress-linux" builder.
Change-Id: I7a8300f3e4104e6ec7695b9300e11fb515ee6049
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/200426
Reviewed-by: Alexander Aprelev <aam@google.com >
Commit-Queue: Martin Kustermann <kustermann@google.com >
2021-05-18 17:53:43 +00:00
Jonas Finnemann Jensen
47f88b5ff3
Removed 7zip from Windows distribution of the Dart SDK
...
Bug: https://github.com/dart-lang/pub/issues/2939
Change-Id: I30148017e33a4d7af99102bd98b99e70d5641478
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/199250
Commit-Queue: Jonas Jensen <jonasfj@google.com >
Reviewed-by: Alexander Thomas <athom@google.com >
2021-05-12 14:50:50 +00:00
Martin Kustermann
b0ac3711f2
[vm/concurrency] Add "iso-stress-linux" builder running isolate stress test configurations
...
Issue https://github.com/dart-lang/sdk/issues/36097
TEST=runtime/tests/concurrency/run_stress_test_shards.dart
Change-Id: I7c76260161e7257f0ff77d6fc221d019156f98a6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/199248
Commit-Queue: Martin Kustermann <kustermann@google.com >
Reviewed-by: Alexander Aprelev <aam@google.com >
2021-05-12 14:09:35 +00:00
Ben Konyi
b99466d472
Reland "[ VM / DDS / CLI ] Add DevTools support to the standalone VM"
...
This reverts commit 5cbf10febe .
TEST=pkg/dds/devtools_observatory_connection_test.dart
Change-Id: I682d009f784b930094dae9b7d4e9a66efffb6ee8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/198561
Reviewed-by: Siva Annamalai <asiva@google.com >
2021-05-11 17:55:26 +00:00
Ben Konyi
5cbf10febe
Revert "[ VM / DDS / CLI ] Add DevTools support to the standalone VM"
...
This reverts commit ef0e4ea107 .
Reason for revert: Flutter HHH and golem builds are red. Rolls to Flutter are failing.
TEST=N/A
Original change's description:
> [ VM / DDS / CLI ] Add DevTools support to the standalone VM
>
> Example output on stdout when DevTools is enabled:
>
> Observatory listening on http://127.0.0.1:8181/CzkZzZaONW4=/
> The Dart DevTools debugger and profiler is available at: http://127.0.0.1:8181/devtools/#/?uri=ws%3A%2F%2F127.0.0.1%3A8181%2FCzkZzZaONW4%3D%2Fws
> hello world!
>
> vm-service: isolate(1674461414267555) 'main' has no debugger attached and is paused at exit. Connect to Observatory at http://127.0.0.1:8181/CzkZzZaONW4=/ to debug.
>
> TEST=pkg/dartdev/test/commands/run_test.dart
>
> Change-Id: Icd1afda87ad4a46f228125d53094d10adf8056ec
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/188361
> Commit-Queue: Ben Konyi <bkonyi@google.com >
> Reviewed-by: Siva Annamalai <asiva@google.com >
# Not skipping CQ checks because original CL landed > 1 day ago.
Change-Id: I50e8dc4e592e13b44c2fb980b2029d5c5cc3ad2a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/198381
Reviewed-by: Ben Konyi <bkonyi@google.com >
Reviewed-by: Alexander Markov <alexmarkov@google.com >
Commit-Queue: Ben Konyi <bkonyi@google.com >
2021-05-05 20:31:07 +00:00