dart-sdk/tests/lib_2/mirrors
Daniel Hillerström de984e58cb Type checking for redirecting factories.
Implements static semantics for redirecting factories (c.f. §10.6.2 of
the specification). This CL does not include inference of actual type
arguments on redirectees, that is it does not handle the case where
type arguments have been omitted on the redirectee as in this
following example program:

  class A<T> {
    factory A() = B;
  }
  class B<T> implements A<T> {
    B();
  }

Closes https://github.com/dart-lang/sdk/issues/32988.

Also resolves the second part of
https://github.com/dart-lang/sdk/issues/30579.

Can possibly also close https://github.com/dart-lang/sdk/issues/11578.

Change-Id: I5f1fb60510ba6cdc917321239819c1f817b5b85d
Reviewed-on: https://dart-review.googlesource.com/74580
Commit-Queue: Daniel Hillerström <hillerstrom@google.com>
Reviewed-by: Dmitry Stefantsov <dmitryas@google.com>
2018-09-19 06:20:20 +00:00
..
abstract_class_test.dart Fix an incorrect dart:mirrors test 2018-05-22 13:56:41 +00:00
abstract_test.dart Migrated test lock 217 to Dart 2.0. 2017-08-31 07:47:36 -07:00
accessor_cache_overflow_test.dart Migrated test lock 217 to Dart 2.0. 2017-08-31 07:47:36 -07:00
apply3_test.dart cleanup language_2 and corelib_2 tests that import dart:mirrors 2018-05-07 23:50:56 +00:00
array_tracing2_test.dart Migrated test lock 217 to Dart 2.0. 2017-08-31 07:47:36 -07:00
array_tracing3_test.dart
array_tracing_test.dart
basic_types_in_dart_core_test.dart
circular_factory_redirection_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
class_declarations_test.dart
class_mirror_location_other.dart
class_mirror_location_test.dart
class_mirror_type_variables_data.dart
class_mirror_type_variables_expect.dart
class_mirror_type_variables_test.dart
closure_mirror_import1.dart
closure_mirror_import2.dart
closures_test.dart
closurization_equivalence_test.dart
const_evaluation_test.dart cleanup language_2 and corelib_2 tests that import dart:mirrors 2018-05-07 23:50:56 +00:00
constructor_kinds_test.dart
constructor_optional_args_test.dart Dart 2 Libraries Wave 3 2018-03-08 16:36:07 +00:00
constructor_private_name_test.dart
constructors_test.dart
dart2js_mirrors_test.dart
declarations_model.dart Made helpers strong-mode clean for Dart 2.0 migration. 2017-08-30 09:51:39 -07:00
declarations_model_easier.dart Made helpers strong-mode clean for Dart 2.0 migration. 2017-08-30 09:51:39 -07:00
declarations_type_test.dart
deferred_constraints_constants_lib.dart cleanup language_2 and corelib_2 tests that import dart:mirrors 2018-05-07 23:50:56 +00:00
deferred_constraints_constants_test.dart cleanup language_2 and corelib_2 tests that import dart:mirrors 2018-05-07 23:50:56 +00:00
deferred_mirrors_metadata_lib.dart It is an error if a final field is not initialized. 2018-08-17 12:37:52 +00:00
deferred_mirrors_metadata_test.dart
deferred_mirrors_metatarget_lib.dart Dart 2 Libraries Wave 3 2018-03-08 16:36:07 +00:00
deferred_mirrors_metatarget_test.dart
deferred_mirrors_update_lib.dart
deferred_mirrors_update_test.dart
deferred_type_other.dart
deferred_type_test.dart
delegate_call_through_getter_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
delegate_class_test.dart
delegate_function_invocation_test.dart
delegate_library_test.dart
delegate_test.dart
disable_tree_shaking_test.dart
dynamic_load_error.dart Reapply "[mirrors] Add IsolateMirror.loadUri." 2018-05-29 22:01:01 +00:00
dynamic_load_success.dart Reapply "[mirrors] Add IsolateMirror.loadUri." 2018-05-29 22:01:01 +00:00
dynamic_load_test.dart [VM] Use the incremental compiler to compile sources only when the observatory 2018-07-13 23:28:51 +00:00
empty.dart
empty_test.dart
enum_mirror_test.dart cleanup language_2 and corelib_2 tests that import dart:mirrors 2018-05-07 23:50:56 +00:00
enum_test.dart
equality_test.dart
fake_function_with_call_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
fake_function_without_call_test.dart Finish migrating stuff out of lib_strong. 2017-12-11 23:45:23 +00:00
field_metadata2_test.dart Migrated test block 221 to Dart 2.0. 2017-09-13 22:46:48 +00:00
field_metadata_test.dart Migrated test block 221 to Dart 2.0. 2017-09-13 22:46:48 +00:00
field_type_test.dart Migrated test block 221 to Dart 2.0. 2017-09-13 22:46:48 +00:00
function_apply_mirrors_lib.dart Migrated test block 221 to Dart 2.0. 2017-09-13 22:46:48 +00:00
function_apply_mirrors_test.dart Migrated test block 221 to Dart 2.0. 2017-09-13 22:46:48 +00:00
function_apply_test.dart Migrated test block 221 to Dart 2.0. 2017-09-13 22:46:48 +00:00
function_type_mirror_test.dart Migrated test block 221 to Dart 2.0. 2017-09-13 22:46:48 +00:00
generic_bounded_by_type_parameter_test.dart Migrated test block 221 to Dart 2.0. 2017-09-13 22:46:48 +00:00
generic_bounded_test.dart Migrated test block 221 to Dart 2.0. 2017-09-13 22:46:48 +00:00
generic_class_declaration_test.dart Migrated test block 221 to Dart 2.0. 2017-09-13 22:46:48 +00:00
generic_f_bounded_mixin_application_test.dart Migrated test block 221 to Dart 2.0. 2017-09-13 22:46:48 +00:00
generic_f_bounded_test.dart Migrated test block 221 to Dart 2.0. 2017-09-13 22:46:48 +00:00
generic_function_typedef_test.dart Migrated test block 221 to Dart 2.0. 2017-09-13 22:46:48 +00:00
generic_interface_test.dart Migrated test block 221 to Dart 2.0. 2017-09-13 22:46:48 +00:00
generic_list_test.dart Migrated test block 220 to Dart 2.0. 2017-08-31 07:16:58 -07:00
generic_local_function_test.dart Migrated test block 220 to Dart 2.0. 2017-08-31 07:16:58 -07:00
generic_method_test.dart Migrated test block 220 to Dart 2.0. 2017-08-31 07:16:58 -07:00
generic_mixin_applications_test.dart Migrated test block 220 to Dart 2.0. 2017-08-31 07:16:58 -07:00
generic_mixin_test.dart Migrated test block 220 to Dart 2.0. 2017-08-31 07:16:58 -07:00
generic_superclass_test.dart Migrated test block 220 to Dart 2.0. 2017-08-31 07:16:58 -07:00
generic_type_mirror_test.dart Migrated test block 220 to Dart 2.0. 2017-08-31 07:16:58 -07:00
generics_double_substitution_test.dart Finish migrating stuff out of lib_strong. 2017-12-11 23:45:23 +00:00
generics_dynamic_test.dart Finish migrating stuff out of lib_strong. 2017-12-11 23:45:23 +00:00
generics_helper.dart Finish migrating stuff out of lib_strong. 2017-12-11 23:45:23 +00:00
generics_special_types_test.dart Finish migrating stuff out of lib_strong. 2017-12-11 23:45:23 +00:00
generics_substitution_test.dart Finish migrating stuff out of lib_strong. 2017-12-11 23:45:23 +00:00
generics_test.dart Finish migrating stuff out of lib_strong. 2017-12-11 23:45:23 +00:00
get_field_cache_test.dart Migrated test block 222 to Dart 2.0. 2017-09-13 02:05:02 +00:00
get_field_static_test.dart Migrated test block 222 to Dart 2.0. 2017-09-13 02:05:02 +00:00
get_field_test.dart Migrated test block 222 to Dart 2.0. 2017-09-13 02:05:02 +00:00
get_symbol_name_no_such_method_test.dart Migrated test block 222 to Dart 2.0. 2017-09-13 02:05:02 +00:00
get_symbol_name_test.dart Migrated test block 222 to Dart 2.0. 2017-09-13 02:05:02 +00:00
globalized_closures2_test.dart Migrated test block 222 to Dart 2.0. 2017-09-13 02:05:02 +00:00
globalized_closures_test.dart Migrated test block 222 to Dart 2.0. 2017-09-13 02:05:02 +00:00
hierarchy_invariants_test.dart Migrated test block 222 to Dart 2.0. 2017-09-13 02:05:02 +00:00
hot_get_field_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
hot_set_field_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
immutable_collections_test.dart Migrated test block 222 to Dart 2.0. 2017-09-13 02:05:02 +00:00
inference_and_no_such_method_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
inherit_field_test.dart Migrated test block 222 to Dart 2.0. 2017-09-13 02:05:02 +00:00
inherited_metadata_test.dart Migrated test block 222 to Dart 2.0. 2017-09-13 02:05:02 +00:00
initializing_formals_test.dart Updated tests for new treatment of init.formal type annotations 2017-09-21 07:34:58 +00:00
instance_creation_in_function_annotation_test.dart cleanup language_2 and corelib_2 tests that import dart:mirrors 2018-05-07 23:50:56 +00:00
instance_members_easier_test.dart Migrated test block 222 to Dart 2.0. 2017-09-13 02:05:02 +00:00
instance_members_test.dart Migrated test block 222 to Dart 2.0. 2017-09-13 02:05:02 +00:00
instance_members_unimplemented_interface_test.dart [Test status] Update status of several triaged lib_2/mirrors tests 2018-06-05 16:24:09 +00:00
instance_members_with_override_test.dart Migrated test block 222 to Dart 2.0. 2017-09-13 02:05:02 +00:00
instantiate_abstract_class_test.dart Migrated test block 223 to Dart 2.0. 2017-09-08 18:23:41 +00:00
intercepted_cache_test.dart Migrated test block 223 to Dart 2.0. 2017-09-08 18:23:41 +00:00
intercepted_class_test.dart Migrated test block 223 to Dart 2.0. 2017-09-08 18:23:41 +00:00
intercepted_object_test.dart [VM] Clean up typing violations in the numerics implementation. 2017-10-17 21:00:24 +00:00
intercepted_superclass_test.dart Migrated test block 223 to Dart 2.0. 2017-09-08 18:23:41 +00:00
invocation_cache_test.dart Migrated test block 223 to Dart 2.0. 2017-09-08 18:23:41 +00:00
invocation_fuzz_test.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
invocation_mirror_invoke_on2_test.dart cleanup language_2 and corelib_2 tests that import dart:mirrors 2018-05-07 23:50:56 +00:00
invocation_mirror_invoke_on_test.dart cleanup language_2 and corelib_2 tests that import dart:mirrors 2018-05-07 23:50:56 +00:00
invoke_call_on_closure_test.dart Migrated test block 223 to Dart 2.0. 2017-09-08 18:23:41 +00:00
invoke_call_through_getter_previously_accessed_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
invoke_call_through_getter_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
invoke_call_through_implicit_getter_previously_accessed_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
invoke_call_through_implicit_getter_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
invoke_closurization2_test.dart Migrated test block 224 to Dart 2.0. 2017-09-08 22:16:24 +00:00
invoke_closurization_test.dart Migrated test block 224 to Dart 2.0. 2017-09-08 22:16:24 +00:00
invoke_import_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
invoke_named_test.dart Dart 2 Libraries Wave 3 2018-03-08 16:36:07 +00:00
invoke_natives_malicious_test.dart Migrated test block 224 to Dart 2.0. 2017-09-08 22:16:24 +00:00
invoke_private_test.dart Migrated test block 224 to Dart 2.0. 2017-09-08 22:16:24 +00:00
invoke_private_wrong_library_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
invoke_test.dart Dart 2 Libraries Wave 3 2018-03-08 16:36:07 +00:00
invoke_throws_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
io_html_mutual_exclusion_test.dart Migrated test block 224 to Dart 2.0. 2017-09-08 22:16:24 +00:00
is_odd_test.dart Migrated test block 224 to Dart 2.0. 2017-09-08 22:16:24 +00:00
issue21079_test.dart cleanup language_2 and corelib_2 tests that import dart:mirrors 2018-05-07 23:50:56 +00:00
lazy_static_test.dart Migrated test block 224 to Dart 2.0. 2017-09-08 22:16:24 +00:00
libraries_test.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_declarations_test.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_enumeration_deferred_loading_test.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_exports_hidden.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_exports_hidden_test.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_exports_shown.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_exports_shown_test.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_import_deferred_loading_test.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_imports_a.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_imports_b.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_imports_bad_metadata_test.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_imports_deferred_test.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_imports_hidden.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_imports_hidden_test.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_imports_metadata.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_imports_metadata_test.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_imports_prefixed.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_imports_prefixed_show_hide.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_imports_prefixed_show_hide_test.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_imports_prefixed_test.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_imports_shown.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_imports_shown_test.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_metadata2_lib1.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_metadata2_lib2.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_metadata2_test.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_metadata_test.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_metatarget_test.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_metatarget_test_annotations_lib.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_metatarget_test_lib.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_uri_io_test.dart Remove usage of unittest package from a number of tests. 2018-07-20 13:26:38 +00:00
library_uri_package_test.dart Remove usage of unittest package from a number of tests. 2018-07-20 13:26:38 +00:00
library_with_annotated_declaration.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
library_without_declaration.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
list_constructor_test.dart Dart 2 Libraries Wave 3 2018-03-08 16:36:07 +00:00
load_library_test.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
local_function_is_static_test.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
local_isolate_test.dart Reland "Migrate test batch 226 to Dart 2.0" 2017-09-08 09:28:18 +00:00
metadata_allowed_values_import.dart Reland "Migrate test batch 226 to Dart 2.0" 2017-09-08 09:28:18 +00:00
metadata_allowed_values_test.dart Reland "Migrate test batch 226 to Dart 2.0" 2017-09-08 09:28:18 +00:00
metadata_class_mirror_test.dart Reland "Migrate test batch 226 to Dart 2.0" 2017-09-08 09:28:18 +00:00
metadata_const_map_test.dart Reland "Migrate test batch 226 to Dart 2.0" 2017-09-08 09:28:18 +00:00
metadata_constructed_constant_test.dart Reland "Migrate test batch 226 to Dart 2.0" 2017-09-08 09:28:18 +00:00
metadata_constructor_arguments_test.dart Reland "Migrate test batch 226 to Dart 2.0" 2017-09-08 09:28:18 +00:00
metadata_nested_constructor_call_test.dart Update lib tests to optional const 2018-01-19 15:26:25 +00:00
metadata_scope_test.dart Reland "Migrate test batch 226 to Dart 2.0" 2017-09-08 09:28:18 +00:00
metadata_symbol_literal_test.dart [vm/kernel] Fix crash when reading symbol literal from Dart annotation 2018-06-22 00:22:13 +00:00
metadata_test.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
metadata_type_literal_test.dart [vm/kernel] Set active class when evaluating Dart annotations 2018-05-23 16:17:55 +00:00
method_mirror_location_other.dart Reland "Migrate test batch 226 to Dart 2.0" 2017-09-08 09:28:18 +00:00
method_mirror_location_test.dart Reland "Migrate test batch 226 to Dart 2.0" 2017-09-08 09:28:18 +00:00
method_mirror_name_test.dart Reland "Migrate test batch 226 to Dart 2.0" 2017-09-08 09:28:18 +00:00
method_mirror_properties_test.dart Reland "Migrate test batch 226 to Dart 2.0" 2017-09-08 09:28:18 +00:00
method_mirror_returntype_test.dart Reland "Migrate test batch 226 to Dart 2.0" 2017-09-08 09:28:18 +00:00
method_mirror_source_line_ending_cr.dart Reland "Migrate test batch 226 to Dart 2.0" 2017-09-08 09:28:18 +00:00
method_mirror_source_line_ending_crlf.dart Reland "Migrate test batch 226 to Dart 2.0" 2017-09-08 09:28:18 +00:00
method_mirror_source_line_ending_lf.dart Reland "Migrate test batch 226 to Dart 2.0" 2017-09-08 09:28:18 +00:00
method_mirror_source_line_ending_test.dart Reland "Migrate test batch 226 to Dart 2.0" 2017-09-08 09:28:18 +00:00
method_mirror_source_other.dart Reland "Migrate test batch 226 to Dart 2.0" 2017-09-08 09:28:18 +00:00
method_mirror_source_test.dart Reland "Migrate test batch 226 to Dart 2.0" 2017-09-08 09:28:18 +00:00
mirror_in_static_init_test.dart Migrate test batch 227 to Dart 2.0 2017-09-08 09:57:16 +00:00
mirrors_nsm_mismatch_test.dart Migrate test batch 227 to Dart 2.0 2017-09-08 09:57:16 +00:00
mirrors_nsm_test.dart Migrate test batch 227 to Dart 2.0 2017-09-08 09:57:16 +00:00
mirrors_reader.dart Migrate test batch 227 to Dart 2.0 2017-09-08 09:57:16 +00:00
mirrors_reader_test.dart Migrate test batch 227 to Dart 2.0 2017-09-08 09:57:16 +00:00
mirrors_resolve_fields_test.dart Dart 2 Libraries Wave 3 2018-03-08 16:36:07 +00:00
mirrors_test.dart Dart 2 Libraries Wave 3 2018-03-08 16:36:07 +00:00
mirrors_used_generic_types_test.dart Migrate test batch 227 to Dart 2.0 2017-09-08 09:57:16 +00:00
mirrors_used_get_name2_test.dart Migrate test batch 227 to Dart 2.0 2017-09-08 09:57:16 +00:00
mirrors_used_get_name_test.dart Migrate test batch 227 to Dart 2.0 2017-09-08 09:57:16 +00:00
mirrors_used_inheritance_test.dart Migrate test batch 227 to Dart 2.0 2017-09-08 09:57:16 +00:00
mirrors_used_merge_test.dart Migrated test block 228 to Dart 2.0. 2017-09-13 21:29:28 +00:00
mirrors_used_typedef_declaration_test.dart Migrated test block 228 to Dart 2.0. 2017-09-13 21:29:28 +00:00
mirrors_visitor.dart Migrate test batch 227 to Dart 2.0 2017-09-08 09:57:16 +00:00
mixin_application_test.dart Migrated test block 228 to Dart 2.0. 2017-09-13 21:29:28 +00:00
mixin_members_test.dart Migrated test block 228 to Dart 2.0. 2017-09-13 21:29:28 +00:00
mixin_simple_test.dart Migrated test block 228 to Dart 2.0. 2017-09-13 21:29:28 +00:00
mixin_test.dart Migrated test block 228 to Dart 2.0. 2017-09-13 21:29:28 +00:00
model.dart Migrated test block 228 to Dart 2.0. 2017-09-13 21:29:28 +00:00
model_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
native_class_test.dart Migrated test block 228 to Dart 2.0. 2017-09-13 21:29:28 +00:00
new_instance_optional_arguments_test.dart Migrated test block 228 to Dart 2.0. 2017-09-13 21:29:28 +00:00
new_instance_with_type_arguments_test.dart Dart 2 Libraries Wave 3 2018-03-08 16:36:07 +00:00
no_metadata_test.dart Migrated test block 228 to Dart 2.0. 2017-09-13 21:29:28 +00:00
null2_test.dart Migrated test block 228 to Dart 2.0. 2017-09-13 21:29:28 +00:00
null_test.dart cleanup language_2 and corelib_2 tests that import dart:mirrors 2018-05-07 23:50:56 +00:00
operator_test.dart Migrated test block 229 to Dart 2.0. 2017-09-13 21:53:54 +00:00
optional_parameters_test.dart Migrated test block 229 to Dart 2.0. 2017-09-13 21:53:54 +00:00
other_declarations_location_test.dart Migrated test block 229 to Dart 2.0. 2017-09-13 21:53:54 +00:00
other_library.dart Migrated test block 225 to Dart 2.0. 2017-09-08 21:58:43 +00:00
parameter_annotation_mirror_test.dart Migrated test block 229 to Dart 2.0. 2017-09-13 21:53:54 +00:00
parameter_is_const_test.dart Migrated test block 229 to Dart 2.0. 2017-09-13 21:53:54 +00:00
parameter_metadata_test.dart Migrated test block 229 to Dart 2.0. 2017-09-13 21:53:54 +00:00
parameter_of_mixin_app_constructor_test.dart Migrated test block 229 to Dart 2.0. 2017-09-13 21:53:54 +00:00
parameter_test.dart Migrated test block 229 to Dart 2.0. 2017-09-13 21:53:54 +00:00
private_class_field_other.dart Migrated test block 229 to Dart 2.0. 2017-09-13 21:53:54 +00:00
private_class_field_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
private_field_helper.dart Migrated test block 229 to Dart 2.0. 2017-09-13 21:53:54 +00:00
private_field_test.dart Migrated test block 229 to Dart 2.0. 2017-09-13 21:53:54 +00:00
private_symbol_mangling_lib.dart Migrated test block 229 to Dart 2.0. 2017-09-13 21:53:54 +00:00
private_symbol_mangling_test.dart Migrated test block 229 to Dart 2.0. 2017-09-13 21:53:54 +00:00
private_symbol_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
private_types_test.dart Migrated test block 230 to Dart 2.0. 2017-09-21 23:39:49 +00:00
proxy_type_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
raw_type_test.dart Migrated test block 230 to Dart 2.0. 2017-09-21 23:39:49 +00:00
redirecting_factory_different_type_test.dart Dart 2 Libraries Wave 3 2018-03-08 16:36:07 +00:00
redirecting_factory_reflection_test.dart cleanup language_2 and corelib_2 tests that import dart:mirrors 2018-05-07 23:50:56 +00:00
redirecting_factory_test.dart Type checking for redirecting factories. 2018-09-19 06:20:20 +00:00
reflect_class_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
reflect_model_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
reflect_runtime_type_test.dart Migrated test block 230 to Dart 2.0. 2017-09-21 23:39:49 +00:00
reflect_two_classes_test.dart Migrated test block 230 to Dart 2.0. 2017-09-21 23:39:49 +00:00
reflect_uninstantiated_class_test.dart Migrated test block 230 to Dart 2.0. 2017-09-21 23:39:49 +00:00
reflected_type_classes_test.dart Migrated test block 230 to Dart 2.0. 2017-09-21 23:39:49 +00:00
reflected_type_function_type_test.dart Migrated test block 230 to Dart 2.0. 2017-09-21 23:39:49 +00:00
reflected_type_generics_test.dart Dart 2 Libraries Wave 3 2018-03-08 16:36:07 +00:00
reflected_type_helper.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
reflected_type_special_types_test.dart Migrated test block 230 to Dart 2.0. 2017-09-21 23:39:49 +00:00
reflected_type_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
reflected_type_typedefs_test.dart Migrated test block 230 to Dart 2.0. 2017-09-21 23:39:49 +00:00
reflected_type_typevars_test.dart Migrated test block 230 to Dart 2.0. 2017-09-21 23:39:49 +00:00
reflectively_instantiate_uninstantiated_class_test.dart Dart 2 Libraries Wave 3 2018-03-08 16:36:07 +00:00
regress_13462_0_test.dart cleanup language_2 and corelib_2 tests that import dart:mirrors 2018-05-07 23:50:56 +00:00
regress_13462_1_test.dart cleanup language_2 and corelib_2 tests that import dart:mirrors 2018-05-07 23:50:56 +00:00
regress_14304_test.dart Migrated test block 230 to Dart 2.0. 2017-09-21 23:39:49 +00:00
regress_16321_test.dart Migrated test block 230 to Dart 2.0. 2017-09-21 23:39:49 +00:00
regress_18535_test.dart cleanup language_2 and corelib_2 tests that import dart:mirrors 2018-05-07 23:50:56 +00:00
regress_19731_test.dart Migrated test block 230 to Dart 2.0. 2017-09-21 23:39:49 +00:00
regress_26187_test.dart Migrate test batch 231 to Dart 2.0 2017-09-08 12:59:34 +00:00
regress_28255_test.dart cleanup language_2 and corelib_2 tests that import dart:mirrors 2018-05-07 23:50:56 +00:00
regress_33259_test.dart [vm/kernel] Set active class when evaluating Dart annotations, take 2 2018-06-04 19:05:33 +00:00
relation_assignable_test.dart Migrate test batch 231 to Dart 2.0 2017-09-08 12:59:34 +00:00
relation_subclass_test.dart [vm] Reify even more generics in the mirrors implementation to appease Dart 2. 2018-05-11 19:18:49 +00:00
relation_subtype_test.dart Migrate test batch 231 to Dart 2.0 2017-09-08 12:59:34 +00:00
repeated_private_anon_mixin_app1.dart Migrate test batch 231 to Dart 2.0 2017-09-08 12:59:34 +00:00
repeated_private_anon_mixin_app2.dart Migrate test batch 231 to Dart 2.0 2017-09-08 12:59:34 +00:00
repeated_private_anon_mixin_app_test.dart Migrate test batch 231 to Dart 2.0 2017-09-08 12:59:34 +00:00
return_type_test.dart Migrate test batch 231 to Dart 2.0 2017-09-08 12:59:34 +00:00
runtime_type_test.dart Migrate test batch 231 to Dart 2.0 2017-09-08 12:59:34 +00:00
set_field_with_final_inheritance_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
set_field_with_final_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
spawn_function_root_library_test.dart Add type parameter to Isolate.spawn. 2017-12-04 07:11:44 +00:00
static_const_field_test.dart Migrate test batch 231 to Dart 2.0 2017-09-08 12:59:34 +00:00
static_members_easier_test.dart Migrate test batch 231 to Dart 2.0 2017-09-08 12:59:34 +00:00
static_members_test.dart Migrate test batch 231 to Dart 2.0 2017-09-08 12:59:34 +00:00
static_metatarget_test.dart Migrate test batch 231 to Dart 2.0 2017-09-08 12:59:34 +00:00
static_test.dart Migrate test batch 231 to Dart 2.0 2017-09-08 12:59:34 +00:00
stringify.dart [vm] Reify even more generics in the mirrors implementation to appease Dart 2. 2018-05-11 19:18:49 +00:00
superclass2_test.dart Migrate test batch 231 to Dart 2.0 2017-09-08 12:59:34 +00:00
superclass_test.dart Migrate test batch 231 to Dart 2.0 2017-09-08 12:59:34 +00:00
symbol_validation_test.dart Fix fuzzy arrow issues in tests. 2018-01-16 23:08:01 +00:00
syntax_error_test.dart Dart 2 Libraries Wave 3 2018-03-08 16:36:07 +00:00
synthetic_accessor_properties_test.dart Migrate test batch 231 to Dart 2.0 2017-09-08 12:59:34 +00:00
to_string_test.dart Migrate test batch 231 to Dart 2.0 2017-09-08 12:59:34 +00:00
top_level_accessors_test.dart Migrate test batch 231 to Dart 2.0 2017-09-08 12:59:34 +00:00
type_argument_is_type_variable_test.dart Migrate test batch 231 to Dart 2.0 2017-09-08 12:59:34 +00:00
type_mirror_for_type_test.dart Migrate test batch 231 to Dart 2.0 2017-09-08 12:59:34 +00:00
type_variable_is_static_test.dart Migrate test batch 231 to Dart 2.0 2017-09-08 12:59:34 +00:00
type_variable_owner_test.dart Migrate test batch 231 to Dart 2.0 2017-09-08 12:59:34 +00:00
typearguments_mirror_test.dart Migrate test batch 231 to Dart 2.0 2017-09-08 12:59:34 +00:00
typedef_deferred_library_test.dart Migrate test batch 231 to Dart 2.0 2017-09-08 12:59:34 +00:00
typedef_in_signature_test.dart Migrate test batch 231 to Dart 2.0 2017-09-08 12:59:34 +00:00
typedef_library.dart Migrate test batch 231 to Dart 2.0 2017-09-08 12:59:34 +00:00
typedef_library_test.dart Migrate test batch 233 to Dart 2.0 2017-09-11 10:46:03 +00:00
typedef_metadata_test.dart Migrate test batch 233 to Dart 2.0 2017-09-11 10:46:03 +00:00
typedef_reflected_type_test.dart Migrate test batch 233 to Dart 2.0 2017-09-11 10:46:03 +00:00
typedef_test.dart Migrate test batch 233 to Dart 2.0 2017-09-11 10:46:03 +00:00
typevariable_mirror_metadata_test.dart Migrate test batch 233 to Dart 2.0 2017-09-11 10:46:03 +00:00
unmangled_type_test.dart Migrate test batch 233 to Dart 2.0 2017-09-11 10:46:03 +00:00
unnamed_library_test.dart Migrate test batch 233 to Dart 2.0 2017-09-11 10:46:03 +00:00
unnamed_mixin_application_test.dart Migrate test batch 233 to Dart 2.0 2017-09-11 10:46:03 +00:00
unused_mirrors2_test.dart Migrate test batch 233 to Dart 2.0 2017-09-11 10:46:03 +00:00
unused_mirrors3_test.dart Migrate test batch 233 to Dart 2.0 2017-09-11 10:46:03 +00:00
unused_mirrors4_test.dart Migrate test batch 233 to Dart 2.0 2017-09-11 10:46:03 +00:00
unused_mirrors5_test.dart Migrate test batch 233 to Dart 2.0 2017-09-11 10:46:03 +00:00
unused_mirrors6_test.dart Migrate test batch 233 to Dart 2.0 2017-09-11 10:46:03 +00:00
unused_mirrors7_test.dart Migrate test batch 233 to Dart 2.0 2017-09-11 10:46:03 +00:00
unused_mirrors8_test.dart Migrate test batch 233 to Dart 2.0 2017-09-11 10:46:03 +00:00
unused_mirrors9_test.dart Migrate test batch 233 to Dart 2.0 2017-09-11 10:46:03 +00:00
unused_mirrors_test.dart Migrate test batch 233 to Dart 2.0 2017-09-11 10:46:03 +00:00
unused_mirrors_used_test.dart Migrate test batch 233 to Dart 2.0 2017-09-11 10:46:03 +00:00
variable_is_const_test.dart Migrate test batch 233 to Dart 2.0 2017-09-11 10:46:03 +00:00