Some of these are data files that weren't picked up by the migration
script. Some are files that slipped between blocks of tests.
Change-Id: I184dc4701758b280444d54ec55c225ade30f3276
Reviewed-on: https://dart-review.googlesource.com/26423
Reviewed-by: Emily Fortuna <efortuna@google.com>
Commit-Queue: Bob Nystrom <rnystrom@google.com>
- "util.dart" is completely unused, so deleted.
- We had two copies of "utils.dart" in two directories. It needs to
exist in both places, but doesn't need to be copy/pasted. Replaced
one with an export of the other.
- Fixed bad import paths to "../utils.dart" in html/custom/ tests.
These were causing those tests to crash DDC. (Now most are instead
failing because of #31577, so it's not a *huge* improvement, but it's
a step in the right direction.)
- Don't use unittest in utils.dart.
Change-Id: I28c432b53c992a5ec790f5804453cddb0f44cbe5
Reviewed-on: https://dart-review.googlesource.com/27301
Reviewed-by: Vijay Menon <vsm@google.com>
Commit-Queue: Bob Nystrom <rnystrom@google.com>
Since unittest is known to work with test.dart as a test runner and is
strong mode clean, it's a safer bet than test.
Change-Id: Id120d4f871827b1f131dff2a5ef2f7efb15a8382
Reviewed-on: https://dart-review.googlesource.com/12125
Reviewed-by: Terry Lucas <terry@google.com>