File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ Language/Libraries_and_Scripts/Scripts/top_level_main_t01: SkipByDesign # Uses d
19
19
Language/Libraries_and_Scripts/Scripts/top_level_main_t06: SkipByDesign # Uses dart:io.
20
20
Language/Libraries_and_Scripts/Scripts/top_level_syntax_t01: SkipByDesign # Non-JS-interop external members are not supported
21
21
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.
23
22
Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t08: SkipByDesign # binary '~' produces different results in JavaScript and Dart
24
23
LibTest/core/DateTime/DateTime.fromMicrosecondsSinceEpoch_A01_t01: SkipByDesign # microseconds are not supported in JavaScript
25
24
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
33
32
LibTest/core/int/parse_A01_t02: SkipByDesign # big integers cannot be represented in JavaScript
34
33
LibTest/core/int/remainder_A01_t03: SkipByDesign # Division by zero is not an error in JavaScript
35
34
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
37
37
LibTest/typed_data/ByteBuffer/asInt64List_A01_t01: SkipByDesign # Int64List not supported on the web
38
38
LibTest/typed_data/ByteBuffer/asInt64List_A02_t01: SkipByDesign # Int64List not supported on the web
39
39
LibTest/typed_data/ByteBuffer/asInt64List_A03_t01: SkipByDesign # Int64List not supported on the web
Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ Language/Libraries_and_Scripts/Scripts/top_level_main_t01: SkipByDesign # Uses d
70
70
Language/Libraries_and_Scripts/Scripts/top_level_main_t06: SkipByDesign # Uses dart:io.
71
71
Language/Libraries_and_Scripts/Scripts/top_level_syntax_t01: SkipByDesign # External variables are not supported
72
72
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.
74
73
Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t08: SkipByDesign # binary '~' produces different results in JavaScript and Dart
75
74
Language/Types/Interface_Types/subtype_t27: SkipSlow
76
75
Language/Types/Interface_Types/subtype_t28: SkipSlow
@@ -104,8 +103,9 @@ LibTest/html/IFrameElement/enteredView_A01_t01: SkipSlow
104
103
LibTest/html/IFrameElement/focus_A01_t01: SkipSlow
105
104
LibTest/html/IFrameElement/onMouseWheel_A01_t01: SkipSlow
106
105
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
109
109
LibTest/typed_data/ByteBuffer/asInt64List_A01_t01: SkipByDesign # Int64List not supported on the web
110
110
LibTest/typed_data/ByteBuffer/asInt64List_A02_t01: SkipByDesign # Int64List not supported on the web
111
111
LibTest/typed_data/ByteBuffer/asInt64List_A03_t01: SkipByDesign # Int64List not supported on the web
You can’t perform that action at this time.
0 commit comments