Paul Berry
|
d8962eb8c4
|
Strong mode fixes for corelib_2/string_fromcharcodes_test.dart
String.fromCharCodes requires an Iterable<int>.
Change-Id: Ie4a86d60c1926ecae306592afc1fcefa13aa7f41
Reviewed-on: https://dart-review.googlesource.com/19200
Commit-Queue: Paul Berry <paulberry@google.com>
Reviewed-by: Bob Nystrom <rnystrom@google.com>
|
2017-11-08 18:44:56 +00:00 |
|
Bob Nystrom
|
07b9df22ac
|
Use the Expect.throws___() helper methods throughout tests.
No behavioral changes, just getting rid of a lot of redundant closures
and helper functions.
Change-Id: I55c52c2cc9e5505bb64203c31aad8d76847f8eeb
Reviewed-on: https://dart-review.googlesource.com/14320
Commit-Queue: Bob Nystrom <rnystrom@google.com>
Reviewed-by: William Hesse <whesse@google.com>
|
2017-10-17 23:37:15 +00:00 |
|
Ben Konyi
|
370938c4c2
|
Migrated test block 28 to Dart 2.0.
Relatively simple block. Split string_replace_test into
string_replace_test and string_replace_static test and updated status
file to expect MissingCompileTimeError for vm + dart2js
BUG=
R=jcollins@google.com, rnystrom@google.com
Review-Url: https://codereview.chromium.org/2983273002 .
|
2017-07-24 12:10:15 -07:00 |
|