-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit 6abae96
Move tests/lib/mirrors off multi/mini-tests.
Make mirrors no longer able to create new instances of enum classes.
(If that breaks anyone, they had it coming! It would invalidate
exhaustiveness of switches and thereby soundness in general.)
Also fix a number of failing tests,
delete some no longer relevant tests (e.g. testing
reflection of programs that won't compile, there
are no runtime compilation errors any more.)
Fix some more tests that were failing. Not all.
Tested: Refactoring of existing tests.
Change-Id: I558fe0ed45d23cac9eddbfdfa3d560d09195955d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/403587
Commit-Queue: Lasse Nielsen <lrn@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>1 parent d9bd666 commit 6abae96
File tree
68 files changed
+1741
-2175
lines changed- pkg/expect/lib
- runtime/lib
- sdk/lib/_internal/vm/lib
- tests/lib/mirrors
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
68 files changed
+1741
-2175
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
618 | 618 | | |
619 | 619 | | |
620 | 620 | | |
621 | - | ||
621 | + | ||
622 | 622 | | |
623 | - | ||
623 | + | ||
624 | + | ||
625 | + | ||
624 | 626 | | |
625 | 627 | | |
626 | 628 | | |
627 | 629 | | |
628 | 630 | | |
629 | - | ||
631 | + | ||
630 | 632 | | |
631 | - | ||
633 | + | ||
634 | + | ||
635 | + | ||
632 | 636 | | |
633 | 637 | | |
634 | 638 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1397 | 1397 | | |
1398 | 1398 | | |
1399 | 1399 | | |
1400 | + | ||
1401 | + | ||
1402 | + | ||
1403 | + | ||
1404 | + | ||
1405 | + | ||
1406 | + | ||
1400 | 1407 | | |
1401 | 1408 | | |
1402 | 1409 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
712 | 712 | | |
713 | 713 | | |
714 | 714 | | |
715 | + | ||
715 | 716 | | |
716 | 717 | | |
717 | 718 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | - | ||
16 | + | ||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | - | ||
25 | - | ||
26 | - | ||
27 | - | ||
28 | - | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | 29 | | |
30 | - | ||
31 | - | ||
32 | - | ||
33 | - | ||
34 | - | ||
35 | - | ||
36 | - | ||
37 | - | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
38 | 34 | | |
39 | - | ||
40 | - | ||
41 | - | ||
35 | + | ||
36 | + | ||
37 | + | ||
42 | 38 | | |
43 | 39 | | |
44 | 40 | | |
45 | 41 | | |
46 | 42 | | |
47 | 43 | | |
48 | 44 | | |
49 | - | ||
50 | - | ||
45 | + | ||
46 | + | ||
51 | 47 | | |
52 | - | ||
48 | + | ||
53 | 49 | | |
54 | - | ||
50 | + | ||
55 | 51 | | |
56 | - | ||
52 | + | ||
57 | 53 | | |
58 | 54 | | |
59 | 55 | | |
| |||
64 | 60 | | |
65 | 61 | | |
66 | 62 | | |
67 | - | ||
68 | - | ||
69 | - | ||
63 | + | ||
64 | + | ||
65 | + | ||
70 | 66 | | |
71 | 67 | | |
72 | 68 | | |
Lines changed: 0 additions & 42 deletions
This file was deleted.
0 commit comments