commit | 789971863eda0a73f307d274ba1215b3d7b2b22c | [log] [tgz] |
---|---|---|
author | Martin Kustermann <kustermann@google.com> | Mon Feb 20 11:28:58 2023 +0000 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 20 11:28:58 2023 +0000 |
tree | d3732516604a98bda455d25349384c3442d43015 | |
parent | cb9f1c5805ef48b922611c6bfe138d9dbdb6122f [diff] |
[gardening] Fix pkg/vm/test/unlinked_ast_to_text_test & ensure it runs on bots The pkg/vm/test/unlinked_ast_to_text_test test is run on bots like this tools/test.py -n unittest-asserts-release-linux \ pkg/vm/test/unlinked_ast_to_text_test This uses the dart binary from the just-built dart-sdk instead of normal out/ReleaseX64/ folder. This led to the test return early without testing anything. Running locally `test.py` in other configurations on pkg shows that the test is actually failing. We fix the test and also ensure it runs on the only config that CI runs (namely 'unittest-asserts-release-linux'). TEST=Fixes pkg/vm/test/unlinked_ast_to_text_test Change-Id: If675e7ae1d9276f321234e0ce90d61724b64a5c4 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/284180 Reviewed-by: Jens Johansen <jensj@google.com> Commit-Queue: Martin Kustermann <kustermann@google.com>
Dart is:
Optimized for UI: Develop with a programming language specialized around the needs of user interface creation.
Productive: Make changes iteratively: use hot reload to see the result instantly in your running app.
Fast on all platforms: Compile to ARM & x64 machine code for mobile, desktop, and backend. Or compile to JavaScript for the web.
Dart's flexible compiler technology lets you run Dart code in different ways, depending on your target platform and goals:
Dart Native: For programs targeting devices (mobile, desktop, server, and more), Dart Native includes both a Dart VM with JIT (just-in-time) compilation and an AOT (ahead-of-time) compiler for producing machine code.
Dart Web: For programs targeting the web, Dart Web includes both a development time compiler (dartdevc) and a production time compiler (dart2js).
Dart is free and open source.
See LICENSE and PATENT_GRANT.
Visit dart.dev to learn more about the language, tools, and to find codelabs.
Browse pub.dev for more packages and libraries contributed by the community and the Dart team.
Our API reference documentation is published at api.dart.dev, based on the stable release. (We also publish docs from our beta and dev channels, as well as from the primary development branch).
If you want to build Dart yourself, here is a guide to getting the source, preparing your machine to build the SDK, and building.
There are more documents on our wiki.
The easiest way to contribute to Dart is to file issues.
You can also contribute patches, as described in Contributing.