diff --git a/tests/co19/co19-co19.status b/tests/co19/co19-co19.status index d389741a265..6740112f84c 100644 --- a/tests/co19/co19-co19.status +++ b/tests/co19/co19-co19.status @@ -52,6 +52,8 @@ LanguageFeatures/int-to-double/*: Skip # Not migrated to NNBD LanguageFeatures/regression/*: Skip # Not migrated to NNBD LibTest/collection/ListBase/*: Skip # Not migrated to NNBD LibTest/collection/ListMixin/*: Skip # Not migrated to NNBD +LibTest/core/CyclicInitializationError/*: Skip # Not migrated to NNBD +LibTest/core/int/*: Skip # Not migrated to NNBD LibTest/convert/AsciiCodec/*: Skip # Not migrated to NNBD LibTest/convert/AsciiDecoder/*: Skip # Not migrated to NNBD LibTest/convert/AsciiEncoder/*: Skip # Not migrated to NNBD @@ -76,55 +78,6 @@ LibTest/convert/StringConversionSink/*: Skip # Not migrated to NNBD LibTest/convert/Utf8Codec/*: Skip # Not migrated to NNBD LibTest/convert/Utf8Decoder/*: Skip # Not migrated to NNBD LibTest/convert/Utf8Encoder/*: Skip # Not migrated to NNBD -LibTest/core/AbstractClassInstantiationError/*: Skip # Not migrated to NNBD -LibTest/core/ArgumentError/*: Skip # Not migrated to NNBD -LibTest/core/AssertionError/*: Skip # Not migrated to NNBD -LibTest/core/BidirectionalIterator/*: Skip # Not migrated to NNBD -LibTest/core/CastError/*: Skip # Not migrated to NNBD -LibTest/core/ConcurrentModificationError/*: Skip # Not migrated to NNBD -LibTest/core/CyclicInitializationError/*: Skip # Not migrated to NNBD -LibTest/core/DateTime/*: Skip # Not migrated to NNBD -LibTest/core/Deprecated/*: Skip # Not migrated to NNBD -LibTest/core/Duration/*: Skip # Not migrated to NNBD -LibTest/core/Error/*: Skip # Not migrated to NNBD -LibTest/core/Exception/*: Skip # Not migrated to NNBD -LibTest/core/Expando/*: Skip # Not migrated to NNBD -LibTest/core/FallThroughError/*: Skip # Not migrated to NNBD -LibTest/core/FormatException/*: Skip # Not migrated to NNBD -LibTest/core/Function/*: Skip # Not migrated to NNBD -LibTest/core/IndexError/*: Skip # Not migrated to NNBD -LibTest/core/IntegerDivisionByZeroException/*: Skip # Not migrated to NNBD -LibTest/core/Invocation/*: Skip # Not migrated to NNBD -LibTest/core/Iterable/*: Skip # Not migrated to NNBD -LibTest/core/Iterator/*: Skip # Not migrated to NNBD -LibTest/core/List/*: Skip # Not migrated to NNBD -LibTest/core/Map/*: Skip # Not migrated to NNBD -LibTest/core/Match/*: Skip # Not migrated to NNBD -LibTest/core/NoSuchMethodError/*: Skip # Not migrated to NNBD -LibTest/core/Null/*: Skip # Not migrated to NNBD -LibTest/core/Object/*: Skip # Not migrated to NNBD -LibTest/core/OutOfMemoryError/*: Skip # Not migrated to NNBD -LibTest/core/RangeError/*: Skip # Not migrated to NNBD -LibTest/core/RegExp/*: Skip # Not migrated to NNBD -LibTest/core/RegExp/Pattern_semantics/*: Skip # Not migrated to NNBD -LibTest/core/RuneIterator/*: Skip # Not migrated to NNBD -LibTest/core/Runes/*: Skip # Not migrated to NNBD -LibTest/core/Set/*: Skip # Not migrated to NNBD -LibTest/core/StackOverflowError/*: Skip # Not migrated to NNBD -LibTest/core/StackTrace/*: Skip # Not migrated to NNBD -LibTest/core/StateError/*: Skip # Not migrated to NNBD -LibTest/core/Stopwatch/*: Skip # Not migrated to NNBD -LibTest/core/String/*: Skip # Not migrated to NNBD -LibTest/core/StringBuffer/*: Skip # Not migrated to NNBD -LibTest/core/Symbol/*: Skip # Not migrated to NNBD -LibTest/core/TypeError/*: Skip # Not migrated to NNBD -LibTest/core/UnimplementedError/*: Skip # Not migrated to NNBD -LibTest/core/UnsupportedError/*: Skip # Not migrated to NNBD -LibTest/core/Uri/*: Skip # Not migrated to NNBD -LibTest/core/UriData/*: Skip # Not migrated to NNBD -LibTest/core/bool/*: Skip # Not migrated to NNBD -LibTest/core/double/*: Skip # Not migrated to NNBD -LibTest/core/int/*: Skip # Not migrated to NNBD LibTest/html/CanvasRenderingContext2D/*: Skip # Not migrated to NNBD LibTest/html/Document/*: Skip # Not migrated to NNBD LibTest/html/Element/*: Skip # Not migrated to NNBD diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status index d6f8c838724..d591e6ee24b 100644 --- a/tests/co19/co19-dart2js.status +++ b/tests/co19/co19-dart2js.status @@ -19,6 +19,17 @@ Language/Expressions/Shift/integer_t02: SkipByDesign # big integer cannot be rep Language/Expressions/Spawning_an_Isolate/new_isolate_t01: SkipByDesign Language/Metadata/before*: Skip # 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 +LibTest/core/DateTime/microsecondsSinceEpoch_A01_t01: SkipByDesign # microseconds are not supported in JavaScript +LibTest/core/DateTime/parse_A01_t03: SkipByDesign # microseconds are not supported in JavaScript +LibTest/core/DateTime/to8601String_A01_t01: SkipByDesign # microseconds are not supported in JavaScript +LibTest/core/DateTime/to8601String_A01_t02: SkipByDesign # microseconds are not supported in JavaScript +LibTest/core/DateTime/to8601String_A01_t03: SkipByDesign # microseconds are not supported in JavaScript +LibTest/core/int/operator_remainder_A01_t03: SkipByDesign # Division by zero is not an error in JavaScript +LibTest/core/int/operator_truncating_division_A01_t02: SkipByDesign # Division by zero is not an error in JavaScript +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. diff --git a/tests/co19/co19-dartdevc.status b/tests/co19/co19-dartdevc.status index 08f3b562d0e..9adbeb6eb8f 100644 --- a/tests/co19/co19-dartdevc.status +++ b/tests/co19/co19-dartdevc.status @@ -72,6 +72,17 @@ Language/Metadata/before*: Skip # dart:mirrors not supported https://github.com/ Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t08: SkipByDesign # binary '~' produces different results in JavaScript and Dart Language/Types/Interface_Types/subtype_t27: Skip # Times out Language/Types/Interface_Types/subtype_t28: Skip # Times out +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 +LibTest/core/DateTime/microsecondsSinceEpoch_A01_t01: SkipByDesign # microseconds are not supported in JavaScript +LibTest/core/DateTime/parse_A01_t03: SkipByDesign # microseconds are not supported in JavaScript +LibTest/core/DateTime/to8601String_A01_t01: SkipByDesign # microseconds are not supported in JavaScript +LibTest/core/DateTime/to8601String_A01_t02: SkipByDesign # microseconds are not supported in JavaScript +LibTest/core/DateTime/to8601String_A01_t03: SkipByDesign # microseconds are not supported in JavaScript +LibTest/core/int/operator_remainder_A01_t03: SkipByDesign # Division by zero is not an error in JavaScript +LibTest/core/int/operator_truncating_division_A01_t02: SkipByDesign # Division by zero is not an error in JavaScript +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/html/CanvasRenderingContext2D/addEventListener_A01_t03: Skip # Times out LibTest/html/Element/blur_A01_t01: Skip # Times out LibTest/html/Element/focus_A01_t01: Skip # Times out