dart-sdk/tests/language/mixin
Mayank Patke 4bf7972e86 [web-fixit] Make generic/mixin language tests minification-agnostic
Change-Id: I3b485346ae4c08a3e09ed907a944d98431c4989d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/338945
Commit-Queue: Mayank Patke <fishythefish@google.com>
Reviewed-by: Bob Nystrom <rnystrom@google.com>
2023-11-29 21:40:21 +00:00
..
abstract_getter_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
accessor_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
and_extension_member_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
black_listed_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
bound_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
class_from_core_library_test.dart
cyclic_runtime_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
cyclic_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
deduplication_test.dart
extends_field_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
extends_is_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
extends_method_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
factory_constructor_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
field_initializer_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
field_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
forwarding_constructor1_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
forwarding_constructor2_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
forwarding_constructor3_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
forwarding_constructor4_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
forwarding_stub_call_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
forwarding_stub_set_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
forwarding_stub_tearoff_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
generic_test.dart [web-fixit] Make generic/mixin language tests minification-agnostic 2023-11-29 21:40:21 +00:00
getter_regression_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
illegal_constructor_runtime_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
illegal_constructor_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
illegal_cycles_test.dart Separate MIXIN_CLASS_DECLARATION_EXTENDS_NOT_OBJECT from MIXIN_INHERITS_FROM_NOT_OBJECT. 2023-03-20 21:41:58 +00:00
illegal_object_test.dart [flip-modifiers] opt out from class modifiers some failing front end language tests 2023-03-02 20:40:20 +00:00
illegal_static_access_runtime_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
illegal_static_access_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
illegal_super_use_runtime_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
illegal_super_use_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
illegal_superclass_runtime_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
illegal_superclass_test.dart Separate MIXIN_CLASS_DECLARATION_EXTENDS_NOT_OBJECT from MIXIN_INHERITS_FROM_NOT_OBJECT. 2023-03-20 21:41:58 +00:00
illegal_syntax_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
implements2_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
implements_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
implicit_covariance_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
inference_mixin_field_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
interface_check_runtime_test.dart
interface_check_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
invalid_bound2_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
invalid_bound_test.dart Clean up a number of 2.19 opt outs in language tests. 2023-03-17 16:17:50 +00:00
invalid_inheritance1_test.dart
invalid_inheritance2_test.dart
invalid_override_in_mixin_runtime_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
invalid_override_in_mixin_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
is_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
issue10216_2_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
issue10216_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
lib_extends_field_lib.dart pre-emptively fix some tests for class modifiers flag flip 2023-03-01 20:11:25 +00:00
lib_extends_field_test.dart pre-emptively fix some tests for class modifiers flag flip 2023-03-01 20:11:25 +00:00
lib_extends_method_lib.dart pre-emptively fix some tests for class modifiers flag flip 2023-03-01 20:11:25 +00:00
lib_extends_method_test.dart pre-emptively fix some tests for class modifiers flag flip 2023-03-01 20:11:25 +00:00
method_override_runtime_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
method_override_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
method_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
mixin2_test.dart [web-fixit] Make generic/mixin language tests minification-agnostic 2023-11-29 21:40:21 +00:00
mixin3_test.dart [web-fixit] Make generic/mixin language tests minification-agnostic 2023-11-29 21:40:21 +00:00
mixin4_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
mixin5_test.dart [web-fixit] Make generic/mixin language tests minification-agnostic 2023-11-29 21:40:21 +00:00
mixin6_test.dart [web-fixit] Make generic/mixin language tests minification-agnostic 2023-11-29 21:40:21 +00:00
mixin7_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
mixin_bound2_test.dart [web-fixit] Make generic/mixin language tests minification-agnostic 2023-11-29 21:40:21 +00:00
mixin_bound_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
mixin_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
mixin_type_arguments_test.dart [web-fixit] Make generic/mixin language tests minification-agnostic 2023-11-29 21:40:21 +00:00
named_constructor_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
naming_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
only_for_rti_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
override_regression_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
prefix_lib.dart pre-emptively fix some tests for class modifiers flag flip 2023-03-01 20:11:25 +00:00
prefix_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
proto_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
recursive_mixin_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
regress_11398_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
regress_13688_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
regress_47645_test.dart
regress_flutter_55345_const_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
regress_flutter_55345_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
regress_flutter_66859_1_test.dart
regress_flutter_66859_2_test.dart
substitution_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
super_2_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
super_bound_runtime_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
super_bound_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
super_constructor2_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
super_constructor_default_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
super_constructor_multiple_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
super_constructor_named_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
super_constructor_positionals_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
super_constructor_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
super_test.dart
super_use_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
super_with_initializer_test.dart
superclass_runtime_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
superclass_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
supertype_subclass2_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
supertype_subclass_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
this_use_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
type_parameter1_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
type_parameter2_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
type_parameter3_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
type_parameter4_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
type_parameter5_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
type_parameter6_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
type_parameter_inference_error_test.dart
type_parameter_inference_previous_mixin_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
type_parameter_inference_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
type_parameters_errors_runtime_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
type_parameters_errors_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
type_parameters_mixin_extends_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
type_parameters_mixin_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
type_parameters_simple_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
type_parameters_super_extends_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
type_parameters_super_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
type_variable_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
typedef_constructor_test.dart Set tests that have mixin errors as 2.19. 2023-03-01 15:03:39 +00:00
with_named_import_test.dart
with_two_implicit_constructors_test.dart Migrate "l" and "m" directory language tests off @compile-error. 2023-04-20 17:51:42 +00:00