[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 <athom@google.com>
This commit is contained in:
Irina Arkhipets 2021-10-27 09:26:05 +00:00 committed by Alexander Thomas
parent b9a5a4a320
commit d570cf7b9c
2 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,6 @@ Language/Libraries_and_Scripts/Scripts/top_level_main_t01: SkipByDesign # Uses d
Language/Libraries_and_Scripts/Scripts/top_level_main_t06: SkipByDesign # Uses dart:io.
Language/Libraries_and_Scripts/Scripts/top_level_syntax_t01: SkipByDesign # Non-JS-interop external members are not supported
Language/Libraries_and_Scripts/top_level_syntax_t01: SkipByDesign # Non-JS-interop external members are not supported
Language/Metadata/before*: SkipByDesign # dart:mirrors not supported https://github.com/dart-lang/co19/issues/523.
Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t08: SkipByDesign # binary '~' produces different results in JavaScript and Dart
LibTest/core/DateTime/DateTime.fromMicrosecondsSinceEpoch_A01_t01: SkipByDesign # microseconds are not supported in JavaScript
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
LibTest/core/int/parse_A01_t02: SkipByDesign # big integers cannot be represented in JavaScript
LibTest/core/int/remainder_A01_t03: SkipByDesign # Division by zero is not an error in JavaScript
LibTest/io/*: SkipByDesign # dart:io not supported.
LibTest/isolate/*: SkipByDesign # dart:isolate not supported.
LibTest/isolate/*: SkipByDesign # dart:isolate not supported
LibTest/mirrors/*: SkipByDesign # dart:mirrors not supported
LibTest/typed_data/ByteBuffer/asInt64List_A01_t01: SkipByDesign # Int64List not supported on the web
LibTest/typed_data/ByteBuffer/asInt64List_A02_t01: SkipByDesign # Int64List not supported on the web
LibTest/typed_data/ByteBuffer/asInt64List_A03_t01: SkipByDesign # Int64List not supported on the web

View file

@ -70,7 +70,6 @@ Language/Libraries_and_Scripts/Scripts/top_level_main_t01: SkipByDesign # Uses d
Language/Libraries_and_Scripts/Scripts/top_level_main_t06: SkipByDesign # Uses dart:io.
Language/Libraries_and_Scripts/Scripts/top_level_syntax_t01: SkipByDesign # External variables are not supported
Language/Libraries_and_Scripts/top_level_syntax_t01: SkipByDesign # External variables are not supported
Language/Metadata/before*: SkipByDesign # dart:mirrors not supported https://github.com/dart-lang/co19/issues/523.
Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t08: SkipByDesign # binary '~' produces different results in JavaScript and Dart
Language/Types/Interface_Types/subtype_t27: SkipSlow
Language/Types/Interface_Types/subtype_t28: SkipSlow
@ -104,8 +103,9 @@ LibTest/html/IFrameElement/enteredView_A01_t01: SkipSlow
LibTest/html/IFrameElement/focus_A01_t01: SkipSlow
LibTest/html/IFrameElement/onMouseWheel_A01_t01: SkipSlow
LibTest/html/IFrameElement/onTransitionEnd_A01_t01: SkipSlow
LibTest/io/*: SkipByDesign # dart:io not supported.
LibTest/isolate/*: SkipByDesign # dart:isolate not supported.
LibTest/io/*: SkipByDesign # dart:io not supported
LibTest/isolate/*: SkipByDesign # dart:isolate not supported
LibTest/mirrors/*: SkipByDesign # dart:mirrors not supported
LibTest/typed_data/ByteBuffer/asInt64List_A01_t01: SkipByDesign # Int64List not supported on the web
LibTest/typed_data/ByteBuffer/asInt64List_A02_t01: SkipByDesign # Int64List not supported on the web
LibTest/typed_data/ByteBuffer/asInt64List_A03_t01: SkipByDesign # Int64List not supported on the web