Commit Graph

7 Commits

Author SHA1 Message Date
Bob Nystrom 14011f47e3 Resurrect deleted language tests.
They're back from the grave, and ready to party!

Change-Id: I088134a9be7ecabf1fbf751c015a656a15cabff9
Reviewed-on: https://dart-review.googlesource.com/12821
Commit-Queue: Bob Nystrom <rnystrom@google.com>
Reviewed-by: William Hesse <whesse@google.com>
2017-10-11 17:47:11 +00:00
Janice Collins 52ba74db8f Migrate test block 47 and downstream dependencies to Dart 2.0.
Special items in this block:
- checked_mode_helper is a helper library that needed extensive modifications.  Fixing it up for Dart 2.0 meant simultaneously migrating
its users in blocks 113 and 163.  Renamed it to dynamic_type_helper to try to reflect what it's actually doing now.
- Many minor breakouts of compile-time errors and conversion from static warnings.
BUG=
R=bkonyi@google.com

Review-Url: https://codereview.chromium.org/2999733002 .
2017-08-16 11:23:13 -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
johnniwinther@google.com d75b2291ca Fix language tests wrt. warnings.
BUG=
R=karlklose@google.com

Committed: https://code.google.com/p/dart/source/detail?r=32689

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32691 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-14 11:59:12 +00:00
johnniwinther@google.com d5cbe5d330 Revert "Fix language tests wrt. warnings."
This reverts commit r32689.

BUG=
R=karlklose@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32690 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-14 10:10:29 +00:00
johnniwinther@google.com 7d33875b66 Fix language tests wrt. warnings.
BUG=
R=karlklose@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32689 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-14 09:35:00 +00:00
ngeoffray@google.com 466504f4f0 Fix bug in checked mode: we need to register super fields as well, because the super class might not be instantiated.
R=karlklose@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@22773 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-16 07:52:13 +00:00