Commit Graph

4 Commits

Author SHA1 Message Date
Robert Nystrom 582cec84f4 Set up new test suites for migrating the tests to NNBD.
- Copies corelib_2/a*    -> corelib/
- Copies language_2/ab*  -> language/
- Copies lib_2/math/     -> lib/math/
- Copies standalone_2/a* -> standalone/

And also copies over and renames all of the status files in those
directories.

Then it migrates those tests to be static error free in NNBD.

Finally, adds support to the test_runner for the new suites.

Note that this review is split into multiple patchsets. The first
patchset is a straight copy of the existing files. Then the later
patchsets have the interesting changes.

Change-Id: Icec2ff850a3aee30b653066ac184495d1e3814d0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/125467
Commit-Queue: Bob Nystrom <rnystrom@google.com>
Reviewed-by: Leaf Petersen <leafp@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
Reviewed-by: Nicholas Shahan <nshahan@google.com>
2019-11-19 00:18:43 +00:00
Siva Annamalai f1689b6eb0 Migrate first block of tests in standalone to standalone_2
R=bkonyi@google.com

Review-Url: https://codereview.chromium.org/2984363004 .
2017-08-01 09:05:01 -07:00
Srdjan Mitrovic ee55c3c9ef Minor work for background compilation
BUG=
R=rmacnak@google.com

Review URL: https://codereview.chromium.org/1702093002 .
2016-02-16 11:16:47 -08:00
Vyacheslav Egorov b2994a4f55 Unwrap TypeRef returned by InstantiateFrom in AssertAssignableInstr::Canonicalize.
Runtime system does not expect to see TypeRef as a destination type for a
type check: type references should only appear in the type arguments of
recursive types.

Reorganize canonicalization code to make it more readable and assertions to
catch this issue earlier.

BUG=http://dartbug.com/25782
R=fschneider@google.com

Review URL: https://codereview.chromium.org/1701963002 .
2016-02-16 13:44:08 +01:00