Commit graph

1239 commits

Author SHA1 Message Date
Sam Rawlins b7d4422587 Bump markdown to 3.0.0
Change-Id: I344299cfd442c5897c355a197e4f267a1e2ca4c5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/168130
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2020-10-17 03:08:04 +00:00
Liam Appelbe 89dbc35fca [wasm] Wasm function imports.
I switched from a WasmImports object to a builder pattern:
module.instantiate().addMemory(...).addFunction(...).build();

Bug: https://github.com/dart-lang/sdk/issues/37882
Change-Id: I381aa0f7df1fa006ce8d051cd5b4a1bcc1835e46
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/167460
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Liam Appelbe <liama@google.com>
2020-10-16 23:16:42 +00:00
Sigurd Meldgaard da9f410c6b Bump pub
git log --oneline cf9795f3bb209504c349e20501f0b4b8ae31530c..f0c7771b38155d3829a60d60b5dba2784b100811
f0c7771b Set first version with null safety to 2.12 (#2684)
df1140af Warn from get, when mixed mode (#2590)
765778c0 Simplify test detection (#2682)
afd66ea2 Inline the single test asset. (#2681)
059e4796 Simplify the logic for unicode and colors in output (#2679)
35ddaec2 Dartify test tool (#2680)
62f26401 Example for User-Agent (#2678)
e8b4b114 fixes: #2670 pub global activate commands always exit cmd on windows. (#2671)
93e703b1 Improve stack traces in many tests (#2673)
5b540a39 Fix experiments tests for Dart 2.11 (#2672)
b0ac77d8 Bump dependency on pkg:analyzer (#2662)
73f0906e Removed @alwaysThrows (#2642)
88e0a83c Fixed bug in adding dependency to empty dependencies key (#2640)
135d9fa0 Pub add/remove now remove dependencies key if it makes them empty (#2639)
f4cc9673 Fix "pubpsec" typo (#2641)
4686d74d Adding an existing package is now a dataError (#2638)
1e93f47c Checks pubspec keys for potential typos (#2616)
fa5f51ef Vendor yaml_edit (#2633)
ac6d307f Adding a `pub remove` command (#2620)
9d236e00 Adding the `pub add` command (#2618)
04e237f7 Drop upper bound instead of using "any" while resolving in "pub outdated" (#2623)
93954f33 Use InternetAddress.tryParse over try/catch (#2626)
638c81c9 Refine publishing message (#2624)


Allow github


Embed pub as a library into dartdev

Change-Id: Iadc6acb5c3425dfb8848db89820e6c9c8caf16ba
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/167574
Reviewed-by: Jonas Jensen <jonasfj@google.com>
Commit-Queue: Sigurd Meldgaard <sigurdm@google.com>
2020-10-14 15:58:37 +00:00
Nate Bosch 9d8ce42744 Update to latest package:collection
Adds some useful extension methods.

Change-Id: Id60f2281ebc6c2fc1a41ade43260cacf1c3c6b10
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/166603
Commit-Queue: Nate Bosch <nbosch@google.com>
Auto-Submit: Nate Bosch <nbosch@google.com>
Reviewed-by: Leaf Petersen <leafp@google.com>
2020-10-13 19:10:42 +00:00
Jonas Termansen 6f77fa4ff5 Roll benchmarks-internal 7030a669aa70..354c978979c5
354c978979c57e4a76f62e22cf644ed0804f4421 https://dart-internal-review.googlesource.com/c/benchmarks-internal/+/2400

R=athom@google.com

Change-Id: Ic628a7d1806ada125a2171acf7d9f5007cade14e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/166859
Auto-Submit: Jonas Termansen <sortie@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2020-10-13 11:18:27 +00:00
Nate Bosch 92019e0abb Update to the latest package:watcher
Adds a new API for creating custom watchers limited to certain paths.

Change-Id: I8033f43c31ef8c112140702dd7ea77f9225a2113
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/167143
Auto-Submit: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
Commit-Queue: Gary Roumanis <grouma@google.com>
Reviewed-by: Gary Roumanis <grouma@google.com>
2020-10-12 18:41:12 +00:00
Paul Berry 540753d618 Pull latest cli_util into SDK.
This fixes some nuisance analyzer warnings.

Change-Id: Ie2d2843716611c44b5815c91e38ee34b9c32ac07
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/167141
Reviewed-by: Samuel Rawlins <srawlins@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
2020-10-12 16:08:32 +00:00
Alexander Thomas 5907769c7b [co19] Roll co19 to 2111e4f933e262e8b127bbbae766609463364a67
2020-10-12 sgrekhov@unipro.ru #951. Changed error expectation to not to fail on tryjobs
2020-10-12 sgrekhov@unipro.ru #912. Added tests for external variable declaration

Cq-Include-Trybots: 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-release-x64-try,vm-kernel-precomp-nnbd-linux-release-x64-try
Change-Id: I8e27b4a1605a9503056c3d18e0a8cd4b2d7b3383
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/166848
Commit-Queue: Alexander Thomas <athom@google.com>
Auto-Submit: Alexander Thomas <athom@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2020-10-12 10:33:21 +00:00
Janice Collins 976a0da3fd Update dartdoc to head to help analyzer.
This will facilitate https://dart-review.googlesource.com/c/sdk/+/166680

Change-Id: I4d300df36cb2d088bbd92b231a56b15b2d5fbaf4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/166880
Auto-Submit: Janice Collins <jcollins@google.com>
Commit-Queue: Janice Collins <jcollins@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
2020-10-09 18:37:07 +00:00
Alexander Thomas cf2a6a65d1 [infra] Update checked-in SDKs to 2.11.0-190.0.dev
Change-Id: I186307526c521ef25fb7057d04f21e12f6636ca4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/166841
Auto-Submit: Alexander Thomas <athom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
Reviewed-by: Jonas Termansen <sortie@google.com>
2020-10-09 14:29:36 +00:00
Alexander Thomas 449ad36f08 [co19] Roll co19 to 0d84277b464e91f09326292b2943381dfa6056ed
2020-10-09 irina.arkhipets@gmail.com Fixes #946: i-2-b typedef tests updated, missing Issue tags added.
2020-10-09 sgrekhov@unipro.ru Local variable reading tests fixed to not to fail on tryjobs

Cq-Include-Trybots: 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-release-x64-try
Change-Id: I5e261e2a3a09087a44e872826eade8208aed5e83
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/166638
Commit-Queue: Alexander Thomas <athom@google.com>
Commit-Queue: Jonas Termansen <sortie@google.com>
Auto-Submit: Alexander Thomas <athom@google.com>
Reviewed-by: Jonas Termansen <sortie@google.com>
2020-10-09 12:52:56 +00:00
Alexander Thomas 0c0e33c1b6 [co19] Roll co19 to 5182a15ce02779832377ec02c35bd174acd875ac
2020-10-09 irina.arkhipets@gmail.com Fixes 950: typo corrected.
2020-10-09 irina.arkhipets@gmail.com Fixes 950: test adjusted.
2020-10-08 irina.arkhipets@gmail.com Fixes 946: LanguageFeatures/Instantiate-to-bounds/typedef-static/typedef_typedef_* tests updated according to the recent SDK changes.
2020-10-08 irina.arkhipets@gmail.com Fixes 946: LanguageFeatures/Instantiate-to-bounds/typedef/static/typedef_l2_06_* tests updated according to the recent SDK changes.
2020-10-08 irina.arkhipets@gmail.com Issue 946: LanguageFeatures/Instantiate-to-bounds/typedef/static/typedef_l2_t05_* tests updated according to the recent SDK changes.
2020-10-08 irina.arkhipets@gmail.com Fixes 946: LanguageFeatures/Instantiate-to-bounds/typedef/static/typedef_l2_t04_* tests updated according to the recent SDK changes.
2020-10-08 sgrekhov@unipro.ru Fixes 912. Abstract variables tests added
2020-10-08 sgrekhov@unipro.ru Fixes 949. Explicitly cast initializer expression as nullable
2020-10-07 sgrekhov@unipro.ru Fixes 944. Add check for HttpStatus.permanentRedirect
2020-10-07 irina.arkhipets@gmail.com Issue 946: LanguageFeatures/Instantiate-to-bounds/typedef/static/typedef_l2_t03_* tests updated according to the recent SDK changes.
2020-10-07 sgrekhov@unipro.ru 948. Change type of additional required argument to dynamic
2020-10-07 sgrekhov@unipro.ru Fixes 948. Add two positional parameters to Language/Libraries_and_Scripts/Scripts/main_required_parameters_t03 to match the test description
2020-10-06 sgrekhov@unipro.ru 923. More tests for local variable read and definite (un)assignment
2020-10-06 irina.arkhipets@gmail.com Fixes 946: LanguageFeatures/Instantiate-to-bounds/typedef/static/typedef_l2_02_* tests updated according to the recent SDK changes.
2020-10-05 sgrekhov@unipro.ru Fixes 947. It's compile error to declare getter named 'main'
2020-10-05 irina.arkhipets@gmail.com Issue 946: LanguageFeatures/Instantiate-to-bounds/typrdef/static/typedef_l2_* tests updated according to the SDK changes.
2020-10-04 sgrekhov@unipro.ru Fix Process/exitCode_A01_t02 test on Windows. Allow 1 exit code
2020-10-02 sgrekhov@unipro.ru 923. Added tests for local variables assignment and read

Change-Id: Ibdc85b357abfe3c5f8dc0c44b30b354480250d91
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/166632
Reviewed-by: Karl Klose <karlklose@google.com>
2020-10-09 10:41:24 +00:00
pq af5cde47b5 linter 0.1.121
Change-Id: I1aa19efecac1065f7b4d0ae1a78c10986154f051
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/166784
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
2020-10-09 02:39:45 +00:00
Nate Bosch 057ac51f12 Update to latest stack_trace
Fixes parsing of some stack traces with async gaps.

Change-Id: Ieb010e54289fd1375955e432548aa87552fa1d26
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/166761
Auto-Submit: Nate Bosch <nbosch@google.com>
Reviewed-by: Clement Skau <cskau@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
2020-10-08 22:09:45 +00:00
David Morgan 5a442b4f62 Update to the latest version of package:tflite_native.
Change-Id: Ieba83cc4d632eb8db3c0054210040fd8ade5d74a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/166380
Reviewed-by: Michal Terepeta <michalt@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-10-07 08:11:35 +00:00
Janice Collins ee19abd31f Update dartdoc version to v0.35.0.
Release notes: https://github.com/dart-lang/dartdoc/releases/tag/v0.35.0

Change-Id: I1ff5deac6ed85ef2a54723c95c7f7e30fdd2492b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/166202
Auto-Submit: Janice Collins <jcollins@google.com>
Commit-Queue: Janice Collins <jcollins@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
Reviewed-by: Samuel Rawlins <srawlins@google.com>
2020-10-06 17:15:23 +00:00
David Morgan defeb7240f Revert "Update to the latest version of package:tflite_native."
This reverts commit f79c6bed7f.

Reason for revert: Causing problems for google3--I'll investigate and handle the reland. b/170193203

Original change's description:
> Update to the latest version of package:tflite_native.
>
> Change-Id: Id9eb5e5a9297a6bbdb83805c6a205663b9220937
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/166140
> Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
> Commit-Queue: Devon Carew <devoncarew@google.com>

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

Change-Id: I5b4823e702d15984c37401374dae27f8a6a61f15
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/166103
Reviewed-by: David Morgan <davidmorgan@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-10-06 10:14:05 +00:00
Devon Carew f79c6bed7f Update to the latest version of package:tflite_native.
Change-Id: Id9eb5e5a9297a6bbdb83805c6a205663b9220937
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/166140
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2020-10-06 06:23:23 +00:00
Jens Johansen d69a2110ef [CFE] Remove old dill test, suit etc.
This is no longer necessary with the VM only supporting the latest
version and kernel (optionally) including a git-checksum to match up
VM and dills.

Change-Id: Ifccfd0d12333cd99258100cda30e1536cc230bc2
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/166024
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Jens Johansen <jensj@google.com>
2020-10-05 12:52:49 +00:00
Alexander Thomas ce46630783 [co19] Roll co19 to 01adc3471b81d3bceb9bbe775ed1262b1b89cc8a
2020-10-02 irina.arkhipets@gmail.com Fixes 946: LanguageFeatures/Instantiate-to-bounds/typedef/static tests updated according to the recent SDK changes.
2020-10-02 irina.arkhipets@gmail.com Issue 946: LanguageFeatures/Instantiate-to-bounds/typeef/static/typedef_FutureOr tests updated according to the recent changes.
2020-10-01 irina.arkhipets@gmail.com Fixes 945: LanguageFeatures/Instantiate-to-bounds/class/static tests updated according to the recent changes.
2020-10-01 sgrekhov@unipro.ru Fixes 943. For nullable types explicitly cast initializer expression as nullable
2020-09-30 irina.arkhipets@gmail.com Fixes 607: LanhuageFeatures/Instantiate-to-bounds tests updated.

Change-Id: I701ab4f452a0900a036d5713062503219ef687a0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/165762
Reviewed-by: William Hesse <whesse@google.com>
2020-10-05 08:09:11 +00:00
Johnni Winther 8b07d1902c [kernel] Remove DirectPropertyGet/DirectPropertySet/DirectMethodInvocation
These nodes are no longer used.

Change-Id: I40c8df7376f0c40a4122c22d934fb3c6f6fd520d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/165902
Reviewed-by: Alexander Markov <alexmarkov@google.com>
Commit-Queue: Johnni Winther <johnniwinther@google.com>
2020-10-03 19:15:41 +00:00
pq 033e029843 linter 0.1.120
Change-Id: I2c5106f29d379228b822d8efa673c0baf6139c8d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/165180
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
2020-10-01 22:10:40 +00:00
Alexander Thomas 821b43d937 [co19] Roll co19 to 53dd55a31d345320a6aa2b6eea0467f868b72377
2020-09-29 irina.arkhipets@gmail.com Fixes 942: Simple-bounds tests corrected.
2020-09-28 irina.arkhipets@gmail.com Additional fix for 916: LibTest\Spread-collections tests adopted for null safety.

Change-Id: I150f72e0d90815d3802ddae6b33de2eb24d88dd1
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/165161
Reviewed-by: William Hesse <whesse@google.com>
2020-09-30 09:28:52 +00:00
Nate Bosch 9877cc0c44 Update to latest package:csslib
Removes a cast that was made unnecessary with a fix to flow analysis.

Change-Id: Ia80493fbe64abddd268ca468a7860044954a3928
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/165143
Auto-Submit: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
Reviewed-by: Paul Berry <paulberry@google.com>
2020-09-29 23:23:38 +00:00
Nate Bosch aaa2c01ffb Update to the latest package:http
Change-Id: I8baa5a8ceb0e60dc9aad9188441371894b0f7f37
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/164902
Auto-Submit: Nate Bosch <nbosch@google.com>
Commit-Queue: Kevin Moore <kevmoo@google.com>
Reviewed-by: Kevin Moore <kevmoo@google.com>
2020-09-29 22:37:48 +00:00
Nate Bosch 8d222729d4 Update to latest async and collection
Avoid using `late final` without initializers on public fields.

Change-Id: I41e36eb7f72b62362b34f4cb3f32a0906c5f362d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/164661
Auto-Submit: Nate Bosch <nbosch@google.com>
Reviewed-by: Nicholas Shahan <nshahan@google.com>
2020-09-29 18:45:49 +00:00
Alexander Thomas 7f94e2f4c8 [co19] Roll co19 to 58e95961ea492a749ca6eccf5586fdf8271f8266
2020-09-28 sgrekhov@unipro.ru Some 'main()' static analysis tests fixed to not to fail on dart2js
2020-09-28 sgrekhov@unipro.ru Fixes 941. Change flow analysis tests around ==/!== according to the changed spec
2020-09-25 irina.arkhipets@gmail.com More changes for 942: LanguageFeatures/Simple-bounds tests updated.
2020-09-25 sgrekhov@unipro.ru 924. Added tests for the new static analysis of 'main'
2020-09-25 irina.arkhipets@gmail.com One more fix for 942: more Simple-bounds tests corrected.
2020-09-25 irina.arkhipets@gmail.com Fixes 942: LanguageFeature/Simple-bounds tests updated. Common Utils function F<X> toF<X>(X x) improved.
2020-09-23 sgrekhov@unipro.ru Fixes 939. Flow analysis tests changed to not expect promotion

Change-Id: I881d6fb8602f22d0d836a5d42da5dc9f136cadf6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/164788
Reviewed-by: William Hesse <whesse@google.com>
2020-09-28 20:59:05 +00:00
Nate Bosch 8e60e96e19 Update to latest package:html
Change-Id: I7d32bada4fad40a7146ad84b5fc3297b7163ab6c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/164620
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-09-25 19:17:34 +00:00
Paul Berry 441a88370f Pull latest stack_trace into SDK via DEPS
Change-Id: I611ecaf5a360c43983781193265a27e395c11d94
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/164364
Reviewed-by: Nate Bosch <nbosch@google.com>
Reviewed-by: Jake Macdonald <jakemac@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
2020-09-25 17:46:24 +00:00
Alexander Thomas df161acabd [co19] Roll co19 to da33ec472443aa14d969bf54b9adc3af71cb6382
2020-09-22 irina.arkhipets@gmail.com Instantiate-to-bounds test corrected.
2020-09-22 irina.arkhipets@gmail.com Instantiate-to-biynds tests corrected, missed issue tags added.
2020-09-21 sgrekhov@unipro.ru Spread collections type inference tests fixed. Expect correct type

Change-Id: I24f245adb1ff90ddfbde2a5a9776a89b6c2071ba
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/163861
Reviewed-by: William Hesse <whesse@google.com>
2020-09-22 10:00:58 +00:00
Nate Bosch 120d8afa39 Update the latest package:async
Change-Id: Idca0ae74c5e3a7eb4d76fc02e950f97452d56195
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/163729
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-09-22 01:04:32 +00:00
Nate Bosch a55c8276af Update to the latest package:collection
Adds `toUnorderedList` on `PriorityQueue`.

Change-Id: I7988b5278a82beaf1c30b461185e37f41444cd31
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/163721
Auto-Submit: Nate Bosch <nbosch@google.com>
Reviewed-by: Jake Macdonald <jakemac@google.com>
2020-09-21 22:57:05 +00:00
Alexander Thomas 46903413bc [co19] Roll co19 to b7660861df12eb489243a591e45f251f8cf8c4a8
2020-09-21 sgrekhov@unipro.ru Spread collections tests fixed to not to fail on tryjobs
2020-09-21 sgrekhov@unipro.ru Load event tests fixed to use absolute path to resource
2020-09-18 sgrekhov@unipro.ru Assertion test fixed to not to fail in a weak mode

Change-Id: I0f0d0f138d207a6ded20bc46100c8bc137a10207
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/163583
Reviewed-by: William Hesse <whesse@google.com>
2020-09-21 09:10:43 +00:00
Nate Bosch 67fc8245d5 Update to latest non-migrated package:logging
This is the latest revision that has not been migrated to null safety.
It improves the docs and is worth syncing even though it is not
published.

We cannot bring the null safety migrated version into the SDK yet
because it is not in the allow list for the experiment.

Change-Id: Ie319d81fb4868ed284613424185045f3496e04ad
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/163405
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-09-18 20:26:46 +00:00
Alexander Thomas be0fd91134 [infra] Update checked-in SDKs to 2.10.0-110.3.beta
This also switches the checked-in SDKs on Windows to x64.

Cq-Include-Trybots: luci.dart.try:vm-kernel-win-release-ia32-try
Change-Id: Ie1c96cefd2ef3d1a06e6ed675e5eb8fe72f3e33d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/163343
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2020-09-18 11:35:55 +00:00
Alexander Thomas 9ad182a528 [co19] Roll co19 to 827f96b4cddf68cd12049ad5612c53e215b58fcf
2020-09-18 sgrekhov@unipro.ru Typo fixed in Assert tests
2020-09-18 sgrekhov@unipro.ru html focus/blur tests fixed. Use activeElement to check focus

Change-Id: I01dbe8e48df7009aba01289d645a4ea797bd6f52
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/163342
Reviewed-by: William Hesse <whesse@google.com>
2020-09-18 09:51:49 +00:00
pq d24d5e07b5 bump linter to 0.1.119
Change-Id: If94a60075151395ea4e1b5af4072e465c4abe5c3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/161601
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Phil Quitslund <pquitslund@google.com>
2020-09-17 22:44:41 +00:00
Alexander Thomas ecf1421acc [co19] Roll co19 to e8c8b7edab7df1a73c0215da7d458acd0f6c1ef3
2020-09-17 sgrekhov@unipro.ru int-to-double tests fixed. Added expected static warning
2020-09-17 sgrekhov@unipro.ru LibTest/html/Window/postMessage_A01_t01 test fixed to filter test runner messages
2020-09-17 sgrekhov@unipro.ru Fixes 930. Change expectations in flow analysis loops tests according to the changed spec
2020-09-16 sgrekhov@unipro.ru Fixes 935. Change expectations in flow analysis for-in tests according to the changed spec
2020-09-15 irina.arkhipets@gmail.com Fixes 916: LibTest\Spread-collections tests adopted for null safety.
2020-09-15 sgrekhov@unipro.ru Fixes 937. Expect Object? as a default least upper bound

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

Change-Id: I6c689d48d937f3ec6f43fb6f2135d52f39bdf52a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/163064
Reviewed-by: William Hesse <whesse@google.com>
2020-09-17 11:33:30 +00:00
Alexander Thomas 255da57a02 [co19] Roll co19 to ff08f2965b024a7003456deb6480170d566ace74
2020-09-14 sgrekhov@unipro.ru iframe.html added to the Window directory
2020-09-14 sgrekhov@unipro.ru Path to iframe.html fixed
2020-09-14 sgrekhov@unipro.ru Assert tests fixed. Use assertStatementsEnabled flag to check if asserts are enabled
2020-09-14 sgrekhov@unipro.ru Fix HTML tests to use OtherResources flag
2020-09-14 sgrekhov@unipro.ru Assert tests uodated to use assertStatementsEnabled check
2020-09-14 sgrekhov@unipro.ru Fixes 934. LanguageFeatures/int-to-double tests migrated to null safety
2020-09-11 sgrekhov@unipro.ru Issue number added
2020-09-11 sgrekhov@unipro.ru Fix for 933. Compile time error fixed

Change-Id: I314c8e76c49d55f5a738f05fd99a0f3ab66e82a7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/162720
Reviewed-by: William Hesse <whesse@google.com>
2020-09-17 08:57:52 +00:00
Paul Berry 27fc6871e8 Roll latest source_span into DEPS.
This is needed in order to fix #43136.  See
https://github.com/dart-lang/source_span/pull/59 for details.

Bug: https://github.com/dart-lang/sdk/issues/43136
Change-Id: I8f7ae919a255720127b1095f5879212f4b4ad169
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/162781
Reviewed-by: Jake Macdonald <jakemac@google.com>
2020-09-16 19:07:58 +00:00
Sam Rawlins 84265b1102 Bump dartdoc to 2bef0f260594b822f55c8c8f777d9c4c1ea8f76c
Change-Id: Ic6d9f69d0e9b0d10f5b919eb154657fff0ba8cb4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/162921
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2020-09-15 17:17:11 +00:00
Alexander Thomas d01ef117f8 [co19] Roll co19 to b82516f08b02a10f5a65b7157e8cfdf00f10bdf4
2020-09-10 sgrekhov@unipro.ru LibTests/html tests fixed after tryjob run
2020-09-10 sgrekhov@unipro.ru Fixes 931. Typo fixed
2020-09-09 sgrekhov@unipro.ru Expect ArgumentError instead of RangeError in Float32List.view() and Int32List.view()

Change-Id: I8732ea78e76aae2212fc93b499c0ce23feedfcb3
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/162320
Reviewed-by: William Hesse <whesse@google.com>
2020-09-10 13:20:08 +00:00
Sam Rawlins 4585d4af0a Bump dartdoc to ab98003fc368f484fcc4c055770adea47bc83fbd
Change-Id: I1e1713428bbd5ab713a62aff70d83cc502dde9f9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/162250
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2020-09-10 02:20:30 +00:00
Sam Rawlins b8fa8c9052 Bump dartdoc DEP to b039e21a7226b61ca2de7bd6c7a07fc77d4f64a9
Change-Id: I749475150d49364d1dadc09c42ed60454717bca0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/162120
Reviewed-by: Devon Carew <devoncarew@google.com>
Commit-Queue: Samuel Rawlins <srawlins@google.com>
2020-09-08 22:02:07 +00:00
Nate Bosch d60063d410 Update to latest json_rpc_2
Change-Id: I14e3b7baf696adab8b8cd2f17cd4916a590caa1d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/162040
Auto-Submit: Nate Bosch <nbosch@google.com>
Commit-Queue: Nate Bosch <nbosch@google.com>
Commit-Queue: Ben Konyi <bkonyi@google.com>
Reviewed-by: Ben Konyi <bkonyi@google.com>
2020-09-08 16:42:12 +00:00
William Hesse 0ff41efeee [co19] Roll co19 to d21ed3a1dd64107916db68afdce21709df65e85f
2020-09-08 sgrekhov@unipro.ru LanguageFeatures/regression tests fixed after tryjob run

Change-Id: I6ca367c56850953ede742e2a0430a65d37f889e7
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/162001
Reviewed-by: Alexander Thomas <athom@google.com>
2020-09-08 14:13:10 +00:00
Alexander Thomas bd2746189b [co19] Roll co19 to c99bc4280fe5ea323c4c937fd073c5e2d17fd975
2020-09-07 sgrekhov@unipro.ru LibTests/html tests fixed after tryjob run
2020-09-07 irina.arkhipets@gmail.com Additional fix for the Issue 390: two regression tests corrected.
2020-09-04 sgrekhov@unipro.ru Some LanguageFeatures/regression tests fixed

Change-Id: Id4fb75ee8f595c4bea12f2c6974b087794409956
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/161940
Reviewed-by: William Hesse <whesse@google.com>
2020-09-07 16:25:20 +00:00
William Hesse 7b26efb1b4 [co19] Roll co19 to 373869fb6ab96191868589e73a13711c31690402
2020-09-03 sgrekhov@unipro.ru Some LanguageFeatures and Utils tests fixed
2020-09-03 sgrekhov@unipro.ru Fixes 929. Make devVal of CreateStreamWithErrorsFunction to be required

Change-Id: I3ea5781ac9c51fbe34c34dad7d95c6642c0da90b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/161707
Reviewed-by: Alexander Thomas <athom@google.com>
2020-09-07 07:46:23 +00:00
Paul Berry f15ffaf967 Roll fixnum to revision 16d3890c6dc82ca629659da1934e412292508bba.
Change-Id: I21ac014bd4fe7c0a70ddd44997af1324089d68d8
Bug: https://buganizer.corp.google.com/issues/166260397
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/161623
Auto-Submit: Paul Berry <paulberry@google.com>
Commit-Queue: Jake Macdonald <jakemac@google.com>
Reviewed-by: Jake Macdonald <jakemac@google.com>
2020-09-02 21:36:52 +00:00
William Hesse 7363adca67 [infra] Update checked-in SDKs to 2.10.0-79.0.dev
Change-Id: I3dc2ceb15c37404f525ce000d0ab7c8ee17642a4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/161504
Reviewed-by: Jonas Termansen <sortie@google.com>
Commit-Queue: William Hesse <whesse@google.com>
2020-09-02 14:54:52 +00:00