Skip to content

Commit a38d7c5

Browse files
author
sgrekhov
committed
#1301. Roll failures fixed, issue numbers added
1 parent 310e789 commit a38d7c5

28 files changed

+35
-11
lines changed

LanguageFeatures/Enhanced-Enum/grammar_A10_t01.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
/// @description Check that it's a compile-time error if the enum declaration
1313
/// contains a static member declaration with the name `values`
1414
/// @author [email protected]
15+
/// @issue 48387
1516
1617
// SharedOptions=--enable-experiment=enhanced-enums
1718

LanguageFeatures/Enhanced-Enum/grammar_A10_t02.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
/// @description Check that it's a compile-time error if the enum declaration
1313
/// contains a static member declaration with the name `values`
1414
/// @author [email protected]
15+
/// @issue 48389
1516
1617
// SharedOptions=--enable-experiment=enhanced-enums
1718

LanguageFeatures/Enhanced-Enum/grammar_A10_t03.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
/// @description Check that it's a compile-time error if the enum declaration
1313
/// contains a static member declaration with the name `values`
1414
/// @author [email protected]
15+
/// @issue 48389
1516
1617
// SharedOptions=--enable-experiment=enhanced-enums
1718

LanguageFeatures/Enhanced-Enum/grammar_A10_t04.dart

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@
1212
/// @description Check that it's a compile-time error if the enum declaration
1313
/// contains a static member declaration with the name `values`
1414
/// @author [email protected]
15+
/// @issue 48387
1516
1617
// SharedOptions=--enable-experiment=enhanced-enums
1718

18-
enum E1<T> {
19+
enum E1 {
20+
// ^^
21+
// [analyzer] unspecified
22+
// [cfe] unspecified
1923
e1,
2024
e2,
2125
e3;

LanguageFeatures/Enhanced-Enum/implementing_enum_A03_t02.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
/// superinterface and the interface of the declarations contains an instance
5151
/// member with the name values
5252
/// @author [email protected]
53+
/// @issue 48389
5354
5455
// SharedOptions=--enable-experiment=enhanced-enums
5556

LanguageFeatures/Enhanced-Enum/implementing_enum_A03_t03.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
/// superinterface and the interface of the declarations contains an instance
5151
/// member with the name values
5252
/// @author [email protected]
53+
/// @issue 48389
5354
5455
// SharedOptions=--enable-experiment=enhanced-enums
5556

LanguageFeatures/Enhanced-Enum/implementing_enum_A03_t04.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,14 @@
5050
/// superinterface and the interface of the declarations contains an instance
5151
/// member with the name values
5252
/// @author [email protected]
53+
/// @issue 48387
5354
5455
// SharedOptions=--enable-experiment=enhanced-enums
5556

5657
enum E1 {
58+
// ^^
59+
// [analyzer] unspecified
60+
// [cfe] unspecified
5761
e1,
5862
e2;
5963

@@ -64,6 +68,8 @@ enum E1 {
6468
}
6569

6670
enum E2 {
71+
// ^^
72+
// [cfe] unspecified
6773
e1(42),
6874
e2(0);
6975

LanguageFeatures/Enhanced-Enum/implementing_enum_A03_t05.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
/// superinterface and the interface of the declarations contains an instance
5151
/// member with the name `values`
5252
/// @author [email protected]
53+
/// @issue 48388
5354
5455
// SharedOptions=--enable-experiment=enhanced-enums
5556

LanguageFeatures/Enhanced-Enum/implementing_enum_A03_t06.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
/// superinterface and the interface of the declarations contains an instance
5151
/// member with the name `values`
5252
/// @author [email protected]
53+
/// @issue 48388
5354
5455
// SharedOptions=--enable-experiment=enhanced-enums
5556

LanguageFeatures/Enhanced-Enum/implementing_enum_A03_t07.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
/// superinterface and the interface of the declarations contains an instance
5151
/// member with the name `values`
5252
/// @author [email protected]
53+
/// @issue 48388
5354
5455
// SharedOptions=--enable-experiment=enhanced-enums
5556

LanguageFeatures/Enhanced-Enum/implementing_enum_A03_t08.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
/// superinterface and the interface of the declarations contains an instance
5151
/// member with the name `values`
5252
/// @author [email protected]
53+
/// @issue 48388
5354
5455
// SharedOptions=--enable-experiment=enhanced-enums
5556

LanguageFeatures/Enhanced-Enum/implementing_enum_A03_t13.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
/// superinterface and the interface of the declarations contains an instance
5151
/// member with the name values
5252
/// @author [email protected]
53+
/// @issue 48388
5354
5455
// SharedOptions=--enable-experiment=enhanced-enums
5556

LanguageFeatures/Enhanced-Enum/implementing_enum_A03_t14.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
/// superinterface and the interface of the declarations contains an instance
5151
/// member with the name values
5252
/// @author [email protected]
53+
/// @issue 48388
5354
5455
// SharedOptions=--enable-experiment=enhanced-enums
5556

LanguageFeatures/Enhanced-Enum/implementing_enum_A03_t15.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
/// superinterface and the interface of the declarations contains an instance
5151
/// member with the name values
5252
/// @author [email protected]
53+
/// @issue 48388
5354
5455
// SharedOptions=--enable-experiment=enhanced-enums
5556

LanguageFeatures/Enhanced-Enum/implementing_enum_A03_t16.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
/// superinterface and the interface of the declarations contains an instance
5151
/// member with the name values
5252
/// @author [email protected]
53+
/// @issue 48388
5354
5455
// SharedOptions=--enable-experiment=enhanced-enums
5556

LanguageFeatures/Enhanced-Enum/implementing_enum_A04_t04.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@
5656

5757
abstract class E1 extends Enum {
5858
void set index(int val) {}
59-
// ^^^^^
60-
// [analyzer] unspecified
61-
// [cfe] unspecified
6259
}
6360

6461
abstract class E2 extends Enum {

LanguageFeatures/Enhanced-Enum/implementing_enum_A04_t08.dart

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,11 @@ enum E1 {
5959
e2;
6060

6161
void set index(int val) {}
62-
// ^^^^^
63-
// [analyzer] unspecified
64-
// [cfe] unspecified
6562
}
6663

6764
enum E2 {
65+
// ^^
66+
// [analyzer] unspecified
6867
e1(42),
6968
e2(0);
7069

LanguageFeatures/Enhanced-Enum/implementing_enum_A04_t12.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@
5656

5757
mixin M1 on Enum {
5858
void set index(int v) {}
59-
// ^^^^^
60-
// [analyzer] unspecified
61-
// [cfe] unspecified
6259
}
6360

6461
mixin M2 on Enum {

LanguageFeatures/FinalizationRegistry/ffi/WeakReference/weak_reference_target_t01.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
/// object supplied in the constructor, or null if the weak reference has been
1414
/// cleared
1515
/// @author [email protected]
16+
/// @issue 48391
1617
1718
import "../../gc_utils_lib.dart";
1819
import "../../../../Utils/expect.dart";

LanguageFeatures/FinalizationRegistry/ffi/WeakReference/weak_reference_target_t02.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
/// object supplied in the constructor, or null if the weak reference has been
1414
/// cleared
1515
/// @author [email protected]
16+
/// @issue 48391
1617
1718
import "../../gc_utils_lib.dart";
1819
import "../../../../Utils/expect.dart";

LanguageFeatures/FinalizationRegistry/ffi/WeakReference/weak_reference_target_t03.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
/// object supplied in the constructor, or null if the weak reference has been
1414
/// cleared
1515
/// @author [email protected]
16+
/// @issue 48391
1617
1718
import "../../gc_utils_lib.dart";
1819
import "../../../../Utils/expect.dart";

LanguageFeatures/FinalizationRegistry/ffi/WeakReference/weak_reference_target_t04.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
/// object supplied in the constructor, or null if the weak reference has been
1414
/// cleared
1515
/// @author [email protected]
16+
/// @issue 48391
1617
1718
import "../../gc_utils_lib.dart";
1819
import "../../../../Utils/expect.dart";

LanguageFeatures/FinalizationRegistry/ffi/WeakReference/weak_reference_target_t05.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class C {
2323
C(this.id);
2424
}
2525

26-
main() {
26+
main() async {
2727
C? c1 = C(42);
2828
WeakReference<C> wr = WeakReference(c1);
2929
asyncStart();
@@ -38,6 +38,7 @@ main() {
3838
Expect.isNull(wr.target);
3939
asyncEnd();
4040
});
41+
await Future.delayed(Duration(milliseconds: 10));
4142
Expect.isNotNull(wr.target);
4243
Expect.equals(c1, wr.target);
4344
c1 = null;

LanguageFeatures/FinalizationRegistry/ffi/WeakReference/weak_reference_target_t07.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
/// object supplied in the constructor, or null if the weak reference has been
1414
/// cleared
1515
/// @author [email protected]
16+
/// @issue 48391
1617
1718
import "../../gc_utils_lib.dart";
1819
import "../../../../Utils/expect.dart";

LanguageFeatures/FinalizationRegistry/ffi/WeakReference/weak_reference_target_t08.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
/// object supplied in the constructor, or null if the weak reference has been
1414
/// cleared
1515
/// @author [email protected]
16+
/// @issue 48391
1617
1718
import "../../gc_utils_lib.dart";
1819
import "../../../../Utils/expect.dart";

LanguageFeatures/FinalizationRegistry/no_ffi/Finalizer/attach_A04_t11.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
/// @description Checks that [value] must be supported as an [Expando] key.
99
/// Test [Null].
1010
/// @author [email protected]
11+
/// @issue 48390
1112
1213
import '../../../../Utils/expect.dart';
1314

0 commit comments

Comments
 (0)