Skip to content

Commit d570cf7

Browse files
iarkhathomas
authored andcommitted
[co19_2] Status files updated according to Issue 523: tests which use mirrors moved to LibTest/mirrors
Change-Id: I7a539bdd3bd8d16b3eb4049ec1ba788bbe5cf938 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/216663 Reviewed-by: Alexander Thomas <[email protected]>
1 parent b9a5a4a commit d570cf7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tests/co19_2/co19_2-dart2js.status

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Language/Libraries_and_Scripts/Scripts/top_level_main_t01: SkipByDesign # Uses d
1919
Language/Libraries_and_Scripts/Scripts/top_level_main_t06: SkipByDesign # Uses dart:io.
2020
Language/Libraries_and_Scripts/Scripts/top_level_syntax_t01: SkipByDesign # Non-JS-interop external members are not supported
2121
Language/Libraries_and_Scripts/top_level_syntax_t01: SkipByDesign # Non-JS-interop external members are not supported
22-
Language/Metadata/before*: SkipByDesign # dart:mirrors not supported https://github.com/dart-lang/co19/issues/523.
2322
Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t08: SkipByDesign # binary '~' produces different results in JavaScript and Dart
2423
LibTest/core/DateTime/DateTime.fromMicrosecondsSinceEpoch_A01_t01: SkipByDesign # microseconds are not supported in JavaScript
2524
LibTest/core/DateTime/microsecond_A01_t01: SkipByDesign # microseconds are not supported in JavaScript
@@ -33,7 +32,8 @@ LibTest/core/int/operator_truncating_division_A01_t02: SkipByDesign # Division b
3332
LibTest/core/int/parse_A01_t02: SkipByDesign # big integers cannot be represented in JavaScript
3433
LibTest/core/int/remainder_A01_t03: SkipByDesign # Division by zero is not an error in JavaScript
3534
LibTest/io/*: SkipByDesign # dart:io not supported.
36-
LibTest/isolate/*: SkipByDesign # dart:isolate not supported.
35+
LibTest/isolate/*: SkipByDesign # dart:isolate not supported
36+
LibTest/mirrors/*: SkipByDesign # dart:mirrors not supported
3737
LibTest/typed_data/ByteBuffer/asInt64List_A01_t01: SkipByDesign # Int64List not supported on the web
3838
LibTest/typed_data/ByteBuffer/asInt64List_A02_t01: SkipByDesign # Int64List not supported on the web
3939
LibTest/typed_data/ByteBuffer/asInt64List_A03_t01: SkipByDesign # Int64List not supported on the web

tests/co19_2/co19_2-dartdevc.status

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ Language/Libraries_and_Scripts/Scripts/top_level_main_t01: SkipByDesign # Uses d
7070
Language/Libraries_and_Scripts/Scripts/top_level_main_t06: SkipByDesign # Uses dart:io.
7171
Language/Libraries_and_Scripts/Scripts/top_level_syntax_t01: SkipByDesign # External variables are not supported
7272
Language/Libraries_and_Scripts/top_level_syntax_t01: SkipByDesign # External variables are not supported
73-
Language/Metadata/before*: SkipByDesign # dart:mirrors not supported https://github.com/dart-lang/co19/issues/523.
7473
Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t08: SkipByDesign # binary '~' produces different results in JavaScript and Dart
7574
Language/Types/Interface_Types/subtype_t27: SkipSlow
7675
Language/Types/Interface_Types/subtype_t28: SkipSlow
@@ -104,8 +103,9 @@ LibTest/html/IFrameElement/enteredView_A01_t01: SkipSlow
104103
LibTest/html/IFrameElement/focus_A01_t01: SkipSlow
105104
LibTest/html/IFrameElement/onMouseWheel_A01_t01: SkipSlow
106105
LibTest/html/IFrameElement/onTransitionEnd_A01_t01: SkipSlow
107-
LibTest/io/*: SkipByDesign # dart:io not supported.
108-
LibTest/isolate/*: SkipByDesign # dart:isolate not supported.
106+
LibTest/io/*: SkipByDesign # dart:io not supported
107+
LibTest/isolate/*: SkipByDesign # dart:isolate not supported
108+
LibTest/mirrors/*: SkipByDesign # dart:mirrors not supported
109109
LibTest/typed_data/ByteBuffer/asInt64List_A01_t01: SkipByDesign # Int64List not supported on the web
110110
LibTest/typed_data/ByteBuffer/asInt64List_A02_t01: SkipByDesign # Int64List not supported on the web
111111
LibTest/typed_data/ByteBuffer/asInt64List_A03_t01: SkipByDesign # Int64List not supported on the web

0 commit comments

Comments
 (0)