Commit Graph

8 Commits

Author SHA1 Message Date
Bob Nystrom edee53f93d Bring back the deleted 1.0 corelib tests.
What is dead may never die.

Change-Id: I80ef766b8ce2b6e1416df8e1f9b91fb74169dc79
Reviewed-on: https://dart-review.googlesource.com/7483
Reviewed-by: William Hesse <whesse@google.com>
2017-09-21 18:29:40 +00:00
Janice Collins 28a856828b Migrate test block 7 to Dart 2.0.
duration2_test.dart converted to a static-only test and skipped where appropriate for non-strong.  error_stack_trace_test converted to a multitest and error_stack_trace1_test modified to use more modern catch convention for stack traces.

R=bkonyi@google.com, rnystrom@google.com

Review-Url: https://codereview.chromium.org/2987793002 .
2017-08-03 08:55:30 -07:00
Jacob Richman 2dcd56ef43 Format all tests.
There are far too many files here to review everyone carefully.
Spot checking most of the diffs look good as test code is generally written
with less care than application code so lots of ugly formatting get through.
If people notice files where the automated formatting bothers them feel free
to comment indicating file names and I'll move spaces within comments to make
the formatting cleaner and use comments to force block formatting as I have
done for other case where formatting looked bad.

BUG=
R=efortuna@google.com

Review-Url: https://codereview.chromium.org/2771453003 .
2017-04-17 14:53:02 -07:00
floitsch@google.com 343fa26d65 Remove deprecated Expect from the libraries.
Review URL: https://codereview.chromium.org//13724021

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21079 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-08 16:07:34 +00:00
floitsch@google.com 7c9197fa79 Move more tests to IE-fail test-file.
Review URL: https://codereview.chromium.org//12761004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19816 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-11 20:19:06 +00:00
floitsch@google.com 00d67f738c Update status file.
Move tests into separate file to keep coverage.

Review URL: https://codereview.chromium.org//12680005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19814 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-11 20:09:09 +00:00
floitsch@google.com 793d492e8a Update status files.
Move bad tests into separate files so that we still have coverage.

Review URL: https://codereview.chromium.org//12667008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19812 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-11 19:44:23 +00:00
floitsch@google.com cead1d41f1 ceil/floor/truncate/round return integers.
This CL supercedes https://codereview.chromium.org/11748016/

Review URL: https://codereview.chromium.org//12317107

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19810 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-11 18:54:37 +00:00