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