[co19] Skip in status files removed or replaced where it is possible

Change-Id: Iccf97f1a6a2753321c5d60db5e9c2291eeeb159b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/194400
Reviewed-by: Erik Ernst <eernst@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Erik Ernst <eernst@google.com>
This commit is contained in:
Sergey G. Grekhov 2021-04-12 13:26:49 +00:00 committed by commit-bot@chromium.org
parent 4d06516832
commit d30d9ed839
6 changed files with 173 additions and 174 deletions

View file

@ -2,5 +2,4 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
LibTest/ffi/Array/PointerArray_A01_t01: Skip # https://github.com/dart-lang/co19/issues/1018
LibTest/io/RawDatagramSocket/*: Skip # https://github.com/dart-lang/co19/issues/195

View file

@ -8,7 +8,7 @@ Language/Expressions/Constants/integer_size_t04: SkipByDesign # uses integer lit
Language/Expressions/Constants/literal_number_t01: SkipByDesign # uses integer literal not representable as JavaScript number
Language/Expressions/Constants/math_operators_t01: SkipByDesign # uses integer literal not representable as JavaScript number
Language/Expressions/Constants/math_operators_t06: SkipByDesign # uses integer literal not representable as JavaScript number
Language/Expressions/Null/instance_of_class_null_t01: Skip # dart:mirrors not supported https://github.com/dart-lang/co19/issues/522.
Language/Expressions/Null/instance_of_class_null_t01: SkipByDesign # dart:mirrors not supported https://github.com/dart-lang/co19/issues/522.
Language/Expressions/Numbers/integer_size_t03: SkipByDesign # uses integer literal not representable as JavaScript number
Language/Expressions/Numbers/static_type_of_int_t01: SkipByDesign # uses integer literal not representable as JavaScript number
Language/Expressions/Numbers/syntax_t06: SkipByDesign # uses integer literal not representable as JavaScript number
@ -16,13 +16,13 @@ Language/Expressions/Numbers/syntax_t09: SkipByDesign # uses integer literal not
Language/Expressions/Object_Identity/object_t02: SkipByDesign # https://github.com/dart-lang/sdk/issues/42222#issuecomment-640431711
Language/Expressions/Shift/integer_t06: SkipByDesign # uses integer literal not representable as JavaScript number
Language/Expressions/Shift/integer_t07: SkipByDesign # uses integer literal not representable as JavaScript number
Language/Expressions/Spawning_an_Isolate/new_isolate_t01: SkipByDesign
Language/Expressions/Spawning_an_Isolate/new_isolate_t01: SkipByDesign # dart:isolate not supported.
Language/Functions/External_Functions/not_connected_to_a_body_t01: SkipByDesign # Non-JS-interop external members are not supported
Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t01: SkipByDesign # https://github.com/dart-lang/co19/issues/952
Language/Libraries_and_Scripts/Scripts/main_optional_parameters_t03: SkipByDesign # https://github.com/dart-lang/co19/issues/952
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*: Skip # dart:mirrors not supported https://github.com/dart-lang/co19/issues/523.
Language/Metadata/before*: SkipByDesign # dart:mirrors not supported https://github.com/dart-lang/co19/issues/523.
Language/Metadata/syntax_t10: SkipByDesign # dart:mirrors is not supported
Language/Reference/Operator_Precedence/precedence_15_unary_prefix_t08: SkipByDesign # binary '~' produces different results in JavaScript and Dart
LanguageFeatures/Abstract-external-fields/static_analysis_external_A01_t01: SkipByDesign # Non-JS-interop external members are not supported
@ -51,7 +51,7 @@ LibTest/core/DateTime/to8601String_A01_t02: SkipByDesign # microseconds are not
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/parse_A01_t02: SkipByDesign # uses integer literal not representable as JavaScript number
LibTest/core/int/remainder_A01_t03: SkipByDesign # Division by zero is not an error in JavaScript
LibTest/ffi/*: SkipByDesign # dart:ffi is not supported
LibTest/html/HttpRequest/responseText_A01_t02: Skip # https://github.com/dart-lang/co19/issues/932
@ -60,21 +60,21 @@ LibTest/io/*: SkipByDesign # dart:io not supported.
LibTest/isolate/*: SkipByDesign # dart:isolate not supported.
LibTest/mirrors/*: SkipByDesign # dart:mirrors is not supported
LibTest/typed_data/ByteBuffer/*: SkipByDesign # not supported on the web
LibTest/typed_data/ByteData/getInt64_A01_t01: Skip # Big integers cannot be represented in JS
LibTest/typed_data/ByteData/getInt64_A02_t01: Skip # Int64 accessor not supported by dart2js
LibTest/typed_data/ByteData/getInt64_A02_t02: Skip # Int64 accessor not supported by dart2js
LibTest/typed_data/ByteData/getUint64_A01_t01: Skip # Big integers cannot be represented in JS
LibTest/typed_data/ByteData/getUint64_A02_t01: Skip # Int64 accessor not supported by dart2js
LibTest/typed_data/ByteData/getUint64_A02_t02: Skip # Int64 accessor not supported by dart2js
LibTest/typed_data/ByteData/setInt64_A01_t01: Skip # Big integers cannot be represented in JS
LibTest/typed_data/ByteData/setInt64_A02_t01: Skip # Int64 accessor not supported by dart2js
LibTest/typed_data/ByteData/setInt64_A02_t02: Skip # Int64 accessor not supported by dart2js
LibTest/typed_data/ByteData/setUint64_A01_t01: Skip # Big integers cannot be represented in JS
LibTest/typed_data/ByteData/setUint64_A02_t01: Skip # Uint64 accessor not supported by dart2js
LibTest/typed_data/ByteData/setUint64_A02_t02: Skip # Uint64 accessor not supported by dart2js
LibTest/typed_data/Int32x4/operator_OR_A01_t01: Skip # Bitwise operations in JS are unsigned.
LibTest/typed_data/Int32x4List/join_A01_t01: Skip # Differen string represrntation on VM and in JS
LibTest/typed_data/Int32x4List/join_A01_t02: Skip # Differen string represrntation on VM and in JS
LibTest/typed_data/ByteData/getInt64_A01_t01: SkipByDesign # uses integer literal not representable as JavaScript number
LibTest/typed_data/ByteData/getInt64_A02_t01: SkipByDesign # Int64 accessor not supported by dart2js
LibTest/typed_data/ByteData/getInt64_A02_t02: SkipByDesign # Int64 accessor not supported by dart2js
LibTest/typed_data/ByteData/getUint64_A01_t01: SkipByDesign # uses integer literal not representable as JavaScript number
LibTest/typed_data/ByteData/getUint64_A02_t01: SkipByDesign # Int64 accessor not supported by dart2js
LibTest/typed_data/ByteData/getUint64_A02_t02: SkipByDesign # Int64 accessor not supported by dart2js
LibTest/typed_data/ByteData/setInt64_A01_t01: SkipByDesign # uses integer literal not representable as JavaScript number
LibTest/typed_data/ByteData/setInt64_A02_t01: SkipByDesign # Int64 accessor not supported by dart2js
LibTest/typed_data/ByteData/setInt64_A02_t02: SkipByDesign # Int64 accessor not supported by dart2js
LibTest/typed_data/ByteData/setUint64_A01_t01: SkipByDesign # uses integer literal not representable as JavaScript number
LibTest/typed_data/ByteData/setUint64_A02_t01: SkipByDesign # Uint64 accessor not supported by dart2js
LibTest/typed_data/ByteData/setUint64_A02_t02: SkipByDesign # Uint64 accessor not supported by dart2js
LibTest/typed_data/Int32x4/operator_OR_A01_t01: SkipByDesign # Bitwise operations in JS are unsigned.
LibTest/typed_data/Int32x4List/join_A01_t01: SkipByDesign # Different string represrntation on VM and in JS
LibTest/typed_data/Int32x4List/join_A01_t02: SkipByDesign # Different string represrntation on VM and in JS
LibTest/typed_data/Int64List/*: SkipByDesign # Int64List not supported on the web
LibTest/typed_data/Uint64List/*: SkipByDesign # Uint64List not supported on the web

View file

@ -3,63 +3,63 @@
# BSD-style license that can be found in the LICENSE file.
[ $compiler == dartdevc || $compiler == dartdevk ]
Language/Classes/Constructors/Generative_Constructors/formal_parameter_t07: Skip # Times out
Language/Classes/Constructors/Generative_Constructors/fresh_instance_t01: Skip # Times out
Language/Classes/Constructors/Generative_Constructors/implicit_superinitializer_t01: Skip # Times out
Language/Classes/Constructors/Generative_Constructors/implicit_superinitializer_t02: Skip # Times out
Language/Classes/Constructors/Generative_Constructors/initializers_t01: Skip # Times out
Language/Classes/Constructors/Generative_Constructors/initializers_t15: Skip # Times out
Language/Classes/Constructors/Generative_Constructors/initializing_formals_execution_t01: Skip # Times out
Language/Classes/Constructors/Generative_Constructors/initializing_this_t01: Skip # Times out
Language/Classes/Constructors/Generative_Constructors/redirection_t01: Skip # Times out
Language/Classes/Constructors/Generative_Constructors/syntax_t01: Skip # Times out
Language/Classes/Constructors/implicit_constructor_t01: Skip # Times out
Language/Classes/Constructors/implicit_constructor_t02: Skip # Times out
Language/Classes/Constructors/name_t01: Skip # Times out
Language/Classes/Constructors/name_t02: Skip # Times out
Language/Classes/Constructors/name_t03: Skip # Times out
Language/Classes/Getters/instance_getter_t01: Skip # Times out
Language/Classes/Getters/instance_getter_t02: Skip # Times out
Language/Classes/Getters/instance_getter_t03: Skip # Times out
Language/Classes/Getters/instance_getter_t04: Skip # Times out
Language/Classes/Getters/instance_getter_t05: Skip # Times out
Language/Classes/Getters/instance_getter_t06: Skip # Times out
Language/Classes/Getters/override_t04: Skip # Times out
Language/Classes/Getters/return_type_t01: Skip # Times out
Language/Classes/Getters/static_t01/none: Skip # Times out
Language/Classes/Getters/static_t02: Skip # Times out
Language/Classes/Getters/syntax_t01: Skip # Times out
Language/Classes/Getters/void_return_type_t01: Skip # Times out
Language/Classes/Instance_Methods/Operators/allowed_names_t01: Skip # Times out
Language/Classes/Instance_Methods/Operators/arity_0_or_1_t01: Skip # Times out
Language/Classes/Instance_Methods/Operators/arity_0_t01: Skip # Times out
Language/Classes/Instance_Methods/Operators/syntax_t01: Skip # Times out
Language/Classes/Instance_Methods/Operators/syntax_t03: Skip # Times out
Language/Classes/Instance_Methods/override_named_parameters_t03: Skip # Times out
Language/Classes/Instance_Methods/override_named_parameters_t04: Skip # Times out
Language/Classes/Instance_Methods/override_named_parameters_t06: Skip # Times out
Language/Classes/Instance_Methods/override_subtype_t05: Skip # Times out
Language/Classes/Instance_Methods/override_subtype_t06: Skip # Times out
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t01: Skip # Times out
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t02: Skip # Times out
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t04: Skip # Times out
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t05: Skip # Times out
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t06: Skip # Times out
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t07: Skip # Times out
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t08: Skip # Times out
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t09: Skip # Times out
Language/Classes/Instance_Variables/definition_t01: Skip # Times out
Language/Classes/Instance_Variables/definition_t02: Skip # Times out
Language/Classes/Instance_Variables/definition_t04: Skip # Times out
Language/Classes/Setters/instance_setter_t01: Skip # Times out
Language/Classes/Constructors/Generative_Constructors/formal_parameter_t07: SkipSlow
Language/Classes/Constructors/Generative_Constructors/fresh_instance_t01: SkipSlow
Language/Classes/Constructors/Generative_Constructors/implicit_superinitializer_t01: SkipSlow
Language/Classes/Constructors/Generative_Constructors/implicit_superinitializer_t02: SkipSlow
Language/Classes/Constructors/Generative_Constructors/initializers_t01: SkipSlow
Language/Classes/Constructors/Generative_Constructors/initializers_t15: SkipSlow
Language/Classes/Constructors/Generative_Constructors/initializing_formals_execution_t01: SkipSlow
Language/Classes/Constructors/Generative_Constructors/initializing_this_t01: SkipSlow
Language/Classes/Constructors/Generative_Constructors/redirection_t01: SkipSlow
Language/Classes/Constructors/Generative_Constructors/syntax_t01: SkipSlow
Language/Classes/Constructors/implicit_constructor_t01: SkipSlow
Language/Classes/Constructors/implicit_constructor_t02: SkipSlow
Language/Classes/Constructors/name_t01: SkipSlow
Language/Classes/Constructors/name_t02: SkipSlow
Language/Classes/Constructors/name_t03: SkipSlow
Language/Classes/Getters/instance_getter_t01: SkipSlow
Language/Classes/Getters/instance_getter_t02: SkipSlow
Language/Classes/Getters/instance_getter_t03: SkipSlow
Language/Classes/Getters/instance_getter_t04: SkipSlow
Language/Classes/Getters/instance_getter_t05: SkipSlow
Language/Classes/Getters/instance_getter_t06: SkipSlow
Language/Classes/Getters/override_t04: SkipSlow
Language/Classes/Getters/return_type_t01: SkipSlow
Language/Classes/Getters/static_t01/none: SkipSlow
Language/Classes/Getters/static_t02: SkipSlow
Language/Classes/Getters/syntax_t01: SkipSlow
Language/Classes/Getters/void_return_type_t01: SkipSlow
Language/Classes/Instance_Methods/Operators/allowed_names_t01: SkipSlow
Language/Classes/Instance_Methods/Operators/arity_0_or_1_t01: SkipSlow
Language/Classes/Instance_Methods/Operators/arity_0_t01: SkipSlow
Language/Classes/Instance_Methods/Operators/syntax_t01: SkipSlow
Language/Classes/Instance_Methods/Operators/syntax_t03: SkipSlow
Language/Classes/Instance_Methods/override_named_parameters_t03: SkipSlow
Language/Classes/Instance_Methods/override_named_parameters_t04: SkipSlow
Language/Classes/Instance_Methods/override_named_parameters_t06: SkipSlow
Language/Classes/Instance_Methods/override_subtype_t05: SkipSlow
Language/Classes/Instance_Methods/override_subtype_t06: SkipSlow
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t01: SkipSlow
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t02: SkipSlow
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t04: SkipSlow
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t05: SkipSlow
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t06: SkipSlow
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t07: SkipSlow
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t08: SkipSlow
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t09: SkipSlow
Language/Classes/Instance_Variables/definition_t01: SkipSlow
Language/Classes/Instance_Variables/definition_t02: SkipSlow
Language/Classes/Instance_Variables/definition_t04: SkipSlow
Language/Classes/Setters/instance_setter_t01: SkipSlow
Language/Expressions/Constants/integer_size_t03: SkipByDesign # uses integer literal not representable as JavaScript number
Language/Expressions/Constants/integer_size_t04: SkipByDesign # uses integer literal not representable as JavaScript number
Language/Expressions/Constants/literal_number_t01: SkipByDesign # uses integer literal not representable as JavaScript number
Language/Expressions/Constants/math_operators_t01: SkipByDesign # uses integer literal not representable as JavaScript number
Language/Expressions/Constants/math_operators_t06: SkipByDesign # uses integer literal not representable as JavaScript number
Language/Expressions/Function_Invocation/async_generator_invokation_t08: Skip # Times out
Language/Expressions/Function_Invocation/async_generator_invokation_t10: Skip # Times out
Language/Expressions/Null/instance_of_class_null_t01: Skip # dart:mirrors not supported https://github.com/dart-lang/co19/issues/522.
Language/Expressions/Function_Invocation/async_generator_invokation_t08: SkipSlow
Language/Expressions/Function_Invocation/async_generator_invokation_t10: SkipSlow
Language/Expressions/Null/instance_of_class_null_t01: SkipByDesign # dart:mirrors not supported https://github.com/dart-lang/co19/issues/522
Language/Expressions/Numbers/integer_size_t03: SkipByDesign # uses integer literal not representable as JavaScript number
Language/Expressions/Numbers/static_type_of_int_t01: SkipByDesign # uses integer literal not representable as JavaScript number
Language/Expressions/Numbers/syntax_t06: SkipByDesign # uses integer literal not representable as JavaScript number
@ -71,11 +71,11 @@ Language/Expressions/Spawning_an_Isolate/new_isolate_t01: SkipByDesign # dart:is
Language/Functions/External_Functions/not_connected_to_a_body_t01: SkipByDesign # External variables are not supported
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*: Skip # dart:mirrors not supported https://github.com/dart-lang/co19/issues/523.
Language/Metadata/before*: SkipByDesign # dart:mirrors not supported https://github.com/dart-lang/co19/issues/523
Language/Metadata/syntax_t10: SkipByDesign # dart:mirrors is not supported
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
Language/Types/Interface_Types/subtype_t27: SkipSlow
Language/Types/Interface_Types/subtype_t28: SkipSlow
LanguageFeatures/Abstract-external-fields/static_analysis_external_A01_t01: SkipByDesign # External variables are not supported
LanguageFeatures/Abstract-external-fields/static_analysis_external_A01_t02: SkipByDesign # External variables are not supported
LanguageFeatures/Abstract-external-fields/static_analysis_external_A01_t03: SkipByDesign # External variables are not supported
@ -105,30 +105,30 @@ 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/ffi/*: SkipByDesign # dart:ffi is not supported
LibTest/html/Element/blur_A01_t01: Skip # Times out
LibTest/html/Element/focus_A01_t01: Skip # Times out
LibTest/html/Element/blur_A01_t01: SkipSlow
LibTest/html/Element/focus_A01_t01: SkipSlow
LibTest/html/HttpRequest/responseText_A01_t02: Skip # https://github.com/dart-lang/co19/issues/932
LibTest/html/HttpRequestUpload/*: Skip # https://github.com/dart-lang/co19/issues/932
LibTest/html/IFrameElement/blur_A01_t01: Skip # Times out
LibTest/html/IFrameElement/focus_A01_t01: Skip # Times out
LibTest/html/IFrameElement/blur_A01_t01: SkipSlow
LibTest/html/IFrameElement/focus_A01_t01: SkipSlow
LibTest/io/*: SkipByDesign # dart:io not supported.
LibTest/isolate/*: SkipByDesign # dart:isolate not supported.
LibTest/mirrors/*: SkipByDesign # dart:mirrors is not supported
LibTest/typed_data/ByteBuffer/*: SkipByDesign # not supported on the web
LibTest/typed_data/ByteData/getInt64_A01_t01: Skip # Big integers cannot be represented in JS
LibTest/typed_data/ByteData/getInt64_A02_t01: Skip # Int64 accessor not supported by dart2js
LibTest/typed_data/ByteData/getInt64_A02_t02: Skip # Int64 accessor not supported by dart2js
LibTest/typed_data/ByteData/getUint64_A01_t01: Skip # Big integers cannot be represented in JS
LibTest/typed_data/ByteData/getUint64_A02_t01: Skip # Int64 accessor not supported by dart2js
LibTest/typed_data/ByteData/getUint64_A02_t02: Skip # Int64 accessor not supported by dart2js
LibTest/typed_data/ByteData/setInt64_A01_t01: Skip # Big integers cannot be represented in JS
LibTest/typed_data/ByteData/setInt64_A02_t01: Skip # Int64 accessor not supported by dart2js
LibTest/typed_data/ByteData/setInt64_A02_t02: Skip # Int64 accessor not supported by dart2js
LibTest/typed_data/ByteData/setUint64_A01_t01: Skip # Big integers cannot be represented in JS
LibTest/typed_data/ByteData/setUint64_A02_t01: Skip # Uint64 accessor not supported by dart2js
LibTest/typed_data/ByteData/setUint64_A02_t02: Skip # Uint64 accessor not supported by dart2js
LibTest/typed_data/Int32x4/operator_OR_A01_t01: Skip # Bitwise operations in JS are unsigned.
LibTest/typed_data/Int32x4List/join_A01_t01: Skip # Differen string represrntation on VM and in JS
LibTest/typed_data/Int32x4List/join_A01_t02: Skip # Differen string represrntation on VM and in JS
LibTest/typed_data/ByteData/getInt64_A01_t01: SkipByDesign # uses integer literal not representable as JavaScript number
LibTest/typed_data/ByteData/getInt64_A02_t01: SkipByDesign # Int64 accessor not supported by dart2js
LibTest/typed_data/ByteData/getInt64_A02_t02: SkipByDesign # Int64 accessor not supported by dart2js
LibTest/typed_data/ByteData/getUint64_A01_t01: SkipByDesign # uses integer literal not representable as JavaScript number
LibTest/typed_data/ByteData/getUint64_A02_t01: SkipByDesign # Int64 accessor not supported by dart2js
LibTest/typed_data/ByteData/getUint64_A02_t02: SkipByDesign # Int64 accessor not supported by dart2js
LibTest/typed_data/ByteData/setInt64_A01_t01: SkipByDesign # Buses integer literal not representable as JavaScript number
LibTest/typed_data/ByteData/setInt64_A02_t01: SkipByDesign # Int64 accessor not supported by dart2js
LibTest/typed_data/ByteData/setInt64_A02_t02: SkipByDesign # Int64 accessor not supported by dart2js
LibTest/typed_data/ByteData/setUint64_A01_t01: SkipByDesign # uses integer literal not representable as JavaScript number
LibTest/typed_data/ByteData/setUint64_A02_t01: SkipByDesign # Uint64 accessor not supported by dart2js
LibTest/typed_data/ByteData/setUint64_A02_t02: SkipByDesign # Uint64 accessor not supported by dart2js
LibTest/typed_data/Int32x4/operator_OR_A01_t01: SkipByDesign # Bitwise operations in JS are unsigned.
LibTest/typed_data/Int32x4List/join_A01_t01: SkipByDesign # Different string represrntation on VM and in JS
LibTest/typed_data/Int32x4List/join_A01_t02: SkipByDesign # Different string represrntation on VM and in JS
LibTest/typed_data/Int64List/*: SkipByDesign # Int64List not supported on the web
LibTest/typed_data/Uint64List/*: SkipByDesign # Uint64List not supported on the web

View file

@ -28,7 +28,7 @@ LibTest/mirrors/*: SkipByDesign # dart:mirrors is not supported:
LibTest/collection/ListBase/ListBase_class_A01_t02: Slow, Pass # Does many calls
LibTest/collection/ListMixin/ListMixin_class_A01_t02: Slow, Pass # Does many calls
LibTest/core/List/List_class_A01_t02: Slow, Pass # Does many calls
LibTest/io/RawDatagramSocket/*: Skip # RawDatagramSocket are flacky. Skip them all until rewritten
LibTest/io/RawDatagramSocket/*: Skip # RawDatagramSocket are flaky. https://github.com/dart-lang/co19/issues/195
[ $compiler == dartk && $runtime == vm && $system == linux ]
LibTest/isolate/Isolate/spawn_A06_t03: Crash
@ -45,8 +45,8 @@ LibTest/core/List/List_class_A01_t03: Slow, Pass
Language/Classes/Constructors/Constant_Constructors/potentially_constant_expression_t01: Crash
[ $runtime == dart_precompiled && ($arch == simarm64 || $arch == simarm64c) ]
LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # Issue 43036
LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Issue 43036
LibTest/collection/ListBase/ListBase_class_A01_t01: SkipSlow # Issue 43036
LibTest/collection/ListMixin/ListMixin_class_A01_t01: SkipSlow # Issue 43036
# It makes no sense to run any test that uses spawnURI under the simulator
# as that would involve running CFE (the front end) in simulator mode

View file

@ -3,14 +3,14 @@
# BSD-style license that can be found in the LICENSE file.
[ $compiler == dart2js ]
Language/Expressions/Null/instance_of_class_null_t01: Skip # dart:mirrors not supported https://github.com/dart-lang/co19/issues/522.
Language/Expressions/Null/instance_of_class_null_t01: SkipByDesign # dart:mirrors not supported https://github.com/dart-lang/co19/issues/522.
Language/Expressions/Numbers/syntax_t06: SkipByDesign # uses integer literal not representable as JavaScript number
Language/Expressions/Numbers/syntax_t09: SkipByDesign # uses integer literal not representable as JavaScript number
Language/Expressions/Spawning_an_Isolate/new_isolate_t01: SkipByDesign
Language/Functions/External_Functions/not_connected_to_a_body_t01: SkipByDesign # Non-JS-interop external members are not supported
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*: Skip # dart:mirrors not supported https://github.com/dart-lang/co19/issues/523.
Language/Metadata/before*: SkipByDesign # dart:mirrors not supported https://github.com/dart-lang/co19/issues/523.
LibTest/io/*: SkipByDesign # dart:io not supported.
LibTest/isolate/*: SkipByDesign # dart:isolate not supported.

View file

@ -3,86 +3,86 @@
# BSD-style license that can be found in the LICENSE file.
[ $compiler == dartdevc || $compiler == dartdevk ]
Language/Classes/Constructors/Generative_Constructors/formal_parameter_t07: Skip # Times out
Language/Classes/Constructors/Generative_Constructors/fresh_instance_t01: Skip # Times out
Language/Classes/Constructors/Generative_Constructors/implicit_superinitializer_t01: Skip # Times out
Language/Classes/Constructors/Generative_Constructors/implicit_superinitializer_t02: Skip # Times out
Language/Classes/Constructors/Generative_Constructors/initializers_t01: Skip # Times out
Language/Classes/Constructors/Generative_Constructors/initializers_t15: Skip # Times out
Language/Classes/Constructors/Generative_Constructors/initializing_formals_execution_t01: Skip # Times out
Language/Classes/Constructors/Generative_Constructors/initializing_this_t01: Skip # Times out
Language/Classes/Constructors/Generative_Constructors/redirection_t01: Skip # Times out
Language/Classes/Constructors/Generative_Constructors/syntax_t01: Skip # Times out
Language/Classes/Constructors/implicit_constructor_t01: Skip # Times out
Language/Classes/Constructors/implicit_constructor_t02: Skip # Times out
Language/Classes/Constructors/name_t01: Skip # Times out
Language/Classes/Constructors/name_t02: Skip # Times out
Language/Classes/Constructors/name_t03: Skip # Times out
Language/Classes/Getters/instance_getter_t01: Skip # Times out
Language/Classes/Getters/instance_getter_t02: Skip # Times out
Language/Classes/Getters/instance_getter_t03: Skip # Times out
Language/Classes/Getters/instance_getter_t04: Skip # Times out
Language/Classes/Getters/instance_getter_t05: Skip # Times out
Language/Classes/Getters/instance_getter_t06: Skip # Times out
Language/Classes/Getters/override_t04: Skip # Times out
Language/Classes/Getters/return_type_t01: Skip # Times out
Language/Classes/Getters/static_t01/none: Skip # Times out
Language/Classes/Getters/static_t02: Skip # Times out
Language/Classes/Getters/syntax_t01: Skip # Times out
Language/Classes/Getters/void_return_type_t01: Skip # Times out
Language/Classes/Instance_Methods/Operators/allowed_names_t01: Skip # Times out
Language/Classes/Instance_Methods/Operators/arity_0_or_1_t01: Skip # Times out
Language/Classes/Instance_Methods/Operators/arity_0_t01: Skip # Times out
Language/Classes/Instance_Methods/Operators/syntax_t01: Skip # Times out
Language/Classes/Instance_Methods/Operators/syntax_t03: Skip # Times out
Language/Classes/Instance_Methods/override_named_parameters_t03: Skip # Times out
Language/Classes/Instance_Methods/override_named_parameters_t04: Skip # Times out
Language/Classes/Instance_Methods/override_named_parameters_t06: Skip # Times out
Language/Classes/Instance_Methods/override_subtype_t05: Skip # Times out
Language/Classes/Instance_Methods/override_subtype_t06: Skip # Times out
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t01: Skip # Times out
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t02: Skip # Times out
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t04: Skip # Times out
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t05: Skip # Times out
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t06: Skip # Times out
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t07: Skip # Times out
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t08: Skip # Times out
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t09: Skip # Times out
Language/Classes/Instance_Variables/definition_t01: Skip # Times out
Language/Classes/Instance_Variables/definition_t02: Skip # Times out
Language/Classes/Instance_Variables/definition_t04: Skip # Times out
Language/Classes/Setters/instance_setter_t01: Skip # Times out
Language/Expressions/Function_Invocation/async_generator_invokation_t08: Skip # Times out
Language/Expressions/Function_Invocation/async_generator_invokation_t10: Skip # Times out
Language/Expressions/Null/instance_of_class_null_t01: Skip # dart:mirrors not supported https://github.com/dart-lang/co19/issues/522.
Language/Classes/Constructors/Generative_Constructors/formal_parameter_t07: SkipSlow
Language/Classes/Constructors/Generative_Constructors/fresh_instance_t01: SkipSlow
Language/Classes/Constructors/Generative_Constructors/implicit_superinitializer_t01: SkipSlow
Language/Classes/Constructors/Generative_Constructors/implicit_superinitializer_t02: SkipSlow
Language/Classes/Constructors/Generative_Constructors/initializers_t01: SkipSlow
Language/Classes/Constructors/Generative_Constructors/initializers_t15: SkipSlow
Language/Classes/Constructors/Generative_Constructors/initializing_formals_execution_t01: SkipSlow
Language/Classes/Constructors/Generative_Constructors/initializing_this_t01: SkipSlow
Language/Classes/Constructors/Generative_Constructors/redirection_t01: SkipSlow
Language/Classes/Constructors/Generative_Constructors/syntax_t01: SkipSlow
Language/Classes/Constructors/implicit_constructor_t01: SkipSlow
Language/Classes/Constructors/implicit_constructor_t02: SkipSlow
Language/Classes/Constructors/name_t01: SkipSlow
Language/Classes/Constructors/name_t02: SkipSlow
Language/Classes/Constructors/name_t03: SkipSlow
Language/Classes/Getters/instance_getter_t01: SkipSlow
Language/Classes/Getters/instance_getter_t02: SkipSlow
Language/Classes/Getters/instance_getter_t03: SkipSlow
Language/Classes/Getters/instance_getter_t04: SkipSlow
Language/Classes/Getters/instance_getter_t05: SkipSlow
Language/Classes/Getters/instance_getter_t06: SkipSlow
Language/Classes/Getters/override_t04: SkipSlow
Language/Classes/Getters/return_type_t01: SkipSlow
Language/Classes/Getters/static_t01/none: SkipSlow
Language/Classes/Getters/static_t02: SkipSlow
Language/Classes/Getters/syntax_t01: SkipSlow
Language/Classes/Getters/void_return_type_t01: SkipSlow
Language/Classes/Instance_Methods/Operators/allowed_names_t01: SkipSlow
Language/Classes/Instance_Methods/Operators/arity_0_or_1_t01: SkipSlow
Language/Classes/Instance_Methods/Operators/arity_0_t01: SkipSlow
Language/Classes/Instance_Methods/Operators/syntax_t01: SkipSlow
Language/Classes/Instance_Methods/Operators/syntax_t03: SkipSlow
Language/Classes/Instance_Methods/override_named_parameters_t03: SkipSlow
Language/Classes/Instance_Methods/override_named_parameters_t04: SkipSlow
Language/Classes/Instance_Methods/override_named_parameters_t06: SkipSlow
Language/Classes/Instance_Methods/override_subtype_t05: SkipSlow
Language/Classes/Instance_Methods/override_subtype_t06: SkipSlow
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t01: SkipSlow
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t02: SkipSlow
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t04: SkipSlow
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t05: SkipSlow
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t06: SkipSlow
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t07: SkipSlow
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t08: SkipSlow
Language/Classes/Instance_Methods/same_name_static_member_in_superclass_t09: SkipSlow
Language/Classes/Instance_Variables/definition_t01: SkipSlow
Language/Classes/Instance_Variables/definition_t02: SkipSlow
Language/Classes/Instance_Variables/definition_t04: SkipSlow
Language/Classes/Setters/instance_setter_t01: SkipSlow
Language/Expressions/Function_Invocation/async_generator_invokation_t08: SkipSlow
Language/Expressions/Function_Invocation/async_generator_invokation_t10: SkipSlow
Language/Expressions/Null/instance_of_class_null_t01: SkipByDesign # dart:mirrors not supported https://github.com/dart-lang/co19/issues/522.
Language/Expressions/Numbers/syntax_t06: SkipByDesign # uses integer literal not representable as JavaScript number
Language/Expressions/Numbers/syntax_t09: SkipByDesign # uses integer literal not representable as JavaScript number
Language/Expressions/Spawning_an_Isolate/new_isolate_t01: SkipByDesign # dart:isolate not supported.
Language/Functions/External_Functions/not_connected_to_a_body_t01: SkipByDesign # External variables are not supported
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*: Skip # dart:mirrors not supported https://github.com/dart-lang/co19/issues/523.
Language/Types/Interface_Types/subtype_t27: Skip # Times out
Language/Types/Interface_Types/subtype_t28: Skip # Times out
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
LibTest/html/Element/loadEvent_A01_t01: Skip # Times out
LibTest/html/Element/mouseWheelEvent_A01_t01: Skip # Times out
LibTest/html/Element/onLoad_A01_t01: Skip # Times out
LibTest/html/Element/onMouseWheel_A01_t01: Skip # Times out
LibTest/html/Element/onTransitionEnd_A01_t01: Skip # Times out
LibTest/html/Element/transitionEndEvent_A01_t01: Skip # Times out
LibTest/html/HttpRequest/onError_A01_t02: Skip # Times out
LibTest/html/HttpRequest/responseText_A01_t02: Skip # Times out
LibTest/html/HttpRequestUpload/onError_A01_t02: Skip # Times out
LibTest/html/HttpRequestUpload/onLoadEnd_A01_t01: Skip # Times out
LibTest/html/HttpRequestUpload/onLoadStart_A01_t01: Skip # Times out
LibTest/html/HttpRequestUpload/onLoad_A01_t01: Skip # Times out
LibTest/html/IFrameElement/blur_A01_t01: Skip # Times out
LibTest/html/IFrameElement/enteredView_A01_t01: Skip # Times out
LibTest/html/IFrameElement/focus_A01_t01: Skip # Times out
LibTest/html/IFrameElement/onMouseWheel_A01_t01: Skip # Times out
LibTest/html/IFrameElement/onTransitionEnd_A01_t01: Skip # Times out
Language/Metadata/before*: SkipByDesign # dart:mirrors not supported https://github.com/dart-lang/co19/issues/523.
Language/Types/Interface_Types/subtype_t27: SkipSlow
Language/Types/Interface_Types/subtype_t28: SkipSlow
LibTest/html/CanvasRenderingContext2D/addEventListener_A01_t03: SkipSlow
LibTest/html/Element/blur_A01_t01: SkipSlow
LibTest/html/Element/focus_A01_t01: SkipSlow
LibTest/html/Element/loadEvent_A01_t01: SkipSlow
LibTest/html/Element/mouseWheelEvent_A01_t01: SkipSlow
LibTest/html/Element/onLoad_A01_t01: SkipSlow
LibTest/html/Element/onMouseWheel_A01_t01: SkipSlow
LibTest/html/Element/onTransitionEnd_A01_t01: SkipSlow
LibTest/html/Element/transitionEndEvent_A01_t01: SkipSlow
LibTest/html/HttpRequest/onError_A01_t02: SkipSlow
LibTest/html/HttpRequest/responseText_A01_t02: SkipSlow
LibTest/html/HttpRequestUpload/onError_A01_t02: SkipSlow
LibTest/html/HttpRequestUpload/onLoadEnd_A01_t01: SkipSlow
LibTest/html/HttpRequestUpload/onLoadStart_A01_t01: SkipSlow
LibTest/html/HttpRequestUpload/onLoad_A01_t01: SkipSlow
LibTest/html/IFrameElement/blur_A01_t01: SkipSlow
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.