Commit graph

1326 commits

Author SHA1 Message Date
Liam Appelbe
0f14261176 Reland "[vm/wasm] Boilerplate for package:wasm"
This is a reland of 2bafc322fd

Original change's description:
> [vm/wasm] Boilerplate for package:wasm
>
> So far this just builds the wasmer library, copies it into the sdk
> directory, loads the library, and allows you to compile WASM modules.
> You can't actually do anything with the modules yet.
>
> Bug: https://github.com/dart-lang/sdk/issues/37882
> Change-Id: I7d7cfe5721bbe38a6afe76f326518e714d236ed4
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/158367
> Commit-Queue: Liam Appelbe <liama@google.com>
> Reviewed-by: Ryan Macnak <rmacnak@google.com>

Bug: https://github.com/dart-lang/sdk/issues/37882
Change-Id: I8056df1e301acde2772ba2273148faa53d03173e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/159321
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Liam Appelbe <liama@google.com>
2020-08-21 18:23:00 +00:00
Zichang Guo
4192405cbc Update trusted root certs
Bug: https://github.com/dart-lang/sdk/issues/32131
Change-Id: I376ef97fb82a6b50294c951690cbdcfe9f7ecc72
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/159420
Reviewed-by: Siva Annamalai <asiva@google.com>
Commit-Queue: Zichang Guo <zichangguo@google.com>
2020-08-20 16:57:19 +00:00
Sam Rawlins
d1a235d7d1 Bump dartdoc in to ~0.32.4
Change-Id: I526c928b54bfacb7abd863507820747581870f46
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/159401
Reviewed-by: Keerti Parthasarathy <keertip@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2020-08-20 03:48:18 +00:00
Nate Bosch
d6b524e174 Update to the latest package:test
Change-Id: I8c1af54a01dcf5856ea7c7c37e60578690a04543
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/159085
Auto-Submit: Nate Bosch <nbosch@google.com>
Reviewed-by: Jake Macdonald <jakemac@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
2020-08-19 14:25:12 +00:00
Michal Terepeta
f10aaeee5c Bump the mime dependency to 0.9.7
Change-Id: I0e1988caa9981e3b958a569f06d307c54d853776
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/159082
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Ivan Inozemtsev <iinozemtsev@google.com>
2020-08-19 08:11:47 +00:00
Tess Strickland
2546ad268f Revert "[vm/wasm] Boilerplate for package:wasm"
This reverts commit 2bafc322fd.

Reason for revert: Build failures on Flutter HHH CI bots and golem (Dart VM ARMv8, Flutter).

Original change's description:
> [vm/wasm] Boilerplate for package:wasm
> 
> So far this just builds the wasmer library, copies it into the sdk
> directory, loads the library, and allows you to compile WASM modules.
> You can't actually do anything with the modules yet.
> 
> Bug: https://github.com/dart-lang/sdk/issues/37882
> Change-Id: I7d7cfe5721bbe38a6afe76f326518e714d236ed4
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/158367
> Commit-Queue: Liam Appelbe <liama@google.com>
> Reviewed-by: Ryan Macnak <rmacnak@google.com>

TBR=rmacnak@google.com,asiva@google.com,liama@google.com

Change-Id: I2c5b390987bf45704a3de98e050f4bcf1cb235d8
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: https://github.com/dart-lang/sdk/issues/37882
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/159243
Reviewed-by: Tess Strickland <sstrickl@google.com>
Commit-Queue: Tess Strickland <sstrickl@google.com>
2020-08-19 08:07:19 +00:00
Liam Appelbe
2bafc322fd [vm/wasm] Boilerplate for package:wasm
So far this just builds the wasmer library, copies it into the sdk
directory, loads the library, and allows you to compile WASM modules.
You can't actually do anything with the modules yet.

Bug: https://github.com/dart-lang/sdk/issues/37882
Change-Id: I7d7cfe5721bbe38a6afe76f326518e714d236ed4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/158367
Commit-Queue: Liam Appelbe <liama@google.com>
Reviewed-by: Ryan Macnak <rmacnak@google.com>
2020-08-18 23:55:31 +00:00
Jonas Termansen
6f4a957cf1 Roll benchmarks-internal 01b76c69ca61..7030a669aa70
5927ef12749fc7d321bf85cfbf8b2dfaf46a1bc7 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2340
7030a669aa70e2558cdebb3a89b6d11a34d09051 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2341

R=athom@google.com

Change-Id: Id369ee102886902df1090e66589f427b7c36c28b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/159083
Auto-Submit: Jonas Termansen <sortie@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2020-08-18 13:26:00 +00:00
Nate Bosch
efab30a551 Update to latest json_rpc_2
Contains a potential fix for a bug causing #43012.

Change-Id: I861ca6dbb10398edb29181fb8a1348db73818f95
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/158206
Commit-Queue: Nate Bosch <nbosch@google.com>
Auto-Submit: Nate Bosch <nbosch@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
2020-08-17 17:43:49 +00:00
Sam Rawlins
de9fc0d158 Bump markdown to dbeafd47759e7dd0a167602153bb9c49fb5e5fe7
Change-Id: I4875a83701e98863c5162ae151144b8222d2027d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/158807
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2020-08-17 17:23:29 +00:00
Sam Rawlins
65471b12ad Bump dartdoc to 4410c7739eb6be3f4ae12571145d1a3633b54724
Change-Id: I72c9e6d21912ae8e0a6a721601533d9c7528b8a2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/158722
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2020-08-17 14:05:59 +00:00
Jonas Termansen
1eca10735e Roll benchmarks-internal 760986cf2959..01b76c69ca61
01b76c69ca61d3184d4896d230c5bfd439b84d27 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2241

R=athom@google.com

Change-Id: I01aea07b95b9cd88e7e17bd831d4e288f89c3d11
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/158546
Auto-Submit: Jonas Termansen <sortie@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2020-08-14 12:57:38 +00:00
Alexander Thomas
202fb183bc [co19] Roll co19 to 12eb7bb3dd199c817babce7eb65266b90eb8deca
2020-08-14 sgrekhov@unipro.ru Fixes 906. LibTest\isolate\Isolate tests migrated to null safety
2020-08-14 sgrekhov@unipro.ru Math tests failures fixed
2020-08-13 sgrekhov@unipro.ru Fixes 902. LibTest\io\WebSocketTransformer tests migrated to null safety
2020-08-13 sgrekhov@unipro.ru Fixes 905. LibTest\io\ZLibEncoder tests migrated to null safety
2020-08-13 sgrekhov@unipro.ru Fixes 904. LibTest\io\ZLibDecoder tests migrated to null safety
2020-08-13 sgrekhov@unipro.ru Fixes 903. LibTest\io\ZLibCodec tests migrated to null safety
2020-08-12 sgrekhov@unipro.ru Fixes 901. LibTest\io\WebSocket tests migrated to null safety
2020-08-12 sgrekhov@unipro.ru Fixes 900. LibTest\io\SystemEncoding tests migrated to null safety
2020-08-12 sgrekhov@unipro.ru Fixes 897. LibTest\io\Stdout tests migrated to null safety
2020-08-10 irina.arkhipets@gmail.com Fixes 898: LibTest\typed_data\Int64List tests adopted for null safety.
2020-08-10 sgrekhov@unipro.ru Fixes 896. LibTest\io\stderr and LibTest\io\Stdin tests migrated to null safety
2020-08-10 irina.arkhipets@gmail.com Fixes 894:  LibTest\typed_data\Int32x4List tests adopted for null safety.
2020-08-10 sgrekhov@unipro.ru Fixed tests that run another process
2020-08-10 sgrekhov@unipro.ru Additional fix for 890. http_utils.dart migrated to null safety
2020-08-10 sgrekhov@unipro.ru Fix for 895. LibTest\io\RawSecureServerSocket tests migrated to null safety
2020-08-10 sgrekhov@unipro.ru Fixes 890. LibTest\io\RawDatagramSocket tests migrated to null safety
2020-08-10 irina.arkhipets@gmail.com Fixes 893: LibTest\typed_data\Int32x4 tests adopted for null safety.
2020-08-09 irina.arkhipets@gmail.com Fixes 892: LibTest\typed_data\Int32List tests adopted for null safety.
2020-08-09 irina.arkhipets@gmail.com Fixes 891: LibTest\typed_data\Int16List tests adopted for null safety.
2020-08-09 irina.arkhipets@gmail.com Fixes 883: LibTest\typed_data\Int8List tests adopted for null safety.
2020-08-07 sgrekhov@unipro.ru Fix for 888. LibTest\io\RandomAccessFile tests migrated to null safety
2020-08-07 sgrekhov@unipro.ru Fix for 889. Fix abstract fields tests and add new ones
2020-08-07 sgrekhov@unipro.ru Fix for 805.Replace static warnings by errors

Change-Id: Ibb80cd892a1f1f0373645f92062a2a7331aa076d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/158396
Reviewed-by: William Hesse <whesse@google.com>
2020-08-14 09:40:15 +00:00
Sigurd Meldgaard
bdfb2bd163 Bump pub
git log --oneline 0d185a398a1684c15ea16a0facc17f5d170e5d51..cf9795f
cf9795f3 (HEAD -> master, origin/master, origin/HEAD) Refresh binstubs after recompile in global run (#2610)
5c741f6d Avoid O(2^N) complexity when reformating an incompatibility-tree of depth N. (#2615)
10fb3f58 (count_outdated_packages) Differentiate between ansi and unicode support (#2608)

Change-Id: Iaa5f0a37ca3179f24c4114315d7b2a6c349750f8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/158389
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
Reviewed-by: Jonas Jensen <jonasfj@google.com>
2020-08-13 15:24:54 +00:00
Jonas Termansen
4cf4a05fa6 Roll benchmarks-internal 991d4cb32af0..760986cf2959
760986cf29594acf424ee6e8af23a4322825935a https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2220

R=aam@google.com

Change-Id: Ic08116782eae0a4e5a497b9a1ba1b8100d06ec33
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/158380
Auto-Submit: Jonas Termansen <sortie@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
Commit-Queue: Alexander Aprelev <aam@google.com>
Reviewed-by: Alexander Aprelev <aam@google.com>
2020-08-12 21:54:09 +00:00
Nate Bosch
78250735aa Update to the latest package:shelf
Use the commit SHA rather than a tagged version.

Change-Id: I2de82f1e4057a45f65b0041246f7bef097b65642
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/157479
Commit-Queue: Nate Bosch <nbosch@google.com>
Auto-Submit: Nate Bosch <nbosch@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2020-08-12 20:31:58 +00:00
Sigurd Meldgaard
4b3db02711 Bump pub version
> git log --oneline 04b054b62cc437cf23451785fdc50e49cd9de139..master
0d185a39 (HEAD -> master, origin/master, origin/HEAD) Push null-safety forwards to 2.11 (#2604)
56f9f27f Hide outdated --mode flag (#2603)
61ce6f81 Avoid double loop (#2605)
fa6e57d7 (disable_mixed_mode_validation) Fix outdated latest ordering (#2598)
6549e4aa Remove unused dependency from pubspec.yaml (#2592)
61543d07 Don't look for external package foo during testing (#2599)
590b448f Fixed license headers (#2595)
04e0601e Don't show entries for dev-dependencies in outdated --json --no-dev-dependencies (#2591)
8c3778c4 Configure GitHub move app (#2578)
eec7beca (top_level_command) Pass --(no-)sound-null-safety arg through to VM. (#2542)
152e4740 Warn about publishing in mixed mode (#2583)
0b7a3abe Removed april fools toys (#2325)
b74a5b73 Actually print hints (#2582)
8ec3a66d (pub2) Fix outdated --no-color (#2572)
7bb3d4e6 Use getSdkPath() in NullSafetyAnalysis (#2573)
3c578f24 Drop the "magic" package concept (#2577)
0e967ff0 Remove unused function (#2570)
988fefef Remove dependency overrides (#2568)

Change-Id: I58bf14234ed55bf9d825de60a40ded1d65281195
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/158003
Reviewed-by: Jonas Jensen <jonasfj@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
2020-08-11 15:26:39 +00:00
Devon Carew
57b192a0fc [analyzer] remove the completion language model file
Bug: https://github.com/dart-lang/sdk/issues/42988
Change-Id: I3988f08eb9a7480aacb4a7be79f537595807a3c0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/158067
Reviewed-by: Keerti Parthasarathy <keertip@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2020-08-11 14:46:59 +00:00
William Hesse
970f17b38e Update package charcode dependency
Updates the dependency on package charcode to to a version
of the package with language version 2.10. The package_config.json
file gave its language version as 2.10, enabling null safety,
but this was inconsistent with the package spec in charcode,
and would be overwritten by running tools/generate_package_config.

Bug: https://github.com/dart-lang/sdk/issues/43004
Change-Id: If41861485ca99a150152c72e0f0fcccc7c4780cc
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/158008
Auto-Submit: William Hesse <whesse@google.com>
Commit-Queue: William Hesse <whesse@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
Reviewed-by: Johnni Winther <johnniwinther@google.com>
2020-08-11 11:42:49 +00:00
David Morgan
5ad3540b54 Upgrade package:dart2js_info to latest, 94ba36cb77.
Change-Id: Iafc4f5038476863009cf130f766f70d47616b54a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/157964
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-08-11 08:55:49 +00:00
Johnni Winther
65e48e423a [cfe] Add a member signature origin to member signatures
Adds a member signature origin to member signatures and includes
an additional reference to these in MethodInvocation, PropertyGet,
PropertySet, etc.

This enables the VM to bypass the member signatures when loading the
AST.

Change-Id: I5cae11f4434bc052d0ba0acf0670dd002c6f3df1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/157498
Reviewed-by: Jens Johansen <jensj@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
2020-08-11 08:16:59 +00:00
Nate Bosch
d5db03707e Update to latest package:crypto with null safety
Change-Id: I7051125f6084c89d4f262244fce840f59ae5f14d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/158021
Auto-Submit: Nate Bosch <nbosch@google.com>
Commit-Queue: Siva Annamalai <asiva@google.com>
Reviewed-by: Siva Annamalai <asiva@google.com>
2020-08-10 21:06:25 +00:00
Nate Bosch
abe95fdf84 Update to latest package:json_rpc_2
Change-Id: I6b66b38c9c2e5b7ec9245bbc913fbc642161798f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150462
Commit-Queue: Nate Bosch <nbosch@google.com>
Auto-Submit: Nate Bosch <nbosch@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2020-08-10 17:16:23 +00:00
Jonas Termansen
2060964faa Roll benchmarks-internal 1682e8c568cf..991d4cb32af0
991d4cb32af0e914763ebbdeced91395bed874d8 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2160

R=sra@google.com

Change-Id: I04ec1bd533b8e046a4656ca7737a1b0e66314adf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/157280
Auto-Submit: Jonas Termansen <sortie@google.com>
Reviewed-by: Stephen Adams <sra@google.com>
2020-08-07 20:48:42 +00:00
pq
a2fdeaaa53 bump linter to 0.1.118
Change-Id: Id8277810091fbc3431131cb4182532c335d82773
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/157476
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
2020-08-06 23:11:09 +00:00
Nate Bosch
5093ffbd41 Update to package:convert with null safety
Updates to the latest unpublished version which has been migrated to
null safety.

Change-Id: If999af780b7788da7b78673cb541bfdb3c1e25cf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/157401
Reviewed-by: Kevin Moore <kevmoo@google.com>
Reviewed-by: William Hesse <whesse@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
2020-08-06 21:20:39 +00:00
Liam Appelbe
79cec0e864 [vm] Delete ABI infrastructure
Change-Id: I26d455d96c87010293a6dcb9f6c0eecfcaf3c816
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/157102
Reviewed-by: Alexander Thomas <athom@google.com>
Reviewed-by: Alexander Markov <alexmarkov@google.com>
Commit-Queue: Liam Appelbe <liama@google.com>
2020-08-06 19:55:12 +00:00
Devon Carew
31361ff444 [deps] bring cli_util 0.2.0 into the repo; update the analyzer dep
Change-Id: I705d500a745b5ca972bdc49314b39ee9357989f8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/157541
Commit-Queue: Devon Carew <devoncarew@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2020-08-06 17:27:29 +00:00
Alexander Thomas
4944cd5f35 [co19] Roll co19 to 74eec903ea06fa09dc8799b0552d55b581a82996
2020-08-06 sgrekhov@unipro.ru Fixes 887.LibTest/io/Process* tests migrated to null safety
2020-08-06 sgrekhov@unipro.ru Fixes 876. Migrated HttpClientRequest tests fixed
2020-08-06 sgrekhov@unipro.ru LibTest/convert tests fixed to not to fail on tryjobs
2020-08-05 sgrekhov@unipro.ru Fixes 805. Expect errors instead of warnings according to the changed specification
2020-08-05 sgrekhov@unipro.ru Fixes 885. LibTest\io\Link tests migrated to null safety
2020-08-05 sgrekhov@unipro.ru Fixes 884. LibTest\io\IOSink tests migrated to null safety
2020-08-05 irina.arkhipets@gmail.com Fixes 880: LibTest\typed_data\Float64x2List tests adopted for null safety.
2020-08-04 sgrekhov@unipro.ru operator_right_shift_A01_t01.dart fixed on dart2js
2020-08-04 sgrekhov@unipro.ru CyclicInitializationError tests fixed to expect any Error
2020-08-04 sgrekhov@unipro.ru Fix for 882. LibTest\io\InternetAddress test migrated to null safety
2020-08-04 sgrekhov@unipro.ru Fix for 881. LibTest\io\HttpServer test migrated to null safety

Change-Id: I13743c58a6777843276bb0bb821ee461b7e8a4cf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/157484
Reviewed-by: William Hesse <whesse@google.com>
Commit-Queue: William Hesse <whesse@google.com>
2020-08-06 14:51:54 +00:00
William Hesse
fcafd43f2c Update checked-in SDKs to 2.10.0-3.0.dev
Change-Id: Ice0027f8c877b8f9718b1c5bfac07eaac73ce199
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/157483
Reviewed-by: Karl Klose <karlklose@google.com>
Commit-Queue: William Hesse <whesse@google.com>
2020-08-06 11:34:29 +00:00
Alexander Thomas
4d16efc562 [co19] Roll co19 to a9bd47e85862b4af9006c24ea0cb626850bc5de7
2020-08-04 sgrekhov@unipro.ru Accidentally added code removed
2020-08-04 sgrekhov@unipro.ru LibTest/core tests fixed to not to fail on tryjobs

Change-Id: I6612e405c98200b0243c900e91601d9b8cc20eb4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156905
Reviewed-by: William Hesse <whesse@google.com>
2020-08-04 10:30:22 +00:00
Alexander Thomas
56ba486709 [co19] Roll co19 to e3d6ccfe8fa278041316f7dc958fdd8c2b447b6c
2020-08-03 sgrekhov@unipro.ru LibTest/core tests fixed after tryjob attempt
2020-08-03 irina.arkhipets@gmail.com Fixes 879: LibTest\typed_data\Float64x2 tests adopted for null safety.
2020-08-03 irina.arkhipets@gmail.com Fixes 878: LibTest\typed_data\Float64List tests adopted for null safety.

Change-Id: I12e86b1b3a8972797264f9142b0601ff44ccdcc3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156886
Reviewed-by: William Hesse <whesse@google.com>
2020-08-03 13:36:48 +00:00
Alexander Thomas
2e241cf79c [co19] Roll co19 to 702bc6e1132d581534867b5e7d22ae8b8e3296cb
2020-07-31 sgrekhov@unipro.ru LibTest/core fixed after tryjob run
2020-07-31 sgrekhov@unipro.ru isRedirect_A01_t02 fixed (set followRedirects to false)
2020-07-31 irina.arkhipets@gmail.com Fixes 874: LibTest\typed_data\Float32x4List tests adopted for null safety.
2020-07-30 sgrekhov@unipro.ru Fix for 877. LibTest\io\HttpClientResponse test migrated to null safety
2020-07-30 sgrekhov@unipro.ru Fix for 876. LibTest\io\HttpClientRequest test migrated to null safety
2020-07-30 sgrekhov@unipro.ru Range test fixed to not to fail on JS

Change-Id: Icb1fba88d6803f87435029e83a933285b3c55b3d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156683
Reviewed-by: William Hesse <whesse@google.com>
Commit-Queue: William Hesse <whesse@google.com>
2020-07-31 14:17:20 +00:00
Jonas Termansen
04f4272546 Roll benchmarks-internal 9bc9e373b3d3..1682e8c568cf
1682e8c568cf1899a6da6b5993f0506949253b22 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2240

R=athom@google.com

Change-Id: Id2ebc0d647e0be67d23f1497f2a5a96e1af8d4ce
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156500
Auto-Submit: Jonas Termansen <sortie@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2020-07-30 11:16:07 +00:00
Nicholas Shahan
687bef277f [deps] Bump csslib dependency to v0.16.2
Revision: 451448a9ac03f87a8d0377fc0b411d8c388a6cb4

Change-Id: I1ea902c5f3ba6304acd1dae72d6fe1b50dfb28c8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156122
Reviewed-by: Nate Bosch <nbosch@google.com>
2020-07-29 16:36:20 +00:00
Alexander Thomas
bac90ab84f [co19] Roll co19 to 86c948fbe7c8a9e74f572038f2ec70dfce7f20b0
2020-07-29 sgrekhov@unipro.ru Fixes 875. LibTest\io\HttpClientBasicCredentials and LibTest\io\HttpClientDigestCredentials migrated to null safety
2020-07-29 sgrekhov@unipro.ru 870. Minor fixes
2020-07-29 sgrekhov@unipro.ru Fixes 870. LibTest\io\HttpClient migrated to null safety
2020-07-29 sgrekhov@unipro.ru Fixes 871. Don't expect an error for super.== any longer
2020-07-29 irina.arkhipets@gmail.com Fixes 873: minor improvements for LibTest\typed_data\Float32x4 tests.
2020-07-29 sgrekhov@unipro.ru LibTest/collection tests fixed after tryjob run

Change-Id: I12a86bd0b87e395ef0bb336b8af998ba21608bcf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156190
Reviewed-by: William Hesse <whesse@google.com>
2020-07-29 12:33:44 +00:00
Jonas Termansen
defb631f2e Roll benchmarks-internal 171db4d6bcd4..9bc9e373b3d3
d33955fd00f65fc5703c46245162feb4cb647098 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2200
9bc9e373b3d3cacdd7aba906caea77075c6cd2e3 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2201

R=whesse@google.com

Change-Id: Ia666c4edaf6eaba90da874bf084362383a4bcb54
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156189
Auto-Submit: Jonas Termansen <sortie@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2020-07-29 11:11:24 +00:00
Alexander Thomas
a22f38efa7 [co19] Roll co19 to 872367c00df43a2057f541d1920b8f42f6ebbeec
2020-07-29 irina.arkhipets@gmail.com Fixes 872: LibTest\typed_data\Float32List tests adopted for null safety.
2020-07-28 irina.arkhipets@gmail.com Fixes 869: LibTest\typed_data\ByteData tests adopted for null safety.
2020-07-28 sgrekhov@unipro.ru Fixes 868. LibTest\io\GZipCodec migrated to null safety
2020-07-28 irina.arkhipets@gmail.com Fixes 867: LibTest\typed_data\ByteBuffer tests adopted for null safety.
2020-07-28 sgrekhov@unipro.ru Fixes 866. LibTest\io\FileSystemModifyEvent and LibTest\io\FileSystemMoveEvent migrated to null safety
2020-07-28 irina.arkhipets@gmail.com Fixes 852: Constant-update-2018 tests adopted for null safety.
2020-07-28 sgrekhov@unipro.ru Fixes 865. LibTest\io\FileSystemDeleteEvent migrated to null safety
2020-07-28 irina.arkhipets@gmail.com Additional fix for 848: qreflection test updated according to the recent dart changes.
2020-07-27 sgrekhov@unipro.ru Fixes 864. LibTest\io\FileSystemCreateEvent migrated to null safety
2020-07-27 sgrekhov@unipro.ru Fixes 863. LibTest\io\File migrated to null safety
2020-07-27 sgrekhov@unipro.ru Fixes 862. LibTest\io\exit and LibTest\io\exitCode migrated to null safety

Change-Id: Ib5aed3ef85525c438da23e99daa45b8f35e5e06f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/156185
Reviewed-by: William Hesse <whesse@google.com>
Reviewed-by: Sergey Grekhov <sgrekhov@unipro.ru>
2020-07-29 10:52:53 +00:00
Jonas Termansen
459769185c Roll benchmarks-internal 0e59a6bc3ee9..171db4d6bcd4
2329d2a24cc5067529c8b0f1e8eb53294d060679 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2180
171db4d6bcd4689ef3328eedc6ce3ffd21cea168 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/1100

R=regis@google.com, rmacnak@google.com

Change-Id: Id723a7fef4a01465f88ebc2bb6d509d509a7e8be
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155800
Auto-Submit: Jonas Termansen <sortie@google.com>
Reviewed-by: Régis Crelier <regis@google.com>
2020-07-28 11:31:06 +00:00
Sam Rawlins
61a6eb4246 Bump dartdoc to ~0.32.3
Change-Id: I2a54e77d2b4f8e9bac1db8a33f188dbd9e348540
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155833
Reviewed-by: Nate Bosch <nbosch@google.com>
2020-07-27 21:50:46 +00:00
Sam Rawlins
101ad6549a Bump markdown to ~2.1.6
Change-Id: I93392eb3e8cf5a65a8c85b11a4ed8d8014377f0d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155842
Reviewed-by: Nate Bosch <nbosch@google.com>
2020-07-27 20:06:58 +00:00
William Hesse
ddfc484e64 [co19] Roll co19 to 0fb063ff4707dbd7893f13d5babc30cdb80abd91
2020-07-24 sgrekhov@unipro.ru Fixes 861. LibTest\io\Directory migrated to null safety
2020-07-24 sgrekhov@unipro.ru UtilsHtml/expect fixed for null safety
2020-07-24 sgrekhov@unipro.ru Fixes 860. LibTest\io\Cookie tests migrated to null safety
2020-07-24 sgrekhov@unipro.ru Fixes 859. LibTest\html\Window tests migrated to null safety
2020-07-24 sgrekhov@unipro.ru LibTest/async tests fixed after tryjob run
2020-07-23 sgrekhov@unipro.ru Fixes 858. LibTest\html\Node tests migrated to null safety

Change-Id: Ib048bda00d69d6df993760b344bc135627915b76
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155762
Reviewed-by: Jonas Termansen <sortie@google.com>
Reviewed-by: Sergey Grekhov <sgrekhov@unipro.ru>
2020-07-27 08:15:40 +00:00
William Hesse
2484377465 [co19] Roll co19_2 to e48b3090826cf40b8037648f19d211e8eab1b4b6
2020-07-16 sgrekhov@unipro.ru Fixes 837. It is allowed to import/export libraries with the same name now
2020-07-13 sgrekhov@unipro.ru Fixes 806. Mixin cannot be derived from its superclass

Change-Id: I0dfd9ed29da07f9855c36a784565bb3940ba4fe2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155761
Reviewed-by: Jonas Termansen <sortie@google.com>
2020-07-27 08:08:21 +00:00
Johnni Winther
37c8c709bf Move BytesBuilder class and implementation to dart:typed_data.
Change-Id: Ic4fe1944ef4af19732f23c389845b6a74af0bc32
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154682
Reviewed-by: Johnni Winther <johnniwinther@google.com>
2020-07-24 11:37:21 +00:00
William Hesse
3661464297 [infra] Update checked-in SDKs to 2.10.0-0.0.dev
Change-Id: I9dc310aedbb91f9adfb6bfd1dd38b6045a8c1722
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155601
Reviewed-by: Johnni Winther <johnniwinther@google.com>
2020-07-23 09:49:52 +00:00
Roland McGrath
b4ebbb7f5c [build] Update gn to match Fuchsia
Bug: fxbug.dev/56683
Change-Id: I1442dde1cb4ac834b55e7460f5c3533ccf097be1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155306
Auto-Submit: Roland McGrath <mcgrathr@google.com>
Reviewed-by: Ryan Macnak <rmacnak@google.com>
2020-07-22 18:48:46 +00:00
William Hesse
488c718793 [co19] Roll co19 to d79951e06e443213243e54c2c32694b79a221b65
2020-07-22 sgrekhov@unipro.ru Allow abstract variables in Language tests
2020-07-22 sgrekhov@unipro.ru Fixes 857. LibTest\html\IFrameElement tests migrated to null safety
2020-07-22 sgrekhov@unipro.ru Fixes 856. LibTest\html\HttpRequestUpload tests migrated to null safety
2020-07-22 sgrekhov@unipro.ru Fixes 855. LibTest\html\HttpRequest tests migrated to null safety
2020-07-22 irina.arkhipets@gmail.com Issue tag for 42788 added.
2020-07-22 sgrekhov@unipro.ru Language tests fixed after the next roll
2020-07-21 sgrekhov@unipro.ru Fixes 854. LibTest\html\Event migrated to null safety
2020-07-21 irina.arkhipets@gmail.com Issue 852: migration LanguageFeatures/Constant-update-2018 tsts to null safety
2020-07-21 sgrekhov@unipro.ru Fixes 851. LibTest\html\Element migrated to null safety
2020-07-20 irina.arkhipets@gmail.com Fixes 848: LibTest\mirrirs tests adopted for null safety.
2020-07-20 sgrekhov@unipro.ru Fixes 850. LibTest\html\Document migrated to null safety
2020-07-20 sgrekhov@unipro.ru Fixes 849. LibTest\html\CanvasRenderingContext2D migrated to null safety
2020-07-17 irina.arkhipets@gmail.com Fixes 847: LibTest\core\RegExp tests adopted for null safety.
2020-07-17 irina.arkhipets@gmail.com Fixes 833: LibTest\core\RegExp\Pattern_semantics tests adopted for null safety.
2020-07-17 sgrekhov@unipro.ru Fixes 846. LibTest\core\UriData migrated to null safety
2020-07-17 sgrekhov@unipro.ru Fixes 845. LibTest\core\Uri migrated to null safety
2020-07-16 sgrekhov@unipro.ru Fixes 844. LibTest\core\Stopwatch migrated to null safety
2020-07-16 sgrekhov@unipro.ru Fixes 843. LibTest\core\Symbol migrated to null safety
2020-07-16 sgrekhov@unipro.ru Fixes 842. LibTest\core\StateError migrated to null safety
2020-07-16 sgrekhov@unipro.ru Fixes 841. LibTest\core\UnsupportedError migrated to null safety
2020-07-16 sgrekhov@unipro.ru Fixes 840. LibTest\core\StringBuffer migrated to null safety
2020-07-16 sgrekhov@unipro.ru Fixes 839. LibTest\core\Runes migrated to null safety
2020-07-16 sgrekhov@unipro.ru Fixes 837. It is allowed to import/export libraries with the same name now
2020-07-16 sgrekhov@unipro.ru Fixes 836. LibTest\core\String tests migrated to null safety
2020-07-15 sgrekhov@unipro.ru Fixes 835. LibTest\core\RangeError tests migrated to null safety
2020-07-15 sgrekhov@unipro.ru Fixes 834. LibTest\core\Object tests migrated to null safety
2020-07-15 sgrekhov@unipro.ru Fixes 832. LibTest\core\RuneIterator migrated to null safety
2020-07-15 sgrekhov@unipro.ru Fixes 831. LibTest\core\BidirectionalIterator migrated to null safety
2020-07-15 sgrekhov@unipro.ru Fixes 830. LibTest\collection\UnmodifiableMapView migrated to null safety
2020-07-15 sgrekhov@unipro.ru Merge branch 'master' of https://github.com/dart-lang/co19
2020-07-15 sgrekhov@unipro.ru Fixes 829. LibTest\collection\UnmodifiableMapBase migrated to null safety
2020-07-14 irina.arkhipets@gmail.com Issue 602: New tests for least and greatest closure added.
2020-07-14 sgrekhov@unipro.ru Fix isWeakMode/isStrongMode getters
2020-07-14 sgrekhov@unipro.ru Fixes 828. LibTest\collection\UnmodifiableListView migrated to null safety
2020-07-14 sgrekhov@unipro.ru Fixes 827. LibTest\collection\SplayTreeSet migrated to null safety
2020-07-14 sgrekhov@unipro.ru Fixes 826. LibTest\collection\SplayTreeMap migrated to null safety
2020-07-14 sgrekhov@unipro.ru Fixes 825. LibTest\collection\SetBase and LibTest\collection\SetMixin migrated to null safety
2020-07-14 sgrekhov@unipro.ru Fixes 824. LibTest\collection\MapMixin and LibTest\collection\MapView migrated to null safety
2020-07-14 sgrekhov@unipro.ru Fixes 823. Add isWeakMode/isStrongMode constants. Use them in typedef_A04_t03 to fix expectations
2020-07-13 sgrekhov@unipro.ru Fixes 822. LibTest\collection\MapBase tests migrated to null safety
2020-07-13 sgrekhov@unipro.ru Fixes 820. LibTest\collection\ListQueue tests migrated to null safety
2020-07-13 irina.arkhipets@gmail.com Fixes 821: LibTest\core\Function tests apdated according to the Dartv 2 changes. New tests added.
2020-07-13 irina.arkhipets@gmail.com Fixes 819: LibTest\core\Match tests adopted for null safety.
2020-07-13 sgrekhov@unipro.ru Fixes 816. List tests migrated to null safety
2020-07-13 irina.arkhipets@gmail.com Fixes 818: LibTest\core\Invocation tests adopted for null safety.
2020-07-13 irina.arkhipets@gmail.com Fixes 817: LibTest\core\int tests adopted for null safety.
2020-07-13 sgrekhov@unipro.ru Fixes 812. LibTest\collection\LinkedListEntry migrated to null safety
2020-07-10 irina.arkhipets@gmail.com Fixes 815: LibTest\core\FormatException tests adopted for null safety.
2020-07-10 irina.arkhipets@gmail.com Fixes 814: LibTest\core\Error tests adopted for null safety.
2020-07-10 irina.arkhipets@gmail.com Fixes 813: LibTest\core\Duration tests adopted for null safety.
2020-07-10 irina.arkhipets@gmail.com Fixes 810: Lest and greatest closure tests moved to the proper folder.
2020-07-10 irina.arkhipets@gmail.com Fixes 809: LibTest\core\double tests migrated to null safety.
2020-07-10 sgrekhov@unipro.ru Fixes 811. LibTest\collection\LinkedList migrated to null safety
2020-07-10 irina.arkhipets@gmail.com Fixes 808: LibTest\core\DateTime tests migrated to null safety.
2020-07-10 sgrekhov@unipro.ru Fixes 804. LibTest\collection\LinkedHashSet migrated to null safety
2020-07-10 irina.arkhipets@gmail.com Fixes 807: LibTest\core\CyclicInitializationError tests migrated to null safety.
2020-07-10 sgrekhov@unipro.ru Language/Types and Language/Variables tests fixed after tryjobs run
2020-07-09 irina.arkhipets@gmail.com Fixes Issue 803: LibTest\core\AssertionError tests adopted to nnbd
2020-07-09 sgrekhov@unipro.ru Fixes 800. LibTest/core/Set and LibTest/collection/HashSet migrated to null safety
2020-07-09 irina.arkhipets@gmail.com Fixes Issue 802: LibTest\core\ArgumentError tests adopted to nnbd
2020-07-09 irina.arkhipets@gmail.com Issue 801: Migrate LibTest\core\AbstractClassInstantiationError tests adopted to nnbd
2020-07-09 irina.arkhipets@gmail.com Issue 790: LibTest\convert\Latin1Codec tests adopted to nnbd
2020-07-09 irina.arkhipets@gmail.com Issue 790: LibTest\convert\JsonUtf8Encoder tests adopted to nnbd
2020-07-09 irina.arkhipets@gmail.com Issue 790: LibTest\convert\JsonCodec, 790: LibTest\convert\JsonDecoder, JsonEncoder tests adopted to nnbd
2020-07-09 irina.arkhipets@gmail.com Fixed issue 790: LibTest\convert\ByteConversionSink, LibTest\convert\Encoding tests adopted to nnbd
2020-07-09 irina.arkhipets@gmail.com Fixed issue 790: LibTest\convert\ByteConversionSink, LibTest\convert\ChunkedConversionSink tests adopted to nnbd
2020-07-09 sgrekhov@unipro.ru Fixes 793. LibTest/core/Iterable migrated to null safety
2020-07-08 sgrekhov@unipro.ru Fixes 799. Fix expected results in LanguageFeatures/nnbd/extension_method_resolution_A03_t01
2020-07-08 sgrekhov@unipro.ru Fixes 798. Typo in LanguageFeatures/nnbd/extension_method_resolution_A03_t02 fixed

Change-Id: Ib03d5a425dbe2e6d4f238402e569df0adde70bc9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155327
Reviewed-by: Jonas Termansen <sortie@google.com>
Reviewed-by: Sergey Grekhov <sgrekhov@unipro.ru>
2020-07-22 15:01:10 +00:00
William Hesse
f88ce7aef5 Increase Dart version to 2.10
Change-Id: Ic6b556f935602834564aca24690608aa624efa43
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155440
Reviewed-by: Martin Kustermann <kustermann@google.com>
2020-07-22 13:22:07 +00:00
Jonas Termansen
2454b45000 Roll benchmarks-internal 1e4d9df24078..0e59a6bc3ee9
0e59a6bc3ee912273865b87709cdb698be358e30 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2140

R=sra@google.com

Change-Id: I32e67147264211f44cfad6f45ed571eef3dda06e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155320
Auto-Submit: Jonas Termansen <sortie@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
Commit-Queue: Stephen Adams <sra@google.com>
Reviewed-by: Stephen Adams <sra@google.com>
2020-07-21 22:39:26 +00:00
Jonas Termansen
d0d263c4f1 Roll benchmarks-internal ab5ac38ce09a..1e4d9df24078
1e4d9df24078c3a93c09077189e0dd25d00e3f6f https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2120

R=sra@google.com

Change-Id: I012e77160764d49b0d19a272d812e44274eb52d3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155120
Auto-Submit: Jonas Termansen <sortie@google.com>
Commit-Queue: William Hesse <whesse@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2020-07-21 14:03:48 +00:00
Sigurd Meldgaard
ad3be0ab96 Bump pub
git log --oneline 85bdb898aeb2ac7cea76489ba0bf4e52ff7a79bf..master
04b054b6 Find sdk path with cli_util (#2567)
36c195b9 Only alert about new prereleases for prereleases (#2556)
00b36394 Stop using deprecated mapMap from pkg:collection (#2544)
477cbe72 Improved expectations in flutter_plugin_format validator test (#2532)
a8e2442b `pub run` Don't write about precompilation if no terminal is attached (#2531)
d83d36a4 Don't precompile dependencies of global activate from path (#2530)
870f395c Sanitize git cache folder names (#2522)
03b7f9a5 Avoid divisive terms (#2523)
b239ada4 Remove divisive term (#2517)

Change-Id: I55ea52a86121a382dca5c0f85addd4513ada50bf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154940
Reviewed-by: Jonas Jensen <jonasfj@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
2020-07-20 13:38:34 +00:00
Ben Konyi
e7b319698d [ package:dds ] Add server-sent event (SSE) support to DDS
This support is required for web clients of dwds within google3

Change-Id: Ia1ecbf8f5ba79d53cb340c83a579dc0810ec0065
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150183
Reviewed-by: Gary Roumanis <grouma@google.com>
2020-07-15 21:30:09 +00:00
William Hesse
4726b1b337 [infra] Update Chrome used in testing to version 84
Change-Id: Ib12df7bfe29c784324a5d4d71f320c2e82073449
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154469
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
2020-07-15 20:08:36 +00:00
Jacob MacDonald
ff3c4fcbf4 update to latest async
Change-Id: If0d7e5382a042cc089ce8744385b1f1eac198eb9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154480
Auto-Submit: Jake Macdonald <jakemac@google.com>
Commit-Queue: Jake Macdonald <jakemac@google.com>
Commit-Queue: William Hesse <whesse@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2020-07-15 15:06:14 +00:00
Nate Bosch
febf9cd39c Update to latest package:http
Change-Id: I29514f0ba94a9d402b3935a0e199180787d0e945
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154342
Auto-Submit: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2020-07-14 23:02:33 +00:00
Jonas Termansen
b19fefa712 Roll benchmarks-internal 9bfe209a53a5..ab5ac38ce09a
ab5ac38ce09a56f54e0500405042f0ab00187f81 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2100

R=regis@google.com

Change-Id: If1f072ccdf835f8916f7a9d7eaeece5c8e985a94
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154328
Auto-Submit: Jonas Termansen <sortie@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
Commit-Queue: Régis Crelier <regis@google.com>
Reviewed-by: Régis Crelier <regis@google.com>
2020-07-14 19:28:50 +00:00
Jacob MacDonald
2b4dc0fa6b update charcode in the sdk to the nnbd version
Change-Id: I737ef6499d459b8f0a462e82038743547bbd5f99
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154340
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Jake Macdonald <jakemac@google.com>
2020-07-14 16:42:30 +00:00
Jonas Termansen
574835aeb9 Roll benchmarks-internal 78e4b5975ab4..9bfe209a53a5
9bfe209a53a5731a972f13911f9dce1a8cc1c9e2 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2080

R=athom@google.com

Change-Id: I0ed4654d6ad49ab12549b2b842dbc22c036bba7e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154010
Auto-Submit: Jonas Termansen <sortie@google.com>
Commit-Queue: William Hesse <whesse@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2020-07-14 09:25:13 +00:00
Jacob MacDonald
05c7980fff update async in the sdk, add flutter engine patch
Change-Id: I17e088df3024992c4ea19a6dc2bcd63ba0dbb11b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153620
Reviewed-by: William Hesse <whesse@google.com>
Auto-Submit: Jake Macdonald <jakemac@google.com>
2020-07-14 08:40:34 +00:00
Nate Bosch
71d6b669a3 Update to latest package:matcher
Improves mismatch descriptions for deep collection matchers.

Change-Id: I915d238674a4feb2eb679e21175a588ad8cdae7d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154280
Commit-Queue: Nate Bosch <nbosch@google.com>
Auto-Submit: Nate Bosch <nbosch@google.com>
Reviewed-by: Paul Berry <paulberry@google.com>
2020-07-13 23:41:59 +00:00
Sigurd Meldgaard
66cb8a8ed8 [pub] Cherry pick fix
This contains only the single commit of https://github.com/dart-lang/pub/pull/2556 cherry picked on a branch

Change-Id: I07147955e4bf0e4c5ca077dcaeffd431c991ebb9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153962
Reviewed-by: Jonas Jensen <jonasfj@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
2020-07-10 10:38:48 +00:00
Alexander Thomas
d5664c360a [co19] Roll co19 to ca44d7a864e0fb9d214be16818f56a485ab778c1
2020-07-08 sgrekhov@unipro.ru Fixes 797. LibTest\collection\HasNextIterator migrated to null safety
2020-07-08 sgrekhov@unipro.ru Fixes 796. LibTest\collection\IterableMixin migrated to null safety
2020-07-08 sgrekhov@unipro.ru Fixes 795. LibTest\collection\IterableBase migrated to null safety
2020-07-08 sgrekhov@unipro.ru Fixes 794. LibTest\collection\LinkedHashMap migrated to null safety
2020-07-08 sgrekhov@unipro.ru Fixes 792. LibTest\core\Map migrated to null safety
2020-07-08 sgrekhov@unipro.ru Fixes 791. LibTest\collection\Queue migrated to null safety
2020-07-08 sgrekhov@unipro.ru Fixes 789. LibTest\collection\HashMap migrated to null safety
2020-07-07 irina.arkhipets@gmail.com Fixed issue 790: LibTest\convert\Base64Encoder tests adopted to nnbd
2020-07-07 irina.arkhipets@gmail.com Fixed issue 790: LibTest\convert\Base64Codec tests adopted to nnbd
2020-07-07 irina.arkhipets@gmail.com Fixed issue 790: LibTest\convert\AsciiCodec tests adopted to nnbd
2020-07-07 irina.arkhipets@gmail.com Fixed issue 602: Added tests for least and greatest closure with nnbd.
2020-07-07 irina.arkhipets@gmail.com Fixed issue 785: Updated expected results for future flattening tests in nnbd-weak mode.
2020-07-07 sgrekhov@unipro.ru Fixes 788. LibTest\collection\DoubleLinkedQueueEntry migrated to null safety
2020-07-07 sgrekhov@unipro.ru Fixes 787. LibTest\collection\DoubleLinkedQueue migrated to null safety

https://github.com/dart-lang/sdk/issues/42584

Change-Id: I14d3ff4856296c66a403e1c1a9d767deb0af3f80
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153604
Reviewed-by: William Hesse <whesse@google.com>
Reviewed-by: Nicholas Shahan <nshahan@google.com>
2020-07-10 07:58:49 +00:00
Jonas Termansen
b0b957fe3f Roll benchmarks-internal 0b09b169b02f..78e4b5975ab4
78e4b5975ab4a8ccc15dea6595ba5295941f6ae4 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2060

R=regis@google.com

Change-Id: Ibf36cb48d9cdd566069ffec93fd14c90a9f0bff6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153920
Auto-Submit: Jonas Termansen <sortie@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
Commit-Queue: Régis Crelier <regis@google.com>
Reviewed-by: Régis Crelier <regis@google.com>
2020-07-09 21:48:04 +00:00
Jonas Termansen
a8200e2b1b Roll benchmarks-internal 81f0ebd1fd65..0b09b169b02f
0b09b169b02f8bc78bbb2486abaeb87b68ded660 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2040

R=regis@google.com

Change-Id: Ic2dbfd4c60808fcad4d258133792ffc254d997fe
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153840
Auto-Submit: Jonas Termansen <sortie@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
Commit-Queue: Régis Crelier <regis@google.com>
Reviewed-by: Régis Crelier <regis@google.com>
2020-07-09 17:02:52 +00:00
Jonas Termansen
18081c7486 [infra] Add package:vector_math to DEPS.
Change-Id: I22f7038fb5bb4ca8d48f9151001ea44c0992dca8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153772
Reviewed-by: Régis Crelier <regis@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
2020-07-09 17:02:02 +00:00
William Hesse
9321c49984 [infra] Update checked-in SDKs to 2.9.0-21.0.dev
Change-Id: I368e52a4b00759b5b7069c2802fdde91a28b2653
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153775
Reviewed-by: Karl Klose <karlklose@google.com>
Commit-Queue: William Hesse <whesse@google.com>
2020-07-09 13:52:51 +00:00
Jonas Termansen
42102684d4 Roll benchmarks-internal fce42736f4d6..81f0ebd1fd65
81f0ebd1fd651eae860cb1958bd359440ec17057 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2020

R=regis@google.com

Change-Id: Id2b50aff0fd78703a4505304f85595710aaa9629
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153618
Auto-Submit: Jonas Termansen <sortie@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
Commit-Queue: Régis Crelier <regis@google.com>
Reviewed-by: Régis Crelier <regis@google.com>
2020-07-08 23:14:57 +00:00
Jonas Termansen
8e3b375123 Roll benchmarks-internal 42145e4ddea8..fce42736f4d6
6efdf1f8431224da0efd6d29b65670861ccbd5a7 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/1982
fce42736f4d6721b882b8d0119edac568dbc90d2 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2000

R=regis@google.com

Change-Id: I2b1a6cf0a26bcaa207b84fe644b49ce840db4b93
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153617
Auto-Submit: Jonas Termansen <sortie@google.com>
Commit-Queue: Régis Crelier <regis@google.com>
Reviewed-by: Régis Crelier <regis@google.com>
2020-07-08 19:43:45 +00:00
Jonas Termansen
ddb97247f7 Roll benchmarks-internal 4b33c3149cfe..42145e4ddea8
aad2b0dc3f23f462a550f80049ef2280a4bc874e https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/1980
42145e4ddea82e8180e55b00dfd7064622ebc190 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/1981

R=regis@google.com

Change-Id: Ic5f071274e1e149387711e3b5db7fbc2e8685a66
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153466
Auto-Submit: Jonas Termansen <sortie@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
Reviewed-by: Régis Crelier <regis@google.com>
2020-07-08 08:56:04 +00:00
Konstantin Shcheglov
7255b99432 Update dartdoc to 0.32.2.
So, that we unblock https://github.com/dart-lang/sdk/issues/40860

Bug: https://github.com/dart-lang/dartdoc/issues/2156
Change-Id: I0e4df8527b2868863de42d631c0833bd38fb448c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153420
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
2020-07-07 20:40:30 +00:00
Jonas Termansen
62ff05b84d Roll benchmarks-internal ac71e64e299f..4b33c3149cfe
f8c4bd497b3ded004c3e357abdca17e73df7fded https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/1884
4b33c3149cfec05bb9c888f37e4b5b094cca828a https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/1961

R=athom@google.com

Change-Id: Ibd4d003358f76f59ee13dc5e84c7588f717e5c1f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153465
Auto-Submit: Jonas Termansen <sortie@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
Reviewed-by: Régis Crelier <regis@google.com>
2020-07-07 17:44:22 +00:00
Jonas Termansen
55be60db13 Roll benchmarks-internal 772454259330..ac71e64e299f
ac71e64e299f70212628f944dae719d8d26e6114 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/1960

TBR=athom@google.com

Change-Id: I53e6c0472644b5ce44f049f2ac7f871b94730f87
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153464
Reviewed-by: Jonas Termansen <sortie@google.com>
Auto-Submit: Jonas Termansen <sortie@google.com>
2020-07-07 15:53:42 +00:00
Jonas Termansen
25f01216f5 Roll benchmarks-internal d3eff2adacd3..772454259330
99a2fc879dc578f8e14809a8c573676ab1494bf7 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/1880
77245425933064c5ec4cc217b9b2f2689e9d08a6 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/1881

R=athom@google.com

Change-Id: I162661a7216d17d633966f83d808d4de65735528
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153359
Auto-Submit: Jonas Termansen <sortie@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2020-07-07 13:56:41 +00:00
Alexander Thomas
95f55ab22b [co19] Roll co19 to bbba568b780a48c69a1de8ad1a8527a37cf71fad
2020-07-07 sgrekhov@unipro.ru Fixes 786. LibTest\async\Zone migrated to null safety
2020-07-07 sgrekhov@unipro.ru More leftFutureOr tests added and also generator migrated to null safety
2020-07-06 sgrekhov@unipro.ru Debug output removed and issue number added
2020-07-06 sgrekhov@unipro.ru Language/Statements tests fixed after tryjob run
2020-07-06 sgrekhov@unipro.ru Fixes 784. LibTest\async\Timer migrated to null safety
2020-07-06 sgrekhov@unipro.ru Fixes 783. LibTest\async\StreamTransformer migrated to null safety
2020-07-06 sgrekhov@unipro.ru Fixes 782. LibTest\async\StreamIterator migrated to null safety
2020-07-03 sgrekhov@unipro.ru Fixes 780. StreamConsumer, StreamController and StreamSink tests migrated to null safety
2020-07-03 sgrekhov@unipro.ru Make getter and setter to have the same type
2020-07-02 sgrekhov@unipro.ru Return an expected type from the test

Change-Id: I746333ddb8505f62041da8ec4a80ba223cfe5594
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153353
Reviewed-by: William Hesse <whesse@google.com>
2020-07-07 11:06:20 +00:00
Alexander Thomas
2c98bd5bbf [benchmarks] Update benchmark_harness to null safe version
2020-06-25 athom@google.com Merge pull request 49 from athomas/opt-in
2020-06-23 athom@google.com Migrate result emitter test
2020-06-23 athom@google.com Add dependency overrides for dev dependencies
2020-06-23 athom@google.com Update travis config to test with non-nullable enabled
2020-06-23 athom@google.com Enable non-nullable experiment in analysis options
2020-06-25 athom@google.com Opt-out examples/
2020-06-23 athom@google.com Update SDK dependency to 2.9.0-1
2019-12-26 kevmoo@users.noreply.github.com Fix latest pedantic lints – and a few more (47)
2019-11-08 pq@users.noreply.github.com tidy example (46)

Change-Id: Iabb37217518f437eba63d605735286661f45abc7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153356
Commit-Queue: Alexander Thomas <athom@google.com>
Auto-Submit: Alexander Thomas <athom@google.com>
Reviewed-by: Jonas Termansen <sortie@google.com>
2020-07-07 10:54:04 +00:00
Jonas Termansen
749d55da18 Roll benchmarks-internal 88af52754f27..d3eff2adacd3
d3eff2adacd3b0378bf3027ceb6caff0df669280 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/1882

R=athom@google.com

Change-Id: I4694fef4a689a2637565192628b352775b23b32a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153354
Auto-Submit: Jonas Termansen <sortie@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2020-07-07 10:48:29 +00:00
Tess Strickland
06cb010247 Revert "Add unawaited to package:meta"
This reverts commit 0d44449aaa.

Reason for revert: Breaks Flutter HHH and the Dart->Flutter roll.

Original change's description:
> Add unawaited to package:meta
> 
> Change-Id: I09df4989591327bd4d148e73a5887b900902576c
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152680
> Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
> Reviewed-by: Jake Macdonald <jakemac@google.com>

TBR=brianwilkerson@google.com,jakemac@google.com

Change-Id: I71f491bccc37508a24b7f6f9d051ed914bafeccd
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153351
Reviewed-by: Tess Strickland <sstrickl@google.com>
Commit-Queue: Tess Strickland <sstrickl@google.com>
2020-07-07 08:14:51 +00:00
Clement Skau
0ce83987d6 Reland "[SDK] Adds an SDK hash to kernels and the VM."
Note: This is a reland of https://dart-review.googlesource.com/c/sdk/+/150343

Adds a new SDK hash to kernels and the VM which is optionally checked
to verify kernels are built for the same SDK as the VM.
This helps catch incompatibilities that are currently causing
subtle bugs and (not so subtle) crashes.

The SDK hash is encoded in kernels as a new field in components.
The hash is derived from the 10 byte git short hash.

This new check can be disabled via:
  tools/gn.py ... --no-verify-sdk-hash

This CL bumps the min. (and max.) supported kernel format version,
making the VM backwards incompatible from this point back.

This also bumps the min. and current ABI version.

Bug: https://github.com/dart-lang/sdk/issues/41802
Change-Id: I2f85945045a603eb9dcfd1f2c0d0d024bd84a956
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152802
Commit-Queue: Clement Skau <cskau@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
2020-07-07 06:08:20 +00:00
Regis Crelier
315ecf2606 Roll benchmarks-internal to 88af52754f272e7a4c5737b7e003c2ed9e8a754f
88af527 Fix typo in previously migrated NBody and NBodySIMD benchmarks
e86edcd Migrate TypedDataCopy benchmark to NNBD
dd8be12 Clean lints in BinarySize benchmark.
ab00e7f Don't duplicate DeltaBlue and Meteor for compilation benchmarking.
05c73ea Migrate Meteor benchmark to NNBD
52ba4cc Migrate NBody and NBodySIMD benchmarks to NNBD
4253c9f Migrate MD5, SHA1, and SHA256 to NNBD
e49b588 Migrate the WordSolver and WordSolverIdentity benchmarks.
ff27bee Migrate the MicroClosure benchmark.

Change-Id: I87b8263c8b150a8f3bdce8cc62a76f956d096473
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153390
Commit-Queue: Régis Crelier <regis@google.com>
Commit-Queue: Alexander Markov <alexmarkov@google.com>
Auto-Submit: Régis Crelier <regis@google.com>
Reviewed-by: Alexander Markov <alexmarkov@google.com>
2020-07-07 00:41:50 +00:00
Brian Wilkerson
0d44449aaa Add unawaited to package:meta
Change-Id: I09df4989591327bd4d148e73a5887b900902576c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152680
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Jake Macdonald <jakemac@google.com>
2020-07-06 21:57:52 +00:00
Jacob MacDonald
1b1fcc0618 update package:test in the sdk
- Fixes an upcoming name conflict with package:meta.

Change-Id: Ia9520a794086a652f2d7e1e32e04899cdf330910
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153380
Commit-Queue: Jake Macdonald <jakemac@google.com>
Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Auto-Submit: Jake Macdonald <jakemac@google.com>
2020-07-06 16:41:51 +00:00
Jonas Termansen
b3c9e89028 Roll benchmarks-internal ee36753c0b4b..e6a5aa28c884
e6a5aa28c884a4124977a37eb8a2e7822ee88ccc https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/1703

R=zichangguo@google.com

Change-Id: If73e4f976a32844151cce0335c44cb998d579d09
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153210
Auto-Submit: Jonas Termansen <sortie@google.com>
Commit-Queue: Zichang Guo <zichangguo@google.com>
Reviewed-by: Zichang Guo <zichangguo@google.com>
2020-07-06 03:15:30 +00:00
Jonas Termansen
0ec020cd86 Roll benchmarks-internal 2d9d76e04ce0..ee36753c0b4b
3206349ce765900dff3f4b349d62758f69f5372c https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/1780
b15e9f92787fb8c173c6fcb9ac3f132ac79759a1 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/1760
dbf67bb5ded52be36c47a4431903b4f652090299 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/1801
e49ce2441927d3ed608b3cc1b272d27cd5d388d6 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/1804
ee36753c0b4b9689c3c15763ed4a78d42cd940f3 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/1803

R=askesc@google.com, regis@google.com, rmacnak@google.com

Change-Id: I08d7ce0472f1b72384c4babc5861190f1f01dd87
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153201
Reviewed-by: Aske Simon Christensen <askesc@google.com>
Commit-Queue: Aske Simon Christensen <askesc@google.com>
Auto-Submit: Jonas Termansen <sortie@google.com>
2020-07-03 15:16:27 +00:00
Alexander Thomas
c190fc3a31 [co19] Roll co19 to 4035c66f0cacb70064395473cb54d810c046c225
2020-07-02 irina.arkhipets@gmail.com Merge remote-tracking branch 'origin/master'
2020-07-02 irina.arkhipets@gmail.com Fixed issue 779: Utils/tests/Expect tests adopted for nnbd.
2020-07-02 sgrekhov@unipro.ru Fixes 777. LibTest\async\Stream migrated to null safety
2020-07-02 sgrekhov@unipro.ru Relative import removed from multitests
2020-07-02 irina.arkhipets@gmail.com Fixed issue 778: Error checks for Future flattening corrected.
2020-06-30 sgrekhov@unipro.ru Fixes 776. LibTest\async\Future migrated to null safety
2020-06-29 irina.arkhipets@gmail.com Fixed issue 390: LanguageFeatures/regression tests updated and adopted for nnbd, missing Issue tests added, new tests added.
2020-06-29 sgrekhov@unipro.ru Fixes 775. LibTest\async\EventSink migrated to null safety
2020-06-29 sgrekhov@unipro.ru Fixes 774. LibTest\async\Completer migrated to null safety
2020-06-29 sgrekhov@unipro.ru Fixes 773. LibTest\math\Rectangle migrated to null safety
2020-06-29 sgrekhov@unipro.ru Fixes 772. LibTest\math\Point migrated to null safety
2020-06-29 sgrekhov@unipro.ru Minor codestyle changes
2020-06-29 sgrekhov@unipro.ru Fixes 771. LibTest\math\MutableRectangle migrated to null safety
2020-06-29 irina.arkhipets@gmail.com Fixed issue 770: LanguageFeatures/Super-bounded-types tests adopted for nnbd.
2020-06-29 sgrekhov@unipro.ru After tryjob run Mixin and Overview tests fixed
2020-06-28 irina.arkhipets@gmail.com Fixed issue 607: New new Instantiate-to-bounds/typedef tests with null safety checks added.
2020-06-28 irina.arkhipets@gmail.com Merge remote-tracking branch 'origin/master'
2020-06-28 irina.arkhipets@gmail.com Fixed issue 607: New checks added to static i-2-b tests.
2020-06-26 sgrekhov@unipro.ru Fixes 769. LibTest\math migrated to null safety
2020-06-26 irina.arkhipets@gmail.com Fixed issue 763: Language/Varuables tests adopted to null-safety.
2020-06-26 irina.arkhipets@gmail.com Issue 607: Tests corrected according to the Dart SDK Issue 42470 evaluation
2020-06-26 sgrekhov@unipro.ru Fixes 768. Language\Types\Type_Aliases migrated to null safety
2020-06-25 irina.arkhipets@gmail.com Fixed issue 607: instantiate-2-bounds tests updated, more checks added for nun-functional typedefs
2020-06-25 irina.arkhipets@gmail.com Fixed issue 607: LanguageFeatures/Instantiate-to-bounds/nonfunction_typedef tests updated, new tests added.

Failures will be triaged on:
https://github.com/dart-lang/co19/issues/781

Change-Id: I3295e6e707ab20f04bf76406d47d89ac37d6c6ad
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153143
Reviewed-by: William Hesse <whesse@google.com>
2020-07-02 14:38:47 +00:00
Nate Bosch
800b24a336 Update to latest package:yaml
Change-Id: I23f170e78116b66634da74a486d08816c240b983
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152905
Auto-Submit: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2020-07-01 21:33:34 +00:00
Nate Bosch
adb08da0da Update to latest async and bazel_worker
Rename from `_tag` to `_rev` since they are now pinned by SHA.

Change-Id: I1a325be0a48b12624281bc0e8b5b783e92e54585
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152984
Commit-Queue: Nate Bosch <nbosch@google.com>
Auto-Submit: Nate Bosch <nbosch@google.com>
Reviewed-by: Jake Macdonald <jakemac@google.com>
2020-07-01 21:12:14 +00:00
Jacob MacDonald
18d5c1afa8 update typed_data to the nnbd version
Change-Id: Ic2483271fd97c31cd7758b4e0f0877c964b359a5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152902
Commit-Queue: Jake Macdonald <jakemac@google.com>
Reviewed-by: Bob Nystrom <rnystrom@google.com>
2020-07-01 20:53:31 +00:00
Jacob MacDonald
51ac86c753 update collection dep, and add flutter-engine patch
Change-Id: I5e8b0eb2b161b71734feebb6e13d039082ad6bc5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152860
Reviewed-by: Bob Nystrom <rnystrom@google.com>
Reviewed-by: Alexander Aprelev <aam@google.com>
Commit-Queue: Jake Macdonald <jakemac@google.com>
2020-07-01 20:50:38 +00:00
Nate Bosch
25d6c349b9 Update to latest package:stack_trace
Fixes a bug parsing `data:` URIs from VM style stack frames.

Change-Id: I16ef95f0b7f0a7c97b9d30bf38ae766f3702f4c6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152981
Auto-Submit: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
Commit-Queue: Jake Macdonald <jakemac@google.com>
Reviewed-by: Jake Macdonald <jakemac@google.com>
2020-06-30 19:01:44 +00:00
Regis Crelier
892f38259f Roll benchmarks-internal to 2d9d76e04ce0a997ad3eb4e5e320e89e727af8a5
Change-Id: I1b017ee2e61e9c58ed57de0e9a38d82874d65637
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152924
Commit-Queue: Régis Crelier <regis@google.com>
Reviewed-by: Ryan Macnak <rmacnak@google.com>
2020-06-30 00:26:44 +00:00
Michael Thomsen
ff114a9828 Roll stagehand package
This is to pick up new versions, and https://github.com/dart-lang/stagehand/pull/659

Change-Id: If7aca9d2eff9d4567de9fbf75c6853be094be2f5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152480
Auto-Submit: Michael Thomsen <mit@google.com>
Reviewed-by: Jaime Wren <jwren@google.com>
Commit-Queue: Michael Thomsen <mit@google.com>
2020-06-29 11:49:22 +00:00
Regis Crelier
871f0ee31e Roll benchmarks-internal to a7f7c387fa877a5ea060a13c5c3aa1ca6aed2461
Change-Id: I81c7042cdc2aacd0db535d5ebe72a28beef8edfe
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152724
Reviewed-by: Alexander Markov <alexmarkov@google.com>
Commit-Queue: Régis Crelier <regis@google.com>
2020-06-27 01:04:48 +00:00
asiva
bb8d145616 Revert "[SDK] Adds an SDK hash to kernels and the VM."
This reverts commit edde575dcd.

Reason for revert: Breaks the Dart to Flutter roll and golem

Original change's description:
> [SDK] Adds an SDK hash to kernels and the VM.
>
> Adds a new SDK hash to kernels and the VM which is optionally checked
> to verify kernels are built for the same SDK as the VM.
> This helps catch incompatibilities that are currently causing
> subtle bugs and (not so subtle) crashes.
>
> The SDK hash is encoded in kernels as a new field in components.
> The hash is derived from the 10 byte git short hash.
>
> This new check can be disabled via:
>   tools/gn.py ... --no-verify-sdk-hash
>
> This CL bumps the min. (and max.) supported kernel format version,
> making the VM backwards incompatible from this point back.
>
> Bug: https://github.com/dart-lang/sdk/issues/41802
> Change-Id: I3cbb2d481239ee64dafdaa0e4aac36c80281931b
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150343
> Commit-Queue: Clement Skau <cskau@google.com>
> Reviewed-by: Jens Johansen <jensj@google.com>
> Reviewed-by: Martin Kustermann <kustermann@google.com>

TBR=kustermann@google.com,jensj@google.com,cskau@google.com

Change-Id: I34cc7d378e2babdaaca4d932d19c19d0f35422fc
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: https://github.com/dart-lang/sdk/issues/41802
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152703
Reviewed-by: Siva Annamalai <asiva@google.com>
Commit-Queue: Siva Annamalai <asiva@google.com>
2020-06-26 18:54:17 +00:00
Jacob MacDonald
04dd5edc6a update fixnum to nnbd version
Bug:https://github.com/dart-lang/sdk/issues/42274
Change-Id: I18df7926fc8b767ab6ff6d3505f160147217a00f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152605
Reviewed-by: Siva Annamalai <asiva@google.com>
Commit-Queue: Jake Macdonald <jakemac@google.com>
2020-06-26 17:39:10 +00:00
Clement Skau
edde575dcd [SDK] Adds an SDK hash to kernels and the VM.
Adds a new SDK hash to kernels and the VM which is optionally checked
to verify kernels are built for the same SDK as the VM.
This helps catch incompatibilities that are currently causing
subtle bugs and (not so subtle) crashes.

The SDK hash is encoded in kernels as a new field in components.
The hash is derived from the 10 byte git short hash.

This new check can be disabled via:
  tools/gn.py ... --no-verify-sdk-hash

This CL bumps the min. (and max.) supported kernel format version,
making the VM backwards incompatible from this point back.

Bug: https://github.com/dart-lang/sdk/issues/41802
Change-Id: I3cbb2d481239ee64dafdaa0e4aac36c80281931b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150343
Commit-Queue: Clement Skau <cskau@google.com>
Reviewed-by: Jens Johansen <jensj@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
2020-06-26 13:35:42 +00:00
William Hesse
98324c95d5 Roll benchmarks-internal to 15a6634bd60ed0b937ed5dbc874cba2da9865514
Change-Id: Ice1ed6cd9f4038d34061e62e177adb8ce6e0c668
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152643
Reviewed-by: Karl Klose <karlklose@google.com>
Commit-Queue: William Hesse <whesse@google.com>
2020-06-26 10:59:02 +00:00
Alexander Thomas
bcd2708843 [co19] Roll co19 to e674d8ccb29250fa5d7ac886fa98c5962543fffc
2020-06-25 sgrekhov@unipro.ru Fix test to not to fail on dart2js
2020-06-25 sgrekhov@unipro.ru Language/Libraries_and_Scripts tests fixed and issue numbers added
2020-06-25 sgrekhov@unipro.ru Fixes 767. Language\Types\Type_dynamic migrated to null safety
2020-06-25 sgrekhov@unipro.ru Fixes 766. Language\Types\Type_Void migrated to null safety
2020-06-25 sgrekhov@unipro.ru Fixes 765. Language\Types\Static_Types migrated to null safety
2020-06-25 sgrekhov@unipro.ru Fixes 764. Language\Types\Parameterized_Types migrated to null safety
2020-06-24 sgrekhov@unipro.ru Fixes 759. Language\Types\Interface_Types migrated to null safety
2020-06-24 irina.arkhipets@gmail.com Fixed issue 763: Language\Variables\Evaluation_of_Implicit_Variable_Getters tests migrated to null-safety
2020-06-24 irina.arkhipets@gmail.com Fixed issue 762: Language\Statements\Yield_and_Yield_Each\Yield_Each tests updated for nnbd
2020-06-24 irina.arkhipets@gmail.com Fixed issue 762: Language\Statements\Yield_and_Yield_Each\Yield tests adopted for nnbd
2020-06-24 irina.arkhipets@gmail.com Fixed issue 761: Language\Statements\While tests adopted for nnbd
2020-06-24 irina.arkhipets@gmail.com Fixed issue 760: Language\Statements\Try tests adopted for nnbd
2020-06-24 irina.arkhipets@gmail.com Fixed issue 758: Language\Statements\Switch tests adopted for nnbd

Change-Id: I1488f026bab1d061af5a3aa91d5aa7c4df8f0662
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152522
Reviewed-by: William Hesse <whesse@google.com>
2020-06-26 09:09:32 +00:00
Regis Crelier
63cf56d925 Roll benchmarks-internal to 02695da98bcf006b95630d3c386f4169d7ec4ecf
Ignore invariant_booleans lint rule when analyzing benchmarks.

Change-Id: I6071d3c1407e9c67689204e4ceb50cc1c0c8e109
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152598
Reviewed-by: Alexander Markov <alexmarkov@google.com>
Commit-Queue: Régis Crelier <regis@google.com>
2020-06-26 01:56:03 +00:00
Alexander Aprelev
d33e51df3c [build] Support --clang when building dart sdk on Windows.
It relies on flutter copy of clang distribution, same one that is used to build flutter/engine.

It addressed several deprecated warnings from clang compiler for functions like strdup, unlink, etc.

It allows few warnings still since they are triggered in third_party sources.

Change-Id: Ieb13792c011438d46dbbc0fa030e1b5e4ea14315
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/142704
Commit-Queue: Alexander Aprelev <aam@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
Reviewed-by: Ryan Macnak <rmacnak@google.com>
2020-06-25 03:36:41 +00:00
Alexander Markov
c1df6c391d Roll benchmarks-internal to e18a31671508f878c7a04b22415de22dfea29f6c
Change-Id: I514034c526a41d701016c78131f614128da20b9b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152425
Reviewed-by: Régis Crelier <regis@google.com>
Commit-Queue: Alexander Markov <alexmarkov@google.com>
2020-06-24 22:38:28 +00:00
Alexander Thomas
d8eb844e5d [infra] Add browsers to the DEPS
The browser used by the test infrastructure are currently pulled in from
the recipes rather than via gclient. This is the first step to remove
that duplicated functionality and will enable all builders to that need
browser to get them.

The browsers aren't downloaded by default and not available on all
platforms. It is not recommend to use these browsers for local testing,
because they may interfere with a user's installation.

https://github.com/dart-lang/sdk/issues/42417

Change-Id: I5df72c3b43f7b49cf90200d47a089714c91b5b3f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152340
Auto-Submit: Alexander Thomas <athom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
Commit-Queue: William Hesse <whesse@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2020-06-24 14:02:40 +00:00
Alexander Thomas
3f1aa79bfc [co19] Roll co19 to bfa5ab1e3a0be81899760af9c24ab734348114a5
2020-06-24 irina.arkhipets@gmail.com Fixed issue 757: Language\Statements\Return tests adopted to nnbd
2020-06-24 irina.arkhipets@gmail.com Fixed issue 756: Language\Statements\Rethrow tests migrated to null safety
2020-06-24 irina.arkhipets@gmail.com Fixed issue 755: Language\Statements\Local_Function_Declaration adopted for null-safety
2020-06-24 irina.arkhipets@gmail.com Fixed issue 754: Language\Statements\Local_Function_Declaration tests adopted for nnbd
2020-06-24 irina.arkhipets@gmail.com Fixed issue 607: New tests with null-safety cjecks added in i-2-b.
2020-06-24 irina.arkhipets@gmail.com Fixed issue 0: Tests improved
2020-06-24 irina.arkhipets@gmail.com Fixed issue 607: Additional null-safety checks added to Simple-bounds tests
2020-06-24 irina.arkhipets@gmail.com Fixed issue 607: New Simple-bounds tests with null safety checks added
2020-06-23 irina.arkhipets@gmail.com Issue tags for SDK Issue 42446 added
2020-06-23 irina.arkhipets@gmail.com Fixed issue 388: New simple-bounds tests with nnbd checks adde, tests updated
2020-06-23 sgrekhov@unipro.ru Fixes 753. Language\Types\Function_Types migrated to null safety
2020-06-23 sgrekhov@unipro.ru Fixes752.  Language\Types\Dynamic_Type_System migrated to null safety
2020-06-23 irina.arkhipets@gmail.com Fixed issue 388: new LanguageFeatures/Simple-bounds tests which checks null-dafety added.
2020-06-23 sgrekhov@unipro.ru Generics tests fixed

Change-Id: Ib36dc449287780e44895adb3357b2bfef284ec3e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152146
Reviewed-by: William Hesse <whesse@google.com>
2020-06-24 10:26:09 +00:00
Regis Crelier
f4047fc96f Roll benchmarks-internal to cb9ae13486f5dc0ec8d80694dc6b8a50dc4ac7d1
Change-Id: I3834afd340d66cfea472f4de3b3cb7204d8e1431
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152207
Reviewed-by: Alexander Markov <alexmarkov@google.com>
Commit-Queue: Régis Crelier <regis@google.com>
2020-06-24 00:37:56 +00:00
Tess Strickland
6d1f8f2465 Roll benchmarks-internal to 8a7ce78ada809beb62fcfdf2f8e7a400a7bc5ed3
Change-Id: I08d9f9a37c13a983f5396204e0392d5b97b45b56
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152010
Commit-Queue: Tess Strickland <sstrickl@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2020-06-23 15:24:11 +00:00
Alexander Thomas
f28fcfea2b [co19] Roll co19 to 443e4b3cd3953e9d8feef85bb712a93f6dac0858
2020-06-22 irina.arkhipets@gmail.com Fixed issue 646: typo corrected
2020-06-22 irina.arkhipets@gmail.com Fixed issue 646: Language/Generics tests updated, missing Issue tags added.
2020-06-22 sgrekhov@unipro.ru Fixes 733. Check only the end of the pingInterval.toString()
2020-06-22 sgrekhov@unipro.ru Fixes 741.Language\Reference\Lexical_Rules\Reserved_Words tests migrated to null safety
2020-06-22 irina.arkhipets@gmail.com Fixed issue 646: Lanhuage/Generics/Superbounded_types tests updated, nissing Issue tags added.
2020-06-22 sgrekhov@unipro.ru Fixes 733. Expect two digits for hours in to String()

Change-Id: Id15731a4d75826ab621d66009653df03cec025da
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/151850
Reviewed-by: William Hesse <whesse@google.com>
2020-06-23 10:30:50 +00:00
Regis Crelier
03af7314cc Roll benchmarks-internal to dff8b1878dcb8bb861937bd5bea07d03dcf08251
Change-Id: Ia64f88fca697864539ed490fa69a08b438e53713
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/151984
Reviewed-by: Alexander Markov <alexmarkov@google.com>
Commit-Queue: Régis Crelier <regis@google.com>
2020-06-22 21:24:37 +00:00
Alexander Thomas
752278b550 [infra] Update checked-in SDKs to 2.9.0-18.0.dev
Change-Id: I218efac80364fa178779eb27d837d7a829301755
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/152000
Auto-Submit: Alexander Thomas <athom@google.com>
Commit-Queue: Jake Macdonald <jakemac@google.com>
Reviewed-by: Jake Macdonald <jakemac@google.com>
2020-06-22 18:49:26 +00:00
Jake Macdonald
5f0a94bc12 Revert "Update fixnum to the migrated version and add it to the allowed experiments file"
This reverts commit cb1105af48.

Reason for revert: Broke flutter-engine-linux bot https://ci.chromium.org/p/dart/builders/ci.sandbox/flutter-engine-linux/11048?

Original change's description:
> Update fixnum to the migrated version and add it to the allowed experiments file
> 
> This package is used in benchmarking and we need a migrated version in order
> to run benchmarks with null safety enabled.
> 
> Change-Id: I916331a03006d6b5d3f0d0bb590012376e410c24
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150170
> Commit-Queue: Jake Macdonald <jakemac@google.com>
> Reviewed-by: Stephen Adams <sra@google.com>

TBR=sortie@google.com,jakemac@google.com,sra@google.com

Change-Id: I4536f395a877c245140d53f7a9463f2ed156d012
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/151926
Reviewed-by: Jake Macdonald <jakemac@google.com>
Auto-Submit: Jake Macdonald <jakemac@google.com>
Commit-Queue: Jake Macdonald <jakemac@google.com>
2020-06-22 18:21:58 +00:00
Jacob MacDonald
cb1105af48 Update fixnum to the migrated version and add it to the allowed experiments file
This package is used in benchmarking and we need a migrated version in order
to run benchmarks with null safety enabled.

Change-Id: I916331a03006d6b5d3f0d0bb590012376e410c24
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150170
Commit-Queue: Jake Macdonald <jakemac@google.com>
Reviewed-by: Stephen Adams <sra@google.com>
2020-06-22 15:50:25 +00:00
David Morgan
50fbe74ac3 Upgrade stack_trace from 1.9.3 to 07569831f17844ef90214a179db211954a7f7324 (1.9.5-dev in pubspec.yaml).
Change-Id: Ica27386447b9d19b31bcd0eafb1e00f213ca3c2b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/151841
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-06-19 18:13:23 +00:00
Regis Crelier
7e72c9ae7e Roll benchmarks-internal to 29176ec025667ab7acb9dbb93b3e7d429c6c2c6f
Change-Id: I6958edb197ebb2a0390fe9883dddb93d9446f1ef
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/151860
Reviewed-by: Liam Appelbe <liama@google.com>
Commit-Queue: Régis Crelier <regis@google.com>
2020-06-19 18:05:23 +00:00
Alexander Thomas
2716c73110 [co19] Roll co19 to f3466a4fc3d201e2ca4da7214560718344aea87c
2020-06-19 sgrekhov@unipro.ru Generics and Functions test fixed after tryjobs run
2020-06-19 irina.arkhipets@gmail.com Needless reviewer tags removed.
2020-06-19 irina.arkhipets@gmail.com Fixed issue 750: Language\Statements\If tests adopted for nnbd
2020-06-18 irina.arkhipets@gmail.com Fixed issue 749: Language\Statements\For tests adopted for null-safety.
2020-06-18 irina.arkhipets@gmail.com Fixed issue 748: Language\Statements\For\For_Loop tests adopted for null-safety.
2020-06-18 irina.arkhipets@gmail.com Fixed issue 747: Language\Statements\For\For_in tests adopted for null-safety.
2020-06-18 irina.arkhipets@gmail.com Fixed issue 746: Language\Statements\Expression_Statements tests adopted for null-safety.
2020-06-18 irina.arkhipets@gmail.com Fixed issue 735: typo in compile tag corrected
2020-06-18 irina.arkhipets@gmail.com Fixed issue 745: Language\Libraries_and_Scripts tests adopted for null-safety.
2020-06-18 irina.arkhipets@gmail.com Fixed issue 744: Language\Statements\Continue tests adopted for null-safety.
2020-06-18 irina.arkhipets@gmail.com Fixed issue 743: Language\Statements\Break tests adopted for null-safety.
2020-06-18 irina.arkhipets@gmail.com Fixed issue 742 Language\Statements\Assert tests adopted for null-safety.
2020-06-18 irina.arkhipets@gmail.com Test library corrected according to the Dart SDK Issue 42393.
2020-06-18 irina.arkhipets@gmail.com Fixed issue 740: Language\Libraries_and_Scripts tests adopted for null-safety.
2020-06-18 irina.arkhipets@gmail.com Fixed issue 739: Language\Libraries_and_Scripts\URIs tests adopted for null-safety.
2020-06-18 irina.arkhipets@gmail.com Fixed issue 738: Language\Libraries_and_Scripts\Scripts tests adopted for null-safety.
2020-06-18 irina.arkhipets@gmail.com Fixed issue 724: Language\Libraries_and_Scripts\Parts tests adopted for null-safety.
2020-06-18 sgrekhov@unipro.ru Fixes 737. Language\Reference\Lexical_Rules\Comments migrated to null safety
2020-06-18 irina.arkhipets@gmail.com Fixed issue 735: Compile error tags corrected for cycle error.
2020-06-18 sgrekhov@unipro.ru Change Language tests according to the issues resolution
2020-06-17 sgrekhov@unipro.ru Fixes 736. Language\Reference\Operator_Precedence migrated to null safety
2020-06-17 sgrekhov@unipro.ru Fix Language tests after tryjobs run.
2020-06-16 sgrekhov@unipro.ru Fixes 734. Language\Reference\Lexical_Rules migrated to null safety
2020-06-16 sgrekhov@unipro.ru Fixes 732. Language\Overview\Scoping migrated to null safety
2020-06-16 sgrekhov@unipro.ru Classes/Constructors tests fixed to not to fail on NNBD
2020-06-15 sgrekhov@unipro.ru Fixes 731. Language\Overview\Privacy tests migrated to null-safety
2020-06-15 sgrekhov@unipro.ru 730. Fix mixin super invocation test
2020-06-11 sgrekhov@unipro.ru Fixes 730. LanguageFeatures/Super-mixins migrated to null safety

Change-Id: Id33ff14a06e2c3037cfb64385aec2aaaabe779fd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/151823
Reviewed-by: William Hesse <whesse@google.com>
2020-06-19 14:26:46 +00:00
Regis Crelier
bcb3a71601 Roll benchmarks-internal to 4fa1b8ae571aaf1762346a3e0e893aca643af030
Change-Id: Ib2e696bacbc87575a9737f45644d824b7e1144a1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/151804
Commit-Queue: Jonas Termansen <sortie@google.com>
Reviewed-by: Jonas Termansen <sortie@google.com>
2020-06-19 11:22:25 +00:00
Regis Crelier
a92a7ec8fc Roll benchmarks-internal to 478f5a8be0bad2b1bc3c1c9cf150486ec77516e1
Change-Id: Ia020965d0fbae6f7a26bc6d43678182a6e76fb49
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/151801
Reviewed-by: Alexander Markov <alexmarkov@google.com>
Commit-Queue: Régis Crelier <regis@google.com>
2020-06-18 20:44:02 +00:00
Martin Kustermann
2ab8dbd689 Roll third_party/icu to @bbf7f88a24b1
This pulls in two changes which fixes fuchsia build [0] and windows
chromium build [1].

[0] https://chromium-review.googlesource.com/c/chromium/deps/icu/+/2248560
[1] https://chromium-review.googlesource.com/c/chromium/deps/icu/+/2250687

Closes https://github.com/dart-lang/sdk/issues/42230

Change-Id: Ia0be5454e8884cf0753e8cdc7f7cb7ae03c7681d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/151530
Commit-Queue: Martin Kustermann <kustermann@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2020-06-18 15:41:30 +00:00
Liam Appelbe
764e72800f Reland "Revert "Add an --os=fuchsia option to build.py:""
This reverts commit d39d4d0d55.

Reason for revert: Relanding with fix

Change-Id: I6d6911b6cdc578a3b576b237db94c7f1db9824b9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/151600
Reviewed-by: Siva Annamalai <asiva@google.com>
Commit-Queue: Liam Appelbe <liama@google.com>
2020-06-18 00:24:31 +00:00
Alexander Thomas
b2d41ab0a2 [infra] Update checked-in SDKs to 2.9.0-16.0.dev
https://github.com/dart-lang/sdk/issues/42274

Change-Id: I3a566f14482de29e9aa499d8a8e7c4281c30fbd1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/151391
Auto-Submit: Alexander Thomas <athom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
Commit-Queue: William Hesse <whesse@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2020-06-16 16:51:20 +00:00
George Wright
d39d4d0d55 Revert "Add an --os=fuchsia option to build.py:"
This reverts commit 4ce18ab931.

Reason for revert: bad merge, caused build breakages in flutter/engine

Original change's description:
> Add an --os=fuchsia option to build.py:
> 
> tools/build.py --os=fuchsia runtime create_sdk
> 
> This is analogous to --os=android. It cross compiles from Linux x64 to
> Fuchsia.
> 
> A lot of the build rules are just slightly different between the existing
> Fuchsia build rules used by Flutter, and the ones added by GN SDK. For
> example "$fuchsia_sdk_root/pkg:fdio" is now "$fuchsia_sdk_root/pkg/fdio".
> So to support this I had to add a new variable, using_fuchsia_gn_sdk,
> analogous to using_fuchsia_sdk. Flutter will need to set this to false.
> 
> Change-Id: Ief275d65f30a42a801607de93cf2d27a1fe825dd
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150689
> Reviewed-by: Ryan Macnak <rmacnak@google.com>
> Commit-Queue: Liam Appelbe <liama@google.com>

TBR=rmacnak@google.com,asiva@google.com,liama@google.com,kaushikiska@google.com,matthewcarroll@google.com

Change-Id: If01ee34eba906c55f2d56ba650748a86e81e701c
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/151321
Auto-Submit: George Wright <wrightgeorge@google.com>
Commit-Queue: Liam Appelbe <liama@google.com>
Reviewed-by: Liam Appelbe <liama@google.com>
2020-06-15 23:01:53 +00:00
Liam Appelbe
4ce18ab931 Add an --os=fuchsia option to build.py:
tools/build.py --os=fuchsia runtime create_sdk

This is analogous to --os=android. It cross compiles from Linux x64 to
Fuchsia.

A lot of the build rules are just slightly different between the existing
Fuchsia build rules used by Flutter, and the ones added by GN SDK. For
example "$fuchsia_sdk_root/pkg:fdio" is now "$fuchsia_sdk_root/pkg/fdio".
So to support this I had to add a new variable, using_fuchsia_gn_sdk,
analogous to using_fuchsia_sdk. Flutter will need to set this to false.

Change-Id: Ief275d65f30a42a801607de93cf2d27a1fe825dd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150689
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Liam Appelbe <liama@google.com>
2020-06-15 20:05:16 +00:00
Daco Harkes
d87046342f [benchmarks/ffi] Add FfiCall benchmark with Handles
On x64 desktop in JIT the trampolines with Handles are a bit slower
than trampolines passing integers or Pointers.

FfiCall.Uint64x01(RunTime): 200.8482627033541 us.
FfiCall.PointerUint8x01(RunTime): 261.3910088865656 us.
FfiCall.Handlex01(RunTime): 355.4978670458585 us.
FfiCall.Handlex02(RunTime): 384.86376755820663 us.
FfiCall.Handlex04(RunTime): 492.896007885658 us.
FfiCall.Handlex10(RunTime): 846.1214043993232 us.
FfiCall.Handlex20(RunTime): 1193.412291169451 us.

Issue: https://github.com/dart-lang/sdk/issues/36858
Issue: https://github.com/dart-lang/sdk/issues/41319

New issue for optimizing multiple handles:
https://github.com/dart-lang/sdk/issues/42341

Also cleans up dart2/native which was erroneously left over from the
benchmark duplication for NNBD.

Change-Id: I81223fefc47129d00984492efb9502d5449f0d4a
Cq-Include-Trybots: luci.dart.try:benchmark-linux-try
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/145593
Commit-Queue: Daco Harkes <dacoharkes@google.com>
Reviewed-by: Jonas Termansen <sortie@google.com>
2020-06-15 13:27:16 +00:00
Daco Harkes
8d4d3a33ad [vm] fix build CIPD package issue
Change-Id: I6f3e7cb005233f4625d60f1f2a18b2e4914e01ad
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/151224
Commit-Queue: Daco Harkes <dacoharkes@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2020-06-15 10:51:59 +00:00
Martin Kustermann
68ede604ce [vm] Roll third_party/icu@ to 8d29692df64066
Issue https://github.com/dart-lang/sdk/issues/42230

Change-Id: Id0537f982759b20854d72db21937aac4a2866a07
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/151220
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Martin Kustermann <kustermann@google.com>
2020-06-15 08:45:11 +00:00
Martin Kustermann
b35f03471f [vm] Roll third_party/boringssl@ to 429ccb1877f798
Issue https://github.com/dart-lang/sdk/issues/42230

Change-Id: Id0483369a6668a1c2aac67191554d6075e5f8caf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/151221
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Martin Kustermann <kustermann@google.com>
2020-06-15 08:36:29 +00:00
Martin Kustermann
1f32f6563a Revert "[infra] Update checked-in SDKs to 2.9.0-15.0.dev"
This reverts commit 045227ed9d.

Reason for revert: This seems to make a lot of windows builders fail with

"""
FileSystemException: Cannot copy file to 'C:/b/.../t_bytecode_simple_test_body.dart', path = 'C:\b\...\st_body.dart' (OS Error: The operation completed successfully.

, errno = 0)
#0      _File.throwIfError (dart:io/file_impl.dart:635:7)
#1      _File.copySync (dart:io/file_impl.dart:340:5)
#2      StandardTestSuite._makeCommands (package:test_runner/src/test_suite.dart:683:39)
#3      StandardTestSuite._enqueueStandardTest (package:test_runner/src/test_suite.dart:611:22)
#4      StandardTestSuite._testCasesFromTestFile (package:test_runner/src/test_suite.dart:590:7)
#5      StandardTestSuite.findTestCases (package:test_runner/src/test_suite.dart:485:7)
#6      TestCaseEnqueuer.enqueueTestSuites (package:test_runner/src/process_queue.dart:239:13)
#7      new ProcessQueue (package:test_runner/src/process_queue.dart:177:22)
#8      testConfigurations (package:test_runner/src/test_configurations.dart:255:3)
#9      main (file:///.../test_runner.dart:39:5)
"""

Original change's description:
> [infra] Update checked-in SDKs to 2.9.0-15.0.dev
> 
> https://github.com/dart-lang/sdk/issues/42274
> 
> Change-Id: I4ea2c533e4f47d42313a500c7c04c60c8a5c714b
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150931
> Auto-Submit: Alexander Thomas <athom@google.com>
> Commit-Queue: Alexander Thomas <athom@google.com>
> Commit-Queue: William Hesse <whesse@google.com>
> Reviewed-by: William Hesse <whesse@google.com>

TBR=whesse@google.com,athom@google.com

Change-Id: I71e885951c5d70e7dffa5d9ba7d1336d81986b72
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150938
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: Martin Kustermann <kustermann@google.com>
2020-06-11 15:23:15 +00:00
Alexander Thomas
045227ed9d [infra] Update checked-in SDKs to 2.9.0-15.0.dev
https://github.com/dart-lang/sdk/issues/42274

Change-Id: I4ea2c533e4f47d42313a500c7c04c60c8a5c714b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150931
Auto-Submit: Alexander Thomas <athom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
Commit-Queue: William Hesse <whesse@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2020-06-11 13:01:50 +00:00
Alexander Thomas
b0d2b97d2c [co19] Roll co19 to b071a4729a57ee47dcc7330ab9ea3566ef58e5c2
2020-06-10 sgrekhov@unipro.ru Mixin tests fixed (references to super are allowed, superclass other than Object not)
2020-06-09 sgrekhov@unipro.ru Fixes 726. Language\Mixins\Mixin_Application tests migrated to null safety
2020-06-09 irina.arkhipets@gmail.com Fixed issue 703: Missing Issue tags added.
2020-06-09 sgrekhov@unipro.ru Subtyping tests fixed to not to fail on tryjobs
2020-06-09 sgrekhov@unipro.ru Fixes 725. Language\Mixins tests migrated to null safety
2020-06-08 sgrekhov@unipro.ru Fixed errors or issue numbers added in the tests migrated to NNBD
2020-06-05 irina.arkhipets@gmail.com Fixed issue 607: Missing Issue tags added, tests corrected.
2020-06-05 sgrekhov@unipro.ru Fixed errors in the tests migrated to NNBD
2020-06-05 sgrekhov@unipro.ru Fixed numerous errors in the tests migrated to NNBD
2020-06-05 sgrekhov@unipro.ru Fixed numerous errors in the tests migrated to NNBD
2020-06-05 irina.arkhipets@gmail.com Missing Issue tag for 42196 added.
2020-06-05 irina.arkhipets@gmail.com Fixed Issue 646: Missing Issue tags for 36959, 37050 added, test corrected.
2020-06-05 irina.arkhipets@gmail.com Missing Issue tags for 36959, 37050 are added.
2020-06-05 irina.arkhipets@gmail.com Issue 723: Language\Libraries_and_Scripts\Exports tests adopted for nnbd.
2020-06-05 irina.arkhipets@gmail.com Issue 721: Language\Interfaces tests adopted for nnbd.
2020-06-04 sgrekhov@unipro.ru 478. Expected result fixed

Change-Id: I5ffe7f6272c5906643eda81364a2cfcec48ba042
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150743
Reviewed-by: William Hesse <whesse@google.com>
2020-06-11 07:10:41 +00:00
Samuel Rawlins
5a32ff0d7f Revert "Bump cli_util to 0.2.0; implement new methods"
This reverts commit ebcc6dc2a2.

Reason for revert: Broke golem. I think there are more implementations of Logger than I realized.

Original change's description:
> Bump cli_util to 0.2.0; implement new methods
> 
> This fixes the issue of progress indicators being shown during tests.
> 
> Change-Id: I39fd68cfeca70a63d088aceb4325b42c53766afd
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150669
> Commit-Queue: Samuel Rawlins <srawlins@google.com>
> Reviewed-by: Paul Berry <paulberry@google.com>

TBR=paulberry@google.com,jcollins@google.com,mfairhurst@google.com,srawlins@google.com

Change-Id: I52ac0f5d96a161534c28cc160c2a2b3b364ad511
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150693
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2020-06-10 23:59:05 +00:00
Sam Rawlins
ebcc6dc2a2 Bump cli_util to 0.2.0; implement new methods
This fixes the issue of progress indicators being shown during tests.

Change-Id: I39fd68cfeca70a63d088aceb4325b42c53766afd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150669
Commit-Queue: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Paul Berry <paulberry@google.com>
2020-06-10 22:10:06 +00:00
pq
5b51895652 linter 0.1.117
Change-Id: I2489c5ff7f2dd5c70b41fa49550e3743e9d3d529
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150601
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
2020-06-10 17:10:37 +00:00
David Morgan
6bd4eefd82 Upgrade package:stream_channel from 2.0.0 (2.0.0 in pubpsec.yaml) to 70433d577be02c48cb16d72d65654f3b4d82c6ed (2.1.0-dev in pubspec.yaml).
R=nbosch@google.com

Change-Id: I3055efd512701d4b0c66862a473da2b425097f55
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144725
Reviewed-by: David Morgan <davidmorgan@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-06-09 09:12:04 +00:00
Alexander Markov
a6a8b53c33 Roll benchmarks-internal to 6c5cf5ca4f29f0e498a9ad51146ccb2ad3bbd2b4
This includes ParticleSystem benchmark migrated to NNBD.

Change-Id: I95cbc1262a9be9831e37069202473dd6e10ab565
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150461
Reviewed-by: Régis Crelier <regis@google.com>
Commit-Queue: Alexander Markov <alexmarkov@google.com>
2020-06-08 19:14:24 +00:00
Nate Bosch
7815150be1 Update to latest package:path
Change-Id: If9006620414f7c0a857b4ebeb733f97a63d52e2d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150161
Auto-Submit: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2020-06-04 19:58:59 +00:00
Martin Kustermann
d7e2f9ba3b [infra] Remove wheezy left overs from SDK
Also removes some dart editor related code which is unused nowadays.

Related https://dart-review.googlesource.com/c/sdk/+/150104

Change-Id: I97f91a35e82af09ac715a4eb93a945f335a71d5e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150106
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Martin Kustermann <kustermann@google.com>
2020-06-04 18:32:29 +00:00
David Morgan
026e1cf01d Upgrade package:quiver from 2.0.0+1 (2.0.0+1 in pubspec.yaml) to 246e754fe45cecb6aa5f3f13b4ed61037ff0d784 (2.1.3 in pubspec.yaml).
Change-Id: Ida42edc0b5ce634c263232ed6fa5f25b5c4c56be
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150103
Commit-Queue: Nate Bosch <nbosch@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2020-06-04 18:13:19 +00:00
Alexander Thomas
a05162b6fc [co19] Roll co19 to c6adf63baea76b1f7e7833482eec023fd244fc33
2020-06-04 irina.arkhipets@gmail.com Issue 720: Language\Functions tests adopted for nnbd.
2020-06-04 irina.arkhipets@gmail.com Issue 716: Language\Functions\Formal_Parameters tests adopted for nnbd.
2020-06-04 sgrekhov@unipro.ru Fixes 719. Migrate Language\Classes\Superinterfaces to null safety
2020-06-04 sgrekhov@unipro.ru Fixes 718. Migrate Language\Classes\Superclasses\Inheritance_and_Overriding to null safety
2020-06-04 sgrekhov@unipro.ru 717. Typo fixed
2020-06-04 sgrekhov@unipro.ru Fixes 717. Migrate Language\Classes\Superclasses to null safety
2020-06-04 irina.arkhipets@gmail.com Issue 716: Language\Functions\Formal_Parameters\Required_Parameters test adopted for nnbd.
2020-06-04 irina.arkhipets@gmail.com Issue 716: Language\Functions\Formal_Parameters\Optional_Parameters test adopted for nnbd.
2020-06-04 sgrekhov@unipro.ru Fixes 715. Migrate Language\Classes\Static_Methods to null safety
2020-06-04 irina.arkhipets@gmail.com Issue 714: Language\Functions\External_Functions test updated.
2020-06-04 sgrekhov@unipro.ru Fixes 710. Migrate Language\Classes\Setters to null safety
2020-06-04 irina.arkhipets@gmail.com Issue 713: Language\Expressions\Unary_Expressions tests adopted for nnbd.
2020-06-04 irina.arkhipets@gmail.com Issue 712: Language\Expressions\Type_Test tests adopted for nnbd.
2020-06-04 irina.arkhipets@gmail.com Issue 711: Language\Expressions\Type_Cast tests adopted for nnbd.
2020-06-04 sgrekhov@unipro.ru Fixes 709. Migrate Language\Classes\Instance_Variables to null safety
2020-06-04 sgrekhov@unipro.ru 478. Definite assignment tests for conditional assignment added
2020-06-03 irina.arkhipets@gmail.com Issue 707: Errors in the tests corrected.
2020-06-03 sgrekhov@unipro.ru 478. Definite assignment tests for different statements added
2020-06-02 sgrekhov@unipro.ru Typos fixed
2020-06-02 sgrekhov@unipro.ru Use nnbd-weak mode for tests that import legacy code
2020-06-02 sgrekhov@unipro.ru 672. Don't ignore root delete event
2020-06-02 sgrekhov@unipro.ru Relative import in multytest fixed
2020-06-02 irina.arkhipets@gmail.com Fixed Issue 706: expected result updated according to the discussion in the Issue 41804.
2020-06-01 sgrekhov@unipro.ru 478. Definite assignment tests for if and for statements added
2020-06-01 sgrekhov@unipro.ru 478. Reachability after return statement tests added
2020-06-01 irina.arkhipets@gmail.com Fixed Issue 703: future flattening tests updated according to the recent Spec changes.
2020-06-01 sgrekhov@unipro.ru 688. Weak mode failures of subtyping tests fixed
2020-06-01 sgrekhov@unipro.ru Fixes 701. Migrate ExpectException tests to null safety
2020-05-30 irina.arkhipets@gmail.com Fixed Issue 705: Language\Expressions\Throw tests adopted for nnbd.
2020-05-30 irina.arkhipets@gmail.com Fixed Issue 704: Language\Expressions\This tests adopted for nnbd.
2020-05-29 irina.arkhipets@gmail.com Fixed Issue 702: Language\Expressions\Strings\Strings tests adopted for nnbd.
2020-05-29 irina.arkhipets@gmail.com Fixed Issue 702: Language\Expressions\Strings\String_Interpolation tests adopted for nnbd.
2020-05-29 irina.arkhipets@gmail.com Fixed Issue 700: Language\Expressions\Shift tests adopted for nnbd.
2020-05-29 irina.arkhipets@gmail.com Fixed Issue 699: Language\Expressions\Relational_Expressions tests adopted for nnbd.
2020-05-29 irina.arkhipets@gmail.com Fixed Issue 698: Language\Expressions\Property_Extraction tests adopted for nnbd.
2020-05-29 irina.arkhipets@gmail.com Fixed Issue 698: Language\Expressions\Property_Extraction\Getter_Access_and_Method_Extraction tests adopted for nnbd.
2020-05-29 irina.arkhipets@gmail.com Fixed Issue 683: Correct testcase for postfix ++ operator with Map.
2020-05-29 irina.arkhipets@gmail.com Fixed Issue 693: Language\Expressions\Postfix_Expressions tests adopted for nnbd.
2020-05-29 sgrekhov@unipro.ru Fixes 697. Migrate Language\Classes\Instance_Methods\Operators to null safety
2020-05-29 sgrekhov@unipro.ru Fixes 696. Migrate Language\Classes\Instance_Variables to null safety
2020-05-29 sgrekhov@unipro.ru 688. Fix subtyping right legacy tests
2020-05-29 sgrekhov@unipro.ru 688. Fix subtyping left legacy tests tests
2020-05-28 sgrekhov@unipro.ru Fixes 695.  Language\Classes\Getters tests migrated to null safety
2020-05-28 sgrekhov@unipro.ru 688. Fix subtyping right promoted variable tests
2020-05-28 irina.arkhipets@gmail.com Fixed Issue 607: Instantiate-to-bounds tests adopted for nnbd, Issue tags added for 41963, 41964.
2020-05-28 sgrekhov@unipro.ru 688. Fix subtyping tests
2020-05-28 sgrekhov@unipro.ru 688. Fix right-promoted variable static tests
2020-05-27 sgrekhov@unipro.ru 688. Fix right-nullable static test
2020-05-27 sgrekhov@unipro.ru 688. Use correct override for FutureOr
2020-05-27 sgrekhov@unipro.ru Fixes 686 and 687. Use null for dynamic type checking of nullable types
2020-05-27 irina.arkhipets@gmail.com Fixed Issue 692: Language\Expressions\Object_Identity tests adopted for nnbd.
2020-05-27 irina.arkhipets@gmail.com Fixed Issue 691: Language\Expressions\Numbers tests adopted for nnbd.
2020-05-27 irina.arkhipets@gmail.com Fixed Issue 690: Language\Expressions\Null tests adopted for nnbd.
2020-05-27 irina.arkhipets@gmail.com Fixed Issue 689: Language\Expressions\Multiplicative_Expressions tests adopted for nnbd.
2020-05-27 sgrekhov@unipro.ru Fixes 685. Use correct types for left top tests
2020-05-26 irina.arkhipets@gmail.com Fixed Issue 678: canonicanization issue clarified.
2020-05-26 irina.arkhipets@gmail.com Fixed Issue 684: Language\Expressions\Method_Invocation tests adopted for nnbd.
2020-05-26 irina.arkhipets@gmail.com Fixed Issue 683: Language\Expressions\Maps adopted for nnbd.
2020-05-26 irina.arkhipets@gmail.com Fixed Issue 682: Language\Expressions\Lookup tests adopted for nnbd.
2020-05-26 irina.arkhipets@gmail.com Fixed Issue 681: Language\Expressions\Logical_Boolean_Expressions tests adopted for nnbd.
2020-05-26 irina.arkhipets@gmail.com Fixed Issue 680: Language\Expressions\Lists tests adopted for nnbd.
2020-05-26 irina.arkhipets@gmail.com Fixed Issue 679: Language\Libraries_and_Scripts\Imports tests adopted for nnbd.
2020-05-26 sgrekhov@unipro.ru 478. Reachability tests for continue statement added
2020-05-25 sgrekhov@unipro.ru 478. Reachability tests for break statement added
2020-05-25 irina.arkhipets@gmail.com Fixed Issue 677: Language\Expressions\Instance_Creation\New tests adopted for nnbd.
2020-05-23 irina.arkhipets@gmail.com Issue tag for 42031 added
2020-05-23 irina.arkhipets@gmail.com Fixed Issue 678: Language\Expressions\Instance_Creation\Const tests adopted for nnbd.
2020-05-22 irina.arkhipets@gmail.com Fixed Issue 676: Language\Expressions\Instance_Creation tests adopted for nnbd.
2020-05-22 irina.arkhipets@gmail.com Fixed Issue 675: Language\Expressions\If_null_Expressions tests adopted for nnbd.
2020-05-22 sgrekhov@unipro.ru 478. More Reachability tests added
2020-05-22 irina.arkhipets@gmail.com Fixed Issue 674: Language\Expressions\Identifier_Reference tests adopted for nnbd.
2020-05-22 sgrekhov@unipro.ru 672. By default testFileSystemEvent ignores root events now
2020-05-21 irina.arkhipets@gmail.com Fixed Issue 671: Language\Expressions\Function_Invocation tests adopted for nnbd.
2020-05-20 sgrekhov@unipro.ru 478. Reachability tests fixed and new ones added
2020-05-20 sgrekhov@unipro.ru 478. Reachability tests fixed and new ones added
2020-05-20 irina.arkhipets@gmail.com Fixed Issue 670: Language\Expressions\Function_Invocation\Unqualified_Invocation tests adopted for nnbd.
2020-05-20 irina.arkhipets@gmail.com Fixed Issue 669: Language\Expressions\Function_Invocation\Function_Expression_Invocation to null-safety tests adopted for nnbd.
2020-05-20 irina.arkhipets@gmail.com Fixed Issue 668: Language\Expressions\Function_Invocation\Binding_Actuals_to_Formals tests adopted for nnbd.
2020-05-20 irina.arkhipets@gmail.com Fixed Issue 667: Language\Expressions\Function_Invocation\Actual_Argument_List_Evaluation tests adopted for nnbd.
2020-05-20 irina.arkhipets@gmail.com Fixed Issue 666: failing test corrected.
2020-05-19 sgrekhov@unipro.ru For some Language\Classes\ tests migration to null-safety fixed
2020-05-19 irina.arkhipets@gmail.com Fixed Issue 664: get rid of useless SharedOptions tag in Language/Expressions/Equality tests.
2020-05-19 irina.arkhipets@gmail.com Fixed Issue 663: Get rid of useless SharedOptions tags in Language/Expressions/Constants tests.
2020-05-19 irina.arkhipets@gmail.com Fixed Issue 662: Get rid of useless SharedOptions tags in Language/Expressions/Conditional tests
2020-05-19 irina.arkhipets@gmail.com Fixed Issue 660: get rid of useless SharedOptions tags in Language/Expressions/Booleans tests.
2020-05-19 irina.arkhipets@gmail.com Fixed Issue 659: Get rid os useless SharedOptions tags in Language/Expressions/Bitwise_Expressions.
2020-05-19 irina.arkhipets@gmail.com Fixed Issue 658: got rid of useless SharedOptions tags in Language/Expressions/Await_Expressions.
2020-05-19 irina.arkhipets@gmail.com Fixed Issue 656: got rid of useless ShareOptions tags in Language/Expressions/Assignment tests.
2020-05-19 irina.arkhipets@gmail.com Fixed Issue 655: Useless SharedOptions tags removed from Language/Expressions/Assignable_Expressions tests
2020-05-19 irina.arkhipets@gmail.com Fixed Issue 653: Useless SharedOptions tags removed from Language/Expressions/Additive_expressions tests.
2020-05-19 irina.arkhipets@gmail.com Fixed Issue 652: Useless SharedOptions tags removed for Language/Errors_and_Warnings.
2020-05-19 irina.arkhipets@gmail.com Fixed Issue 651: useless SharedOptions tags removed in Language/Enums.
2020-05-19 sgrekhov@unipro.ru Fixes 654. Language\Classes\Constructors\Generative_Constructors migrated to null-safety
2020-05-19 irina.arkhipets@gmail.com Fixed Issue 646: Language/Generics tests adopted for nnbd.
2020-05-19 irina.arkhipets@gmail.com Fixed Issue 650: useless SharedOptions tags removed from Language/Generics Superbounded_types tests.
2020-05-19 irina.arkhipets@gmail.com Fixed Issue 665: Language/Expressions/Function_Expressions tests adopted for nnbd.

Failures will be triaged on https://github.com/dart-lang/co19/issues/722.

Change-Id: I1bf1437e94c7963285eeea575ca31d6491035428
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150028
Reviewed-by: William Hesse <whesse@google.com>
2020-06-04 15:07:59 +00:00
Jonas Termansen
0f505e0e08 [benchmark] Fix oversights from the benchmark fork.
The shared libraries for the FfiBoringssl benchmark had been moved up a
level but unfortunately the same change wasn't made for the FfiCall
benchmark.

The IsolateJson benchmark had a typo in the path and broke.

Change-Id: Iec2fec1d5508022d9cfbfb040d80c74b078a0640
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/150024
Reviewed-by: William Hesse <whesse@google.com>
2020-06-04 11:00:20 +00:00
Jonas Finnemann Jensen
64b761b31b Bumped pub revision
Change-Id: I8ca3203423a98f8a0b02f0f8b458623025f1ddd6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149847
Auto-Submit: Jonas Jensen <jonasfj@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
2020-06-03 21:32:39 +00:00
Stephen Adams
2fd06c8329 Update DEPS for package:fixnum
Update in advance of nnbd work on fixnum for accurate attribution of
benchmarking changes.

Change-Id: I69bad3bb21c16bed149e4c30ac82a351bc6db203
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149846
Commit-Queue: Kevin Moore <kevmoo@google.com>
Auto-Submit: Stephen Adams <sra@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2020-06-03 21:16:19 +00:00
Jonas Termansen
8ac3b6ecfa [benchmark] Fix dart2 files importing dart files.
Change-Id: Iaac8b219b76ff615f45c4d6e1fedc8d8b58ca90c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149845
Reviewed-by: Alexander Thomas <athom@google.com>
2020-06-03 14:04:16 +00:00
Jonas Termansen
0dcccbbe8f [benchmark] Format all benchmarks.
Change-Id: I6f47eb18e685d55513cc452358c1f96a48a7d658
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149840
Reviewed-by: Alexander Thomas <athom@google.com>
2020-06-03 10:35:04 +00:00
Jonas Termansen
6f66f82625 [benchmark] Fork benchmarks for null safety and pin internal ones.
This change forks the benchmarks for the null safety feature where there
now is a null safe version at benchmarks/Foo/dart and a legacy Dart 2
version at benchmarks/Foo/dart2. This change allows benchmarks to be
migrated per go/dart-nnbd-benchmark-migration.

Additionally this change pins the internal benchmarks which have been
moved into their own repository and is now versioned along with the Dart
SDK.

The dart2 implementation will be benchmarked instead of the null safe
dart implementation as of this change. The null safe dart implementation
will be used when null safe benchmarking is turned on.

Change-Id: If039fd7100c960169f4161c1d98167aca0af2ded
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/148440
Reviewed-by: Alexander Thomas <athom@google.com>
2020-06-02 12:53:24 +00:00
Alexander Thomas
66da37dd01 [co19] Roll co19_2 to 620c1148c8b7a3d7f74afacf348c46f109eb64f2
2020-06-02 sgrekhov@unipro.ru 672. Don't ignore root delete event
2020-05-22 sgrekhov@unipro.ru 672. By default testFileSystemEvent ignores root events now
2020-05-14 irina.arkhipets@gmail.com Fixed Issue 640: tests updated according to the new type inference rules.

Change-Id: I42bfc1c7981d548aa93a4b69de5ab16de307c031
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149585
Reviewed-by: William Hesse <whesse@google.com>
2020-06-02 10:55:20 +00:00
David Morgan
d9f58bfed0 Rename *-tag to -rev in DEPS.
New workflow favours bumping in SDK before publishing to pub, so we're likely to use revs for these rather than tags.

Change-Id: I963167686d524f3b7ea0d69d1f46c753311f63d0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149581
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
2020-06-01 18:45:17 +00:00
Srujan Gaddam
f2bb32bce1 Add README.google and change browser-compat-data DEPS
Adds details about mdn/browser-compat-data as per
https://github.com/dart-lang/sdk/wiki/Adding-and-Updating-Dependencies#readmegoogle-templates
and moves the browser-compat-data directory under
mdn/browser-compat-data/src.

Change-Id: I5c0d659ab0ec4683d496c218a1bb56c9cfb0c9cf
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149362
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Srujan Gaddam <srujzs@google.com>
2020-05-29 18:59:34 +00:00
Alexander Thomas
d6ec2530fd Reland "[infra] Update checked-in SDKs to 2.9.0-10.0.dev"
This is a reland of 79e0f19f2d

Original change's description:
> [infra] Update checked-in SDKs to 2.9.0-10.0.dev
> 
> Change-Id: I350c35cd11ab2365e0e2a844c13b92ebc1fa39c9
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149285
> Reviewed-by: William Hesse <whesse@google.com>

Change-Id: I2c6d537c87175981b99e0c54eba9e3dcb7ce0c33
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149422
Reviewed-by: William Hesse <whesse@google.com>
2020-05-29 11:35:43 +00:00
Janice Collins
858acd590c Update dartdoc to 0.32.1.
Release notes:  https://github.com/dart-lang/dartdoc/releases/tag/v0.32.1

Change-Id: Ib07915f92bcba7f35d677932d59b34f1d152729d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149363
Auto-Submit: Janice Collins <jcollins@google.com>
Commit-Queue: Mike Fairhurst <mfairhurst@google.com>
Reviewed-by: Mike Fairhurst <mfairhurst@google.com>
2020-05-28 22:28:55 +00:00
Alexander Thomas
42639262ea Revert "[infra] Update checked-in SDKs to 2.9.0-10.0.dev"
This reverts commit 79e0f19f2d.

Reason for revert: Breaks tryjobs because pre-approvals didn't get applied across builders.

Original change's description:
> [infra] Update checked-in SDKs to 2.9.0-10.0.dev
> 
> Change-Id: I350c35cd11ab2365e0e2a844c13b92ebc1fa39c9
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149285
> Reviewed-by: William Hesse <whesse@google.com>

TBR=whesse@google.com,athom@google.com,askesc@google.com

Change-Id: Ia814e2d6cc7276293a5fca03b499377c37109647
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149324
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
2020-05-28 16:17:41 +00:00
Alexander Thomas
79e0f19f2d [infra] Update checked-in SDKs to 2.9.0-10.0.dev
Change-Id: I350c35cd11ab2365e0e2a844c13b92ebc1fa39c9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149285
Reviewed-by: William Hesse <whesse@google.com>
2020-05-28 13:31:04 +00:00
Srujan Gaddam
fecda739e6 Add mdn/browser-compat-data to DEPS
https://github.com/dart-lang/sdk/issues/41905

This repo is added for code generation for dart:html. There are
various instances of APIs being unsupported for some browsers,
and this repo provides metadata on which ones are unsupported.

Change-Id: I6740c022cec46352017c38f7c298581695ad33e0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/149051
Commit-Queue: Srujan Gaddam <srujzs@google.com>
Auto-Submit: Srujan Gaddam <srujzs@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2020-05-27 18:31:20 +00:00
pq
fb3ed85af4 linter 0.1.116
Change-Id: I76b96981ee32e5beb3445d1584105f7b4b6fc631
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/148640
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: David Morgan <davidmorgan@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
2020-05-25 23:41:29 +00:00
Janice Collins
7b3ce0d54a Update dartdoc to 0.32.0.
Release notes: https://github.com/dart-lang/dartdoc/releases/tag/v0.32.0

Change-Id: I8f3a26be50de8a25c64b699b782bc44d92dd28ae
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/148786
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Janice Collins <jcollins@google.com>
2020-05-20 23:54:40 +00:00
Jonas Termansen
7aa8656d1d [benchmark] Share BoringSSL between FfiBoringssl implementations.
The Dart benchmarks will soon be forked for non-nullability and there
will be two implementations of the FfiBoringssl benchmark. This change
moves the native BoringSSL build a level up so it can be shared between
the two implementations, avoiding doubling the needed filesystem space.

Change-Id: I8bcc113e19715865f28bc1950cf07ba6cc7ea61f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/148760
Reviewed-by: Daco Harkes <dacoharkes@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
2020-05-20 16:08:50 +00:00
Sigurd Meldgaard
629e87b4a1 Bump pub version
Includes the following changes:
a4bc2dd08630f85a94f506eab037fcaaedb42222 Rename --v2 to --dart-dev-run (#2498)
958862efa33605af3136c4bd366015bace62d869 Update outdated.dart (#2488)
2cc09730f73204afced1df606416c07d5ee1e67d outdated: work with no lock file (#2491)
7c73dae26df2b3ef3e3019d7296fd2871dd23c49 Do not fallback to bin/main.dart (#2478)
27bc4f7ef65928c95535baf51245fd5b01162d0f Preserve windows line endings in pubspec.lock if they are already there (#2489)
31cfec521db6fe607f0f0424e747dff2e4950711 pub outdated --mode=null-safety
da05bbaee8c53b769d1f90458e28b3b7f9a22187 Fix `pub run` precompilation with relative PUB_CACHE paths (#2486)
dd005e586fc17545f22fc6e75eedfc9f075f9092 Show summary count of outdated packages after running `pub upgrade`  (#2444)
1b927956e653ea74a153513e593ff417617cabf0 Outdated: If current is a prerelease, use prereleases for latest if no newer stable (#2484)
678bd84a328fabb3fee360f837ac782f2831d753 Warn first time a package version opts in to null-safety (#2465)
8e76d46a4b8180ab247ecf6382f4f7abd34591f1 Force colors when --color is given (#2481)
572a23f815a5d632a8c2b259b691792674cd8b4d Rely on terminal telling if we can use colors (#2475)
363ed6fe54c084df43bbec1704757d0d6c64cbb7 pub run --v2 for use in dartdev (#2435)
aa5bbbb7261fc492866b5d6b94357cbe8df5e09a Use a 8-bit ansi palette for grey (#2474)
3929b1138a589b4f506018d98b3005a3e76dcea6 Format with new dartfmt (#2476)
6deb457048deb435009b36a4cd2d86003d107cf4 Use line length to wrap usage (#2457)
6e2ce2e4add80c4e15c8346a976cbf760d707f6a Use gzip decoder from dart:io. (#2382)
5b5fe72a33a66e4cab7070b3248596877e3a854e Improve the `pub outdated --help` text (#2429)

Change-Id: If9a719bfc374f085bd26856330547682c14f0df4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/148532
Reviewed-by: Jonas Jensen <jonasfj@google.com>
Commit-Queue: Jonas Jensen <jonasfj@google.com>
2020-05-20 13:06:02 +00:00
Alexander Thomas
36ae6eb488 [co19] Roll co19 to 9dacb12cf963ce92fb056b7f2fb87096fd576e9a
2020-05-19 irina.arkhipets@gmail.com Fixed Issue 663: Language/Expressions/Constants tests adopted for nnbd.
2020-05-19 irina.arkhipets@gmail.com Fixed Issue 663: Language/Expressions/Constants tests adopted for nnbd.
2020-05-19 irina.arkhipets@gmail.com Fixed Issue 662: Language/Expressions/Conditional tests adopted for nnbd.
2020-05-19 irina.arkhipets@gmail.com Fixed Issue 660: Language/Expressions/Booleans tests adopted for nnbd.
2020-05-19 irina.arkhipets@gmail.com Fixed Issue 659: Language/Expressions/Bieise_Expressions tests adopted for nnbd.
2020-05-19 irina.arkhipets@gmail.com Fixed Issue 658: Language/Expressions/Await_Expressions tests adopted for nnbd.
2020-05-19 irina.arkhipets@gmail.com Fixed Issue 656: Language/Assignment tests adopted for nnbd.
2020-05-18 irina.arkhipets@gmail.com Fixed Issue 657: Language/Expressions/Assignment/Compound_Assignment tests adopted for nnbd.
2020-05-18 irina.arkhipets@gmail.com Fixed Issue 655: Language/Expressions/Assignable_Expressions tests adopted for nnbd.
2020-05-18 irina.arkhipets@gmail.com Fixed Issue 653: Language/Expressions/Additive_Expressions tests adopted for nnbd.
2020-05-18 sgrekhov@unipro.ru Fixes 649. Language\Classes\Constructors\Factories migrated to null-safety
2020-05-18 irina.arkhipets@gmail.com Fixed Issue 651: Language/errors_and_warnings tests adopted for nnbd.
2020-05-18 irina.arkhipets@gmail.com Fixed Issue 651: Language/Enums tests adopted to nnbd.
2020-05-18 irina.arkhipets@gmail.com Fixed Issue 650: Language/Generics/Superbounded_types tests adopted for nnbd.
2020-05-18 irina.arkhipets@gmail.com Fixed Issue 646: Language/Generics tests migrated to null-safety.
2020-05-18 sgrekhov@unipro.ru Fixes 648. Language\Classes\Constructors\Constant_Constructors migrated to null-safety
2020-05-18 sgrekhov@unipro.ru Fixes 647. Language\Classes\Constructors migrated to null-safety
2020-05-18 sgrekhov@unipro.ru Fixes 644. SharedOptions and Requirements flags removed from libraries which don't contain main()
2020-05-15 sgrekhov@unipro.ru Fixes 645. Language\Classes\Class_Member_Conflicts adapted to null-safety
2020-05-15 sgrekhov@unipro.ru Fixes 643. Language\Classes\Abstract_Instance_Members adapted to null-safety
2020-05-15 sgrekhov@unipro.ru Minor code style change
2020-05-15 sgrekhov@unipro.ru Fixes 644. Requirements for opted out libraries and test changed to nnbd-weak
2020-05-14 irina.arkhipets@gmail.com Fixed Issue 607: typedef/static i-2-b tests adopted for nnbd.
2020-05-14 irina.arkhipets@gmail.com Fixed Issue 607: typedef/static i-2-b tests adopted for nnbd.
2020-05-14 sgrekhov@unipro.ru Fixes 642. Language/Classes tests migrated to null-safety
2020-05-14 irina.arkhipets@gmail.com Fixed Issue 607: typedef/static i-2-b tests adopted for nnbd.
2020-05-14 irina.arkhipets@gmail.com Fixed Issue 641: expected result for weak mode updated.
2020-05-14 irina.arkhipets@gmail.com Fixed Issue 640: tests updated according to the new type inference rules.
2020-05-12 sgrekhov@unipro.ru 478. Some tests for Reachability added
2020-05-12 irina.arkhipets@gmail.com Issue 639: reverted back changes for co19 Issue 502.
2020-05-07 irina.arkhipets@gmail.com Fixed Issue 639: Issue tag 41804 added to the test.
2020-05-07 irina.arkhipets@gmail.com Fixed Issue 627: tests now take into account that TypeError is thrown asynchronously.

Failures will be triaged on https://github.com/dart-lang/co19/issues/666.

Change-Id: I7bee74bf29d4262a62af1884f483cfdd616d3294
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/148522
Reviewed-by: Karl Klose <karlklose@google.com>
2020-05-19 10:26:12 +00:00
Ben Konyi
01fd2c480e [ package:dds ] Allow for JSON-RPC 2.0 requests which are missing the jsonrpc parameter
Fixes https://github.com/dart-lang/sdk/issues/41942

Change-Id: Ibbe560a70ba7b6ab1d09d46fada3f1738ea425a5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/148512
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
2020-05-18 23:00:49 +00:00
Daco Harkes
b5773e1d53 [vm/ffi] Enable NNBD strong mode tests for dart:ffi
by pinning package:ffi to a commit with SDK constraint 2.9.0.

Test suites succeeding after this:
$ tools/test.py -n dartk-strong-linux-debug-x64 ffi
$ tools/test.py -n cfe-strong-linux ffi

Change-Id: Id6ee0f034fd34eda4f1366b2ec69c9d6be0a2c01
Cq-Include-Trybots: luci.dart.try: analyzer-nnbd-linux-release-try,dart2js-nnbd-linux-x64-chrome-try,ddc-nnbd-linux-release-chrome-try,front-end-nnbd-linux-release-x64-try,vm-kernel-nnbd-linux-debug-x64-try,vm-kernel-nnbd-linux-release-x64-try,vm-kernel-precomp-nnbd-linux-release-x64-try
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/148404
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: Daco Harkes <dacoharkes@google.com>
2020-05-18 14:41:10 +00:00
David Morgan
d49f6e5c7a Update package_config to 9c586d04bd26fef01215fd10e7ab96a3050cfa64 for unused import fix.
Change-Id: Ib4e28df4e1b80ce46604515167a20cbdaa1b86b4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/147740
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-05-12 15:38:09 +00:00
Alexander Thomas
212b281d8f [co19] Roll co19_2 to ef2cb6474595d3ed60870e1a26e8913a980d6d59
2020-05-07 irina.arkhipets@gmail.com Fixed Issue 637: test updated.
2020-05-07 irina.arkhipets@gmail.com ssue 634: i-2-B tests corrected as a result of the roll analysis.
2020-05-06 sgrekhov@unipro.ru Revert 531 fix in pre-nnbd branch
2020-05-06 sgrekhov@unipro.ru Test for E(o)?[v] syntax deleted from pre-nnbd branch
2020-05-06 sgrekhov@unipro.ru Test failures fixed
2020-05-06 sgrekhov@unipro.ru Assert tests fixed
2020-04-30 sgrekhov@unipro.ru 626. Fix API tests failures caused by breaking changes in API
2020-04-13 sgrekhov@unipro.ru 608. Check that on-catch variables are final
2020-04-01 askesc@google.com Skip surrogates in decode test (592)
2020-04-01 sgrekhov@unipro.ru Additional fix for 542. Change expected result according to the changed behavior
2020-03-26 sgrekhov@unipro.ru Fix for 585. fromEnvironment() tests simplified
2020-03-25 sgrekhov@unipro.ru Fix for 540. Missed 'const' added
2020-03-25 sgrekhov@unipro.ru Fix for 540. Change default values of int.fromEnvironment() and String.fromEnvironment()
2020-03-25 sgrekhov@unipro.ru Fix for 585. Make fromEnvironment tests to be independed from defaultValue
2020-03-25 sgrekhov@unipro.ru Fix for 542. Change expected result of the parse
2020-03-18 sgrekhov@unipro.ru Fix for 583. Replace AssertionError by TypeError
2020-03-13 sgrekhov@unipro.ru Fix for 543. Use beginning of Unix epoch instead of null if FileStat fails
2020-02-26 irina.arkhipets@gmail.com Fixed Issue 531: type normalization is taken into account.
2020-02-19 irina.arkhipets@gmail.com Fixed Issue 529: test call arguments changed.
2020-02-25 sgrekhov@unipro.ru Fixes 532. FileSystemEvent.isDirectory is always false for delete events
2019-12-11 sgrekhov@unipro.ru Merge branch 'pre-nnbd' of https://github.com/dart-lang/co19 into pre-nnbd
2019-12-11 sgrekhov@unipro.ru Tests for calling of 'call()' method via 'this()' and 'super()' added
2019-12-06 irina.arkhipets@gmail.com Fixed Issue 507: needless compile-error expectation removed.
2019-12-06 irina.arkhipets@gmail.com Fixed Issue 506: test expected result corrected.
2019-12-06 irina.arkhipets@gmail.com Fixed Issue 505: --enable-experiment=nonfunction-type-aliases option added.
2019-12-02 irina.arkhipets@gmail.com Get rid of useless references to the issue 34950 which is fixed now.
2019-12-02 irina.arkhipets@gmail.com Fixed Issue 498: compile error diagnostic improved.
2019-12-02 irina.arkhipets@gmail.com Fixed Issue 498: get rid of self-references in non-function type aliases tests.
2019-11-25 irina.arkhipets@gmail.com Fixed Issue 498: get rid of self-references in non-function type aliases tests.
2019-11-26 sgrekhov@unipro.ru Fixes 503. Allow multiple return statements of different kind
2019-11-25 sgrekhov@unipro.ru Fixes 497. Null-aware operators are allowed for explicit extension invocation
2019-11-25 irina.arkhipets@gmail.com Issue 502 fixed: compile error us thrown declared non-function typedef bounds do not ensure that the type arguments are appropriate for the body.

Change-Id: Ic4913942de27b86b26309abdf0160f59fd4994a0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/147551
Reviewed-by: William Hesse <whesse@google.com>
2020-05-12 08:52:51 +00:00
Alexander Thomas
691792436c [co19] Roll co19 to f65f3578f95415c9a2f3ad002aac7b507549e64a
2020-05-07 irina.arkhipets@gmail.com Fixed Issue 630: test expectation updated.
2020-05-07 irina.arkhipets@gmail.com Fixed Issue 637: test updated.
2020-05-07 irina.arkhipets@gmail.com Fixed Issue 636: Test expected result corrected.
2020-05-07 irina.arkhipets@gmail.com Fixed Issue 635: Tests updated according the recent Spec changes, "consolidated" model is now supported.
2020-05-07 irina.arkhipets@gmail.com Issue 633: Utils common function re-named.
2020-05-06 irina.arkhipets@gmail.com Fixed Issue 633: Missing class declaration added to common utils.
2020-05-05 sgrekhov@unipro.ru Fixes 629. In a weak mode allow increasing list length
2020-05-04 sgrekhov@unipro.ru Fixes 632. Add  Requirements=nnbd-weak
2020-05-01 irina.arkhipets@gmail.com Fixed Issue 628: typedef declarations corrected.
2020-04-30 irina.arkhipets@gmail.com Fixed Issue 607: compile-error tag corrected.
2020-04-30 irina.arkhipets@gmail.com Fixed Issue 607: Existing Instantiate-to-bounds/typedef/dinamic tests adopted to NNBD.
2020-04-30 irina.arkhipets@gmail.com Fixed Issue 607: Existing Instantiate-to-bounds/nonfunction_typedef/static tests adopted to NNBD.
2020-04-30 irina.arkhipets@gmail.com Fixed Issue 607: Existing Instantiate-to-bounds/nonfunction_typedef/dynamic tests adopted to NNBD.
2020-04-30 sgrekhov@unipro.ru 626. Fix API tests failures caused by breaking changes in API
2020-04-29 irina.arkhipets@gmail.com Fixed Issue 607: Existing Instantiate-to-bounds/class tests adopted to NNBD.
2020-04-29 irina.arkhipets@gmail.com Fixed Issue 624: overriding tests expected results updated.
2020-04-29 irina.arkhipets@gmail.com Fixed Issues 619, 623: nnbd top merge tests updated.
2020-04-29 sgrekhov@unipro.ru 478. Demotion via assignment tests added
2020-04-28 irina.arkhipets@gmail.com Fixed Issue 622: test updated and now returns a value of correct type.
2020-04-28 irina.arkhipets@gmail.com Fixed Issue 607: tags for the Issue 41684 added, tests updated.

Change-Id: I4c07fc722a4b45c8eee0cdda569f4acb42587de2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/147120
Reviewed-by: William Hesse <whesse@google.com>
2020-05-07 14:40:28 +00:00
David Morgan
7af13443e4 Upgraded package:crypto from 2.0.6 (2.0.6 in pubpsec.yaml) to 7422fb2f6584fe1839eb30bc4ca56e9f9760b801 (2.1.5-dev in pubspec.yaml).
R=nbosch@google.com

Change-Id: I44b05853543df67daec95acd676aea2fde5462ab
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144408
Commit-Queue: David Morgan <davidmorgan@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2020-05-06 12:37:54 +00:00
David Morgan
cc29a4e6e4 Upgrade package:path from 1.7.0 (1.7.0 in pubpsec.yaml) to 4b8c83cd5ccfcc8101acd2940ffb5a44d24ec57e (1.7.0 in pubspec.yaml).
R=nbosch@google.com

Change-Id: I389146c4440b35462cc3277eba491aeadb3c0435
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144722
Commit-Queue: David Morgan <davidmorgan@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2020-05-06 10:38:55 +00:00
David Morgan
8c8249fa01 Upgrade package:http_parser from 3.1.3 (3.1.3 in pubpsec.yaml) to 6e63a97b5aaa2b4d1215fe01683e51fb73258e54 (3.1.4 in pubspec.yaml).
R=nbosch@google.com

Change-Id: I48adfe50172536b90fa265fd9b1f22dd924e5dd2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/146563
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-05-06 09:44:34 +00:00
Paul Berry
29ec907c2b Pull cli_util version 0.1.4 in via DEPS
Change-Id: I95b731bb865c829d50f1e0922413b6c120c88743
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/146501
Reviewed-by: Phil Quitslund <pquitslund@google.com>
2020-05-05 20:19:23 +00:00
David Morgan
491e022aa2 Upgrade package:string_scanner from 1.0.3 (1.0.3 in pubpsec.yaml) to a918e7371af6b6e73bfd534ff9da6084741c1f99 (1.0.5 in pubspec.yaml).
R=nbosch@google.com

Change-Id: Ic26c638496b4172cfc2a278cca81644e1de6fb52
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144726
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-05-05 17:17:17 +00:00
Daco Harkes
e6c552e322 [vm/ffi] Update package:ffi version
Update package:ffi to a version which does not depend on unpaired
surrogates.

Breaking change in Dart: https://github.com/dart-lang/sdk/issues/41100.

Change-Id: I2a5ba0abee7c6cccb166c234f8f620dbe0063d47
Cq-Include-Trybots: luci.dart.try:vm-ffi-android-debug-arm-try,vm-ffi-android-debug-arm64-try
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/146340
Reviewed-by: Aske Simon Christensen <askesc@google.com>
Commit-Queue: Daco Harkes <dacoharkes@google.com>
2020-05-04 17:47:44 +00:00
Alexander Thomas
b3400022dd [release] Update checked-in SDKs to 2.9.0-4.0.dev
* Fix version detection in checked-in SDK update script.
* Invoke gclient setdep in checked-in SDK update script.
* Move SDK version to a DEPS var.

Change-Id: If1e265f365a0a9b94d22acfe61109db92fb2afab
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144823
Commit-Queue: Alexander Thomas <athom@google.com>
Commit-Queue: William Hesse <whesse@google.com>
Auto-Submit: Alexander Thomas <athom@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2020-04-28 14:20:48 +00:00
Alexander Thomas
d98b62bc47 [co19] Roll co19 to 306b15d60048bee617b7d5ede9b49ebafb7d1c42
2020-04-28 sgrekhov@unipro.ru 478. Promotion via assignment tests added
2020-04-28 sgrekhov@unipro.ru Fixes 621. Fix expected result
2020-04-28 sgrekhov@unipro.ru Fixes 620. Specify nullable type in a generic function call
2020-04-28 irina.arkhipets@gmail.com Fixed Issue 607: Simple bounds tests updated
2020-04-27 irina.arkhipets@gmail.com Fixed Issue 607: Simple bounds tests updated, tests for non-function type aliases moved to separate directory
2020-04-27 irina.arkhipets@gmail.com Fixed Issue 607: Simple bounds tests updated, new tests added.
2020-04-27 sgrekhov@unipro.ru 478. Promotion via initialization tests added
2020-04-24 irina.arkhipets@gmail.com Issue 607 fixed: test corrected according to the NNBD Spec, new tests added.
2020-04-24 sgrekhov@unipro.ru Fixes 605. Type normalization tests added
2020-04-24 irina.arkhipets@gmail.com Additional fix for the Issue 465: test corrected according to the Issue 41566 evaluation.
2020-04-23 irina.arkhipets@gmail.com Issue 618: missing issue tag added.
2020-04-23 irina.arkhipets@gmail.com Fixed issue 616: some test cases don't throw compile error now.

Failures will be triaged on https://github.com/dart-lang/co19/issues/625.

Change-Id: Idf6c0cddf9d17d5804de475e451299ad13aef7f5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/145043
Reviewed-by: William Hesse <whesse@google.com>
2020-04-28 09:43:29 +00:00
David Morgan
3b52872e4e Upgrade test packages from test_core-v0.3.2 to 988e38ff3051f24607ad0aaf4e780835785f2ab5 (1.14.3-dev in package:test pubspec.yaml).
R=nbosch@google.com

Change-Id: I8d6ab3d39e90cdb471d4286d78a3a5433eec57a4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144960
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-04-28 08:28:38 +00:00
David Morgan
2b71fa7b32 Upgraded package:html from 0.14.0+1 (0.14.0+1 in pubpsec.yaml) to 083a36cd801a4b787ba156b7c6e4c8b2e2daed4a (0.14.0+3 in pubspec.yaml).
R=nbosch@google.com

Change-Id: Iace8accbca798ea5796759a1d17994f2b1156f65
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144506
Commit-Queue: David Morgan <davidmorgan@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2020-04-27 17:21:48 +00:00
Jonas Finnemann Jensen
be32ed440c Update oauth2 to version 1.6.0
Change-Id: I007bf18131d81eee39c2aadf1373b63b6721514c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144767
Commit-Queue: Jonas Jensen <jonasfj@google.com>
Reviewed-by: Sigurd Meldgaard <sigurdm@google.com>
2020-04-27 13:06:38 +00:00
David Morgan
d5310cb2d6 Upgrade package:pool from 1.3.6 (1.3.6 in pubpsec.yaml) to 86fbb2cde9bbc66c8d159909d2f65a5981ea5b50 (1.4.1-dev in pubspec.yaml).
R=nbosch@google.com

Change-Id: If1bc0f6e86c6b9a626888c1afccb67f9eeae7e9f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144723
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-04-27 09:58:48 +00:00
David Morgan
5eab0282ea Upgrade package:mustache from 5e81b12215566dbe2473b2afd01a8a8aedd56ad9 (1.1.0 in pubpsec.yaml) to 664737ecad027e6b96d0d1e627257efa0e46fcb1 (1.1.1 in pubspec.yaml).
R=nbosch@google.com

Change-Id: I7cb71cd22a4858d3946bb08bd4f185855a9544a7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144721
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-04-27 09:35:08 +00:00
David Morgan
625712728d Upgrade package:source_maps from 8af7cc1a1c3a193c1fba5993ce22a546a319c40e (0.10.7 in pubpsec.yaml) to 87b4fd9027378bbd51b02e9d7df794eee8a82b7a (0.10.9 in pubspec.yaml).
R=nbosch@google.com

Change-Id: Iba7afc5891384fc79c01399ab057e82623d93af8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144724
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-04-27 09:31:28 +00:00
David Morgan
2c9cb2bc59 Upgrade package:yaml from 2.2.0 (2.2.0 in pubpsec.yaml) to 62e9f6b3a933b1f76dd3007d1a5ce0be8e429b2d (2.2.1-dev in pubspec.yaml).
R=nbosch@google.com

Change-Id: I18bd6358a284726a6f96403500bc5b267af0d506
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144729
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-04-27 09:06:08 +00:00
David Morgan
708b221b48 Upgrade package:term_glyph from 1.0.1 (1.0.1 in pubpsec.yaml) to b3da31e9684a99cfe5f192b89914492018b44da7 (1.1.0 in pubspec.yaml).
R=nbosch@google.com

Change-Id: I1dbaeb379c4dcc3428571f97f08a614760ced1ab
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144727
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-04-27 08:59:14 +00:00
David Morgan
0a7bb4c195 Upgrade package:web_socket_channel from 1.1.0 (1.1.0 in pubpsec.yaml) to 490061ef0e22d3c8460ad2802f9948219365ad6b (1.1.1-dev in pubspec.yaml).
R=nbosch@google.com

Change-Id: Ic599793b6aed483eb92381d31c5add0647d7dcb0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144728
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-04-27 08:58:04 +00:00
David Morgan
6406155310 Upgraded package:matcher from 0.12.5 (0.12.5 in pubpsec.yaml) to af4fe7daf8e94a46981e4f072872be550a6969e9 (0.12.7 in pubspec.yaml).
R=nbosch@google.com

Change-Id: I30c8bceb69b01de3230f05aed900cd8dd9a2b4c3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144511
Commit-Queue: David Morgan <davidmorgan@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2020-04-24 11:41:53 +00:00
David Morgan
f901ee33d2 Upgraded package:fixnum from 0.10.9 (0.10.9 in pubpsec.yaml) to eb3748663dc979271ff6a3d014fbe522543b1d91 (0.10.11-dev in pubspec.yaml).
R=nbosch@google.com

Change-Id: I5c0e430f3694b6a4603e4081ce360d85c4806f42
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144504
Commit-Queue: David Morgan <davidmorgan@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2020-04-24 10:03:33 +00:00
David Morgan
72fdcebe03 Upgraded package:mime from 0.9.6+2 (0.9.6+2 in pubpsec.yaml) to 179b5e6a88f4b63f36dc1b8fcbc1e83e5e0cd3a7 (0.9.6+3 in pubspec.yaml).
R=nbosch@google.com

Change-Id: Ifa61b90bdca2ab689ce7d8c3257ea04790a19211
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144512
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-04-24 09:50:33 +00:00
David Morgan
f2b006d82f Upgraded package:charcode from v1.1.2 (1.1.2 in pubpsec.yaml) to 9085e6b6127f084d66c0a94810a808121459012a (1.1.3-dev in pubspec.yaml).
R=nbosch@google.com

Change-Id: I0ac78e1b23eec9021e348bc6446757e1bb061ee5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144405
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-04-24 09:30:03 +00:00
David Morgan
64e76739bb Upgraded package:markdown from 2.1.1 (2.1.1 in pubpsec.yaml) to dd150bb64c5f3b41d31f20f399ae2a855f7f8c00 (2.1.4-dev in pubspec.yaml).
R=nbosch@google.com

Change-Id: I79e0ea754e7de125e0216e475b6886e2dbd390bb
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144510
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-04-24 09:22:13 +00:00
David Morgan
027d5feb0d Upgraded package:logging from 0.11.3+2 (0.11.3+2 in pubpsec.yaml) to 9561ba016ae607747ae69b846c0e10958ca58ed4 (0.11.4 in pubspec.yaml).
R=nbosch@google.com

Change-Id: Iee7248c2b74d3843ab67595e21a458dc9b406717
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144509
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-04-24 09:15:08 +00:00
David Morgan
4b8f7e0dc3 Upgraded package:http from 0.12.0+2 (0.12.0+2 in pubpsec.yaml) to a131e563c09349f624d5421237183a06fb10552d (0.12.1-dev in pubspec.yaml).
R=nbosch@google.com

Change-Id: I9bfcaceae4a48efa6e8c2e6d2100cf61f137f83d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144507
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-04-24 09:14:08 +00:00
David Morgan
8ce707c3fa Upgraded package:csslib from 0.15.0 (0.15.0 in pubpsec.yaml) to bf372d4fdc6dfa232ad93f77a0a3de0891edd04c (0.16.2-dev in pubspec.yaml).
R=nbosch@google.com

Change-Id: I4a9656bceefe1749b5efa6cd411ec386d0d12956
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144503
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-04-24 09:07:03 +00:00
David Morgan
1b465e4802 Upgraded package:json_rpc_2 from 2.0.9 (2.0.9 in pubpsec.yaml) to eec10819a40e7bf2e401f2b97368776a90cc5550 (2.1.1 in pubspec.yaml).
R=nbosch@google.com

Change-Id: If7561072a574caf9cba86dad2c3322ea8e041549
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144508
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-04-24 09:06:03 +00:00
David Morgan
017fb22ee8 Upgraded package:glob from 1.1.7 (1.1.7 in pubpsec.yaml) to e9f4e6b7ae8abe5071461cf8f47191bb19cf7ef6 (1.2.1-dev in pubspec.yaml).
R=nbosch@google.com

Change-Id: Ib7a41bd46c87bf9b2fdc517864bec84751be9d8b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144505
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-04-24 08:48:43 +00:00
Robert Nystrom
064f4e7a93 Roll dart_style to 1.3.6.
This should fix the Windows failures from the 1.3.5 roll.

Change-Id: If0470b63ae301b5ce3a8a92458cf7388d5b5ddf6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144686
Commit-Queue: William Hesse <whesse@google.com>
Auto-Submit: Bob Nystrom <rnystrom@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2020-04-24 07:40:21 +00:00
William Hesse
dfaca330c4 Revert "Update dart_style to 1.3.5."
This reverts commit 334dd63dac.

Reason for revert: There are unit test failures on Windows, including crashes of the formatter.

Original change's description:
> Update dart_style to 1.3.5.
> 
> The main change is not directly user visible: it brings in the new
> Command used by the new "dart" tool to invoke the formatter. But there
> are also a handful of minor formatting changes.
> 
> Change-Id: If7ce92e5a97d527749030714397b7b56773d9987
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/142541
> Commit-Queue: William Hesse <whesse@google.com>
> Reviewed-by: William Hesse <whesse@google.com>
> Auto-Submit: Bob Nystrom <rnystrom@google.com>

TBR=whesse@google.com,rnystrom@google.com,athom@google.com

Change-Id: If6afb82e83c2e491c63e5fa0859b10daaa7d4f33
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144563
Reviewed-by: William Hesse <whesse@google.com>
Commit-Queue: William Hesse <whesse@google.com>
2020-04-23 12:39:30 +00:00
Alexander Thomas
2ede35a7f9 [co19] Roll co19 to 919e0b662aa4b392dcb791446d80f31e972f8635
2020-04-23 sgrekhov@unipro.ru 605. Type normalization tests added
2020-04-23 irina.arkhipets@gmail.com Fixed issue 611: Type operator tests adopted for nnbd and moved from LanguageFeatures/Constant-update-2018 folder to LanguageFeatures/nnbd/Constant-update-2018.
2020-04-22 sgrekhov@unipro.ru 605. Tests renamed
2020-04-22 sgrekhov@unipro.ru void? is a syntax error
2020-04-22 sgrekhov@unipro.ru 605. Type normalization tests rewritten to really test normalization
2020-04-21 sgrekhov@unipro.ru 478. Add type promotion tests
2020-04-21 sgrekhov@unipro.ru Fixes  613. Move all tests that use type aliases to type-aliases folder
2020-04-21 sgrekhov@unipro.ru Missed experimental flags added
2020-04-20 irina.arkhipets@gmail.com Fixed issue 612: test corrected.
2020-04-20 irina.arkhipets@gmail.com Fixed issue 610: Missing Issue tags added.
2020-04-19 irina.arkhipets@gmail.com Fixed issue 610: Overriding tests updated, new test added.
2020-04-18 irina.arkhipets@gmail.com Fixed issue 610: Overriding tests updated, new test added.
2020-04-17 irina.arkhipets@gmail.com Fixed issue 609: Missed Issue tags added.
2020-04-16 irina.arkhipets@gmail.com Fixed issue 609: typo in the test corrected.
2020-04-16 irina.arkhipets@gmail.com Fixed issue 609: nnbd tests update.
2020-04-16 sgrekhov@unipro.ru 609. Typos in tests fixed and issue numbers added

Failures will be triaged on dart-lang/co19#618.

Change-Id: Ibac62e8964ad2ae17336a2cd19edb2097e4d1839
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144502
Reviewed-by: William Hesse <whesse@google.com>
2020-04-23 10:04:06 +00:00
Robert Nystrom
334dd63dac Update dart_style to 1.3.5.
The main change is not directly user visible: it brings in the new
Command used by the new "dart" tool to invoke the formatter. But there
are also a handful of minor formatting changes.

Change-Id: If7ce92e5a97d527749030714397b7b56773d9987
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/142541
Commit-Queue: William Hesse <whesse@google.com>
Reviewed-by: William Hesse <whesse@google.com>
Auto-Submit: Bob Nystrom <rnystrom@google.com>
2020-04-23 09:50:39 +00:00
David Morgan
8990418629 Upgraded package:boolean_selector from 1.0.4 (1.0.4 in pubpsec.yaml) to 1309eabed510cc3b7536fd4367d39b97ebee3d69 (2.0.0 in pubspec.yaml).
R=nbosch@google.com

Change-Id: I086e4903bedfbb55cbdbf1f2632d4832b456962a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144404
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-04-23 08:46:48 +00:00
David Morgan
3593047d36 Upgraded package:convert from 2.0.2 (2.0.2 in pubpsec.yaml) to 49bde5b371eb5c2c8e721557cf762f17c75e49fc (2.1.2-dev in pubspec.yaml).
R=nbosch@google.com

Change-Id: Ia5ef3c1cde2f982b96ab1d9081b96471ef781ce9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144407
Commit-Queue: David Morgan <davidmorgan@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2020-04-23 08:38:38 +00:00
David Morgan
d5ed1ba3f1 Upgraded package:collection from 1.14.11 (1.14.11 in pubpsec.yaml) to 7be42e03d427cc19571cd7f9fc628a5913a6b757 (1.14.13-dev in pubspec.yaml).
R=nbosch@google.com

Change-Id: I3ee9d5d3f41ab4935f08b685c87c7eff04466a77
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144406
Reviewed-by: Nate Bosch <nbosch@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-04-23 06:28:00 +00:00
Nate Bosch
3975fabd1e Update to latest package:watcher
Change-Id: I0bf0e145727c668f19bdec55b7e11f5709b20cf3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144487
Commit-Queue: Nate Bosch <nbosch@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
Auto-Submit: Nate Bosch <nbosch@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2020-04-22 21:18:09 +00:00
Sam Rawlins
01251b8a42 Bump linter to 0.1.115
Change-Id: I88316694213f8ab8fc7dd160614467d42b84aa09
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144460
Reviewed-by: Phil Quitslund <pquitslund@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2020-04-22 18:18:39 +00:00
Janice Collins
2274b51c7e Update dartdoc version to 0.31.0.
Release notes:  https://github.com/dart-lang/dartdoc/releases/tag/v0.31.0

Change-Id: I0222d3849a1a932f6793c05a64e69b5766992206
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/144344
Commit-Queue: Janice Collins <jcollins@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
Auto-Submit: Janice Collins <jcollins@google.com>
Reviewed-by: Paul Berry <paulberry@google.com>
2020-04-21 23:02:59 +00:00
Ben Konyi
5b19445d9c Reland "[ Service / package:dds ] Add stream support to package:dds and enable DDS for VM service tests"
This reverts commit cccddf3530.

Change-Id: Iabde3542d5be33ffabf50efd9226597aef876ab7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/143961
Reviewed-by: Alexander Aprelev <aam@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
2020-04-17 21:12:44 +00:00
Alexander Aprelev
cccddf3530 Revert "Reland "[ Service / package:dds ] Add stream support to package:dds and enable DDS for VM service tests""
This reverts commit e5b85792da as it seems to have broken service/pause_on_start_and_exit_with_child_test/service https://ci.chromium.org/p/dart/builders/ci.sandbox/app-kernel-linux-debug-x64/5877

Change-Id: Idb9df51816eebfb58137c449c6461731c77409f0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/143881
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
2020-04-16 23:37:25 +00:00
Ben Konyi
e5b85792da Reland "[ Service / package:dds ] Add stream support to package:dds and enable DDS for VM service tests"
Fixes buildbot failures by running VM service and DDS service tests in
separate test processes.

This reverts commit 1f0c90868c.

Change-Id: I0ad9b2e6ccea4d5468dd4dcdde0e286bcbf820ff
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/142902
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
2020-04-16 17:59:25 +00:00
Ryan Macnak
7f49939c62 [observatory] Use current versions of dependencies.
Once upon a time, Observatory was built via pub and needed to cache the result of `pub get` to have stable / reproducible builds. Now it is built directly with dart2js and no longer uses any old packages, so the copies of packages brought in via DEPS are fine.

Change-Id: I7b32910570cd21fbf42cae6ac25b57c72a134c81
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/143403
Commit-Queue: Ryan Macnak <rmacnak@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
2020-04-16 00:16:43 +00:00