Bob Nystrom
67525aef37
Convert a batch of negative tests to multitests.
...
Change-Id: I380c12ef633ec8c40de982782623d3e3659a4834
Reviewed-on: https://dart-review.googlesource.com/57162
Reviewed-by: Leaf Petersen <leafp@google.com >
2018-06-08 19:43:34 +00:00
Paul Berry
be8748997d
Remove configurations that aren't useful to test anymore
...
Change-Id: I555ce0b54fec59d8c21b7574055ef7f444a3d423
Reviewed-on: https://dart-review.googlesource.com/38600
Reviewed-by: Bob Nystrom <rnystrom@google.com >
Commit-Queue: Paul Berry <paulberry@google.com >
2018-02-06 08:28:37 +00:00
Paul Berry
c236d4ff3b
Add dartdevk configurations to run_tests.dart
...
Change-Id: Iebf97f192ad84118f75656ba665030ff851eb9f7
Reviewed-on: https://dart-review.googlesource.com/25081
Commit-Queue: Paul Berry <paulberry@google.com >
Reviewed-by: Bob Nystrom <rnystrom@google.com >
2017-12-01 21:31:03 +00:00
Paul Berry
54143ef90c
Add --dart2js-with-kernel configurations to run_tests.dart
...
Change-Id: Ie837af2934b2596a0dbe3e7f9a38d906bb6336d7
Reviewed-on: https://dart-review.googlesource.com/22341
Reviewed-by: Bob Nystrom <rnystrom@google.com >
Commit-Queue: Paul Berry <paulberry@google.com >
2017-11-21 17:01:20 +00:00
Paul Berry
9b8f917b90
Add more configurations to run_tests.dart
...
Change-Id: I3b0080c4d637d121b6c6e173b323632c7d808817
Reviewed-on: https://dart-review.googlesource.com/20040
Reviewed-by: Bob Nystrom <rnystrom@google.com >
Commit-Queue: Paul Berry <paulberry@google.com >
2017-11-10 18:08:29 +00:00
Bob Nystrom
cac79d8db9
Fix some tests to be better Dart 2.0 tests.
...
async_await_test was correct, but was using a misleading name. It really
cares about assertions being enabled, not "checked mode".
The setter tests originally validated the runtime type checks but were
changed to compile time checks. Used a little judicious dynamic to get
back to testing the runtime type checking.
Change-Id: I0e121bd1443376e885777d609f5d6507537c0b8c
Reviewed-on: https://dart-review.googlesource.com/14161
Commit-Queue: Bob Nystrom <rnystrom@google.com >
Reviewed-by: Janice Collins <jcollins@google.com >
2017-10-17 23:11:25 +00:00
Bob Nystrom
574022c0e2
Add "-1" and "-2" to run subsets of the configurations.
...
R=jmesserly@google.com
Review-Url: https://codereview.chromium.org/3011593003 .
2017-08-30 14:53:29 -07:00
Janice Collins
d2f2b0f44d
Add cases to all configs and allow for running a single test.
...
This adds analyzer-strong-checked as distinct from analyzer-strong,
which seems to be how the bots run it. Also adds the d8 runtime to dart2js as that was the cause of some bot breakage.
Finally, you can now run one test by just passing a single parameter.
BUG=
R=bkonyi@google.com , jmesserly@google.com
Review-Url: https://codereview.chromium.org/2997673002 .
2017-08-14 07:48:11 -07:00
Bob Nystrom
850b80a84e
Fix analyzer status for cast_test.
...
Also add another configuration in the migration test runner to catch
this in the future.
Review-Url: https://codereview.chromium.org/2993123003 .
2017-08-04 18:37:18 -07:00
Bob Nystrom
f2b8669a0b
Output test results in diff mode.
...
R=jmesserly@google.com
Review-Url: https://codereview.chromium.org/2996563002 .
2017-08-04 17:16:45 -07:00
Janice Collins
481ce5813c
Add more targets to run_tests based on experience in blocks 7 and 8
...
BUG=
R=rnystrom@google.com
Review-Url: https://codereview.chromium.org/2988423002 .
2017-08-03 11:39:47 -07:00
Bob Nystrom
95693b30a3
Add a script to run the tests in a migration block.
...
R=bkonyi@google.com
Review-Url: https://codereview.chromium.org/2987223002 .
2017-08-01 13:52:20 -07:00