- Jun 15, 2015
-
-
Natalie Weizenbaum authored
This also ensures that a launcher that fails after being closed doesn't break anything. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1175163003.
-
Natalie Weizenbaum authored
Rather than trying to keep up with the latest and greatest implementations of Function.toString, this just avoids verifying the function string values at all. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1180613008.
-
Kevin Moore authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//1182333002.
-
- Jun 10, 2015
-
-
Natalie Weizenbaum authored
This captures some syntax errors that were previously falling by the wayside, and cleans up some edge cases in displaying syntax errors in general. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1172213002.
-
- Jun 09, 2015
-
-
Natalie Weizenbaum authored
This reduces a bit of the duplication between the compact and expanded reporters, and sets the stage for better loading in the future. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1175753002.
-
Kevin Moore authored
Add support for checked mode
-
Natalie Weizenbaum authored
Platform.executable doesn't include the ".exe" extension on Windows, which causes symlink resolution for it to fail. Closes #133 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1165313002.
-
- Jun 08, 2015
-
-
Natalie Weizenbaum authored
It turns out this was already happening, since "pub run" defaults to checked mode for all non-global executables. However, this won't always be the case; see dart-lang/pub#1230. Closes #130
-
Natalie Weizenbaum authored
-
Natalie Weizenbaum authored
Since we don't load isolates from code being generated by the main isolate, there's no need to work around dart-lang/sdk#12617. This dramatically decreases load times for VM tests.
-
- Jun 03, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1169473005
-
- Jun 02, 2015
-
-
Kevin Moore authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//1158873005
-
- Jun 01, 2015
-
-
Kevin Moore authored
R=nweiz@google.com Review URL: https://codereview.chromium.org//1133603005
-
Natalie Weizenbaum authored
Polymer tests use a special wrapper that we need to be aware of. Closes #128 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1152083008
-
Natalie Weizenbaum authored
Closes #132 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1148723005
-
- May 29, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1158463003
-
Natalie Weizenbaum authored
Closes #131 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1162703003
-
Natalie Weizenbaum authored
R=kevmoo@google.com, rnystrom@google.com Review URL: https://codereview.chromium.org//1159923010
-
Natalie Weizenbaum authored
This is useful for the same reason as waitForOutstandingCallbacks. R=kevmoo@google.com, rnystrom@google.com Review URL: https://codereview.chromium.org//1152083003
-
Natalie Weizenbaum authored
Closes #10 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1156493010
-
- May 28, 2015
-
-
Natalie Weizenbaum authored
This also gives scheduled_test and similar systems a hook for tracking outstanding callbacks without having to reinvent the wheel. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1161873007
-
Natalie Weizenbaum authored
See http://github.com/dart-lang/sdk/commit/0358f722ba56294f83fa516dc875939c9f518372 R=rnystrom@google.com Review URL: https://codereview.chromium.org//1163593004
-
- May 22, 2015
-
-
Natalie Weizenbaum authored
R=kevmoo@google.com Review URL: https://codereview.chromium.org//1156603002
-
- May 21, 2015
-
-
Natalie Weizenbaum authored
Fix a bunch of broken tests.
-
Natalie Weizenbaum authored
Closes #120
-
Danny Tuppeny authored
-
Natalie Weizenbaum authored
Convert most Future-based code to async/await
-
Natalie Weizenbaum authored
Now that we only support Dart >=1.9, all supported Dart versions support Isolate.kill().
-
Natalie Weizenbaum authored
Now that we use async/await, we're no longer compatible with Dart 1.8.
-
Natalie Weizenbaum authored
-
- May 20, 2015
-
-
Natalie Weizenbaum authored
This moves the logic of starting the server and extracting its port number to a utility function.
-
Natalie Weizenbaum authored
This makes it much easier to implement asynchronous methods and memoize them or make them reentrant.
-
- May 19, 2015
-
-
Kevin Moore authored
Convert JS stack traces into Dart stack traces.
-
Natalie Weizenbaum authored
Closes #21
-
Natalie Weizenbaum authored
This helps avoid issues where "localhost" means different things on different platforms. Closes #100 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1145483003
-
Natalie Weizenbaum authored
Don't wait for every suite to load at once—this basically ensures that once there are enough, later ones will time out. Instead, only load eight suites at once. Closes #102 R=kevmoo@google.com Review URL: https://codereview.chromium.org//1140033003
-
- May 17, 2015
-
-
Chris Strom authored
The label should be `transformers`, not `transformer`.
-
- May 12, 2015
-
-
Natalie Weizenbaum authored
This releases 0.12.1. R=kevmoo@google.com Review URL: https://codereview.chromium.org//1134193004
-
- May 07, 2015
-
-
Natalie Weizenbaum authored
stack_trace 1.2.0 isn't compatible with test.
-
zoechi authored
I tried `pub downgrade` and I got the error `Class 'LazyTrace' has no instance method 'foldFrames' with matching arguments.` After limiting stack_trace to '^1.2.1' it worked again.
-