Find a file
Martin Kustermann a3e9cd8ff6 Attempt at capturing screenshot on IE if tests time out
The hypothesis is that a modal dialog from Internet Explorer causes
the currently running test to hang until test.dart kills the browser.

Capturing a screenshot might give an insight into there is a dialog showing up.

BUG=https://github.com/dart-lang/sdk/issues/28955
R=johnniwinther@google.com

Review-Url: https://codereview.chromium.org/2811093003 .
2017-04-12 10:57:58 +02:00
build [infra] Fixes for cross-toolchains 2017-04-06 15:03:26 -07:00
client Ignore some uses of deprecated APIs. 2017-04-03 08:31:00 -07:00
docs/language Fix text around least upper bound. 2017-04-05 14:09:07 +02:00
pkg Extract ClosedWorldBase from ClosedWorldImpl 2017-04-12 09:52:34 +02:00
runtime Revert "Added synchronous socket implementation to dart:io." 2017-04-11 15:18:46 -07:00
samples Create separate scopes for constructors, setters, and other members. 2017-04-05 16:07:32 +02:00
samples-dev Remove ie10 and opera sections from status files 2017-03-28 16:38:59 +02:00
sdk Revert "Added synchronous socket implementation to dart:io." 2017-04-11 15:18:46 -07:00
tests Use entity WorldImpl where possible 2017-04-12 09:29:35 +02:00
third_party [infra] Fixes for cross-toolchains 2017-04-06 15:03:26 -07:00
tools Attempt at capturing screenshot on IE if tests time out 2017-04-12 10:57:58 +02:00
utils Remove ie10 and opera sections from status files 2017-03-28 16:38:59 +02:00
.clang-format
.gitattributes
.gitignore Git ignore vscode project files. 2017-03-23 15:26:06 -07:00
.gn
.mailmap
.packages
.travis.yml Fix FF test status and re-enable 2017-03-14 09:28:10 -07:00
AUTHORS
BUILD.gn [Fuchsia] Bind Observatory to ipv4 any 2017-03-09 12:50:41 -08:00
CHANGELOG.md Bring in the latest Pub. 2017-04-07 17:57:04 -07:00
codereview.settings
create_sdk.gyp
dart.gyp
DEPS Bring in the latest Pub. 2017-04-07 17:57:04 -07:00
LICENSE
PATENTS
PRESUBMIT.py Print the correct path to dartfmt in the presubmit error message. 2017-04-04 16:13:31 -07:00
README.dart-sdk
README.md
WATCHLISTS Create watch list for messages.yaml. 2017-04-04 08:06:29 +02:00

Dart

Dart is an open-source, scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps.

Using Dart

Visit the dartlang.org to learn more about the language, tools, getting started, and more.

Browse pub.dartlang.org for more packages and libraries contributed by the community and the Dart team.

Building Dart

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.

Contributing to Dart

The easiest way to contribute to Dart is to file issues.

You can also contribute patches, as described in Contributing.

License & patents

See LICENSE and PATENTS.