Commit Graph

16 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 14531fa62d Re-land "Format all multitests"
Only delta from the original is a bad merge of tests/corelib/list_test.dart

This reverts commit 44d8be0ed3.

BUG=

Review-Url: https://codereview.chromium.org/2774783002 .
2017-03-23 12:40:21 -07:00
Jacob Richman 44d8be0ed3 Revert "Format all multitests"
This reverts commit 312b66dd5f.

BUG=

Review-Url: https://codereview.chromium.org/2770063002 .
2017-03-23 10:49:40 -07:00
Jacob Richman 312b66dd5f Format all multitests
BUG=
R=rnystrom@google.com

Review-Url: https://codereview.chromium.org/2768073002 .
2017-03-23 10:26:44 -07:00
Jacob Richman 88eb557b65 Fix warnings_checker.dart handling of multitests
Update all tests

Support //# multitests for better dartfmt compatibility and fewer multitest false positives

All files under tests were manually updated with

find . -iregex '.*\.dart$' -print0 | xargs -0 perl -pi -e 's/(\S\s+)\/\/\/ /$1\/\/# /'

For now both old and new styles are allowed to accommodate CO19 tests.

R=efortuna@google.com
BUG=

Review-Url: https://codereview.chromium.org/2765693002 .
Review-Url: https://codereview.chromium.org/2765893003 .
2017-03-21 17:29:56 -07:00
Jacob Richman bf2b545150 Revert "Update all tests"
This reverts commit ce76e9c30beaf9a193d3677b88c20a1ebb3fae8c.
2017-03-21 16:33:18 -07:00
Jacob Richman 3c7353d987 Update all tests
Support //# multitests for better dartfmt compatibility and fewer multitest false positives

All files under tests were manually updated with

find . -iregex '.*\.dart$' -print0 | xargs -0 perl -pi -e 's/(\S\s+)\/\/\/ /$1\/\/# /'

For now both old and new styles are allowed to accommodate CO19 tests.

R=efortuna@google.com

Review-Url: https://codereview.chromium.org/2765693002 .
2017-03-21 12:39:28 -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
floitsch@google.com 8fd6d0aafd Remove Expect from core library.
Committed: https://code.google.com/p/dart/source/detail?r=19755
Reverted: http://code.google.com/p/dart/source/detail?r=19756

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20996 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-05 19:43:16 +00:00
floitsch@google.com 5dc8107c53 Revert "Remove Expect from core library."
This reverts commit 19755.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19756 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-09 03:19:07 +00:00
floitsch@google.com 12dbd2fd70 Remove Expect from core library.
Review URL: https://codereview.chromium.org//12212016

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19755 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-09 02:40:37 +00:00
ngeoffray@google.com 83887273c3 Address Peter's comments in https://codereview.chromium.org/11361059, and fix a host-checked mode bug.
Review URL: https://codereview.chromium.org//11361093

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14522 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-05 11:40:26 +00:00
ngeoffray@google.com aa640ef141 Fix issue 6472 that exhibited a few crashing bugs in dart2js.
Review URL: https://codereview.chromium.org//11361059

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14461 260f80e4-7a28-3924-810f-c04153c831b5
2012-11-02 11:50:53 +00:00