dart-sdk/tests/language_2
Emily Fortuna 36b957762e Fix up test statuses for strong mode. They apparently got super out of date. :-(
Change-Id: If3e247aecbc7969423053854468f6117ace8fe49
Reviewed-on: https://dart-review.googlesource.com/40461
Reviewed-by: Sigmund Cherem <sigmund@google.com>
2018-02-09 18:53:36 +00:00
..
async_no_suspend Added test directories for Dart 2 features. 2017-12-22 15:39:13 +00:00
covariant_override Migrated test block 55 to Dart 2.0. 2017-09-18 22:08:58 +00:00
fixed_size_int Added test directories for Dart 2 features. 2017-12-22 15:39:13 +00:00
function_type Re-land "fix #30462, update function_type tests to understand covariant generics" 2017-08-19 19:52:33 -07:00
implicit_creation Fix some of the optional new and const tests 2018-02-06 18:04:33 +00:00
initializer_assert Added test directories for Dart 2 features. 2017-12-22 15:39:13 +00:00
instantiate_to_bound Added test directories for Dart 2 features. 2017-12-22 15:39:13 +00:00
nosuchmethod_forwarding Added noSuchMethod forwarding test and adjusted status files 2018-01-16 15:52:12 +00:00
sub Migrated test block 56 to Dart 2.0. 2017-09-14 20:34:04 +00:00
subtyping_dynamic Added test directories for Dart 2 features. 2017-12-22 15:39:13 +00:00
subtyping_static Added test directories for Dart 2 features. 2017-12-22 15:39:13 +00:00
vm Update tests to have an expression rather than a function as the argument in an assert 2018-01-05 22:09:09 +00:00
void Added test directories for Dart 2 features. 2017-12-22 15:39:13 +00:00
aborting_switch_case_test.dart Re-land beginning Dart 2.0 test migration. 2017-07-17 12:40:18 -07:00
abstract_beats_arguments_test.dart Re-land beginning Dart 2.0 test migration. 2017-07-17 12:40:18 -07:00
abstract_exact_selector_test.dart Re-land beginning Dart 2.0 test migration. 2017-07-17 12:40:18 -07:00
abstract_factory_constructor_test.dart Revert "Migrate test block 136 to Dart 2.0." 2017-09-15 18:30:04 +00:00
abstract_getter2_test.dart Migrate the language tests up to arithmetic_test. 2017-07-19 20:30:21 -07:00
abstract_getter_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
abstract_method_test.dart Migrate the language tests up to arithmetic_test. 2017-07-19 20:30:21 -07:00
abstract_object_method_test.dart Migrate the language tests up to arithmetic_test. 2017-07-19 20:30:21 -07:00
abstract_override_adds_optional_args_concrete_subclass_test.dart Add language_2 tests demonstrating bug #30568 2017-08-29 15:09:23 -07:00
abstract_override_adds_optional_args_concrete_test.dart Add language_2 tests demonstrating bug #30568 2017-08-29 15:09:23 -07:00
abstract_override_adds_optional_args_supercall_test.dart Additional test cases related to bug #30568 2017-08-31 13:10:00 -04:00
abstract_override_adds_optional_args_test.dart Add language_2 tests demonstrating bug #30568 2017-08-29 15:09:23 -07:00
abstract_syntax_test.dart Migrate the language tests up to arithmetic_test. 2017-07-19 20:30:21 -07:00
accessor_conflict_export2_helper.dart Migrate the language tests up to arithmetic_test. 2017-07-19 20:30:21 -07:00
accessor_conflict_export2_test.dart Migrate the language tests up to arithmetic_test. 2017-07-19 20:30:21 -07:00
accessor_conflict_export_helper.dart Migrate the language tests up to arithmetic_test. 2017-07-19 20:30:21 -07:00
accessor_conflict_export_test.dart Migrate the language tests up to arithmetic_test. 2017-07-19 20:30:21 -07:00
accessor_conflict_getter.dart Migrate the language tests up to arithmetic_test. 2017-07-19 20:30:21 -07:00
accessor_conflict_import2_test.dart Migrate the language tests up to arithmetic_test. 2017-07-19 20:30:21 -07:00
accessor_conflict_import_prefixed2_test.dart Migrate the language tests up to arithmetic_test. 2017-07-19 20:30:21 -07:00
accessor_conflict_import_prefixed_test.dart Migrate the language tests up to arithmetic_test. 2017-07-19 20:30:21 -07:00
accessor_conflict_import_test.dart Migrate the language tests up to arithmetic_test. 2017-07-19 20:30:21 -07:00
accessor_conflict_setter.dart Migrate the language tests up to arithmetic_test. 2017-07-19 20:30:21 -07:00
ackermann_test.dart Migrate the language tests up to arithmetic_test. 2017-07-19 20:30:21 -07:00
additional_interface_adds_optional_args_concrete_subclass_test.dart Add language_2 tests demonstrating bug #30568 2017-08-29 15:09:23 -07:00
additional_interface_adds_optional_args_concrete_test.dart Add language_2 tests demonstrating bug #30568 2017-08-29 15:09:23 -07:00
additional_interface_adds_optional_args_supercall_test.dart Additional test cases related to bug #30568 2017-08-31 13:10:00 -04:00
additional_interface_adds_optional_args_test.dart Add language_2 tests demonstrating bug #30568 2017-08-29 15:09:23 -07:00
adjacent_const_string_literals_test.dart Migrate the language tests up to arithmetic_test. 2017-07-19 20:30:21 -07:00
adjacent_string_literals_test.dart Migrate the language tests up to arithmetic_test. 2017-07-19 20:30:21 -07:00
allocate_large_object_test.dart Migrate the language tests up to arithmetic_test. 2017-07-19 20:30:21 -07:00
allocate_test.dart Migrate the language tests up to arithmetic_test. 2017-07-19 20:30:21 -07:00
allocation_sinking_inlining_test.dart Migrate the language tests up to arithmetic_test. 2017-07-19 20:30:21 -07:00
and_operation_on_non_integer_operand_test.dart Migrate the language tests up to arithmetic_test. 2017-07-19 20:30:21 -07:00
arg_param_trailing_comma_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
argument_assignability_function_typed_test.dart Insert implicit downcast checks for invocation arguments. 2017-11-21 00:17:37 +00:00
arithmetic_canonicalization_test.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
arithmetic_smi_overflow_test.dart Migrate the language tests up to arithmetic_test. 2017-07-19 20:30:21 -07:00
arithmetic_test.dart [Tests] Update _2 tests for Dart 2.0 fixed-size integers 2017-11-17 20:28:06 +00:00
assert_assignable_type_test.dart Migrate block 37, language/arithmetic2 ... /async_await_syntax_test. 2017-07-28 11:16:23 -07:00
assert_message_test.dart Update tests to have an expression rather than a function as the argument in an assert 2018-01-05 22:09:09 +00:00
assert_trailing_comma_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
assert_with_message_test.dart Migrate block 37, language/arithmetic2 ... /async_await_syntax_test. 2017-07-28 11:16:23 -07:00
assert_with_type_test_or_cast_test.dart Migrate block 37, language/arithmetic2 ... /async_await_syntax_test. 2017-07-28 11:16:23 -07:00
assertion_initializer_const_error2_test.dart Fix the const assertion test. 2018-01-30 23:26:01 +00:00
assertion_initializer_const_error_test.dart Remove VMOptions in tests for options that are now on by default. 2017-10-19 16:19:16 +00:00
assertion_initializer_const_function_test.dart Update assertion_initializer_const_function[_error]_test. 2017-10-16 19:19:27 +00:00
assertion_initializer_test.dart implement assert initializers for DDC, fixes #27809 2018-02-01 01:12:17 +00:00
assertion_test.dart Update tests to have an expression rather than a function as the argument in an assert 2018-01-05 22:09:09 +00:00
assign_instance_method_test.dart Migrate block 37, language/arithmetic2 ... /async_await_syntax_test. 2017-07-28 11:16:23 -07:00
assign_op_test.dart Migrate block 37, language/arithmetic2 ... /async_await_syntax_test. 2017-07-28 11:16:23 -07:00
assign_static_type_test.dart Migrate block 37, language/arithmetic2 ... /async_await_syntax_test. 2017-07-28 11:16:23 -07:00
assign_to_type_test.dart Migrate block 37, language/arithmetic2 ... /async_await_syntax_test. 2017-07-28 11:16:23 -07:00
assign_top_method_test.dart Migrate block 37, language/arithmetic2 ... /async_await_syntax_test. 2017-07-28 11:16:23 -07:00
assignable_expression_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
async_and_or_test.dart Migrate block 37, language/arithmetic2 ... /async_await_syntax_test. 2017-07-28 11:16:23 -07:00
async_await_catch_regression_test.dart Migrate block 37, language/arithmetic2 ... /async_await_syntax_test. 2017-07-28 11:16:23 -07:00
async_await_foreign_test.dart Fixes async for two other language_2 tests. 2017-12-06 09:11:36 +00:00
async_await_syntax_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
async_await_test.dart Reapply "Run async functions immediately." 2018-02-02 15:50:16 +00:00
async_backwards_compatibility_1_test.dart Migrate block 39 language/async_backwards ... /async_star_take. 2017-07-28 14:28:57 -07:00
async_backwards_compatibility_2_test.dart Migrate block 39 language/async_backwards ... /async_star_take. 2017-07-28 14:28:57 -07:00
async_break_in_finally_test.dart Migrate block 39 language/async_backwards ... /async_star_take. 2017-07-28 14:28:57 -07:00
async_call_test.dart Reapply "Run async functions immediately." 2018-02-02 15:50:16 +00:00
async_cascade_test.dart Migrate block 39 language/async_backwards ... /async_star_take. 2017-07-28 14:28:57 -07:00
async_congruence_local_test.dart Test congruence among related async function types. 2017-11-08 18:39:51 +00:00
async_congruence_method_test.dart Test congruence among related async function types. 2017-11-08 18:39:51 +00:00
async_congruence_top_level_test.dart Test congruence among related async function types. 2017-11-08 18:39:51 +00:00
async_congruence_unnamed_test.dart Test congruence among related async function types. 2017-11-08 18:39:51 +00:00
async_continue_label_test.dart Migrate block 39 language/async_backwards ... /async_star_take. 2017-07-28 14:28:57 -07:00
async_control_structures_test.dart Migrate block 39 language/async_backwards ... /async_star_take. 2017-07-28 14:28:57 -07:00
async_error_timing_test.dart Reapply "Run async functions immediately." 2018-02-02 15:50:16 +00:00
async_finally_rethrow_test.dart Migrate block 39 language/async_backwards ... /async_star_take. 2017-07-28 14:28:57 -07:00
async_helper_lib.dart Migrate block 39 language/async_backwards ... /async_star_take. 2017-07-28 14:28:57 -07:00
async_or_generator_return_type_stacktrace_test.dart Support void as a Top type, with as few other changes as possible. 2018-01-26 22:42:08 +00:00
async_regression_23058_test.dart Migrate block 39 language/async_backwards ... /async_star_take. 2017-07-28 14:28:57 -07:00
async_rethrow_test.dart Migrate block 39 language/async_backwards ... /async_star_take. 2017-07-28 14:28:57 -07:00
async_return_types_test.dart Migrate block 39 language/async_backwards ... /async_star_take. 2017-07-28 14:28:57 -07:00
async_star_await_pauses_test.dart Migrate block 39 language/async_backwards ... /async_star_take. 2017-07-28 14:28:57 -07:00
async_star_cancel_and_throw_in_finally_test.dart Migrate block 39 language/async_backwards ... /async_star_take. 2017-07-28 14:28:57 -07:00
async_star_cancel_while_paused_test.dart Fix order of arguments to Expect.equals in some tests 2017-11-23 14:45:46 +00:00
async_star_no_cancel2_test.dart Migrate block 39 language/async_backwards ... /async_star_take. 2017-07-28 14:28:57 -07:00
async_star_no_cancel_test.dart Migrate block 39 language/async_backwards ... /async_star_take. 2017-07-28 14:28:57 -07:00
async_star_pause_test.dart Fix order of arguments to Expect.equals in some tests 2017-11-23 14:45:46 +00:00
async_star_regression_2238_test.dart Migrate block 39 language/async_backwards ... /async_star_take. 2017-07-28 14:28:57 -07:00
async_star_regression_23116_test.dart Migrate block 39 language/async_backwards ... /async_star_take. 2017-07-28 14:28:57 -07:00
async_star_regression_fisk_test.dart Migrate block 39 language/async_backwards ... /async_star_take. 2017-07-28 14:28:57 -07:00
async_star_stream_take_test.dart Migrate block 39 language/async_backwards ... /async_star_take. 2017-07-28 14:28:57 -07:00
async_star_take_reyield_test.dart Fix order of arguments to Expect.equals in some tests 2017-11-23 14:45:46 +00:00
async_star_test.dart Update async_star_test. 2017-10-11 14:00:20 +00:00
async_switch_test.dart Migrated test block 40 + 41 to Dart 2.0. 2017-10-07 00:11:46 +00:00
async_test.dart Strong mode fixes for async_test.dart 2017-11-08 21:25:31 +00:00
async_this_bound_test.dart Migrated test block 40 + 41 to Dart 2.0. 2017-10-07 00:11:46 +00:00
async_throw_in_catch_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
asyncstar_concat_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
asyncstar_throw_in_catch_test.dart Reapply "Run async functions immediately." 2018-02-02 15:50:16 +00:00
asyncstar_yield_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
asyncstar_yieldstar_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
await_and_ifnull_test.dart Migrated test block 42 to Dart 2.0 2017-09-12 21:14:41 +00:00
await_backwards_compatibility_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
await_exceptions_test.dart Migrated test block 42 to Dart 2.0 2017-09-12 21:14:41 +00:00
await_for_cancel_test.dart Migrated test block 42 to Dart 2.0 2017-09-12 21:14:41 +00:00
await_for_test.dart Migrated test block 42 to Dart 2.0 2017-09-12 21:14:41 +00:00
await_for_use_local_test.dart Migrated test block 42 to Dart 2.0 2017-09-12 21:14:41 +00:00
await_future_test.dart Migrated test block 42 to Dart 2.0 2017-09-12 21:14:41 +00:00
await_in_cascade_test.dart Migrated test block 42 to Dart 2.0 2017-09-12 21:14:41 +00:00
await_nonfuture_test.dart Reapply "Run async functions immediately." 2018-02-02 15:50:16 +00:00
await_null_aware_test.dart Migrated test block 42 to Dart 2.0 2017-09-12 21:14:41 +00:00
await_postfix_expr_test.dart Migrated test block 42 to Dart 2.0 2017-09-12 21:14:41 +00:00
await_regression_test.dart Migrated test block 42 to Dart 2.0 2017-09-12 21:14:41 +00:00
await_started_immediately_test.dart Reapply "Run async functions immediately." 2018-02-02 15:50:16 +00:00
await_test.dart Update language_2/await_test.dart to use async_helper. 2017-12-06 12:05:59 +00:00
bad_constructor_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
bad_initializer1_test.dart Move a batch of negative tests into multitests or runtime tests. 2017-11-21 00:50:57 +00:00
bad_initializer2_test.dart Move a batch of negative tests into multitests or runtime tests. 2017-11-21 00:50:57 +00:00
bad_named_constructor_test.dart Move a batch of negative tests into multitests or runtime tests. 2017-11-21 00:50:57 +00:00
bad_named_parameters2_test.dart Migrate block 43. 2017-08-01 16:58:52 -07:00
bad_named_parameters_test.dart Migrate block 43. 2017-08-01 16:58:52 -07:00
bad_override_test.dart Migrate block 43. 2017-08-01 16:58:52 -07:00
bad_raw_string_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
bad_typedef_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
bailout2_test.dart Migrate block 43. 2017-08-01 16:58:52 -07:00
bailout3_test.dart Migrate block 43. 2017-08-01 16:58:52 -07:00
bailout4_test.dart Migrate block 43. 2017-08-01 16:58:52 -07:00
bailout5_test.dart Migrate block 43. 2017-08-01 16:58:52 -07:00
bailout6_test.dart Migrate block 43. 2017-08-01 16:58:52 -07:00
bailout7_test.dart Migrate block 43. 2017-08-01 16:58:52 -07:00
bailout_container_type_test.dart Migrate block 43. 2017-08-01 16:58:52 -07:00
bailout_test.dart Migrate block 43. 2017-08-01 16:58:52 -07:00
bind_test.dart Migrate block 43. 2017-08-01 16:58:52 -07:00
bit_operations_test.dart [Tests] Update _2 tests for Dart 2.0 fixed-size integers 2017-11-17 20:28:06 +00:00
bit_shift_test.dart Migrate block 43. 2017-08-01 16:58:52 -07:00
black_listed_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
bodyless_constructor_wrong_arg_test.dart Move a batch of negative tests into multitests or runtime tests. 2017-11-21 00:50:57 +00:00
bool_check_test.dart Migrate block 44. 2017-08-02 13:45:45 -07:00
bool_condition_check_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
bool_test.dart Migrate block 44. 2017-08-02 13:45:45 -07:00
bootstrap_test.dart Migrate block 44. 2017-08-02 13:45:45 -07:00
bound_closure_equality_test.dart Migrate block 44. 2017-08-02 13:45:45 -07:00
bound_closure_primitives_test.dart Migrate block 44. 2017-08-02 13:45:45 -07:00
branch_canonicalization_test.dart Migrate block 44. 2017-08-02 13:45:45 -07:00
branches_test.dart Migrate block 44. 2017-08-02 13:45:45 -07:00
break_test.dart Migrate block 44. 2017-08-02 13:45:45 -07:00
bug31436_test.dart fix test for #31436 to pass on Dart 2 impls 2018-01-17 23:53:26 +00:00
built_in_identifier_illegal_test.dart Renewed tests from built_in_identifier_prefix 2017-11-16 12:34:14 +00:00
built_in_identifier_not_prefix_test.dart Renewed tests from built_in_identifier_prefix 2017-11-16 12:34:14 +00:00
built_in_identifier_prefix_library_async.dart Renewed tests from built_in_identifier_prefix 2017-11-16 12:34:14 +00:00
built_in_identifier_prefix_library_await.dart Renewed tests from built_in_identifier_prefix 2017-11-16 12:34:14 +00:00
built_in_identifier_prefix_library_hide.dart Renewed tests from built_in_identifier_prefix 2017-11-16 12:34:14 +00:00
built_in_identifier_prefix_library_library.dart Migrate block 44. 2017-08-02 13:45:45 -07:00
built_in_identifier_prefix_library_of.dart Renewed tests from built_in_identifier_prefix 2017-11-16 12:34:14 +00:00
built_in_identifier_prefix_library_on.dart Renewed tests from built_in_identifier_prefix 2017-11-16 12:34:14 +00:00
built_in_identifier_prefix_library_show.dart Renewed tests from built_in_identifier_prefix 2017-11-16 12:34:14 +00:00
built_in_identifier_prefix_library_sync.dart Renewed tests from built_in_identifier_prefix 2017-11-16 12:34:14 +00:00
built_in_identifier_prefix_library_yield.dart Renewed tests from built_in_identifier_prefix 2017-11-16 12:34:14 +00:00
built_in_identifier_test.dart Fix a couple of things causing bot redness: 2017-08-02 14:54:07 -07:00
built_in_identifier_type_annotation_test.dart Renewed tests from built_in_identifier_prefix 2017-11-16 12:34:14 +00:00
call_argument_inference_test.dart Migrate language block 45 - call_argument ... call_with. 2017-08-04 17:15:26 -07:00
call_closurization_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
call_constructor_on_unresolvable_class_test.dart Migrate language block 45 - call_argument ... call_with. 2017-08-04 17:15:26 -07:00
call_function2_test.dart Migrate language block 45 - call_argument ... call_with. 2017-08-04 17:15:26 -07:00
call_function_apply_test.dart Migrate language block 45 - call_argument ... call_with. 2017-08-04 17:15:26 -07:00
call_function_test.dart Migrate language block 45 - call_argument ... call_with. 2017-08-04 17:15:26 -07:00
call_non_method_field_test.dart Migrate language block 45 - call_argument ... call_with. 2017-08-04 17:15:26 -07:00
call_nonexistent_constructor_test.dart Migrate language block 45 - call_argument ... call_with. 2017-08-04 17:15:26 -07:00
call_nonexistent_static_test.dart Migrate language block 45 - call_argument ... call_with. 2017-08-04 17:15:26 -07:00
call_operator_test.dart Migrate language block 45 - call_argument ... call_with. 2017-08-04 17:15:26 -07:00
call_property_test.dart Migrate language block 45 - call_argument ... call_with. 2017-08-04 17:15:26 -07:00
call_test.dart Migrate language block 45 - call_argument ... call_with. 2017-08-04 17:15:26 -07:00
call_this_test.dart Migrate language block 45 - call_argument ... call_with. 2017-08-04 17:15:26 -07:00
call_through_getter_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
call_through_null_getter_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
call_type_literal_test.dart Update language tests to optional new on constructor invocations 2018-01-19 15:26:25 +00:00
call_with_no_such_method_test.dart Migrate language block 45 - call_argument ... call_with. 2017-08-04 17:15:26 -07:00
callable_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
canonical_const2_test.dart Migrate language block 46 - canonical_const ... char_escape. 2017-08-04 16:52:13 -07:00
canonical_const3_test.dart Migrate language block 46 - canonical_const ... char_escape. 2017-08-04 16:52:13 -07:00
canonical_const_test.dart Migrate language block 46 - canonical_const ... char_escape. 2017-08-04 16:52:13 -07:00
cascade2_test.dart Migrate language block 46 - canonical_const ... char_escape. 2017-08-04 16:52:13 -07:00
cascade_2_test.dart Migrate language block 46 - canonical_const ... char_escape. 2017-08-04 16:52:13 -07:00
cascade_in_expression_function_test.dart Migrate language block 46 - canonical_const ... char_escape. 2017-08-04 16:52:13 -07:00
cascade_in_initializer_list_test.dart Migrate language block 46 - canonical_const ... char_escape. 2017-08-04 16:52:13 -07:00
cascade_nested_test.dart Migrate language block 46 - canonical_const ... char_escape. 2017-08-04 16:52:13 -07:00
cascade_on_static_field_test.dart Add test that currently crash DDC with kernel because of let 2017-12-12 12:57:40 +00:00
cascade_precedence_test.dart Migrate language block 46 - canonical_const ... char_escape. 2017-08-04 16:52:13 -07:00
cascade_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
cascaded_forwarding_stubs_generic_test.dart Create language_2 tests for cascaded forwarding stubs. 2017-12-05 19:35:51 +00:00
cascaded_forwarding_stubs_test.dart Create language_2 tests for cascaded forwarding stubs. 2017-12-05 19:35:51 +00:00
case_expression_with_assignment_test.dart Migrate language block 46 - canonical_const ... char_escape. 2017-08-04 16:52:13 -07:00
cast2_test.dart Migrate language block 46 - canonical_const ... char_escape. 2017-08-04 16:52:13 -07:00
cast_test.dart Migrate language block 46 - canonical_const ... char_escape. 2017-08-04 16:52:13 -07:00
catch_liveness_test.dart Migrate language block 46 - canonical_const ... char_escape. 2017-08-04 16:52:13 -07:00
cha_deopt1_deferred_lib.dart Migrate language block 46 - canonical_const ... char_escape. 2017-08-04 16:52:13 -07:00
cha_deopt1_lib.dart Migrate language block 46 - canonical_const ... char_escape. 2017-08-04 16:52:13 -07:00
cha_deopt1_test.dart Migrate language block 46 - canonical_const ... char_escape. 2017-08-04 16:52:13 -07:00
cha_deopt2_deferred_lib.dart Migrate language block 46 - canonical_const ... char_escape. 2017-08-04 16:52:13 -07:00
cha_deopt2_lib.dart Migrate language block 46 - canonical_const ... char_escape. 2017-08-04 16:52:13 -07:00
cha_deopt2_test.dart Migrate language block 46 - canonical_const ... char_escape. 2017-08-04 16:52:13 -07:00
cha_deopt3_deferred_lib.dart Migrate language block 46 - canonical_const ... char_escape. 2017-08-04 16:52:13 -07:00
cha_deopt3_lib.dart Migrate language block 46 - canonical_const ... char_escape. 2017-08-04 16:52:13 -07:00
cha_deopt3_test.dart Migrate language block 46 - canonical_const ... char_escape. 2017-08-04 16:52:13 -07:00
char_escape_test.dart Migrate language block 46 - canonical_const ... char_escape. 2017-08-04 16:52:13 -07:00
check_member_static_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
check_method_override_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
checked_method_error_order_test.dart Reapply "Fix order of runtime type checks of optional function parameters." It wasn't working with inlining previously. 2017-12-05 23:44:36 +00:00
checked_null_test.dart Migrate test block 47 and downstream dependencies to Dart 2.0. 2017-08-16 11:23:13 -07:00
checked_setter2_test.dart Fix some tests to be better Dart 2.0 tests. 2017-10-17 23:11:25 +00:00
checked_setter3_test.dart Fix some tests to be better Dart 2.0 tests. 2017-10-17 23:11:25 +00:00
checked_setter_test.dart Fix some tests to be better Dart 2.0 tests. 2017-10-17 23:11:25 +00:00
class_codegen_test.dart Migrate test block 47 and downstream dependencies to Dart 2.0. 2017-08-16 11:23:13 -07:00
class_cycle2_test.dart Migrate test block 47 and downstream dependencies to Dart 2.0. 2017-08-16 11:23:13 -07:00
class_cycle_test.dart Migrate test block 47 and downstream dependencies to Dart 2.0. 2017-08-16 11:23:13 -07:00
class_keyword_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
class_literal_static_test.dart Update language tests to optional new on constructor invocations 2018-01-19 15:26:25 +00:00
class_literal_test.dart Update language tests to optional new on constructor invocations 2018-01-19 15:26:25 +00:00
class_override_test.dart Migrating a block of dart 2: 2017-08-10 15:11:33 +02:00
class_syntax2_test.dart Migrating a block of dart 2: 2017-08-10 15:11:33 +02:00
class_syntax_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
class_test.dart Migrating a block of dart 2: 2017-08-10 15:11:33 +02:00
classes_static_method_clash_test.dart Migrating a block of dart 2: 2017-08-10 15:11:33 +02:00
closure2_test.dart Migrating a block of dart 2: 2017-08-10 15:11:33 +02:00
closure3_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
closure4_test.dart Migrating a block of dart 2: 2017-08-10 15:11:33 +02:00
closure5_test.dart Migrating a block of dart 2: 2017-08-10 15:11:33 +02:00
closure6_test.dart Migrating a block of dart 2: 2017-08-10 15:11:33 +02:00
closure7_test.dart Migrating a block of dart 2: 2017-08-10 15:11:33 +02:00
closure8_test.dart Migrating a block of dart 2: 2017-08-10 15:11:33 +02:00
closure_break1_test.dart Migrating a block of dart 2: 2017-08-10 15:11:33 +02:00
closure_break2_test.dart Migrating a block of dart 2: 2017-08-10 15:11:33 +02:00
closure_break_test.dart Migrating a block of dart 2: 2017-08-10 15:11:33 +02:00
closure_call_wrong_argument_count_test.dart Move a batch of negative tests into multitests or runtime tests. 2017-11-21 00:50:57 +00:00
closure_cycles_test.dart Migrating a block of dart 2: 2017-08-10 15:11:33 +02:00
closure_in_constructor_test.dart Migrating a block of dart 2: 2017-08-10 15:11:33 +02:00
closure_in_field_initializer_test.dart Migrating a block of dart 2: 2017-08-10 15:11:33 +02:00
closure_in_initializer2_test.dart Migrating a block of dart 2: 2017-08-10 15:11:33 +02:00
closure_in_initializer_test.dart Patch to add some dynamic behavior. For the previous change, see 2017-08-10 16:49:13 +02:00
closure_internals_test.dart Migrating a block of dart 2: 2017-08-10 15:11:33 +02:00
closure_invoked_through_interface_target_field_test.dart Test a corner case of runtime checks (closure called via method interface). 2017-09-13 17:39:40 +00:00
closure_invoked_through_interface_target_getter_test.dart Test a corner case of runtime checks (closure called via method interface). 2017-09-13 17:39:40 +00:00
closure_param_null_to_object_test.dart When type inferring closures, change Null arguments to Object. 2017-12-08 00:05:39 +00:00
closure_parameter_types_test.dart Migrating a block of dart 2: 2017-08-10 15:11:33 +02:00
closure_self_reference_test.dart Migrating a block of dart 2: 2017-08-10 15:11:33 +02:00
closure_shared_state_test.dart Migrating a block of dart 2: 2017-08-10 15:11:33 +02:00
closure_side_effect_test.dart Migrating another batch of tests to dart 2. 2017-08-16 11:51:42 +02:00
closure_test.dart Migrating another batch of tests to dart 2. 2017-08-16 11:51:42 +02:00
closure_type_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
closure_type_variable_test.dart Migrating another batch of tests to dart 2. 2017-08-16 11:51:42 +02:00
closure_type_variables_test.dart Migrating another batch of tests to dart 2. 2017-08-16 11:51:42 +02:00
closure_variable_shadow_test.dart Migrating another batch of tests to dart 2. 2017-08-16 11:51:42 +02:00
closure_with_super_field_test.dart Migrating another batch of tests to dart 2. 2017-08-16 11:51:42 +02:00
closure_with_super_send_test.dart Migrating another batch of tests to dart 2. 2017-08-16 11:51:42 +02:00
closures_initializer2_test.dart Migrating another batch of tests to dart 2. 2017-08-16 11:51:42 +02:00
closures_initializer_test.dart Migrating another batch of tests to dart 2. 2017-08-16 11:51:42 +02:00
closures_with_complex_params_test.dart Migrating another batch of tests to dart 2. 2017-08-16 11:51:42 +02:00
code_after_try_is_executed_test.dart Migrating another batch of tests to dart 2. 2017-08-16 11:51:42 +02:00
code_motion_crash_test.dart Migrating another batch of tests to dart 2. 2017-08-16 11:51:42 +02:00
combiner_type_lookup_indexed_test.dart Add language_2 tests demonstrating issue #31484. 2017-11-30 14:49:05 +00:00
combiner_type_lookup_instance_test.dart Add language_2 tests demonstrating issue #31484. 2017-11-30 14:49:05 +00:00
combiner_type_lookup_static_test.dart Add language_2 tests demonstrating issue #31484. 2017-11-30 14:49:05 +00:00
combiner_type_lookup_top_level_test.dart Add language_2 tests demonstrating issue #31484. 2017-11-30 14:49:05 +00:00
comparison_test.dart Migrating another batch of tests to dart 2. 2017-08-16 11:51:42 +02:00
compile_time_constant2_test.dart Migrating another batch of tests to dart 2. 2017-08-16 11:51:42 +02:00
compile_time_constant3_test.dart Migrating block 59, first commit, after tool has run. 2017-08-25 12:10:13 +02:00
compile_time_constant5_test.dart Migrating block 59, first commit, after tool has run. 2017-08-25 12:10:13 +02:00
compile_time_constant6_test.dart Migrating block 59, first commit, after tool has run. 2017-08-25 12:10:13 +02:00
compile_time_constant7_test.dart Migrating block 59, first commit, after tool has run. 2017-08-25 12:10:13 +02:00
compile_time_constant8_test.dart Migrating block 59, first commit, after tool has run. 2017-08-25 12:10:13 +02:00
compile_time_constant9_test.dart Migrating block 59, first commit, after tool has run. 2017-08-25 12:10:13 +02:00
compile_time_constant10_test.dart Strong mode fix for compile_time_constant10_test.dart 2017-11-08 20:24:55 +00:00
compile_time_constant11_test.dart Migrating another batch of tests to dart 2. 2017-08-16 11:51:42 +02:00
compile_time_constant12_test.dart Migrating another batch of tests to dart 2. 2017-08-16 11:51:42 +02:00
compile_time_constant13_test.dart Migrating another batch of tests to dart 2. 2017-08-16 11:51:42 +02:00
compile_time_constant_a_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
compile_time_constant_arguments_test.dart Migrating block 59, first commit, after tool has run. 2017-08-25 12:10:13 +02:00
compile_time_constant_b_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
compile_time_constant_c_test.dart Migrating block 59, first commit, after tool has run. 2017-08-25 12:10:13 +02:00
compile_time_constant_d_test.dart Migrating block 59, first commit, after tool has run. 2017-08-25 12:10:13 +02:00
compile_time_constant_e_test.dart Migrating block 59, first commit, after tool has run. 2017-08-25 12:10:13 +02:00
compile_time_constant_f_test.dart Migrating block 59, first commit, after tool has run. 2017-08-25 12:10:13 +02:00
compile_time_constant_g_test.dart Migrating block 59, first commit, after tool has run. 2017-08-25 12:10:13 +02:00
compile_time_constant_h_test.dart Migrating block 59, first commit, after tool has run. 2017-08-25 12:10:13 +02:00
compile_time_constant_i_test.dart Migrating block 59, first commit, after tool has run. 2017-08-25 12:10:13 +02:00
compile_time_constant_j_test.dart Migrating block 59, first commit, after tool has run. 2017-08-25 12:10:13 +02:00
compile_time_constant_k_test.dart Migrating block 59, first commit, after tool has run. 2017-08-25 12:10:13 +02:00
compile_time_constant_l_test.dart Migrating block 59, first commit, after tool has run. 2017-08-25 12:10:13 +02:00
compile_time_constant_m_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
compile_time_constant_n_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
compile_time_constant_o_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
compile_time_constant_p_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
compile_time_constant_q_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
compile_time_constant_r_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
compile_time_constant_static2_test.dart Migrating block 59, first commit, after tool has run. 2017-08-25 12:10:13 +02:00
compile_time_constant_static3_test.dart Migrating block 59, first commit, after tool has run. 2017-08-25 12:10:13 +02:00
compile_time_constant_static4_test.dart Migrating block 59, first commit, after tool has run. 2017-08-25 12:10:13 +02:00
compile_time_constant_static5_test.dart Migrating block 59, first commit, after tool has run. 2017-08-25 12:10:13 +02:00
compile_time_constant_static_test.dart Migrating block 59, first commit, after tool has run. 2017-08-25 12:10:13 +02:00
compile_time_constant_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
compiler_annotations.dart Re-land beginning Dart 2.0 test migration. 2017-07-17 12:40:18 -07:00
compound_assignment_operator_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
cond_expr_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
condition_bailout_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
conditional_access_helper.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
conditional_import_string_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
conditional_import_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
conditional_method_invocation_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
conditional_property_access_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
conditional_property_assignment_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
conditional_property_increment_decrement_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
conditional_rewrite_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
config_import_corelib_general.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
config_import_corelib_http.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
config_import_corelib_io.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
config_import_corelib_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
config_import_lib1a.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
config_import_lib1b.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
config_import_lib1c.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
config_import_lib2a.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
config_import_lib2b.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
config_import_lib2c.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
config_import_lib3a.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
config_import_lib3b.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
config_import_lib3c.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
config_import_lib4a.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
config_import_lib4b.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
config_import_lib4c.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
config_import_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
conflicting_type_variable_and_setter_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_conditional_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_constructor2_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_constructor3_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_constructor_mixin2_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_constructor_mixin3_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_constructor_mixin_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_constructor_nonconst_field_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_constructor_super2_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_constructor_super_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_constructor_syntax_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_constructor_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_counter_test.dart Move a batch of negative tests into multitests or runtime tests. 2017-11-21 00:50:57 +00:00
const_dynamic_type_literal_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_error_multiply_initialized_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_escape_frog_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_evaluation_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_factory_redirection_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_factory_with_body_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
const_for_in_variable_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_getter_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
const_global_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_init2_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_init_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_instance_field_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
const_list_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_local_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_locals_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_map2_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_map3_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_map4_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_map_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
const_named_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
const_native_factory_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_nested_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
const_objects_are_immutable_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
const_optional_args_test.dart Move a batch of negative tests into multitests or runtime tests. 2017-11-21 00:50:57 +00:00
const_qq_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
const_redirect_skips_supertype_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
const_redirecting_factory_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
const_string_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_switch2_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_switch_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_syntax_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
const_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_tree_test.dart Don't check for cycles in constructors in const evaluation 2017-10-24 16:31:08 +00:00
const_types_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
const_var_helper.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
const_var_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
constant_fold_equals_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
constant_locals_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
constant_propagation_phis_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
constant_string_interpolation2_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
constant_string_interpolation_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
constant_type_literal_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
constants_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
constructor2_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
constructor3_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
constructor4_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
constructor5_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
constructor6_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
constructor7_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
constructor8_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
constructor9_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
constructor10_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
constructor11_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
constructor12_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
constructor13_test.dart Move a batch of negative tests into multitests or runtime tests. 2017-11-21 00:50:57 +00:00
constructor_body_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
constructor_call_as_function_test.dart Update language tests to optional new on constructor invocations 2018-01-19 15:26:25 +00:00
constructor_call_wrong_argument_count_negative_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
constructor_default_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
constructor_duplicate_final_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
constructor_duplicate_initializers_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
constructor_initializer_test.dart Migrated test block 53 to Dart 2.0 2017-09-15 03:51:03 +00:00
constructor_name_clash_lib.dart Migrated test block 54 to Dart 2.0 2017-09-18 18:39:12 +00:00
constructor_name_clash_test.dart Migrated test block 54 to Dart 2.0 2017-09-18 18:39:12 +00:00
constructor_name_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
constructor_named_arguments_test.dart Migrated test block 54 to Dart 2.0 2017-09-18 18:39:12 +00:00
constructor_redirect1_negative_test.dart Migrated test block 54 to Dart 2.0 2017-09-18 18:39:12 +00:00
constructor_redirect2_negative_test.dart Migrated test block 54 to Dart 2.0 2017-09-18 18:39:12 +00:00
constructor_redirect2_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
constructor_redirect_test.dart Migrated test block 54 to Dart 2.0 2017-09-18 18:39:12 +00:00
constructor_return_test.dart Migrated test block 54 to Dart 2.0 2017-09-18 18:39:12 +00:00
constructor_setter_negative_test.dart Migrated test block 54 to Dart 2.0 2017-09-18 18:39:12 +00:00
constructor_test.dart Migrated test block 54 to Dart 2.0 2017-09-18 18:39:12 +00:00
constructor_with_mixin_test.dart Migrated test block 54 to Dart 2.0 2017-09-18 18:39:12 +00:00
context2_test.dart Migrated test block 54 to Dart 2.0 2017-09-18 18:39:12 +00:00
context_args_with_defaults_test.dart Migrated test block 54 to Dart 2.0 2017-09-18 18:39:12 +00:00
context_test.dart Migrated test block 54 to Dart 2.0 2017-09-18 18:39:12 +00:00
continue_test.dart Migrated test block 54 to Dart 2.0 2017-09-18 18:39:12 +00:00
core_type_check_test.dart Migrated test block 54 to Dart 2.0 2017-09-18 18:39:12 +00:00
covariance_field_test.dart Add language_2 tests to verify behavior of covariance flags. 2017-11-15 22:44:43 +00:00
covariance_method_test.dart Add language_2 tests to verify behavior of covariance flags. 2017-11-15 22:44:43 +00:00
covariance_setter_test.dart fix covariance checks for DDK, and setters in DDC/K 2018-01-23 23:48:06 +00:00
covariance_type_parameter_test.dart Add language_2 tests to verify behavior of covariance flags. 2017-11-15 22:44:43 +00:00
covariant_override_test.dart Migrated test block 55 to Dart 2.0. 2017-09-18 22:08:58 +00:00
covariant_subtyping_tearoff1_test.dart Migrated test block 55 to Dart 2.0. 2017-09-18 22:08:58 +00:00
covariant_subtyping_tearoff2_test.dart Migrated test block 55 to Dart 2.0. 2017-09-18 22:08:58 +00:00
covariant_subtyping_tearoff3_test.dart Migrated test block 55 to Dart 2.0. 2017-09-18 22:08:58 +00:00
covariant_subtyping_test.dart fix function type printing in DDC to match VM 2017-10-27 22:35:20 +00:00
covariant_subtyping_unsafe_call1_test.dart Migrated test block 55 to Dart 2.0. 2017-09-18 22:08:58 +00:00
covariant_subtyping_unsafe_call2_test.dart Migrated test block 55 to Dart 2.0. 2017-09-18 22:08:58 +00:00
covariant_subtyping_unsafe_call3_test.dart Migrated test block 55 to Dart 2.0. 2017-09-18 22:08:58 +00:00
covariant_subtyping_with_substitution_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
covariant_tear_off_type_test.dart Add a test of the runtime type of a tearoff that uses a covariant generic parameter. 2017-08-29 10:50:42 -07:00
covariant_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
crash_6725_part.dart Migrated test block 55 to Dart 2.0. 2017-09-18 22:08:58 +00:00
crash_6725_test.dart Migrated test block 55 to Dart 2.0. 2017-09-18 22:08:58 +00:00
crash_12118_test.dart Migrated test block 55 to Dart 2.0. 2017-09-18 22:08:58 +00:00
create_unresolved_type_test.dart Migrated test block 55 to Dart 2.0. 2017-09-18 22:08:58 +00:00
critical_edge2_test.dart Migrated test block 55 to Dart 2.0. 2017-09-18 22:08:58 +00:00
critical_edge_test.dart Migrated test block 55 to Dart 2.0. 2017-09-18 22:08:58 +00:00
ct_const2_test.dart Migrated test block 55 to Dart 2.0. 2017-09-18 22:08:58 +00:00
ct_const3_test.dart Migrated test block 55 to Dart 2.0. 2017-09-18 22:08:58 +00:00
ct_const4_lib.dart Migrated test block 55 to Dart 2.0. 2017-09-18 22:08:58 +00:00
ct_const4_test.dart Migrated test block 55 to Dart 2.0. 2017-09-18 22:08:58 +00:00
ct_const_test.dart Migrated test block 55 to Dart 2.0. 2017-09-18 22:08:58 +00:00
custom_await_stack_trace_test.dart Migrated test block 56 to Dart 2.0. 2017-09-14 20:34:04 +00:00
cyclic_class_member_test.dart Migrated test block 56 to Dart 2.0. 2017-09-14 20:34:04 +00:00
cyclic_constructor_test.dart Migrated test block 56 to Dart 2.0. 2017-09-14 20:34:04 +00:00
cyclic_default_values_test.dart Migrated test block 56 to Dart 2.0. 2017-09-14 20:34:04 +00:00
cyclic_import_test.dart Migrated test block 56 to Dart 2.0. 2017-09-14 20:34:04 +00:00
cyclic_metadata_test.dart Migrated test block 56 to Dart 2.0. 2017-09-14 20:34:04 +00:00
cyclic_type2_test.dart Migrated test block 56 to Dart 2.0. 2017-09-14 20:34:04 +00:00
cyclic_type_test.dart Migrated test block 56 to Dart 2.0. 2017-09-14 20:34:04 +00:00
cyclic_type_variable_test.dart Migrated test block 56 to Dart 2.0. 2017-09-14 20:34:04 +00:00
cyclic_typedef_test.dart Migrated test block 56 to Dart 2.0. 2017-09-14 20:34:04 +00:00
dangling_else_test.dart Migrated test block 56 to Dart 2.0. 2017-09-14 20:34:04 +00:00
dead_field_access_test.dart Migrated test block 56 to Dart 2.0. 2017-09-14 20:34:04 +00:00
deep_nesting1_negative_test.dart Migrated test block 56 to Dart 2.0. 2017-09-14 20:34:04 +00:00
deep_nesting2_negative_test.dart Migrated test block 56 to Dart 2.0. 2017-09-14 20:34:04 +00:00
default_class_implicit_constructor_test.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
default_factory2_test.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
default_factory3_test.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
default_factory_library.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
default_factory_library_test.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
default_factory_test.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
default_implementation2_test.dart Revert "Migrate test block 136 to Dart 2.0." 2017-09-15 18:30:04 +00:00
default_implementation_test.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
default_init_test.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_call_empty_before_load_lib.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_call_empty_before_load_test.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_closurize_load_library_lib.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_closurize_load_library_test.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_constant_list_lib.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_constant_list_test.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_constraints_constants_lib.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_constraints_constants_test.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_constraints_lib.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_constraints_lib2.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_constraints_type_annotation_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
deferred_duplicate_prefix1_test.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_duplicate_prefix2_test.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_duplicate_prefix3_test.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_function_type_lib.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_function_type_test.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_global_lib.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_global_test.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_import_core_test.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_inheritance_constraints_lib.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_inheritance_constraints_test.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_inlined_test.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_load_constants.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_load_constants_test.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_load_inval_code_lib.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_load_inval_code_test.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_load_library_wrong_args_lib.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_load_library_wrong_args_test.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_mixin_lib1.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_mixin_lib2.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_mixin_shared.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_mixin_test.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_no_prefix_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
deferred_no_such_method_lib.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_no_such_method_test.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_not_loaded_check_lib.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_not_loaded_check_test.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_only_constant_lib.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_only_constant_test.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_optimized_test.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_prefix_constraints_lib.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_prefix_constraints_lib2.dart Migrated test block 57 to Dart 2.0. 2017-09-13 18:08:58 +00:00
deferred_redirecting_factory_lib1.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_redirecting_factory_lib2.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_redirecting_factory_test.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_regression_22995_lib.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_regression_22995_test.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_regression_28678_lib.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_regression_28678_test.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_shadow_load_library_lib.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_shadow_load_library_test.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_shared_and_unshared_classes_lib1.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_shared_and_unshared_classes_lib2.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_shared_and_unshared_classes_lib_shared.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_shared_and_unshared_classes_test.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_static_seperate_lib1.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_static_seperate_lib2.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_static_seperate_test.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_super_dependency_lib.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_super_dependency_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
deferred_type_dependency_lib1.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_type_dependency_lib2.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_type_dependency_lib3.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deferred_type_dependency_test.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deopt_inlined_function_lazy_test.dart [Tests] Update _2 tests for Dart 2.0 fixed-size integers 2017-11-17 20:28:06 +00:00
deopt_inlined_function_test.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deopt_lazy_finalization_test.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deopt_no_feedback_test.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deopt_smi_op_test.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
deoptimized_function_on_stack_test.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
disassemble_test.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
div_by_zero_test.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
div_with_power_of_two2_test.dart Migrated test block 58 to Dart 2.0. 2017-09-25 13:51:22 +00:00
div_with_power_of_two_test.dart Migrated test block 59 to Dart 2.0. 2017-09-27 14:14:04 +00:00
do_while2_test.dart Migrated test block 59 to Dart 2.0. 2017-09-27 14:14:04 +00:00
do_while3_test.dart Migrated test block 59 to Dart 2.0. 2017-09-27 14:14:04 +00:00
do_while4_test.dart Migrated test block 59 to Dart 2.0. 2017-09-27 14:14:04 +00:00
do_while_test.dart Migrated test block 59 to Dart 2.0. 2017-09-27 14:14:04 +00:00
double_comparison_test.dart Migrated test block 59 to Dart 2.0. 2017-09-27 14:14:04 +00:00
double_int_addition_test.dart Migrated test block 59 to Dart 2.0. 2017-09-27 14:14:04 +00:00
double_int_to_string_test.dart Migrated test block 59 to Dart 2.0. 2017-09-27 14:14:04 +00:00
double_invalid_test.dart multi-test for invalid double 2017-08-20 13:36:40 -04:00
double_modulo_test.dart Migrated test block 59 to Dart 2.0. 2017-09-27 14:14:04 +00:00
double_nan_comparison_test.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
double_to_string_as_exponential2_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
double_to_string_as_exponential3_test.dart Migrated test block 59 to Dart 2.0. 2017-09-27 14:14:04 +00:00
double_to_string_as_exponential_test.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
double_to_string_as_fixed2_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
double_to_string_as_fixed_test.dart Migrated test block 59 to Dart 2.0. 2017-09-27 14:14:04 +00:00
double_to_string_as_precision2_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
double_to_string_as_precision3_test.dart Migrated test block 59 to Dart 2.0. 2017-09-27 14:14:04 +00:00
double_to_string_as_precision_test.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
double_to_string_test.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
duplicate_constructor_test.dart Migrated test block 59 to Dart 2.0. 2017-09-27 14:14:04 +00:00
duplicate_export_liba.dart Migrated test block 59 to Dart 2.0. 2017-09-27 14:14:04 +00:00
duplicate_export_negative_test.dart Migrated test block 59 to Dart 2.0. 2017-09-27 14:14:04 +00:00
duplicate_export_test.dart Migrated test block 59 to Dart 2.0. 2017-09-27 14:14:04 +00:00
duplicate_implements_test.dart Migrated test block 59 to Dart 2.0. 2017-09-27 14:14:04 +00:00
duplicate_import_liba.dart Migrated test block 59 to Dart 2.0. 2017-09-27 14:14:04 +00:00
duplicate_import_libb.dart Migrated test block 59 to Dart 2.0. 2017-09-27 14:14:04 +00:00
duplicate_import_libc.dart Migrated test block 59 to Dart 2.0. 2017-09-27 14:14:04 +00:00
duplicate_import_libd.dart Migrated test block 59 to Dart 2.0. 2017-09-27 14:14:04 +00:00
duplicate_import_prefix_test.dart Migrated test block 59 to Dart 2.0. 2017-09-27 14:14:04 +00:00
duplicate_interface_lib.dart Migrated test block 59 to Dart 2.0. 2017-09-27 14:14:04 +00:00
duplicate_interface_negative_test.dart Migrated test block 59 to Dart 2.0. 2017-09-27 14:14:04 +00:00
duplicate_interface_test.dart Migrated test block 59 to Dart 2.0. 2017-09-27 14:14:04 +00:00
dynamic2_test.dart Migrated test block 60 to Dart 2.0, take 2 2017-09-27 18:07:05 +00:00
dynamic_call_test.dart Migrated test block 60 to Dart 2.0, take 2 2017-09-27 18:07:05 +00:00
dynamic_field_test.dart Migrated test block 60 to Dart 2.0, take 2 2017-09-27 18:07:05 +00:00
dynamic_invoke_test.dart Migrated test block 60 to Dart 2.0, take 2 2017-09-27 18:07:05 +00:00
dynamic_prefix_core_test.dart Migrated test block 60 to Dart 2.0, take 2 2017-09-27 18:07:05 +00:00
dynamic_set_test.dart Migrated test block 60 to Dart 2.0, take 2 2017-09-27 18:07:05 +00:00
dynamic_test.dart Fix tests in language_2 to test strong mode semantics. 2018-01-25 10:57:42 +00:00
dynamic_type_helper.dart Migrate test block 47 and downstream dependencies to Dart 2.0. 2017-08-16 11:23:13 -07:00
dynamic_type_literal_test.dart Migrated test block 60 to Dart 2.0, take 2 2017-09-27 18:07:05 +00:00
efficient_length_warning_test.dart Migrated test block 60 to Dart 2.0, take 2 2017-09-27 18:07:05 +00:00
emit_const_fields_test.dart Migrated test block 60 to Dart 2.0, take 2 2017-09-27 18:07:05 +00:00
empty_block_case_test.dart Migrated test block 60 to Dart 2.0, take 2 2017-09-27 18:07:05 +00:00
empty_library.dart Migrated test block 60 to Dart 2.0, take 2 2017-09-27 18:07:05 +00:00
enum_duplicate_lib.dart Migrated test block 60 to Dart 2.0, take 2 2017-09-27 18:07:05 +00:00
enum_duplicate_test.dart Migrated test block 60 to Dart 2.0, take 2 2017-09-27 18:07:05 +00:00
enum_index_test.dart Migrated test block 60 to Dart 2.0, take 2 2017-09-27 18:07:05 +00:00
enum_is_keyword_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
enum_mirror_test.dart Migrated test block 60 to Dart 2.0, take 2 2017-09-27 18:07:05 +00:00
enum_private_lib.dart Migrated test block 60 to Dart 2.0, take 2 2017-09-27 18:07:05 +00:00
enum_private_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
enum_syntax_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
enum_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
enum_value_name_test.dart Migrated test block 60 to Dart 2.0, take 2 2017-09-27 18:07:05 +00:00
equality_test.dart Migrated test block 60 to Dart 2.0, take 2 2017-09-27 18:07:05 +00:00
error_stacktrace_test.dart Migrated test block 60 to Dart 2.0, take 2 2017-09-27 18:07:05 +00:00
evaluation_redirecting_constructor_test.dart Migrated test block 60 to Dart 2.0, take 2 2017-09-27 18:07:05 +00:00
example_constructor_test.dart Migrated test block 60 to Dart 2.0, take 2 2017-09-27 18:07:05 +00:00
exception_identity_test.dart Migrated test block 60 to Dart 2.0, take 2 2017-09-27 18:07:05 +00:00
exception_in_increment_test.dart Migrated test block 60 to Dart 2.0, take 2 2017-09-27 18:07:05 +00:00
exception_test.dart Migrated test block 60 to Dart 2.0, take 2 2017-09-27 18:07:05 +00:00
execute_finally1_test.dart Migrated test block 61 to Dart 2.0. 2017-09-27 14:16:35 +00:00
execute_finally2_test.dart Migrated test block 61 to Dart 2.0. 2017-09-27 14:16:35 +00:00
execute_finally3_test.dart Migrated test block 61 to Dart 2.0. 2017-09-27 14:16:35 +00:00
execute_finally4_test.dart Migrated test block 61 to Dart 2.0. 2017-09-27 14:16:35 +00:00
execute_finally5_test.dart Migrated test block 61 to Dart 2.0. 2017-09-27 14:16:35 +00:00
execute_finally6_test.dart Migrated test block 61 to Dart 2.0. 2017-09-27 14:16:35 +00:00
execute_finally7_test.dart Migrated test block 61 to Dart 2.0. 2017-09-27 14:16:35 +00:00
execute_finally8_test.dart Migrated test block 61 to Dart 2.0. 2017-09-27 14:16:35 +00:00
execute_finally9_test.dart Migrated test block 61 to Dart 2.0. 2017-09-27 14:16:35 +00:00
execute_finally10_test.dart Migrated test block 61 to Dart 2.0. 2017-09-27 14:16:35 +00:00
execute_finally11_test.dart Migrated test block 61 to Dart 2.0. 2017-09-27 14:16:35 +00:00
execute_finally12_test.dart Migrated test block 61 to Dart 2.0. 2017-09-27 14:16:35 +00:00
exhaustive_for_test.dart Migrated test block 61 to Dart 2.0. 2017-09-27 14:16:35 +00:00
expect_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
export1_lib.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
export_ambiguous_main_a.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
export_ambiguous_main_b.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
export_ambiguous_main_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
export_cyclic_helper1.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
export_cyclic_helper2.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
export_cyclic_helper3.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
export_cyclic_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
export_double_same_main_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
export_helper1.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
export_helper2.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
export_helper3.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
export_helper4.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
export_main_override_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
export_main_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
export_not_shadowed_by_prefix_helper.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
export_not_shadowed_by_prefix_helper2.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
export_not_shadowed_by_prefix_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
export_order_helper1.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
export_order_helper2.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
export_order_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
export_private_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
export_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
extend_type_parameter_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
extends_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
extends_test_lib.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
external_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
extract_type_arguments_test.dart New methods on Iterable, List, Set, Queue, Map. 2018-02-07 06:12:53 +00:00
f_bounded_equality_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
f_bounded_quantification2_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
f_bounded_quantification3_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
f_bounded_quantification4_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
f_bounded_quantification5_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
f_bounded_quantification_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
factory1_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
factory2_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
factory3_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
factory4_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
factory5_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
factory6_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
factory_arrow_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
factory_implementation_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
factory_redirection2_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
factory_redirection3_cyclic_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
factory_redirection_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
factory_return_type_checked_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
factory_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
factory_type_parameter2_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
factory_type_parameter_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
fannkuch_test.dart Migrated test block 63 to Dart 2.0 2017-09-28 16:06:08 +00:00
fast_method_extraction_test.dart Migrated test block 63 to Dart 2.0 2017-09-28 16:06:08 +00:00
fauxverride_test.dart Migrated test block 63 to Dart 2.0 2017-09-28 16:06:08 +00:00
fibo_test.dart Migrated test block 63 to Dart 2.0 2017-09-28 16:06:08 +00:00
field1_test.dart Migrated test block 63 to Dart 2.0 2017-09-28 16:06:08 +00:00
field2_test.dart Migrated test block 63 to Dart 2.0 2017-09-28 16:06:08 +00:00
field3_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
field4_test.dart Migrated test block 63 to Dart 2.0 2017-09-28 16:06:08 +00:00
field5_test.dart Migrated test block 63 to Dart 2.0 2017-09-28 16:06:08 +00:00
field6_test.dart Migrated test block 63 to Dart 2.0 2017-09-28 16:06:08 +00:00
field_decl_missing_var_type_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
field_increment_bailout_test.dart Migrated test block 63 to Dart 2.0 2017-09-28 16:06:08 +00:00
field_inference_test.dart Migrated test block 63 to Dart 2.0 2017-09-28 16:06:08 +00:00
field_initialization_order_test.dart Migrated test block 63 to Dart 2.0 2017-09-28 16:06:08 +00:00
field_method4_test.dart Migrated test block 63 to Dart 2.0 2017-09-28 16:06:08 +00:00
field_method_test.dart Migrated test block 63 to Dart 2.0 2017-09-28 16:06:08 +00:00
field_optimization2_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
field_optimization3_test.dart Insert implicit downcasts for simple assignments. 2017-10-27 18:27:09 +00:00
field_optimization_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
field_override2_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
field_override3_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
field_override4_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
field_override_optimization_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
field_override_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
field_parameter_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
field_super_access2_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
field_super_access_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
field_test.dart fix DDC explicit field initialization to null 2018-02-09 02:48:07 +00:00
field_type_check2_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
field_type_check_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
field_wierd_name_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
final_attempt_reinitialization_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
final_field_initialization_order_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
final_field_override_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
final_for_in_variable_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
final_initializer_instance_reference_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
final_is_not_const_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
final_param_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
final_super_field_set_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
final_syntax_test.dart Report errors when type inference fails due to a circularity. 2017-12-11 21:24:13 +00:00
final_used_in_try_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
final_variable_assignment_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
finally_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
first_class_types_constants_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
first_class_types_lib1.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
first_class_types_lib2.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
first_class_types_libraries_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
first_class_types_literals_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
first_class_types_test.dart fix first_class_types_test to work for Dart 2 2018-01-24 19:33:00 +00:00
first_test.dart Migrate test block 64 2017-10-10 18:36:56 +00:00
fixed_length_test.dart Migrate test block 65 to Dart 2.0. 2017-09-26 16:55:42 +00:00
fixed_type_variable2_test.dart Migrate test block 65 to Dart 2.0. 2017-09-26 16:55:42 +00:00
fixed_type_variable_test.dart Migrate test block 65 to Dart 2.0. 2017-09-26 16:55:42 +00:00
flatten_test.dart Migrate test block 65 to Dart 2.0. 2017-09-26 16:55:42 +00:00
for2_test.dart Migrate test block 65 to Dart 2.0. 2017-09-26 16:55:42 +00:00
for_in2_test.dart Migrate test block 65 to Dart 2.0. 2017-09-26 16:55:42 +00:00
for_in3_test.dart Migrate test block 65 to Dart 2.0. 2017-09-26 16:55:42 +00:00
for_in_side_effects_test.dart Migrate test block 65 to Dart 2.0. 2017-09-26 16:55:42 +00:00
for_in_test.dart Migrate test block 65 to Dart 2.0. 2017-09-26 16:55:42 +00:00
for_inlining_test.dart Migrate test block 65 to Dart 2.0. 2017-09-26 16:55:42 +00:00
for_test.dart Migrate test block 65 to Dart 2.0. 2017-09-26 16:55:42 +00:00
for_variable_capture_test.dart Migrate test block 65 to Dart 2.0. 2017-09-26 16:55:42 +00:00
for_without_condition_test.dart Migrate test block 65 to Dart 2.0. 2017-09-26 16:55:42 +00:00
forwarding_factory_constructor_default_values_test.dart Migrate test block 65 to Dart 2.0. 2017-09-26 16:55:42 +00:00
forwarding_semi_stub_test.dart Add a language_2 test to illustrate the scenario described in #31649. 2017-12-15 13:53:43 +00:00
forwarding_stub_tearoff_generic_test.dart Add language_2 tests to verify behavior of tear-offs of forwarding stubs. 2017-12-08 16:51:20 +00:00
forwarding_stub_tearoff_test.dart Add language_2 tests to verify behavior of tear-offs of forwarding stubs. 2017-12-08 16:51:20 +00:00
full_stacktrace1_test.dart Migrate test block 65 to Dart 2.0. 2017-09-26 16:55:42 +00:00
full_stacktrace2_test.dart Migrate test block 65 to Dart 2.0. 2017-09-26 16:55:42 +00:00
full_stacktrace3_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
function_argument_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
function_field_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
function_getter_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
function_literals2_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
function_literals_test.dart Strong mode fixes for function_literals_test.dart 2017-11-08 19:10:40 +00:00
function_malformed_result_type_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
function_propagation_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
function_subtype0_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
function_subtype1_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
function_subtype2_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype3_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_bound_closure0_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_bound_closure1_test.dart fix #31999, remove fuzzy arrow runtime support from DDC 2018-01-31 22:20:38 +00:00
function_subtype_bound_closure2_test.dart fix #31999, remove fuzzy arrow runtime support from DDC 2018-01-31 22:20:38 +00:00
function_subtype_bound_closure3_test.dart fix #31999, remove fuzzy arrow runtime support from DDC 2018-01-31 22:20:38 +00:00
function_subtype_bound_closure4_test.dart fix #31999, remove fuzzy arrow runtime support from DDC 2018-01-31 22:20:38 +00:00
function_subtype_bound_closure5_test.dart fix #31999, remove fuzzy arrow runtime support from DDC 2018-01-31 22:20:38 +00:00
function_subtype_bound_closure5a_test.dart fix #31999, remove fuzzy arrow runtime support from DDC 2018-01-31 22:20:38 +00:00
function_subtype_bound_closure6_test.dart fix #31999, remove fuzzy arrow runtime support from DDC 2018-01-31 22:20:38 +00:00
function_subtype_bound_closure7_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_call0_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_call1_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_call2_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_cast0_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
function_subtype_cast1_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_cast2_test.dart fix #31999, remove fuzzy arrow runtime support from DDC 2018-01-31 22:20:38 +00:00
function_subtype_cast3_test.dart fix #31999, remove fuzzy arrow runtime support from DDC 2018-01-31 22:20:38 +00:00
function_subtype_checked0_test.dart fix #31999, remove fuzzy arrow runtime support from DDC 2018-01-31 22:20:38 +00:00
function_subtype_closure0_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_closure1_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_factory0_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_factory1_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_inline0_test.dart fix #31999, remove fuzzy arrow runtime support from DDC 2018-01-31 22:20:38 +00:00
function_subtype_inline1_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_inline2_test.dart Migrate test block 47 and downstream dependencies to Dart 2.0. 2017-08-16 11:23:13 -07:00
function_subtype_local0_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_local1_test.dart fix #31999, remove fuzzy arrow runtime support from DDC 2018-01-31 22:20:38 +00:00
function_subtype_local2_test.dart fix #31999, remove fuzzy arrow runtime support from DDC 2018-01-31 22:20:38 +00:00
function_subtype_local3_test.dart fix #31999, remove fuzzy arrow runtime support from DDC 2018-01-31 22:20:38 +00:00
function_subtype_local4_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_local5_test.dart fix #31999, remove fuzzy arrow runtime support from DDC 2018-01-31 22:20:38 +00:00
function_subtype_local6_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_named1_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_named2_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_not0_test.dart fix #31999, remove fuzzy arrow runtime support from DDC 2018-01-31 22:20:38 +00:00
function_subtype_not1_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_not2_test.dart fix #31999, remove fuzzy arrow runtime support from DDC 2018-01-31 22:20:38 +00:00
function_subtype_not3_test.dart fix #31999, remove fuzzy arrow runtime support from DDC 2018-01-31 22:20:38 +00:00
function_subtype_null.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_optional1_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_optional2_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_regression_ddc_588_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
function_subtype_setter0_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_simple0_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_simple1_test.dart fix #31999, remove fuzzy arrow runtime support from DDC 2018-01-31 22:20:38 +00:00
function_subtype_simple2_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_top_level0_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_top_level1_test.dart fix #31999, remove fuzzy arrow runtime support from DDC 2018-01-31 22:20:38 +00:00
function_subtype_typearg0_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_typearg1_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_typearg2_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_typearg3_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_subtype_typearg5_test.dart fix #31999, remove fuzzy arrow runtime support from DDC 2018-01-31 22:20:38 +00:00
function_syntax_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
function_test.dart Fix fuzzy arrow issues in tests. 2018-01-16 23:08:01 +00:00
function_type2_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_type3_test.dart Recommit "migrate function type tests"" 2017-09-22 17:52:27 +00:00
function_type_alias2_test.dart fix #31999, remove fuzzy arrow runtime support from DDC 2018-01-31 22:20:38 +00:00
function_type_alias3_test.dart fix #31999, remove fuzzy arrow runtime support from DDC 2018-01-31 22:20:38 +00:00
function_type_alias4_test.dart fix #31999, remove fuzzy arrow runtime support from DDC 2018-01-31 22:20:38 +00:00
function_type_alias5_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
function_type_alias6_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
function_type_alias7_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
function_type_alias8_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
function_type_alias9_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
function_type_alias10_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
function_type_alias_test.dart fix #31999, remove fuzzy arrow runtime support from DDC 2018-01-31 22:20:38 +00:00
function_type_call_getter2_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
function_type_call_getter_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
function_type_in_constant_test.dart Handle ordering of function types in constants. 2017-09-29 15:35:34 +00:00
function_type_parameter2_negative_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
function_type_parameter2_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
function_type_parameter_negative_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
function_type_parameter_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
function_type_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
function_type_this_parameter_test.dart Migrate test block 113 to Dart 2.0. 2017-08-30 08:50:16 -07:00
fuzzy_arrows_test.dart Add a test that will pass once fuzzy arrows are removed. 2017-11-11 15:38:20 +00:00
gc_test.dart Migrate test block 113 to Dart 2.0. 2017-08-30 08:50:16 -07:00
generalized_void_syntax_test.dart Reland https://dart-review.googlesource.com/c/sdk/+/37441 with fixes 2018-02-08 20:46:19 +00:00
generalized_void_usage_test.dart New test, checking allowed usages of void typed expressions 2017-12-20 14:04:13 +00:00
generic2_test.dart Migrate test block 113 to Dart 2.0. 2017-08-30 08:50:16 -07:00
generic_async_star_test.dart Migrate test block 113 to Dart 2.0. 2017-08-30 08:50:16 -07:00
generic_async_test.dart Migrate test block 113 to Dart 2.0. 2017-08-30 08:50:16 -07:00
generic_closure_test.dart fix #31999, remove fuzzy arrow runtime support from DDC 2018-01-31 22:20:38 +00:00
generic_constructor_mixin2_test.dart Migrate test block 47 and downstream dependencies to Dart 2.0. 2017-08-16 11:23:13 -07:00
generic_constructor_mixin3_test.dart Migrate test block 47 and downstream dependencies to Dart 2.0. 2017-08-16 11:23:13 -07:00
generic_constructor_mixin_test.dart Migrate test block 47 and downstream dependencies to Dart 2.0. 2017-08-16 11:23:13 -07:00
generic_creation_test.dart Migrate test block 113 to Dart 2.0. 2017-08-30 08:50:16 -07:00
generic_deep_test.dart Migrate test block 113 to Dart 2.0. 2017-08-30 08:50:16 -07:00
generic_field_mixin2_test.dart Migrate test block 113 to Dart 2.0. 2017-08-30 08:50:16 -07:00
generic_field_mixin3_test.dart Migrate test block 113 to Dart 2.0. 2017-08-30 08:50:16 -07:00
generic_field_mixin4_test.dart Migrate test block 113 to Dart 2.0. 2017-08-30 08:50:16 -07:00
generic_field_mixin5_test.dart Migrate test block 113 to Dart 2.0. 2017-08-30 08:50:16 -07:00
generic_field_mixin6_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
generic_field_mixin_test.dart Migrate test block 113 to Dart 2.0. 2017-08-30 08:50:16 -07:00
generic_function_bounds_test.dart Fix order of arguments to Expect.equals in some tests 2017-11-23 14:45:46 +00:00
generic_function_dcall_test.dart Fix order of arguments to Expect.equals in some tests 2017-11-23 14:45:46 +00:00
generic_function_type_as_type_argument_test.dart Add test verifying that generic function types are disallowed as type argument. 2017-10-02 18:50:37 +00:00
generic_function_typedef2_test.dart Fixed test expectation to syntax error in two newly added cases 2017-12-07 12:54:50 +00:00
generic_function_typedef_test.dart Remove VMOptions in tests for options that are now on by default. 2017-10-19 16:19:16 +00:00
generic_functions_test.dart Remove VMOptions in tests for options that are now on by default. 2017-10-19 16:19:16 +00:00
generic_inheritance_test.dart Migrate test block 113 to Dart 2.0. 2017-08-30 08:50:16 -07:00
generic_instanceof.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_instanceof2_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_instanceof3_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_instanceof4_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_instanceof5_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_instanceof_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_is_check_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_list_checked_test.dart Fix tests in language_2 to test strong mode semantics. 2018-01-25 10:57:42 +00:00
generic_local_functions_test.dart Remove VMOptions in tests for options that are now on by default. 2017-10-19 16:19:16 +00:00
generic_metadata_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_method_types_test.dart [language tests] Fix 2 strong mode tests related to covariant tear-offs. 2017-12-22 20:33:36 +00:00
generic_methods_bounds_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_methods_closure_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_methods_dynamic_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_methods_function_type_test.dart Remove VMOptions in tests for options that are now on by default. 2017-10-19 16:19:16 +00:00
generic_methods_generic_class_tearoff_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_methods_generic_function_parameter_test.dart Remove VMOptions in tests for options that are now on by default. 2017-10-19 16:19:16 +00:00
generic_methods_generic_function_result_test.dart Remove VMOptions in tests for options that are now on by default. 2017-10-19 16:19:16 +00:00
generic_methods_local_variable_declaration_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_methods_named_parameters_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_methods_new_test.dart Remove VMOptions in tests for options that are now on by default. 2017-10-19 16:19:16 +00:00
generic_methods_optional_parameters_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_methods_overriding_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_methods_recursive_bound_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_methods_reuse_type_variables_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_methods_shadowing_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_methods_simple_as_expression_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_methods_simple_is_expression_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_methods_tearoff_specialization_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_methods_test.dart Strong mode fix for generic_methods_test.dart 2017-11-08 20:27:50 +00:00
generic_methods_type_expression_test.dart Remove warning for "is" checks with generic type parameters. 2017-12-15 18:12:03 +00:00
generic_methods_unused_parameter_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_native_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_no_such_method_dispatcher_simple_test.dart Revert "Revert "[kernel] Fix NoSuchMethod errors for generic functions."" 2017-11-06 17:07:38 +00:00
generic_no_such_method_dispatcher_test.dart [VM generic function reification] Support generic functions in Invocation class. 2017-08-28 17:00:39 -07:00
generic_object_type_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_parameterized_extends_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_self_reference_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_sends_test.dart Remove VMOptions in tests for options that are now on by default. 2017-10-19 16:19:16 +00:00
generic_sync_star_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_syntax_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_tearoff_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generic_test.dart fix generic_test and generics_test for Dart 2 2018-02-01 02:15:25 +00:00
generic_typedef_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generics2_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generics3_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
generics_test.dart fix generic_test and generics_test for Dart 2 2018-02-01 02:15:25 +00:00
get_set_syntax_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
getter_closure_execution_order_test.dart Migrate block 114 (and some of 113). 2017-08-24 10:52:29 -07:00
getter_declaration_negative_test.dart Migrate block 115. 2017-08-28 16:17:28 -07:00
getter_no_setter2_test.dart Migrate block 115. 2017-08-28 16:17:28 -07:00
getter_no_setter_test.dart Migrate block 115. 2017-08-28 16:17:28 -07:00
getter_override2_test.dart Migrate block 115. 2017-08-28 16:17:28 -07:00
getter_override3_test.dart Migrate block 115. 2017-08-28 16:17:28 -07:00
getter_override_test.dart Migrate block 115. 2017-08-28 16:17:28 -07:00
getter_parameters_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
getter_setter_in_lib.dart Migrate block 115. 2017-08-28 16:17:28 -07:00
getter_setter_in_lib2.dart Migrate block 115. 2017-08-28 16:17:28 -07:00
getter_setter_in_lib3.dart Migrate block 115. 2017-08-28 16:17:28 -07:00
getter_setter_in_lib_test.dart Migrate block 115. 2017-08-28 16:17:28 -07:00
getter_setter_interceptor_test.dart Migrate block 115. 2017-08-28 16:17:28 -07:00
getter_setter_order_test.dart Migrate block 115. 2017-08-28 16:17:28 -07:00
getters_setters2_test.dart Revert "Migrate test block 136 to Dart 2.0." 2017-09-15 18:30:04 +00:00
getters_setters_test.dart Migrate block 115. 2017-08-28 16:17:28 -07:00
getters_setters_type2_test.dart Migrate block 115. 2017-08-28 16:17:28 -07:00
getters_setters_type3_test.dart Migrate block 115. 2017-08-28 16:17:28 -07:00
getters_setters_type_test.dart Revert "Migrate test block 136 to Dart 2.0." 2017-09-15 18:30:04 +00:00
guess_cid_test.dart [Tests] Update _2 tests for Dart 2.0 fixed-size integers 2017-11-17 20:28:06 +00:00
gvn_field_access_test.dart Migrate block 115. 2017-08-28 16:17:28 -07:00
gvn_interceptor_test.dart Migrate block 115. 2017-08-28 16:17:28 -07:00
gvn_test.dart Migrate block 115. 2017-08-28 16:17:28 -07:00
hash_code_mangling_test.dart Migrate block 115. 2017-08-28 16:17:28 -07:00
hash_map_null_key_foreach_test.dart Migrate block 115. 2017-08-28 16:17:28 -07:00
hashcode_dynamic_test.dart Migrate block 115. 2017-08-28 16:17:28 -07:00
hello_dart_test.dart [VM] Ignore flag --error-on-bad-override in strong mode (fixes #31646). 2018-01-03 15:40:36 +00:00
hello_script_lib.dart Migrate block 115. 2017-08-28 16:17:28 -07:00
hello_script_lib_source.dart Migrate block 115. 2017-08-28 16:17:28 -07:00
hello_script_test.dart Migrate block 115. 2017-08-28 16:17:28 -07:00
hidden_import_lib.dart Migrate block 116. 2017-08-29 15:50:49 -07:00
hidden_import_test.dart Revert "Migrate test block 136 to Dart 2.0." 2017-09-15 18:30:04 +00:00
identical_closure2_test.dart [Tests] Update _2 tests for Dart 2.0 fixed-size integers 2017-11-17 20:28:06 +00:00
identical_closure_test.dart Migrate block 116. 2017-08-29 15:50:49 -07:00
identical_const_test.dart Migrate block 116. 2017-08-29 15:50:49 -07:00
identical_test.dart Migrate block 116. 2017-08-29 15:50:49 -07:00
if_and_test.dart Migrate block 116. 2017-08-29 15:50:49 -07:00
if_null_assignment_behavior_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
if_null_assignment_helper.dart Migrate block 116. 2017-08-29 15:50:49 -07:00
if_null_assignment_static_test.dart Migrate block 116. 2017-08-29 15:50:49 -07:00
if_null_behavior_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
if_null_evaluation_order_test.dart Reland https://dart-review.googlesource.com/c/sdk/+/37441 with fixes 2018-02-08 20:46:19 +00:00
if_null_precedence_test.dart Migrate block 116. 2017-08-29 15:50:49 -07:00
if_test.dart Migrate block 116. 2017-08-29 15:50:49 -07:00
illegal_declaration_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
illegal_initializer_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
illegal_invocation_lib.dart Migrate block 116. 2017-08-29 15:50:49 -07:00
illegal_invocation_test.dart Migrate block 116. 2017-08-29 15:50:49 -07:00
implicit_closure1_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
implicit_closure2_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
implicit_closure_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
implicit_downcast_during_assert_initializer_test.dart Insert implicit downcasts for the conditions of assert statements. 2017-11-26 17:06:00 +00:00
implicit_downcast_during_assert_statement_test.dart Insert implicit downcasts for the conditions of assert statements. 2017-11-26 17:06:00 +00:00
implicit_downcast_during_assignment_test.dart Add a language test to validate implicit downcasts during assignments. 2017-10-30 14:58:56 +00:00
implicit_downcast_during_combiner_test.dart Insert implicit downcast checks for the argument to a combiner in a compound assignment. 2017-11-21 20:03:31 +00:00
implicit_downcast_during_compound_assignment_test.dart Insert implicit downcasts for compound assignments. 2017-11-03 22:07:10 +00:00
implicit_downcast_during_conditional_expression_test.dart Add a language_2 test of implicit downcasts in conditional expressions 2017-11-21 18:45:28 +00:00
implicit_downcast_during_constructor_initializer_test.dart Insert implicit downcasts for constructor initializer expressions. 2017-11-23 16:39:28 +00:00
implicit_downcast_during_constructor_invocation_test.dart Create additional tests for implicit downcasts in invocations. 2017-11-22 04:49:19 +00:00
implicit_downcast_during_do_test.dart Insert implicit downcasts for the conditions of do statements. 2017-11-22 21:47:14 +00:00
implicit_downcast_during_factory_constructor_invocation_test.dart Create additional tests for implicit downcasts in invocations. 2017-11-22 04:49:19 +00:00
implicit_downcast_during_field_declaration_test.dart Insert implicit downcasts for field initializers. 2017-11-26 06:33:50 +00:00
implicit_downcast_during_for_condition_test.dart Insert implicit downcasts for the conditions of for statements. 2017-11-23 16:47:32 +00:00
implicit_downcast_during_for_in_element_test.dart Insert implicit downcasts for for-in loops. 2017-11-29 19:20:31 +00:00
implicit_downcast_during_for_in_iterable_test.dart Insert implicit downcasts for for-in loops. 2017-11-29 19:20:31 +00:00
implicit_downcast_during_for_initializer_expression_test.dart Insert implicit downcasts for the conditions of for statements. 2017-11-23 16:47:32 +00:00
implicit_downcast_during_for_initializer_var_test.dart Insert implicit downcasts for the conditions of for statements. 2017-11-23 16:47:32 +00:00
implicit_downcast_during_function_literal_arrow_test.dart Insert implicit downcasts for function expressions. 2017-11-29 22:24:31 +00:00
implicit_downcast_during_function_literal_return_test.dart Insert implicit downcasts for function expressions. 2017-11-29 22:24:31 +00:00
implicit_downcast_during_if_null_assignment_test.dart Insert implicit downcasts for ??= assignments. 2017-10-31 15:58:55 +00:00
implicit_downcast_during_if_statement_test.dart Insert implicit downcasts for the conditions of if statements. 2017-11-22 19:29:24 +00:00
implicit_downcast_during_indexed_assignment_test.dart Insert implicit downcasts for indexed assignments. 2017-11-28 01:28:06 +00:00
implicit_downcast_during_indexed_compound_assignment_test.dart Insert implicit downcasts for indexed assignments. 2017-11-28 01:28:06 +00:00
implicit_downcast_during_indexed_get_test.dart Insert implicit downcasts for indexed assignments. 2017-11-28 01:28:06 +00:00
implicit_downcast_during_indexed_if_null_assignment_test.dart Insert implicit downcasts for indexed assignments. 2017-11-28 01:28:06 +00:00
implicit_downcast_during_invocation_test.dart Insert implicit downcast checks for invocation arguments. 2017-11-21 00:17:37 +00:00
implicit_downcast_during_list_literal_test.dart Insert implicit downcast checks for the expressions in a list literal. 2017-11-22 00:03:56 +00:00
implicit_downcast_during_logical_expression_test.dart Insert implicit downcasts for the operands of logical expressions. 2017-11-22 04:49:28 +00:00
implicit_downcast_during_map_literal_test.dart Insert implicit downcast checks for the expressions in a map literal. 2017-11-22 01:18:38 +00:00
implicit_downcast_during_method_invocation_test.dart Create additional tests for implicit downcasts in invocations. 2017-11-22 04:49:19 +00:00
implicit_downcast_during_not_test.dart Insert implicit downcasts for the operands of "not" expressions. 2017-11-22 17:55:27 +00:00
implicit_downcast_during_null_aware_method_invocation_test.dart Create additional tests for implicit downcasts in invocations. 2017-11-22 04:49:19 +00:00
implicit_downcast_during_redirecting_initializer_test.dart Create additional tests for implicit downcasts in invocations. 2017-11-22 04:49:19 +00:00
implicit_downcast_during_return_async_test.dart Insert implicit downcasts for the expressions in a return or yield statement. 2017-11-22 15:33:07 +00:00
implicit_downcast_during_return_test.dart Insert implicit downcasts for the expressions in a return or yield statement. 2017-11-22 15:33:07 +00:00
implicit_downcast_during_static_method_invocation_test.dart Create additional tests for implicit downcasts in invocations. 2017-11-22 04:49:19 +00:00
implicit_downcast_during_super_initializer_test.dart Create additional tests for implicit downcasts in invocations. 2017-11-22 04:49:19 +00:00
implicit_downcast_during_super_method_invocation_test.dart Create additional tests for implicit downcasts in invocations. 2017-11-22 04:49:19 +00:00
implicit_downcast_during_variable_declaration_test.dart Add a language_2 test for implicit downcasts in variable declarations. 2017-11-20 22:59:27 +00:00
implicit_downcast_during_while_statement_test.dart Insert implicit downcasts for the conditions of while statements. 2017-11-27 17:07:41 +00:00
implicit_downcast_during_yield_star_test.dart Insert implicit downcasts for the expressions in a return or yield statement. 2017-11-22 15:33:07 +00:00
implicit_downcast_during_yield_test.dart Insert implicit downcasts for the expressions in a return or yield statement. 2017-11-22 15:33:07 +00:00
implicit_scope_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
implicit_super_constructor_call_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
implicit_super_constructor_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
implicit_this_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
import1_lib.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
import_collection_no_prefix_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
import_combinators2_test.dart Bring back import_combinators_negative_test. 2017-10-13 21:21:55 +00:00
import_combinators_part.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
import_combinators_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
import_core_no_prefix_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
import_core_prefix_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
import_core_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
import_private_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
import_self_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
import_show_lib.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
import_show_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
incr_op_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
index_assign_operator_infer_return_type_test.dart Always infer the return type of operator[]= as void. 2018-01-17 13:46:08 +00:00
index_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
indirect_const_null_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
inference_captured_variable2_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
inference_captured_variable_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
inference_list_or_null_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
inference_mixin_field_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
inference_super_constructor_call_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
inferrer_closure_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
inferrer_constructor2_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
inferrer_constructor3_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
inferrer_constructor4_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
inferrer_constructor5_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
inferrer_constructor_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
inferrer_named_parameter_test.dart Migrate block 117. 2017-09-06 23:32:58 +00:00
inferrer_synthesized_constructor_test.dart Migrate 118. 2017-09-07 20:14:09 +00:00
inferrer_synthesized_super_constructor2_test.dart Migrate 118. 2017-09-07 20:14:09 +00:00
inferrer_synthesized_super_constructor_test.dart Migrate 118. 2017-09-07 20:14:09 +00:00
inferrer_this_access_test.dart Migrate 118. 2017-09-07 20:14:09 +00:00
infinite_switch_label_test.dart Migrate 118. 2017-09-07 20:14:09 +00:00
infinity_test.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
inheritance_chain_lib.dart Migrate 118. 2017-09-07 20:14:09 +00:00
inheritance_chain_test.dart Migrate 118. 2017-09-07 20:14:09 +00:00
initializing_formal_access_test.dart Migrate 118. 2017-09-07 20:14:09 +00:00
initializing_formal_capture_test.dart Migrate 118. 2017-09-07 20:14:09 +00:00
initializing_formal_final_test.dart Migrate 118. 2017-09-07 20:14:09 +00:00
initializing_formal_promotion_test.dart Migrate 118. 2017-09-07 20:14:09 +00:00
initializing_formal_scope_test.dart Migrate 118. 2017-09-07 20:14:09 +00:00
initializing_formal_type_annotation_test.dart Updated tests for new treatment of init.formal type annotations 2017-09-21 07:34:58 +00:00
initializing_formal_type_test.dart Migrate 118. 2017-09-07 20:14:09 +00:00
inline_add_constants_to_initial_env_test.dart Migrate 118. 2017-09-07 20:14:09 +00:00
inline_argument_test.dart Migrate 118. 2017-09-07 20:14:09 +00:00
inline_closure_with_constant_arguments_test.dart Migrate 118. 2017-09-07 20:14:09 +00:00
inline_effect_context_test.dart Migrate 118. 2017-09-07 20:14:09 +00:00
inline_getter_test.dart Migrate 118. 2017-09-07 20:14:09 +00:00
inline_in_for_initializer_and_bailout_test.dart Migrate 118. 2017-09-07 20:14:09 +00:00
inline_super_field_lib.dart Migrate 118. 2017-09-07 20:14:09 +00:00
inline_super_field_test.dart Migrate 118. 2017-09-07 20:14:09 +00:00
inline_super_part.dart Migrate 118. 2017-09-07 20:14:09 +00:00
inline_super_test.dart Migrate 118. 2017-09-07 20:14:09 +00:00
inline_test.dart Migrate the lingering language_strong tests over to language_2. 2017-10-27 23:44:08 +00:00
inline_test_context_test.dart Migrate 119. 2017-09-07 20:29:15 +00:00
inline_value_context_test.dart Migrate 119. 2017-09-07 20:29:15 +00:00
inlined_conditional_test.dart Migrate 119. 2017-09-07 20:29:15 +00:00
inlined_throw_test.dart Reland https://dart-review.googlesource.com/c/sdk/+/37441 with fixes 2018-02-08 20:46:19 +00:00
inst_field_initializer1_negative_test.dart Migrate 119. 2017-09-07 20:29:15 +00:00
inst_field_initializer_test.dart Migrate 119. 2017-09-07 20:29:15 +00:00
instance_call_wrong_argument_count_negative_test.dart Migrate 119. 2017-09-07 20:29:15 +00:00
instance_compound_assignment_operator_test.dart Migrate 119. 2017-09-07 20:29:15 +00:00
instance_creation_in_function_annotation_test.dart Migrate 119. 2017-09-07 20:29:15 +00:00
instance_field_initializer_test.dart Migrate 119. 2017-09-07 20:29:15 +00:00
instance_incr_deopt_test.dart Migrate 119. 2017-09-07 20:29:15 +00:00
instance_inline_test.dart Migrate 119. 2017-09-07 20:29:15 +00:00
instance_method2_negative_test.dart Migrate 119. 2017-09-07 20:29:15 +00:00
instance_method_negative_test.dart Migrate 119. 2017-09-07 20:29:15 +00:00
instanceof2_test.dart Migrate 119. 2017-09-07 20:29:15 +00:00
instanceof4_test.dart Migrate 119. 2017-09-07 20:29:15 +00:00
instanceof_optimized_test.dart Migrate 119. 2017-09-07 20:29:15 +00:00
instanceof_test.dart Migrate 119. 2017-09-07 20:29:15 +00:00
instantiate_tearoff_after_contravariance_check_test.dart Add type inference code to generate Instantiation nodes. 2017-12-15 20:41:43 +00:00
instantiate_tearoff_of_call_test.dart Add type inference code to generate Instantiation nodes. 2017-12-15 20:41:43 +00:00
instantiate_tearoff_test.dart [kernel] Support for partial tearoff type application operator in the VM, take 3. 2018-01-15 11:24:11 +00:00
instantiate_type_variable_test.dart Migrate block 120. 2017-09-20 22:23:58 +00:00
int2_test.dart [Tests] Update _2 tests for Dart 2.0 fixed-size integers 2017-11-17 20:28:06 +00:00
int64_literal_test.dart Add test for int64 literal semantics in Dart 2.0 2017-11-29 16:36:30 +00:00
int_test.dart Migrate block 120. 2017-09-20 22:23:58 +00:00
integer_division_by_zero_test.dart Migrate block 120. 2017-09-20 22:23:58 +00:00
interceptor2_test.dart Migrate block 120. 2017-09-20 22:23:58 +00:00
interceptor3_test.dart Migrate block 120. 2017-09-20 22:23:58 +00:00
interceptor4_test.dart Migrate block 120. 2017-09-20 22:23:58 +00:00
interceptor5_test.dart Migrate block 120. 2017-09-20 22:23:58 +00:00
interceptor7_test.dart Migrate block 120. 2017-09-20 22:23:58 +00:00
interceptor8_test.dart Migrate block 120. 2017-09-20 22:23:58 +00:00
interceptor9_test.dart Migrate block 120. 2017-09-20 22:23:58 +00:00
interceptor_test.dart Migrate block 120. 2017-09-20 22:23:58 +00:00
interface2_negative_test.dart Migrate block 120. 2017-09-20 22:23:58 +00:00
interface_constants_test.dart Migrate block 120. 2017-09-20 22:23:58 +00:00
interface_cycle_test.dart Migrate block 120. 2017-09-20 22:23:58 +00:00
interface_inherit_field_test.dart Migrate block 120. 2017-09-20 22:23:58 +00:00
interface_injection1_negative_test.dart Migrate block 120. 2017-09-20 22:23:58 +00:00
interface_injection2_negative_test.dart Migrate block 120. 2017-09-20 22:23:58 +00:00
interface_static_method_negative_test.dart Migrate block 120. 2017-09-20 22:23:58 +00:00
interface_static_non_final_fields_negative_test.dart Migrate block 120. 2017-09-20 22:23:58 +00:00
interface_test.dart Migrate block 120. 2017-09-20 22:23:58 +00:00
internal_library_test.dart Migrate block 120. 2017-09-20 22:23:58 +00:00
intrinsified_methods_test.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
invalid_cast_test.dart Implement strong mode "invalid cast" rules. 2017-12-06 20:01:02 +00:00
invocation_mirror2_test.dart Migrate block 120. 2017-09-20 22:23:58 +00:00
invocation_mirror_empty_arguments_test.dart Migrate block 120. 2017-09-20 22:23:58 +00:00
invocation_mirror_invoke_on2_test.dart Migrate block 120. 2017-09-20 22:23:58 +00:00
invocation_mirror_invoke_on_test.dart Migrate block 120. 2017-09-20 22:23:58 +00:00
invocation_mirror_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
is_function_test.dart Migrated test block 121 to Dart 2.0. 2017-09-19 23:36:24 +00:00
is_interfaces2_test.dart Migrated test block 121 to Dart 2.0. 2017-09-19 23:36:24 +00:00
is_interfaces_test.dart Migrated test block 121 to Dart 2.0. 2017-09-19 23:36:24 +00:00
is_malformed_type_test.dart Migrated test block 121 to Dart 2.0. 2017-09-19 23:36:24 +00:00
is_nan_test.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
is_not_class1_negative_test.dart Migrated test block 121 to Dart 2.0. 2017-09-19 23:36:24 +00:00
is_not_class2_test.dart Migrated test block 121 to Dart 2.0. 2017-09-19 23:36:24 +00:00
is_not_class4_negative_test.dart Migrated test block 121 to Dart 2.0. 2017-09-19 23:36:24 +00:00
is_object_test.dart Migrated test block 121 to Dart 2.0. 2017-09-19 23:36:24 +00:00
is_operator_clash_test.dart Migrated test block 121 to Dart 2.0. 2017-09-19 23:36:24 +00:00
is_operator_test.dart Migrated test block 121 to Dart 2.0. 2017-09-19 23:36:24 +00:00
isnot_malformed_type_test.dart Migrated test block 121 to Dart 2.0. 2017-09-19 23:36:24 +00:00
issue1363_lib.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue1363_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue1578_negative_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue3806_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue7513_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue7525_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue9602_other.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue9602_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue9664_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue9687_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue9939_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue9949_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue10204_test.dart Migrated test block 121 to Dart 2.0. 2017-09-19 23:36:24 +00:00
issue10321_test.dart Migrated test block 121 to Dart 2.0. 2017-09-19 23:36:24 +00:00
issue10561_test.dart Migrated test block 121 to Dart 2.0. 2017-09-19 23:36:24 +00:00
issue10581_test.dart Migrated test block 121 to Dart 2.0. 2017-09-19 23:36:24 +00:00
issue10721_test.dart Migrated test block 121 to Dart 2.0. 2017-09-19 23:36:24 +00:00
issue10747_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
issue10783_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
issue11724_test.dart Migrated test block 121 to Dart 2.0. 2017-09-19 23:36:24 +00:00
issue11793_test.dart Migrated test block 121 to Dart 2.0. 2017-09-19 23:36:24 +00:00
issue12023_test.dart Migrated test block 121 to Dart 2.0. 2017-09-19 23:36:24 +00:00
issue12284_test.dart Migrated test block 121 to Dart 2.0. 2017-09-19 23:36:24 +00:00
issue12288_test.dart Migrated test block 121 to Dart 2.0. 2017-09-19 23:36:24 +00:00
issue12336_test.dart Migrated test block 121 to Dart 2.0. 2017-09-19 23:36:24 +00:00
issue13179_test.dart Fix fuzzy arrow issues in tests. 2018-01-16 23:08:01 +00:00
issue13556_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue13673_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue14014_2_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue14014_3_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue14014_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue14242_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue15606_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue15702_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue15720_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue18628_1_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue18628_2_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue20476_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue21079_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue21159_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue21957_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue22800_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue23244_test.dart Strong mode fix for issue23244_test.dart 2017-11-08 20:02:32 +00:00
issue31596_implement_covariant_test.dart Add further test cases reflecting the consensus on #31596. 2018-01-20 17:10:57 +00:00
issue31596_override_test.dart Add further test cases reflecting the consensus on #31596. 2018-01-20 17:10:57 +00:00
issue31596_super_test.dart Add further test cases reflecting the consensus on #31596. 2018-01-20 17:10:57 +00:00
issue31596_tearoff_test.dart Add further test cases reflecting the consensus on #31596. 2018-01-20 17:10:57 +00:00
issue31596_test.dart Add a test demonstrating the corner case mentioned in issue #31596. 2018-01-11 03:50:27 +00:00
issue4157508_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue4295001_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue4515170_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue_22780_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue_23914_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue_25671a_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
issue_25671b_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
issue_1751477_lib1.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue_1751477_lib2.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue_1751477_lib3.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue_1751477_lib4.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue_1751477_lib5.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue_1751477_lib6.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue_1751477_lib7.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue_1751477_lib8.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue_1751477_lib9.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue_1751477_lib11.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue_1751477_lib21.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue_1751477_lib31.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue_1751477_lib41.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue_1751477_lib51.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue_1751477_lib61.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue_1751477_lib71.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue_1751477_lib81.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue_1751477_lib91.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
issue_1751477_test.dart Migrated test batch 122 to Dart 2.0. 2017-09-14 14:42:48 +00:00
js_properties_test.dart Revert "Revert "Reland "Migrated test batch 123 to Dart 2.0.""" 2017-09-14 08:29:07 +00:00
keyword_type_expression_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
known_identifier_prefix_error_test.dart Renewed tests from built_in_identifier_prefix 2017-11-16 12:34:14 +00:00
known_identifier_prefix_test.dart Renewed tests from built_in_identifier_prefix 2017-11-16 12:34:14 +00:00
known_identifier_usage_error_test.dart Renewed tests from built_in_identifier_prefix 2017-11-16 12:34:14 +00:00
known_identifier_usage_test.dart Renewed tests from built_in_identifier_prefix 2017-11-16 12:34:14 +00:00
label2_negative_test.dart Revert "Revert "Reland "Migrated test batch 123 to Dart 2.0.""" 2017-09-14 08:29:07 +00:00
label3_negative_test.dart Revert "Revert "Reland "Migrated test batch 123 to Dart 2.0.""" 2017-09-14 08:29:07 +00:00
label5_negative_test.dart Revert "Revert "Reland "Migrated test batch 123 to Dart 2.0.""" 2017-09-14 08:29:07 +00:00
label6_negative_test.dart Revert "Revert "Reland "Migrated test batch 123 to Dart 2.0.""" 2017-09-14 08:29:07 +00:00
label8_negative_test.dart Revert "Revert "Reland "Migrated test batch 123 to Dart 2.0.""" 2017-09-14 08:29:07 +00:00
label_test.dart Revert "Revert "Reland "Migrated test batch 123 to Dart 2.0.""" 2017-09-14 08:29:07 +00:00
language_2.status Update dart2js status 2018-02-08 06:51:09 +00:00
language_2_analyzer.status Fix status files and ref #32100 for staticwarning/compiletimeerror weirdness 2018-02-09 00:04:52 +00:00
language_2_dart2js.status Fix up test statuses for strong mode. They apparently got super out of date. :-( 2018-02-09 18:53:36 +00:00
language_2_dartdevc.status Remove broken generic supertype optimization. 2018-02-09 09:39:07 +00:00
language_2_flutter.status [VM parser] Complete support for generalized void (fixes #30516). 2018-01-31 00:56:41 +00:00
language_2_kernel.status Update fasta parser to report constructor initializer errors 2018-02-08 18:08:40 +00:00
language_2_precompiled.status Update status files for $compiler == fasta 2018-02-07 15:38:09 +00:00
language_2_spec_parser.status Normalize all status files and enable presubmit hook. 2017-12-07 08:38:30 +00:00
language_2_vm.status Infer mixin types in the analyzer. 2018-02-07 10:45:39 +00:00
large_class_declaration_test.dart Revert "Revert "Reland "Migrated test batch 123 to Dart 2.0.""" 2017-09-14 08:29:07 +00:00
large_implicit_getter_test.dart Migrated test batch 124 to Dart 2.0. 2017-09-11 13:50:51 +00:00
larger_implicit_getter_test.dart Migrated test batch 125 to Dart 2.0. 2017-09-11 13:49:51 +00:00
lazy_map_test.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
lazy_static2_test.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
lazy_static3_test.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
lazy_static4_test.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
lazy_static5_test.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
lazy_static6_src.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
lazy_static6_test.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
lazy_static7_test.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
lazy_static8_test.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
lazy_static_test.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
least_upper_bound_expansive_test.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
least_upper_bound_test.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
left_shift_test.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
library1.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
library1_lib.dart Get rid of lib files in tests. 2017-10-25 19:52:16 +00:00
library1_test.dart Get rid of lib files in tests. 2017-10-25 19:52:16 +00:00
library2.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
library3.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
library4.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
library5_test.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
library5a.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
library5b.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
library6.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
library10.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
library11.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
library12.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
library_a.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
library_ambiguous_test.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
library_b.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
library_c.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
library_d.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
library_e.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
library_env_test.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
library_f.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
library_juxtaposition_lib.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
library_juxtaposition_part.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
library_juxtaposition_test.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
library_negative_test.dart Migration of test block 126. 2017-10-04 21:38:10 +00:00
library_prefixes.dart Get rid of lib files in tests. 2017-10-25 19:52:16 +00:00
library_prefixes_test.dart Get rid of lib files in tests. 2017-10-25 19:52:16 +00:00
library_prefixes_test1.dart Get rid of lib files in tests. 2017-10-25 19:52:16 +00:00
library_prefixes_test2.dart Get rid of lib files in tests. 2017-10-25 19:52:16 +00:00
library_private_in_constructor_a.dart Migrate test block 127. 2017-10-05 06:43:21 +00:00
library_private_in_constructor_b.dart Migrate test block 127. 2017-10-05 06:43:21 +00:00
library_private_in_constructor_test.dart Migrate test block 127. 2017-10-05 06:43:21 +00:00
library_same_name_used_lib1.dart Migrate test block 127. 2017-10-05 06:43:21 +00:00
library_same_name_used_lib2.dart Migrate test block 127. 2017-10-05 06:43:21 +00:00
library_same_name_used_test.dart Migrate test block 127. 2017-10-05 06:43:21 +00:00
licm2_test.dart Migrate test block 127. 2017-10-05 06:43:21 +00:00
licm3_test.dart Migrate test block 127. 2017-10-05 06:43:21 +00:00
licm_test.dart Migrate test block 127. 2017-10-05 06:43:21 +00:00
list_double_index_in_loop2_test.dart Migrate test block 127. 2017-10-05 06:43:21 +00:00
list_double_index_in_loop_test.dart Migrate test block 127. 2017-10-05 06:43:21 +00:00
list_in_closure_test.dart Migrate test block 127. 2017-10-05 06:43:21 +00:00
list_is_test.dart Fix language_2/list_is_test 2018-01-27 21:01:50 +00:00
list_length_tracer_test.dart Migrate test block 127. 2017-10-05 06:43:21 +00:00
list_literal1_test.dart Migrate test block 127. 2017-10-05 06:43:21 +00:00
list_literal2_negative_test.dart Migrate test block 127. 2017-10-05 06:43:21 +00:00
list_literal2_test.dart Migrate test block 127. 2017-10-05 06:43:21 +00:00
list_literal3_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
list_literal4_test.dart Migrate test block 127. 2017-10-05 06:43:21 +00:00
list_literal_negative_test.dart Migrate test block 127. 2017-10-05 06:43:21 +00:00
list_literal_syntax_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
list_literal_test.dart Migrate test block 127. 2017-10-05 06:43:21 +00:00
list_mixin_test.dart Migrate test block 127. 2017-10-05 06:43:21 +00:00
list_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
list_tracer_call_last_test.dart Migrate test block 127. 2017-10-05 06:43:21 +00:00
list_tracer_closure_test.dart Migrate test block 127. 2017-10-05 06:43:21 +00:00
list_tracer_in_list_test.dart Migrate Dart 2.0 test block 128 2017-10-12 17:35:02 +00:00
list_tracer_in_map_test.dart Migrate Dart 2.0 test block 128 2017-10-12 17:35:02 +00:00
list_tracer_return_from_tearoff_closure_test.dart Migrate Dart 2.0 test block 128 2017-10-12 17:35:02 +00:00
literal_unary_plus_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
liveness_test.dart Migrate Dart 2.0 test block 128 2017-10-12 17:35:02 +00:00
load_indexed_constant_test.dart Migrate Dart 2.0 test block 128 2017-10-12 17:35:02 +00:00
local_export_a.dart Migrate Dart 2.0 test block 128 2017-10-12 17:35:02 +00:00
local_export_a_export.dart Migrate Dart 2.0 test block 128 2017-10-12 17:35:02 +00:00
local_export_test.dart Migrate Dart 2.0 test block 128 2017-10-12 17:35:02 +00:00
local_function2_test.dart Strong mode fix for local_function2_test 2017-11-12 14:38:16 +00:00
local_function3_test.dart Migrate Dart 2.0 test block 128 2017-10-12 17:35:02 +00:00
local_function_non_equal_test.dart Migrate Dart 2.0 test block 128 2017-10-12 17:35:02 +00:00
local_function_test.dart Migrate Dart 2.0 test block 128 2017-10-12 17:35:02 +00:00
logical_expression2_test.dart Migrate Dart 2.0 test block 128 2017-10-12 17:35:02 +00:00
logical_expression3_test.dart Migrate Dart 2.0 test block 128 2017-10-12 17:35:02 +00:00
logical_expression4_test.dart Migrate Dart 2.0 test block 128 2017-10-12 17:35:02 +00:00
logical_expression5_test.dart Migrate Dart 2.0 test block 128 2017-10-12 17:35:02 +00:00
logical_expression_test.dart Migrate Dart 2.0 test block 128 2017-10-12 17:35:02 +00:00
loop_exchange2_test.dart Migrate Dart 2.0 test block 128 2017-10-12 17:35:02 +00:00
loop_exchange3_test.dart Migrate Dart 2.0 test block 128 2017-10-12 17:35:02 +00:00
loop_exchange4_test.dart Migrate Dart 2.0 test block 128 2017-10-12 17:35:02 +00:00
loop_exchange_test.dart Migrate Dart 2.0 test block 128 2017-10-12 17:35:02 +00:00
loop_hoist_test.dart Migrate Dart 2.0 test block 128 2017-10-12 17:35:02 +00:00
main_not_a_function_test.dart Migrate Dart 2.0 test block 128 2017-10-12 17:35:02 +00:00
main_test.dart Migrate Dart 2.0 test block 128 2017-10-12 17:35:02 +00:00
malbounded_instantiation_test.dart Migrate Dart 2.0 test block 128 2017-10-12 17:35:02 +00:00
malbounded_redirecting_factory_test.dart Migrate Dart 2.0 test block 128 2017-10-12 17:35:02 +00:00
malbounded_type_cast2_test.dart Migrate Dart 2.0 test block 128 2017-10-12 17:35:02 +00:00
malbounded_type_cast_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
malbounded_type_literal_test.dart Migrate test block 129. 2017-10-11 08:59:49 +00:00
malbounded_type_test2_test.dart Migrate test block 129. 2017-10-11 08:59:49 +00:00
malbounded_type_test_test.dart Migrate test block 129. 2017-10-11 08:59:49 +00:00
malformed2_lib.dart Migrate test block 129. 2017-10-11 08:59:49 +00:00
malformed2_test.dart Migrate test block 129. 2017-10-11 08:59:49 +00:00
malformed_bound_test.dart Migrate test block 129. 2017-10-11 08:59:49 +00:00
malformed_inheritance_test.dart Migrate test block 129. 2017-10-11 08:59:49 +00:00
malformed_test.dart Migrate test block 129. 2017-10-11 08:59:49 +00:00
malformed_type_test.dart Migrate test block 129. 2017-10-11 08:59:49 +00:00
many_calls_test.dart Migrate test block 129. 2017-10-11 08:59:49 +00:00
many_generic_instanceof_test.dart Migrate many_generic_instanceof_test to language_2. 2017-08-24 12:23:32 -07:00
many_method_calls_test.dart Migrate test block 129. 2017-10-11 08:59:49 +00:00
many_named_arguments_test.dart Migrated test block 130 to Dart 2.0. 2017-09-29 04:24:02 +00:00
many_overridden_no_such_method_test.dart Migrated test block 130 to Dart 2.0. 2017-09-29 04:24:02 +00:00
map_literal1_test.dart Migrated test block 130 to Dart 2.0. 2017-09-29 04:24:02 +00:00
map_literal2_negative_test.dart Migrated test block 130 to Dart 2.0. 2017-09-29 04:24:02 +00:00
map_literal2_test.dart Migrated test block 130 to Dart 2.0. 2017-09-29 04:24:02 +00:00
map_literal3_test.dart Migrated test block 130 to Dart 2.0. 2017-09-29 04:24:02 +00:00
map_literal4_test.dart Migrated test block 130 to Dart 2.0. 2017-09-29 04:24:02 +00:00
map_literal5_test.dart Migrated test block 130 to Dart 2.0. 2017-09-29 04:24:02 +00:00
map_literal6_test.dart Migrated test block 130 to Dart 2.0. 2017-09-29 04:24:02 +00:00
map_literal7_test.dart Migrated test block 130 to Dart 2.0. 2017-09-29 04:24:02 +00:00
map_literal8_test.dart Migrated test block 130 to Dart 2.0. 2017-09-29 04:24:02 +00:00
map_literal9_test.dart Migrated test block 130 to Dart 2.0. 2017-09-29 04:24:02 +00:00
map_literal10_test.dart Migrated test block 130 to Dart 2.0. 2017-09-29 04:24:02 +00:00
map_literal11_test.dart Migrated test block 130 to Dart 2.0. 2017-09-29 04:24:02 +00:00
map_literal_negative_test.dart Migrated test block 130 to Dart 2.0. 2017-09-29 04:24:02 +00:00
map_literal_syntax_test.dart Migrated test block 130 to Dart 2.0. 2017-09-29 04:24:02 +00:00
map_literal_test.dart Migrated test block 130 to Dart 2.0. 2017-09-29 04:24:02 +00:00
map_test.dart Migrated test block 130 to Dart 2.0. 2017-09-29 04:24:02 +00:00
mega_load_test.dart Migrated test block 130 to Dart 2.0. 2017-09-29 04:24:02 +00:00
megamorphic_no_such_method_test.dart Migrated test block 131 to Dart 2.0. 2017-09-22 21:53:58 +00:00
memory_swap_test.dart Migrated test block 131 to Dart 2.0. 2017-09-22 21:53:58 +00:00
metadata_lib.dart Migrated test block 131 to Dart 2.0. 2017-09-22 21:53:58 +00:00
metadata_scope1_test.dart Migrated test block 131 to Dart 2.0. 2017-09-22 21:53:58 +00:00
metadata_scope2_test.dart Migrated test block 131 to Dart 2.0. 2017-09-22 21:53:58 +00:00
metadata_self_test.dart Migrated test block 131 to Dart 2.0. 2017-09-22 21:53:58 +00:00
metadata_test.dart Migrated test block 131 to Dart 2.0. 2017-09-22 21:53:58 +00:00
method_binding_test.dart Migrated test block 131 to Dart 2.0. 2017-09-22 21:53:58 +00:00
method_invocation_test.dart Migrated test block 131 to Dart 2.0. 2017-09-22 21:53:58 +00:00
method_name_test.dart Migrated test block 131 to Dart 2.0. 2017-09-22 21:53:58 +00:00
method_not_found_test.dart [fasta] Fix crash with "unsupported operation 'name'" 2018-01-30 13:08:09 +00:00
method_override2_test.dart Adjusted method_override?_test as suggested in review of Gerrit 7683 2017-09-27 13:53:05 +00:00
method_override3_test.dart Adjusted method_override?_test as suggested in review of Gerrit 7683 2017-09-27 13:53:05 +00:00
method_override7_test.dart Migrated test block 131 to Dart 2.0. 2017-09-22 21:53:58 +00:00
method_override8_test.dart Migrated test block 131 to Dart 2.0. 2017-09-22 21:53:58 +00:00
method_override_test.dart [language tests] Fix 2 strong mode tests related to covariant tear-offs. 2017-12-22 20:33:36 +00:00
methods_as_constants2_test.dart Migrated test block 131 to Dart 2.0. 2017-09-22 21:53:58 +00:00
methods_as_constants_test.dart Migrated test block 131 to Dart 2.0. 2017-09-22 21:53:58 +00:00
minify_closure_variable_collision_test.dart Migrated test block 131 to Dart 2.0. 2017-09-22 21:53:58 +00:00
mint_arithmetic_test.dart Migrate test block 132 to Dart 2.0. 2017-10-11 16:19:53 +00:00
mint_compares_test.dart [Tests] Update _2 tests for Dart 2.0 fixed-size integers 2017-11-17 20:28:06 +00:00
missing_const_constructor_test.dart Migrate test block 132 to Dart 2.0. 2017-10-11 16:19:53 +00:00
missing_part_of_tag_part.dart Migrate test block 132 to Dart 2.0. 2017-10-11 16:19:53 +00:00
missing_part_of_tag_test.dart Migrate test block 132 to Dart 2.0. 2017-10-11 16:19:53 +00:00
mixin_abstract_getter_test.dart Migrate test block 132 to Dart 2.0. 2017-10-11 16:19:53 +00:00
mixin_accessor_test.dart fix #32001, DDC mixins with getter/setters partially from superclass 2018-01-30 21:44:50 +00:00
mixin_and_extension_member_test.dart Migrate test block 132 to Dart 2.0. 2017-10-11 16:19:53 +00:00
mixin_black_listed_test.dart Migrate test block 132 to Dart 2.0. 2017-10-11 16:19:53 +00:00
mixin_bound_test.dart Migrate test block 132 to Dart 2.0. 2017-10-11 16:19:53 +00:00
mixin_class_from_core_library_test.dart Migrate test block 132 to Dart 2.0. 2017-10-11 16:19:53 +00:00
mixin_cyclic_test.dart Migrate test block 132 to Dart 2.0. 2017-10-11 16:19:53 +00:00
mixin_extends_field_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
mixin_extends_is_test.dart Migrate test block 132 to Dart 2.0. 2017-10-11 16:19:53 +00:00
mixin_extends_method_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
mixin_factory_constructor_test.dart Migrate test block 132 to Dart 2.0. 2017-10-11 16:19:53 +00:00
mixin_field_initializer_test.dart Migrate test block 132 to Dart 2.0. 2017-10-11 16:19:53 +00:00
mixin_field_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
mixin_forwarding_constructor1_test.dart Migrate test block 132 to Dart 2.0. 2017-10-11 16:19:53 +00:00
mixin_forwarding_constructor2_test.dart Migrate Dart 2.0 test block 133 2017-10-12 21:22:41 +00:00
mixin_forwarding_constructor3_test.dart Migrate Dart 2.0 test block 133 2017-10-12 21:22:41 +00:00
mixin_forwarding_constructor4_test.dart Migrate Dart 2.0 test block 133 2017-10-12 21:22:41 +00:00
mixin_generic_test.dart Migrate Dart 2.0 test block 133 2017-10-12 21:22:41 +00:00
mixin_getter_regression_test.dart Migrate Dart 2.0 test block 133 2017-10-12 21:22:41 +00:00
mixin_illegal_constructor_test.dart Migrate Dart 2.0 test block 133 2017-10-12 21:22:41 +00:00
mixin_illegal_cycles_test.dart Migrate Dart 2.0 test block 133 2017-10-12 21:22:41 +00:00
mixin_illegal_object_test.dart Migrate Dart 2.0 test block 133 2017-10-12 21:22:41 +00:00
mixin_illegal_static_access_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
mixin_illegal_super_use_test.dart Migrate Dart 2.0 test block 133 2017-10-12 21:22:41 +00:00
mixin_illegal_superclass_test.dart Migrate Dart 2.0 test block 133 2017-10-12 21:22:41 +00:00
mixin_illegal_syntax_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
mixin_implements2_test.dart Migrate Dart 2.0 test block 133 2017-10-12 21:22:41 +00:00
mixin_implements_test.dart Migrate Dart 2.0 test block 133 2017-10-12 21:22:41 +00:00
mixin_invalid_bound2_test.dart Migrate Dart 2.0 test block 133 2017-10-12 21:22:41 +00:00
mixin_invalid_bound_test.dart Migrate Dart 2.0 test block 133 2017-10-12 21:22:41 +00:00
mixin_invalid_inheritance1_test.dart Migrate Dart 2.0 test block 133 2017-10-12 21:22:41 +00:00
mixin_invalid_inheritance2_test.dart Migrate Dart 2.0 test block 133 2017-10-12 21:22:41 +00:00
mixin_is_test.dart Migrate Dart 2.0 test block 133 2017-10-12 21:22:41 +00:00
mixin_issue10216_2_test.dart Migrate Dart 2.0 test block 133 2017-10-12 21:22:41 +00:00
mixin_issue10216_test.dart Migrate Dart 2.0 test block 133 2017-10-12 21:22:41 +00:00
mixin_lib_extends_field_lib.dart Migrate Dart 2.0 test block 133 2017-10-12 21:22:41 +00:00
mixin_lib_extends_field_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
mixin_lib_extends_method_lib.dart Migrate test block 134 to Dart 2.0. 2017-09-28 16:15:47 +00:00
mixin_lib_extends_method_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
mixin_method_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
mixin_mixin2_test.dart Migrate test block 134 to Dart 2.0. 2017-09-28 16:15:47 +00:00
mixin_mixin3_test.dart Migrate test block 134 to Dart 2.0. 2017-09-28 16:15:47 +00:00
mixin_mixin4_test.dart Migrate test block 134 to Dart 2.0. 2017-09-28 16:15:47 +00:00
mixin_mixin5_test.dart Migrate test block 134 to Dart 2.0. 2017-09-28 16:15:47 +00:00
mixin_mixin6_test.dart Migrate test block 134 to Dart 2.0. 2017-09-28 16:15:47 +00:00
mixin_mixin7_test.dart Migrate test block 134 to Dart 2.0. 2017-09-28 16:15:47 +00:00
mixin_mixin_bound2_test.dart Migrate test block 134 to Dart 2.0. 2017-09-28 16:15:47 +00:00
mixin_mixin_bound_test.dart Migrate test block 134 to Dart 2.0. 2017-09-28 16:15:47 +00:00
mixin_mixin_test.dart Migrate test block 134 to Dart 2.0. 2017-09-28 16:15:47 +00:00
mixin_mixin_type_arguments_test.dart Migrate test block 134 to Dart 2.0. 2017-09-28 16:15:47 +00:00
mixin_named_constructor_test.dart Unroll mixins in DDC, so each mixin application is generated 2017-10-27 04:26:44 +00:00
mixin_naming_test.dart Migrate test block 134 to Dart 2.0. 2017-09-28 16:15:47 +00:00
mixin_of_mixin_test.dart Migrate test block 134 to Dart 2.0. 2017-09-28 16:15:47 +00:00
mixin_only_for_rti_test.dart Migrate test block 134 to Dart 2.0. 2017-09-28 16:15:47 +00:00
mixin_override_regression_test.dart Migrate test block 134 to Dart 2.0. 2017-09-28 16:15:47 +00:00
mixin_prefix_lib.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
mixin_prefix_test.dart Migrate test block 134 to Dart 2.0. 2017-09-28 16:15:47 +00:00
mixin_proto_test.dart Migrate test block 134 to Dart 2.0. 2017-09-28 16:15:47 +00:00
mixin_regress_11398_test.dart Migrate test block 134 to Dart 2.0. 2017-09-28 16:15:47 +00:00
mixin_regress_13688_test.dart Migrate test block 134 to Dart 2.0. 2017-09-28 16:15:47 +00:00
mixin_super_2_test.dart Migrate test block 134 to Dart 2.0. 2017-09-28 16:15:47 +00:00
mixin_super_bound_test.dart Migrate test block 134 to Dart 2.0. 2017-09-28 16:15:47 +00:00
mixin_super_constructor2_test.dart Migrate test block 135 to Dart 2.0. 2017-09-22 17:04:06 +00:00
mixin_super_constructor_default_test.dart Migrate test block 135 to Dart 2.0. 2017-09-22 17:04:06 +00:00
mixin_super_constructor_multiple_test.dart Migrate test block 135 to Dart 2.0. 2017-09-22 17:04:06 +00:00
mixin_super_constructor_named_test.dart Migrate test block 135 to Dart 2.0. 2017-09-22 17:04:06 +00:00
mixin_super_constructor_positionals_test.dart Migrate test block 135 to Dart 2.0. 2017-09-22 17:04:06 +00:00
mixin_super_constructor_test.dart Migrate test block 135 to Dart 2.0. 2017-09-22 17:04:06 +00:00
mixin_super_test.dart Migrate test block 135 to Dart 2.0. 2017-09-22 17:04:06 +00:00
mixin_super_use_test.dart Migrate test block 135 to Dart 2.0. 2017-09-22 17:04:06 +00:00
mixin_superclass_test.dart Migrate test block 135 to Dart 2.0. 2017-09-22 17:04:06 +00:00
mixin_supertype_subclass2_test.dart Migrate test block 135 to Dart 2.0. 2017-09-22 17:04:06 +00:00
mixin_supertype_subclass3_test.dart Migrate test block 135 to Dart 2.0. 2017-09-22 17:04:06 +00:00
mixin_supertype_subclass4_test.dart Migrate test block 135 to Dart 2.0. 2017-09-22 17:04:06 +00:00
mixin_supertype_subclass_test.dart Migrate test block 135 to Dart 2.0. 2017-09-22 17:04:06 +00:00
mixin_this_use_test.dart Migrate test block 135 to Dart 2.0. 2017-09-22 17:04:06 +00:00
mixin_type_parameter1_test.dart Migrate test block 135 to Dart 2.0. 2017-09-22 17:04:06 +00:00
mixin_type_parameter2_test.dart Migrate test block 135 to Dart 2.0. 2017-09-22 17:04:06 +00:00
mixin_type_parameter3_test.dart Migrate test block 135 to Dart 2.0. 2017-09-22 17:04:06 +00:00
mixin_type_parameter4_test.dart Migrate test block 135 to Dart 2.0. 2017-09-22 17:04:06 +00:00
mixin_type_parameter5_test.dart Migrate test block 135 to Dart 2.0. 2017-09-22 17:04:06 +00:00
mixin_type_parameter6_test.dart Migrate test block 135 to Dart 2.0. 2017-09-22 17:04:06 +00:00
mixin_type_parameter_inference_error_test.dart Infer mixin types in the analyzer. 2018-02-07 10:45:39 +00:00
mixin_type_parameter_inference_previous_mixin_test.dart Infer mixin types in the analyzer. 2018-02-07 10:45:39 +00:00
mixin_type_parameter_inference_test.dart Infer mixin types in the analyzer. 2018-02-07 10:45:39 +00:00
mixin_type_parameters_errors_test.dart Migrate test block 135 to Dart 2.0. 2017-09-22 17:04:06 +00:00
mixin_type_parameters_mixin_extends_test.dart Migrate test block 135 to Dart 2.0. 2017-09-22 17:04:06 +00:00
mixin_type_parameters_mixin_test.dart Migrate test block 135 to Dart 2.0. 2017-09-22 17:04:06 +00:00
mixin_type_parameters_simple_test.dart Migrate test block 135 to Dart 2.0. 2017-09-22 17:04:06 +00:00
mixin_type_parameters_super_extends_test.dart Migrate test block 135 to Dart 2.0. 2017-09-22 17:04:06 +00:00
mixin_type_parameters_super_test.dart Re-stage migration of test block 136 to Dart 2.0. 2017-09-20 16:23:00 +00:00
mixin_type_variable_test.dart Re-stage migration of test block 136 to Dart 2.0. 2017-09-20 16:23:00 +00:00
mixin_typedef_constructor_test.dart Re-stage migration of test block 136 to Dart 2.0. 2017-09-20 16:23:00 +00:00
mixin_with_named_import_test.dart Add test that currently crash DDC with kernel because of illegal js name 2017-12-12 13:36:50 +00:00
mixin_with_two_implicit_constructors_test.dart Re-stage migration of test block 136 to Dart 2.0. 2017-09-20 16:23:00 +00:00
mock_writable_final_field_test.dart Fix order of arguments to Expect.equals in some tests 2017-11-23 14:45:46 +00:00
mock_writable_final_private_field_test.dart Fix order of arguments to Expect.equals in some tests 2017-11-23 14:45:46 +00:00
modulo_test.dart Re-stage migration of test block 136 to Dart 2.0. 2017-09-20 16:23:00 +00:00
mul_recipr_test.dart Re-stage migration of test block 136 to Dart 2.0. 2017-09-20 16:23:00 +00:00
multi_assign_test.dart Re-stage migration of test block 136 to Dart 2.0. 2017-09-20 16:23:00 +00:00
multi_pass2_test.dart Re-stage migration of test block 136 to Dart 2.0. 2017-09-20 16:23:00 +00:00
multi_pass_a.dart Re-stage migration of test block 136 to Dart 2.0. 2017-09-20 16:23:00 +00:00
multi_pass_b.dart Re-stage migration of test block 136 to Dart 2.0. 2017-09-20 16:23:00 +00:00
multi_pass_test.dart Re-stage migration of test block 136 to Dart 2.0. 2017-09-20 16:23:00 +00:00
multiline_newline_cr.dart Re-stage migration of test block 136 to Dart 2.0. 2017-09-20 16:23:00 +00:00
multiline_newline_crlf.dart Re-stage migration of test block 136 to Dart 2.0. 2017-09-20 16:23:00 +00:00
multiline_newline_lf.dart Re-stage migration of test block 136 to Dart 2.0. 2017-09-20 16:23:00 +00:00
multiline_newline_test.dart Re-stage migration of test block 136 to Dart 2.0. 2017-09-20 16:23:00 +00:00
multiline_strings_test.dart Re-stage migration of test block 136 to Dart 2.0. 2017-09-20 16:23:00 +00:00
multiple_field_assignment_constructor_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
multiple_interface_inheritance_test.dart Add tests demonstrating bugs #30547 and #30552. 2017-08-26 08:00:07 -07:00
named_argument_in_const_creation_test.dart Re-stage migration of test block 136 to Dart 2.0. 2017-09-20 16:23:00 +00:00
named_argument_test.dart Re-stage migration of test block 136 to Dart 2.0. 2017-09-20 16:23:00 +00:00
named_constructor_lib.dart Re-stage migration of test block 136 to Dart 2.0. 2017-09-20 16:23:00 +00:00
named_constructor_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
named_parameter_clash_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
named_parameter_regression_test.dart Re-stage migration of test block 136 to Dart 2.0. 2017-09-20 16:23:00 +00:00
named_parameters2_test.dart Re-stage migration of test block 136 to Dart 2.0. 2017-09-20 16:23:00 +00:00
named_parameters3_test.dart Re-stage migration of test block 136 to Dart 2.0. 2017-09-20 16:23:00 +00:00
named_parameters4_test.dart Re-stage migration of test block 136 to Dart 2.0. 2017-09-20 16:23:00 +00:00
named_parameters_aggregated_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
named_parameters_default_eq_test.dart Migrate Test Block 137 to Dart 2.0. 2017-09-13 15:44:13 +00:00
named_parameters_named_count_test.dart Migrate Test Block 137 to Dart 2.0. 2017-09-13 15:44:13 +00:00
named_parameters_passing_false_test.dart Migrate Test Block 137 to Dart 2.0. 2017-09-13 15:44:13 +00:00
named_parameters_passing_falsy_test.dart Migrate Test Block 137 to Dart 2.0. 2017-09-13 15:44:13 +00:00
named_parameters_passing_null_test.dart Migrate Test Block 137 to Dart 2.0. 2017-09-13 15:44:13 +00:00
named_parameters_passing_zero_test.dart Migrate Test Block 137 to Dart 2.0. 2017-09-13 15:44:13 +00:00
named_parameters_test.dart Migrate Test Block 137 to Dart 2.0. 2017-09-13 15:44:13 +00:00
named_parameters_type_test.dart Migrate Test Block 137 to Dart 2.0. 2017-09-13 15:44:13 +00:00
named_parameters_with_conversions_test.dart Migrate Test Block 137 to Dart 2.0. 2017-09-13 15:44:13 +00:00
named_parameters_with_dollars_test.dart Migrate Test Block 137 to Dart 2.0. 2017-09-13 15:44:13 +00:00
named_parameters_with_object_property_names_test.dart Migrate Test Block 137 to Dart 2.0. 2017-09-13 15:44:13 +00:00
namer2_test.dart Migrate Test Block 137 to Dart 2.0. 2017-09-13 15:44:13 +00:00
namer_test.dart Migrate Test Block 137 to Dart 2.0. 2017-09-13 15:44:13 +00:00
naming2_test.dart Migrate test block 138 to Dart 2.0. 2017-10-06 17:33:58 +00:00
naming3_test.dart Fixing renaming on top-level member 2017-10-28 01:29:38 +00:00
naming_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
nan_identical_test.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
native_test.dart Migrate test block 138 to Dart 2.0. 2017-10-06 17:33:58 +00:00
nested_comments_test.dart Migrate test block 138 to Dart 2.0. 2017-10-06 17:33:58 +00:00
nested_generic_closure_test.dart [VM generic functions] Properly instantiate generic signatures by providing the 2017-10-16 21:57:05 +00:00
nested_if_test.dart Migrate test block 138 to Dart 2.0. 2017-10-06 17:33:58 +00:00
nested_switch_label_test.dart Migrate test block 138 to Dart 2.0. 2017-10-06 17:33:58 +00:00
new_expression1_negative_test.dart Migrate test block 138 to Dart 2.0. 2017-10-06 17:33:58 +00:00
new_expression2_negative_test.dart Migrate test block 138 to Dart 2.0. 2017-10-06 17:33:58 +00:00
new_expression3_negative_test.dart Migrate test block 138 to Dart 2.0. 2017-10-06 17:33:58 +00:00
new_expression_type_args_test.dart Migrate test block 138 to Dart 2.0. 2017-10-06 17:33:58 +00:00
new_prefix_test.dart Migrate test block 138 to Dart 2.0. 2017-10-06 17:33:58 +00:00
new_statement_test.dart Migrate test block 138 to Dart 2.0. 2017-10-06 17:33:58 +00:00
no_main_test.dart Migrate test block 138 to Dart 2.0. 2017-10-06 17:33:58 +00:00
no_such_constructor_test.dart Migrate test block 138 to Dart 2.0. 2017-10-06 17:33:58 +00:00
no_such_method2_test.dart Migrate test block 138 to Dart 2.0. 2017-10-06 17:33:58 +00:00
no_such_method3_test.dart Migrate test block 138 to Dart 2.0. 2017-10-06 17:33:58 +00:00
no_such_method_dispatcher_test.dart Migrate test block 138 to Dart 2.0. 2017-10-06 17:33:58 +00:00
no_such_method_empty_selector_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
no_such_method_mock_test.dart Fix order of arguments to Expect.equals in some tests 2017-11-23 14:45:46 +00:00
no_such_method_native_test.dart Fix order of arguments to Expect.equals in some tests 2017-11-23 14:45:46 +00:00
no_such_method_negative_test.dart Migrate test block 138 to Dart 2.0. 2017-10-06 17:33:58 +00:00
no_such_method_subtype_test.dart Migrate test block 138 to Dart 2.0. 2017-10-06 17:33:58 +00:00
no_such_method_tearoff_fta_test.dart [VM] Make noSuchMethod handling on simdbc work for closure calls with generic type arguments 2018-01-15 13:44:31 +00:00
no_such_method_test.dart Migrate test block 138 to Dart 2.0. 2017-10-06 17:33:58 +00:00
non_const_constructor_without_body_test.dart Migrate test block 138 to Dart 2.0. 2017-10-06 17:33:58 +00:00
non_const_super_negative_test.dart Migrate test block 138 to Dart 2.0. 2017-10-06 17:33:58 +00:00
non_dominating_loop_test.dart Migrate test block 138 to Dart 2.0. 2017-10-06 17:33:58 +00:00
non_parameterized_factory2_test.dart Migrated test block 139 to Dart 2.0. 2017-09-23 00:06:38 +00:00
non_parameterized_factory_test.dart Migrated test block 139 to Dart 2.0. 2017-09-23 00:06:38 +00:00
not_enough_positional_arguments_test.dart Migrated test block 139 to Dart 2.0. 2017-09-23 00:06:38 +00:00
nsm4_test.dart Migrated block 145 to Dart 2.0. 2017-10-13 23:52:14 +00:00
nsm5_test.dart Update the analyzer to require noSuchMethod overrides to be concrete. 2018-01-24 13:55:18 +00:00
null2_test.dart Migrated test block 139 to Dart 2.0. 2017-09-23 00:06:38 +00:00
null_access_error_test.dart Migrated test block 139 to Dart 2.0. 2017-09-23 00:06:38 +00:00
null_inline_test.dart Migrated test block 139 to Dart 2.0. 2017-09-23 00:06:38 +00:00
null_is2_test.dart Migrated test block 139 to Dart 2.0. 2017-09-23 00:06:38 +00:00
null_is_test.dart Migrated test block 139 to Dart 2.0. 2017-09-23 00:06:38 +00:00
null_method_test.dart Migrated test block 139 to Dart 2.0. 2017-09-23 00:06:38 +00:00
null_no_such_method_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
null_test.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
null_to_string2_test.dart Migrated test block 140 to Dart 2.0. 2017-09-25 14:53:02 +00:00
null_to_string_test.dart Migrated test block 140 to Dart 2.0. 2017-09-25 14:53:02 +00:00
nullaware_dynamic_test.dart Migrated test block 140 to Dart 2.0. 2017-09-25 14:53:02 +00:00
nullaware_opt_test.dart fix DDC handling of @notNull annotation for ?. method calls 2017-10-10 00:35:31 +00:00
number_constant_folding1_test.dart Migrated test block 140 to Dart 2.0. 2017-09-25 14:53:02 +00:00
number_identifier_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
number_identity2_test.dart Change some constant declarations to lowerCase. 2017-11-14 12:59:14 +00:00
number_identity_test.dart [Tests] Update _2 tests for Dart 2.0 fixed-size integers 2017-11-17 20:28:06 +00:00
number_syntax_test.dart Migrated test block 140 to Dart 2.0. 2017-09-25 14:53:02 +00:00
numbers_test.dart Migrated test block 140 to Dart 2.0. 2017-09-25 14:53:02 +00:00
object_has_no_call_method_test.dart Implement "unknown getter/setter/method" compile time errors in the front end. 2017-12-05 00:14:54 +00:00
on_catch_malformed_type_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
operations_on_non_num_operand_test.dart Migrated test block 140 to Dart 2.0. 2017-09-25 14:53:02 +00:00
operator1_negative_test.dart Migrated test block 140 to Dart 2.0. 2017-09-25 14:53:02 +00:00
operator2_negative_test.dart Migrated test block 140 to Dart 2.0. 2017-09-25 14:53:02 +00:00
operator2_test.dart Migrated test block 140 to Dart 2.0. 2017-09-25 14:53:02 +00:00
operator3_test.dart Migrated test block 140 to Dart 2.0. 2017-09-25 14:53:02 +00:00
operator4_test.dart Migrated test block 140 to Dart 2.0. 2017-09-25 14:53:02 +00:00
operator5_test.dart Migrated test block 140 to Dart 2.0. 2017-09-25 14:53:02 +00:00
operator6_test.dart Migrated test block 140 to Dart 2.0. 2017-09-25 14:53:02 +00:00
operator_equals_test.dart Migrated test block 140 to Dart 2.0. 2017-09-25 14:53:02 +00:00
operator_index_evaluation_order_test.dart Migrated test block 140 to Dart 2.0. 2017-09-25 14:53:02 +00:00
operator_negate_and_method_negate_test.dart Migrated test block 140 to Dart 2.0. 2017-09-25 14:53:02 +00:00
operator_test.dart Migrated test block 140 to Dart 2.0. 2017-09-25 14:53:02 +00:00
optimize_redundant_array_load_test.dart Migrated test block 140 to Dart 2.0. 2017-09-25 14:53:02 +00:00
optimized_constant_array_string_access_test.dart Migrated test block 140 to Dart 2.0. 2017-09-25 14:53:02 +00:00
optimized_hoisting_checked_mode_assert_test.dart Migrated test block 140 to Dart 2.0. 2017-09-25 14:53:02 +00:00
optimized_isempty_test.dart Migrated test block 140 to Dart 2.0. 2017-09-25 14:53:02 +00:00
optimized_lists_test.dart Migrated test block 140 to Dart 2.0. 2017-09-25 14:53:02 +00:00
optimized_setter_test.dart Migrate block 141 to Dart 2.0. 2017-09-26 18:42:04 +00:00
optimized_string_charat_test.dart Migrate block 141 to Dart 2.0. 2017-09-26 18:42:04 +00:00
optimized_string_charcodeat_test.dart Migrate block 141 to Dart 2.0. 2017-09-26 18:42:04 +00:00
optional_named_parameters_test.dart Migrate block 141 to Dart 2.0. 2017-09-26 18:42:04 +00:00
ordered_maps_test.dart Migrate block 141 to Dart 2.0. 2017-09-26 18:42:04 +00:00
osr_test.dart Migrate block 141 to Dart 2.0. 2017-09-26 18:42:04 +00:00
other_library.dart Migrate block 141 to Dart 2.0. 2017-09-26 18:42:04 +00:00
overridden_no_such_method.dart Migrated test block 130 to Dart 2.0. 2017-09-29 04:24:02 +00:00
overridden_no_such_method_test.dart Migrated test block 130 to Dart 2.0. 2017-09-29 04:24:02 +00:00
override_field_method1_negative_test.dart Migrate block 141 to Dart 2.0. 2017-09-26 18:42:04 +00:00
override_field_method2_negative_test.dart Migrate block 141 to Dart 2.0. 2017-09-26 18:42:04 +00:00
override_field_method4_negative_test.dart Migrate block 141 to Dart 2.0. 2017-09-26 18:42:04 +00:00
override_field_method5_negative_test.dart Migrate block 141 to Dart 2.0. 2017-09-26 18:42:04 +00:00
override_field_test.dart Migrate block 141 to Dart 2.0. 2017-09-26 18:42:04 +00:00
override_inheritance_abstract_test.dart Migrate block 141 to Dart 2.0. 2017-09-26 18:42:04 +00:00
override_inheritance_field_test.dart Migrate block 141 to Dart 2.0. 2017-09-26 18:42:04 +00:00
override_inheritance_generic_test.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
override_inheritance_method_test.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
override_inheritance_mixed_test.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
override_inheritance_no_such_method_test.dart Update the analyzer to require noSuchMethod overrides to be concrete. 2018-01-24 13:55:18 +00:00
override_method_with_field_test.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
param1_test.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
param2_test.dart Strong mode fix for param2_test.dart 2017-11-08 18:36:50 +00:00
param_test.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
parameter_default_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
parameter_initializer1_negative_test.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
parameter_initializer2_negative_test.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
parameter_initializer2_test.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
parameter_initializer3_negative_test.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
parameter_initializer4_negative_test.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
parameter_initializer5_test.dart [VM] Remove obsolete flags. 2017-10-20 18:13:00 +00:00
parameter_initializer6_negative_test.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
parameter_initializer_test.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
parameter_metadata_test.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
parameter_name_conflict_test.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
parameter_types_specialization_test.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
parse_closures_in_initializers_test.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
parse_types_test.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
parser_quirks_test.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
part2_test.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
part_of_uri2_part.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
part_of_uri2_part2.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
part_of_uri2_test.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
part_of_uri_part.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
part_of_uri_part2.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
part_of_uri_test.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
part_part.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
part_refers_to_core_library_test.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
part_test.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
partial_min_test.dart Migrate test block 142 to Dart 2.0. 2017-10-03 20:00:27 +00:00
patch_test.dart Migrate test block 143. 2017-10-05 07:27:28 +00:00
phi_merge_test.dart Migrate test block 143. 2017-10-05 07:27:28 +00:00
positional_parameters_type_test.dart Migrate test block 143. 2017-10-05 07:27:28 +00:00
positive_bit_operations_test.dart Migrate test block 143. 2017-10-05 07:27:28 +00:00
precedence_test.dart Migrate test block 143. 2017-10-05 07:27:28 +00:00
prefix1_negative_test.dart Migrate test block 143. 2017-10-05 07:27:28 +00:00
prefix2_negative_test.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
prefix3_negative_test.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
prefix4_negative_test.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
prefix5_negative_test.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
prefix6_negative_test.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
prefix7_negative_test.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
prefix8_negative_test.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
prefix10_negative_test.dart Migrate test block 143. 2017-10-05 07:27:28 +00:00
prefix10_test.dart Migrate test block 143. 2017-10-05 07:27:28 +00:00
prefix11_negative_test.dart Migrate test block 143. 2017-10-05 07:27:28 +00:00
prefix11_test.dart Migrate test block 143. 2017-10-05 07:27:28 +00:00
prefix12_negative_test.dart Migrate test block 143. 2017-10-05 07:27:28 +00:00
prefix12_test.dart Migrate test block 143. 2017-10-05 07:27:28 +00:00
prefix13_negative_test.dart Migrate test block 143. 2017-10-05 07:27:28 +00:00
prefix14_test.dart Migrate test block 143. 2017-10-05 07:27:28 +00:00
prefix15_negative_test.dart Migrate test block 143. 2017-10-05 07:27:28 +00:00
prefix15_test.dart Migrate test block 143. 2017-10-05 07:27:28 +00:00
prefix16_test.dart Migrate test block 143. 2017-10-05 07:27:28 +00:00
prefix17_test.dart Migrate test block 143. 2017-10-05 07:27:28 +00:00
prefix18_negative_test.dart Migrate test block 143. 2017-10-05 07:27:28 +00:00
prefix21_bad_lib.dart Migrate test block 143. 2017-10-05 07:27:28 +00:00
prefix21_good_lib.dart Migrate test block 143. 2017-10-05 07:27:28 +00:00
prefix21_test.dart Migrate test block 143. 2017-10-05 07:27:28 +00:00
prefix22_test.dart Migrate test block 143. 2017-10-05 07:27:28 +00:00
prefix23_test.dart Migrate test block 143. 2017-10-05 07:27:28 +00:00
prefix24_lib1.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
prefix24_lib2.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
prefix24_lib3.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
prefix24_test.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
prefix101_test.dart Migrate test block 143. 2017-10-05 07:27:28 +00:00
prefix_assignment_test.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
prefix_identifier_reference_test.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
prefix_new_test.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
prefix_new_test1.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
prefix_new_test2.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
prefix_test.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
prefix_test1.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
prefix_test2.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
prefix_unqualified_invocation_test.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
private1.dart Migrated block 145 to Dart 2.0. 2017-10-13 23:52:14 +00:00
private2.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
private2_lib.dart Get rid of lib files in tests. 2017-10-25 19:52:16 +00:00
private2_main.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
private2_test.dart Get rid of lib files in tests. 2017-10-25 19:52:16 +00:00
private3_test.dart Get rid of lib files in tests. 2017-10-25 19:52:16 +00:00
private4_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
private_access_lib.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
private_access_test.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
private_clash_lib.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
private_clash_test.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
private_lib.dart Get rid of lib files in tests. 2017-10-25 19:52:16 +00:00
private_main.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
private_member1_lib_b.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
private_member1_negative_test.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
private_member2_lib_b.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
private_member2_negative_test.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
private_member3_lib_b.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
private_member3_negative_test.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
private_member_lib_b.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
private_member_test.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
private_mixin2_test.dart Get rid of lib files in tests. 2017-10-25 19:52:16 +00:00
private_mixin_exception_throw_test.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
private_other.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
private_other_lib.dart Get rid of lib files in tests. 2017-10-25 19:52:16 +00:00
private_other_mixin2.dart Get rid of lib files in tests. 2017-10-25 19:52:16 +00:00
private_selector_lib.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
private_selector_test.dart Migrate test block 144. 2017-10-05 11:20:20 +00:00
private_super_constructor_lib.dart Migrated block 145 to Dart 2.0. 2017-10-13 23:52:14 +00:00
private_super_constructor_test.dart Migrated block 145 to Dart 2.0. 2017-10-13 23:52:14 +00:00
private_test.dart Get rid of lib files in tests. 2017-10-25 19:52:16 +00:00
propagate_past_constant_test.dart Migrated block 145 to Dart 2.0. 2017-10-13 23:52:14 +00:00
propagated_argument_type_check_test.dart Migrated block 145 to Dart 2.0. 2017-10-13 23:52:14 +00:00
property_field_override_test.dart Migrated block 145 to Dart 2.0. 2017-10-13 23:52:14 +00:00
pure_function2_test.dart Reland https://dart-review.googlesource.com/c/sdk/+/37441 with fixes 2018-02-08 20:46:19 +00:00
pure_function_test.dart Migrated block 145 to Dart 2.0. 2017-10-13 23:52:14 +00:00
range_analysis2_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
range_analysis3_test.dart Migrated block 145 to Dart 2.0. 2017-10-13 23:52:14 +00:00
range_analysis_test.dart Migrated block 145 to Dart 2.0. 2017-10-13 23:52:14 +00:00
raw_string_test.dart Migrated block 145 to Dart 2.0. 2017-10-13 23:52:14 +00:00
recursive_calls_test.dart Migrated block 145 to Dart 2.0. 2017-10-13 23:52:14 +00:00
recursive_generic_test.dart fix #31434 - recursive generic classes 2018-01-23 22:11:27 +00:00
recursive_inheritance_test.dart Migrated block 145 to Dart 2.0. 2017-10-13 23:52:14 +00:00
recursive_loop_phis_test.dart Migrated block 145 to Dart 2.0. 2017-10-13 23:52:14 +00:00
recursive_mixin_test.dart Fix declaration order for mixins 2017-11-08 00:32:10 +00:00
redirecting_constructor_initializer_test.dart Migrated block 145 to Dart 2.0. 2017-10-13 23:52:14 +00:00
redirecting_factory_default_values_test.dart Migrated block 145 to Dart 2.0. 2017-10-13 23:52:14 +00:00
redirecting_factory_incompatible_signature_test.dart Migrated block 145 to Dart 2.0. 2017-10-13 23:52:14 +00:00
redirecting_factory_infinite_steps_test.dart Migrated block 145 to Dart 2.0. 2017-10-13 23:52:14 +00:00
redirecting_factory_long_test.dart Migrated block 145 to Dart 2.0. 2017-10-13 23:52:14 +00:00
redirecting_factory_malbounded_test.dart Migrated block 145 to Dart 2.0. 2017-10-13 23:52:14 +00:00
redirecting_factory_reflection_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
reexport_core_helper.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
reexport_core_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
ref_before_declaration_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
refine_receiver_null_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
reg_ex2_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
reg_exp2_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
reg_exp3_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
reg_exp_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_10996_lib.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_10996_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_11010_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_11800_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_12561_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_12615_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_13462_0_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_13462_1_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_13494_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_14105_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_14348_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_16640_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_17382_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_18435_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_18535_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_18713_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_18865_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_19413_bar.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_19413_foo.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_19413_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_19728_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_20074_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_20394_lib.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_20394_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_20840_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_21016_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_21793_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_21795_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_21912_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_21998_1_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_21998_2_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_21998_3_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_21998_4_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_21998_lib1.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_21998_lib2.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_21998_lib3.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_22438_test.dart Migrated Block 146 to Dart 2.0 2017-10-13 21:27:17 +00:00
regress_22443_lib.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_22443_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_22445_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_22579_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_22666_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_22700_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_22719_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_22728_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_22777_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_22822_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_22858_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_22936_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_22976_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_23038_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_23046_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_23051_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
regress_23089_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_23408_lib.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_23408_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_23498_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_23500_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_23537_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_23650_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_23996_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_24283_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_24567_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_24935_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_25122_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_25246_1_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_25246_2.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_25246_3.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_25389_part.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_25389_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_25550_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_25568_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_25609_lib1.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_25609_lib2.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_25609_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_25620_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_25935_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_26133_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_26175_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_26230_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_26453_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_26530_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_26543_1_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_26543_2_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_26543_3_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_26668_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_26855_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_26948_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_27164_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_27572_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_27617_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_27659_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_27700_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_27957_lib1.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_27957_lib2.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_27957_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_28217_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_28255_test.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_28278_lib.dart Migrate test block 147. 2017-10-10 11:25:03 +00:00
regress_28278_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
regress_28341_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
regress_28610_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
regress_29025_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
regress_29243_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
regress_29349_test.dart Remove VMOptions in tests for options that are now on by default. 2017-10-19 16:19:16 +00:00
regress_29357_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
regress_29405_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
regress_29784_test.dart [VM parser] Disallow implicit reference to 'this' in assertion initializer (fixes #29784). 2017-10-06 18:40:14 +00:00
regress_29949_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
regress_30092_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
regress_30121_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
regress_30339_test.dart [VM parser] Insert missing result type check in async functions using arrow 2017-08-08 09:15:28 -07:00
regress_30516_test.dart [VM parser] Fix look-ahead parsing of void as type argument. 2018-01-11 23:42:54 +00:00
regress_30669_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
regress_30927_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
regress_31057_test.dart [VM] Capture instantiator when type parameter is referenced via string 2017-10-16 21:06:32 +00:00
regress_31066_test.dart [VM] Ensure that the constant right-hand side of operator ?? is canonicalized (fixes #31066). 2017-10-24 23:50:09 +00:00
regress_31106_test.dart [VM] Ensure that constant arguments to super initializer are canonicalized (fixes #31106). 2017-10-24 00:37:58 +00:00
regress_31279_test.dart [VM] Fix parsing of 'covariant' followed by 'void' and look-ahead parsing of 2017-11-29 22:32:35 +00:00
regress_31591_test.dart [VM runtime] Fix function subtyping in the optimizer (fixes #31591). 2017-12-15 23:56:33 +00:00
regress_32012_test.dart Fix crash when referring to type variables on local functions. 2018-02-07 13:49:32 +00:00
regress_r24720_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
reify_typevar_static_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
reify_typevar_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
resolution_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
resolve_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
rethrow_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
return_in_loop_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
return_this_type_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
return_type_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
rewrite_assign_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
rewrite_compound_assign_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
rewrite_conditional_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
rewrite_for_update_order_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
rewrite_if_empty_then_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
rewrite_if_return_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
rewrite_if_swap_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
rewrite_implicit_this_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
rewrite_logical_test.dart Migrated block 148 to Dart 2.0 2017-10-13 04:27:03 +00:00
rewrite_nested_if1_test.dart Migrate test block 149. 2017-10-05 10:36:11 +00:00
rewrite_nested_if2_test.dart Migrate test block 149. 2017-10-05 10:36:11 +00:00
rewrite_nested_if3_test.dart Migrate test block 149. 2017-10-05 10:36:11 +00:00
rewrite_swap_test.dart Migrate test block 149. 2017-10-05 10:36:11 +00:00
rewrite_variable_initializer_test.dart Migrate test block 149. 2017-10-05 10:36:11 +00:00
rewrite_while_many_exits_test.dart Migrate test block 149. 2017-10-05 10:36:11 +00:00
rewrite_while_test.dart Migrate test block 149. 2017-10-05 10:36:11 +00:00
round_test.dart Migrate test block 149. 2017-10-05 10:36:11 +00:00
runtime_type_function_test.dart fix function type printing in DDC to match VM 2017-10-27 22:35:20 +00:00
runtime_type_test.dart Migrate test block 149. 2017-10-05 10:36:11 +00:00
savannah_test.dart Migrate test block 149. 2017-10-05 10:36:11 +00:00
scanner_test.dart Migrate test block 149. 2017-10-05 10:36:11 +00:00
scope_variable_test.dart Migrate test block 149. 2017-10-05 10:36:11 +00:00
scoped_variables_try_catch_test.dart Migrate test block 149. 2017-10-05 10:36:11 +00:00
script1_negative_lib.dart Migrate test block 149. 2017-10-05 10:36:11 +00:00
script1_negative_test.dart Migrate test block 149. 2017-10-05 10:36:11 +00:00
script2_negative_lib.dart Migrate test block 149. 2017-10-05 10:36:11 +00:00
script2_negative_source.dart Migrate test block 149. 2017-10-05 10:36:11 +00:00
script2_negative_test.dart Migrate test block 149. 2017-10-05 10:36:11 +00:00
script_lib.dart Migrate test block 149. 2017-10-05 10:36:11 +00:00
script_source.dart Migrate test block 149. 2017-10-05 10:36:11 +00:00
second_test.dart Migrate test block 149. 2017-10-05 10:36:11 +00:00
setter0_test.dart Migrate test block 149. 2017-10-05 10:36:11 +00:00
setter1_test.dart Migrate test block 149. 2017-10-05 10:36:11 +00:00
setter2_test.dart Revert "Revert "Migrated Block 150 to Dart 2.0"" 2017-10-13 00:06:32 +00:00
setter3_test.dart Revert "Revert "Migrated Block 150 to Dart 2.0"" 2017-10-13 00:06:32 +00:00
setter4_test.dart Revert "Revert "Migrated Block 150 to Dart 2.0"" 2017-10-13 00:06:32 +00:00
setter_declaration2_negative_test.dart Revert "Revert "Migrated Block 150 to Dart 2.0"" 2017-10-13 00:06:32 +00:00
setter_declaration_negative_test.dart Revert "Revert "Migrated Block 150 to Dart 2.0"" 2017-10-13 00:06:32 +00:00
setter_no_getter_call_test.dart Revert "Revert "Migrated Block 150 to Dart 2.0"" 2017-10-13 00:06:32 +00:00
setter_no_getter_test.dart Revert "Revert "Migrated Block 150 to Dart 2.0"" 2017-10-13 00:06:32 +00:00
setter_override2_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
setter_override3_test.dart Revert "Revert "Migrated Block 150 to Dart 2.0"" 2017-10-13 00:06:32 +00:00
setter_override_test.dart Migrate blocks 51 and 52. 2017-10-13 22:46:23 +00:00
shadow_parameter_and_local_test.dart Revert "Revert "Migrated Block 150 to Dart 2.0"" 2017-10-13 00:06:32 +00:00
side_effect_throw_test.dart Revert "Revert "Migrated Block 150 to Dart 2.0"" 2017-10-13 00:06:32 +00:00
skip_expression_test.dart Revert "Revert "Migrated Block 150 to Dart 2.0"" 2017-10-13 00:06:32 +00:00
smaller_4_Interface_Types_A11_t01_test.dart Revert "Revert "Migrated Block 150 to Dart 2.0"" 2017-10-13 00:06:32 +00:00
smaller_4_Interface_Types_A11_t02_test.dart Revert "Revert "Migrated Block 150 to Dart 2.0"" 2017-10-13 00:06:32 +00:00
smi_type_test.dart Revert "Revert "Migrated Block 150 to Dart 2.0"" 2017-10-13 00:06:32 +00:00
source_self_negative_test.dart Revert "Revert "Migrated Block 150 to Dart 2.0"" 2017-10-13 00:06:32 +00:00
stack_overflow_stacktrace_test.dart Revert "Revert "Migrated Block 150 to Dart 2.0"" 2017-10-13 00:06:32 +00:00
stack_overflow_test.dart Revert "Revert "Migrated Block 150 to Dart 2.0"" 2017-10-13 00:06:32 +00:00
stack_trace_test.dart Revert "Revert "Migrated Block 150 to Dart 2.0"" 2017-10-13 00:06:32 +00:00
stacktrace_demangle_ctors_test.dart Revert "Revert "Migrated Block 150 to Dart 2.0"" 2017-10-13 00:06:32 +00:00
stacktrace_rethrow_error_test.dart Migrate test block 151 to Dart 2.0. 2017-10-10 21:17:31 +00:00
stacktrace_rethrow_nonerror_test.dart Migrate test block 151 to Dart 2.0. 2017-10-10 21:17:31 +00:00
stacktrace_test.dart Migrate test block 151 to Dart 2.0. 2017-10-10 21:17:31 +00:00
state_mangling2_test.dart Migrate test block 151 to Dart 2.0. 2017-10-10 21:17:31 +00:00
state_mangling3_test.dart Migrate test block 151 to Dart 2.0. 2017-10-10 21:17:31 +00:00
state_mangling4_test.dart Migrate test block 151 to Dart 2.0. 2017-10-10 21:17:31 +00:00
state_mangling_test.dart Migrate test block 151 to Dart 2.0. 2017-10-10 21:17:31 +00:00
statement_test.dart Migrate test block 151 to Dart 2.0. 2017-10-10 21:17:31 +00:00
static_call_wrong_argument_count_negative_test.dart Migrate test block 151 to Dart 2.0. 2017-10-10 21:17:31 +00:00
static_closure_identical_test.dart Migrate test block 151 to Dart 2.0. 2017-10-10 21:17:31 +00:00
static_const_field_reserved_name_test.dart Migrate test block 151 to Dart 2.0. 2017-10-10 21:17:31 +00:00
static_const_field_test.dart Migrate test block 151 to Dart 2.0. 2017-10-10 21:17:31 +00:00
static_field1_test.dart Migrate test block 151 to Dart 2.0. 2017-10-10 21:17:31 +00:00
static_field1a_test.dart Migrate test block 151 to Dart 2.0. 2017-10-10 21:17:31 +00:00
static_field3_test.dart Migrate test block 152 to Dart 2.0. 2017-09-12 20:00:24 +00:00
static_field_override1_test.dart Migrate test block 152 to Dart 2.0. 2017-09-12 20:00:24 +00:00
static_field_override2_test.dart Migrate test block 152 to Dart 2.0. 2017-09-12 20:00:24 +00:00
static_field_override3_test.dart Migrate test block 152 to Dart 2.0. 2017-09-12 20:00:24 +00:00
static_field_test.dart Migrate test block 152 to Dart 2.0. 2017-09-12 20:00:24 +00:00
static_final_field2_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
static_getter_no_setter1_test.dart Migrate test block 152 to Dart 2.0. 2017-09-12 20:00:24 +00:00
static_getter_no_setter2_test.dart Migrate test block 152 to Dart 2.0. 2017-09-12 20:00:24 +00:00
static_implicit_closure_test.dart Migrate test block 152 to Dart 2.0. 2017-09-12 20:00:24 +00:00
static_initializer_type_error_test.dart Migrate test block 152 to Dart 2.0. 2017-09-12 20:00:24 +00:00
static_inline_test.dart Migrate test block 152 to Dart 2.0. 2017-09-12 20:00:24 +00:00
static_parameter_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
static_postfix_operator_test.dart Migrate test block 152 to Dart 2.0. 2017-09-12 20:00:24 +00:00
static_setter_get_test.dart Migrate test block 152 to Dart 2.0. 2017-09-12 20:00:24 +00:00
static_top_level_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
strict_equal_test.dart Migrate test block 152 to Dart 2.0. 2017-09-12 20:00:24 +00:00
string_charcode_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
string_escape2_negative_test_helper.dart Migrate test block 152 to Dart 2.0. 2017-09-12 20:00:24 +00:00
string_escape3_negative_test_helper.dart Migrate test block 152 to Dart 2.0. 2017-09-12 20:00:24 +00:00
string_escape4_negative_test.dart Migrate test block 152 to Dart 2.0. 2017-09-12 20:00:24 +00:00
string_escapes_test.dart Migrate test block 152 to Dart 2.0. 2017-09-12 20:00:24 +00:00
string_interpolate1_negative_test.dart Migrate test block 152 to Dart 2.0. 2017-09-12 20:00:24 +00:00
string_interpolate2_negative_test.dart Migrate test block 152 to Dart 2.0. 2017-09-12 20:00:24 +00:00
string_interpolate2_test.dart Migrate test block 152 to Dart 2.0. 2017-09-12 20:00:24 +00:00
string_interpolate_null_test.dart Migrate test block 152 to Dart 2.0. 2017-09-12 20:00:24 +00:00
string_interpolate_test.dart Migrate test block 152 to Dart 2.0. 2017-09-12 20:00:24 +00:00
string_interpolation1_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
string_interpolation2_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
string_interpolation3_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
string_interpolation4_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
string_interpolation5_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
string_interpolation6_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
string_interpolation7_test.dart Migrate test block 153 to Dart 2.0. 2017-09-19 16:20:45 +00:00
string_interpolation8_test.dart Migrate test block 153 to Dart 2.0. 2017-09-19 16:20:45 +00:00
string_interpolation9_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
string_interpolation_and_buffer_test.dart Migrate test block 153 to Dart 2.0. 2017-09-19 16:20:45 +00:00
string_interpolation_newline_test.dart Migrate test block 153 to Dart 2.0. 2017-09-19 16:20:45 +00:00
string_interpolation_test.dart Migrate test block 153 to Dart 2.0. 2017-09-19 16:20:45 +00:00
string_intrinsics_test.dart Migrate test block 153 to Dart 2.0. 2017-09-19 16:20:45 +00:00
string_join_test.dart Migrate test block 153 to Dart 2.0. 2017-09-19 16:20:45 +00:00
string_literals_test.dart Migrate test block 153 to Dart 2.0. 2017-09-19 16:20:45 +00:00
string_no_operator_test.dart Migrate test block 153 to Dart 2.0. 2017-09-19 16:20:45 +00:00
string_optimizations_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
string_overflow.dart Migrate test block 153 to Dart 2.0. 2017-09-19 16:20:45 +00:00
string_split_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
string_supertype_checked_test.dart Migrate test block 153 to Dart 2.0. 2017-09-19 16:20:45 +00:00
string_test.dart Migrate test block 153 to Dart 2.0. 2017-09-19 16:20:45 +00:00
string_unicode1_negative_test.dart Migrate test block 153 to Dart 2.0. 2017-09-19 16:20:45 +00:00
string_unicode2_negative_test.dart Migrate test block 153 to Dart 2.0. 2017-09-19 16:20:45 +00:00
string_unicode3_negative_test.dart Migrate test block 153 to Dart 2.0. 2017-09-19 16:20:45 +00:00
string_unicode4_negative_test.dart Migrate test block 153 to Dart 2.0. 2017-09-19 16:20:45 +00:00
substring_test.dart Migrate test block 153 to Dart 2.0. 2017-09-19 16:20:45 +00:00
super_abstract_method_test.dart Migrate test block 153 to Dart 2.0. 2017-09-19 16:20:45 +00:00
super_all_named_constructor_test.dart Migrate test block 153 to Dart 2.0. 2017-09-19 16:20:45 +00:00
super_assign_test.dart Migrate test block 153 to Dart 2.0. 2017-09-19 16:20:45 +00:00
super_bound_closure_test.dart Migrate test block 153 to Dart 2.0. 2017-09-19 16:20:45 +00:00
super_call2_test.dart fix #31973, dynamic calls to super getters that return Function 2018-02-01 00:51:06 +00:00
super_call3_test.dart Migrate test block 154 to Dart 2.0. 2017-10-11 17:53:29 +00:00
super_call4_test.dart Migrate test block 154 to Dart 2.0. 2017-10-11 17:53:29 +00:00
super_call_test.dart Migrate test block 154 to Dart 2.0. 2017-10-11 17:53:29 +00:00
super_closure_test.dart Migrate test block 154 to Dart 2.0. 2017-10-11 17:53:29 +00:00
super_conditional_operator_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
super_field_2_test.dart Migrate test block 154 to Dart 2.0. 2017-10-11 17:53:29 +00:00
super_field_access_test.dart Migrate test block 154 to Dart 2.0. 2017-10-11 17:53:29 +00:00
super_field_test.dart Migrate test block 154 to Dart 2.0. 2017-10-11 17:53:29 +00:00
super_from_constructor_test.dart Fix order of arguments to Expect.equals in some tests 2017-11-23 14:45:46 +00:00
super_getter_setter_test.dart Migrate test block 154 to Dart 2.0. 2017-10-11 17:53:29 +00:00
super_implicit_closure_test.dart Migrate test block 154 to Dart 2.0. 2017-10-11 17:53:29 +00:00
super_in_async1_test.dart Migrate test block 154 to Dart 2.0. 2017-10-11 17:53:29 +00:00
super_in_async2_test.dart Migrate test block 154 to Dart 2.0. 2017-10-11 17:53:29 +00:00
super_in_async3_test.dart Migrate test block 154 to Dart 2.0. 2017-10-11 17:53:29 +00:00
super_in_async4_test.dart Migrate test block 154 to Dart 2.0. 2017-10-11 17:53:29 +00:00
super_in_async5_test.dart Migrate test block 154 to Dart 2.0. 2017-10-11 17:53:29 +00:00
super_in_async6_test.dart Migrate test block 154 to Dart 2.0. 2017-10-11 17:53:29 +00:00
super_in_constructor_test.dart Add test that triggers an assertion error in DDC with kernel 2017-12-12 12:39:30 +00:00
super_in_finally_test.dart Migrate test block 154 to Dart 2.0. 2017-10-11 17:53:29 +00:00
super_inferrer_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
super_mixin_test.dart Migrate test block 154 to Dart 2.0. 2017-10-11 17:53:29 +00:00
super_no_such_method1_test.dart Migrate test block 154 to Dart 2.0. 2017-10-11 17:53:29 +00:00
super_no_such_method2_test.dart Migrate test block 154 to Dart 2.0. 2017-10-11 17:53:29 +00:00
super_no_such_method3_test.dart Migrate test block 154 to Dart 2.0. 2017-10-11 17:53:29 +00:00
super_no_such_method4_test.dart Migrate test block 154 to Dart 2.0. 2017-10-11 17:53:29 +00:00
super_no_such_method5_test.dart Migrate test block 154 to Dart 2.0. 2017-10-11 17:53:29 +00:00
super_operator_index2_test.dart Migrate test block 154 to Dart 2.0. 2017-10-11 17:53:29 +00:00
super_operator_index3_test.dart Migrate test block 154 to Dart 2.0. 2017-10-11 17:53:29 +00:00
super_operator_index4_test.dart Migrate test block 154 to Dart 2.0. 2017-10-11 17:53:29 +00:00
super_operator_index5_test.dart Migrate test block 154 to Dart 2.0. 2017-10-11 17:53:29 +00:00
super_operator_index6_test.dart Migrate test block 155 to Dart 2.0. 2017-10-13 17:11:42 +00:00
super_operator_index7_test.dart Migrate test block 155 to Dart 2.0. 2017-10-13 17:11:42 +00:00
super_operator_index8_test.dart Migrate test block 155 to Dart 2.0. 2017-10-13 17:11:42 +00:00
super_operator_index_test.dart Migrate test block 155 to Dart 2.0. 2017-10-13 17:11:42 +00:00
super_operator_test.dart Migrate test block 155 to Dart 2.0. 2017-10-13 17:11:42 +00:00
super_setter_interceptor_test.dart Migrate test block 155 to Dart 2.0. 2017-10-13 17:11:42 +00:00
super_setter_test.dart Migrate test block 155 to Dart 2.0. 2017-10-13 17:11:42 +00:00
super_test.dart Migrate test block 155 to Dart 2.0. 2017-10-13 17:11:42 +00:00
switch1_negative_test.dart Migrate test block 155 to Dart 2.0. 2017-10-13 17:11:42 +00:00
switch3_negative_test.dart Migrate test block 155 to Dart 2.0. 2017-10-13 17:11:42 +00:00
switch4_negative_test.dart Migrate test block 155 to Dart 2.0. 2017-10-13 17:11:42 +00:00
switch5_negative_test.dart Migrate test block 155 to Dart 2.0. 2017-10-13 17:11:42 +00:00
switch6_test.dart Migrate test block 155 to Dart 2.0. 2017-10-13 17:11:42 +00:00
switch7_negative_test.dart Migrate test block 155 to Dart 2.0. 2017-10-13 17:11:42 +00:00
switch8_test.dart Migrate test block 155 to Dart 2.0. 2017-10-13 17:11:42 +00:00
switch_bad_case_test.dart Migrate test block 155 to Dart 2.0. 2017-10-13 17:11:42 +00:00
switch_case_static_const_test.dart Migrate test block 155 to Dart 2.0. 2017-10-13 17:11:42 +00:00
switch_case_test.dart Migrate test block 155 to Dart 2.0. 2017-10-13 17:11:42 +00:00
switch_case_warn_test.dart Migrate test block 155 to Dart 2.0. 2017-10-13 17:11:42 +00:00
switch_fallthru_test.dart Migrate test block 155 to Dart 2.0. 2017-10-13 17:11:42 +00:00
switch_label2_test.dart Migrate test block 155 to Dart 2.0. 2017-10-13 17:11:42 +00:00
switch_label_test.dart Migrate test block 155 to Dart 2.0. 2017-10-13 17:11:42 +00:00
switch_scope_test.dart Migrate test block 156 to Dart 2.0. 2017-10-09 13:53:54 +00:00
switch_test.dart Migrate test block 156 to Dart 2.0. 2017-10-09 13:53:54 +00:00
switch_try_catch_test.dart Migrate test block 156 to Dart 2.0. 2017-10-09 13:53:54 +00:00
symbol_conflict_test.dart Migrate test block 156 to Dart 2.0. 2017-10-09 13:53:54 +00:00
symbol_literal_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
sync_generator1_test.dart Migrate test block 157 to Dart 2.0. 2017-10-11 15:18:10 +00:00
sync_generator2_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
sync_generator3_test.dart Migrate test block 157 to Dart 2.0. 2017-10-11 15:18:10 +00:00
syncstar_less_than_test.dart Fix order of arguments to Expect.equals in some tests 2017-11-23 14:45:46 +00:00
syncstar_yield_test.dart Migrate test block 157 to Dart 2.0. 2017-10-11 15:18:10 +00:00
syncstar_yieldstar_test.dart Migrate test block 157 to Dart 2.0. 2017-10-11 15:18:10 +00:00
syntax_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
tearoff_dynamic_test.dart Migrate test block 157 to Dart 2.0. 2017-10-11 15:18:10 +00:00
temp_mangling_test.dart Migrate test block 157 to Dart 2.0. 2017-10-11 15:18:10 +00:00
ternary_test.dart Migrate test block 157 to Dart 2.0. 2017-10-11 15:18:10 +00:00
test_negative_test.dart Migrate test block 157 to Dart 2.0. 2017-10-11 15:18:10 +00:00
third_test.dart Migrate test block 157 to Dart 2.0. 2017-10-11 15:18:10 +00:00
this_conditional_operator_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
this_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
throw1_test.dart Migrate test block 157 to Dart 2.0. 2017-10-11 15:18:10 +00:00
throw2_test.dart Migrate test block 158 to Dart 2.0 2017-10-10 16:28:31 +00:00
throw3_test.dart Migrate test block 158 to Dart 2.0 2017-10-10 16:28:31 +00:00
throw4_test.dart Migrate test block 158 to Dart 2.0 2017-10-10 16:28:31 +00:00
throw5_test.dart Migrate test block 158 to Dart 2.0 2017-10-10 16:28:31 +00:00
throw6_test.dart Migrate test block 158 to Dart 2.0 2017-10-10 16:28:31 +00:00
throw8_test.dart Migrate test block 158 to Dart 2.0 2017-10-10 16:28:31 +00:00
throw_expr_test.dart Migrate test block 158 to Dart 2.0 2017-10-10 16:28:31 +00:00
throw_test.dart Migrate test block 158 to Dart 2.0 2017-10-10 16:28:31 +00:00
throwing_lazy_variable_test.dart Migrate test block 158 to Dart 2.0 2017-10-10 16:28:31 +00:00
top_level_entry.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
top_level_entry_test.dart Migrate test block 62 2017-10-09 20:00:01 +00:00
top_level_file1.dart Migrate test block 158 to Dart 2.0 2017-10-10 16:28:31 +00:00
top_level_file2.dart Migrate test block 158 to Dart 2.0 2017-10-10 16:28:31 +00:00
top_level_file3.dart Migrate test block 158 to Dart 2.0 2017-10-10 16:28:31 +00:00
top_level_func_test.dart Migrate test block 158 to Dart 2.0 2017-10-10 16:28:31 +00:00
top_level_getter_arrow_syntax_test.dart Migrate test block 158 to Dart 2.0 2017-10-10 16:28:31 +00:00
top_level_getter_no_setter1_test.dart Migrate test block 158 to Dart 2.0 2017-10-10 16:28:31 +00:00
top_level_getter_no_setter2_test.dart Migrate test block 158 to Dart 2.0 2017-10-10 16:28:31 +00:00
top_level_in_initializer_test.dart Migrate test block 158 to Dart 2.0 2017-10-10 16:28:31 +00:00
top_level_method_test.dart Migrate test block 158 to Dart 2.0 2017-10-10 16:28:31 +00:00
top_level_multiple_files_test.dart Migrate test block 158 to Dart 2.0 2017-10-10 16:28:31 +00:00
top_level_non_prefixed_library_test.dart Get rid of lib files in tests. 2017-10-25 19:52:16 +00:00
top_level_prefixed_declaration_test.dart Migrate test block 158 to Dart 2.0 2017-10-10 16:28:31 +00:00
top_level_prefixed_library.dart Get rid of lib files in tests. 2017-10-25 19:52:16 +00:00
top_level_var_test.dart Migrate test block 158 to Dart 2.0 2017-10-10 16:28:31 +00:00
toplevel_collision1_test.dart Migrate test block 158 to Dart 2.0 2017-10-10 16:28:31 +00:00
toplevel_collision2_test.dart Migrate test block 158 to Dart 2.0 2017-10-10 16:28:31 +00:00
transitive_private_library_access_test.dart Migrate test block 158 to Dart 2.0 2017-10-10 16:28:31 +00:00
tree_shake_typed_selector_test.dart Migrate test block 158 to Dart 2.0 2017-10-10 16:28:31 +00:00
truncdiv_test.dart Migrate test block 158 to Dart 2.0 2017-10-10 16:28:31 +00:00
truncdiv_uint32_test.dart Migrate test block 159. 2017-10-10 12:05:51 +00:00
try_catch2_test.dart Migrate test block 159. 2017-10-10 12:05:51 +00:00
try_catch3_test.dart Migrate test block 159. 2017-10-10 12:05:51 +00:00
try_catch4_test.dart Migrate test block 159. 2017-10-10 12:05:51 +00:00
try_catch5_test.dart Migrate test block 159. 2017-10-10 12:05:51 +00:00
try_catch_on_syntax_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
try_catch_optimized1_test.dart Migrate test block 159. 2017-10-10 12:05:51 +00:00
try_catch_optimized2_test.dart Migrate test block 159. 2017-10-10 12:05:51 +00:00
try_catch_optimized3_test.dart Migrate test block 159. 2017-10-10 12:05:51 +00:00
try_catch_optimized4_test.dart Migrate test block 159. 2017-10-10 12:05:51 +00:00
try_catch_optimized5_test.dart Migrate test block 159. 2017-10-10 12:05:51 +00:00
try_catch_osr_test.dart Migrate test block 159. 2017-10-10 12:05:51 +00:00
try_catch_regress_27483_test.dart Migrate test block 160 to Dart 2.0. 2017-10-10 15:55:32 +00:00
try_catch_syntax_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
try_catch_test.dart Migrate test block 160 to Dart 2.0. 2017-10-10 15:55:32 +00:00
try_finally_regress_25333_test.dart Migrate test block 160 to Dart 2.0. 2017-10-10 15:55:32 +00:00
try_finally_regress_25654_test.dart Migrate test block 160 to Dart 2.0. 2017-10-10 15:55:32 +00:00
type_argument_in_super_type_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
type_argument_substitution_test.dart Migrate test block 160 to Dart 2.0. 2017-10-10 15:55:32 +00:00
type_check_const_function_typedef2_test.dart Migrate test block 160 to Dart 2.0. 2017-10-10 15:55:32 +00:00
type_check_const_function_typedef_test.dart Migrate test block 160 to Dart 2.0. 2017-10-10 15:55:32 +00:00
type_check_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
type_checks_in_factory_method_test.dart Migrate test block 160 to Dart 2.0. 2017-10-10 15:55:32 +00:00
type_conversion_ssa_test.dart Migrate test block 160 to Dart 2.0. 2017-10-10 15:55:32 +00:00
type_error_test.dart Migrate test block 160 to Dart 2.0. 2017-10-10 15:55:32 +00:00
type_guard_conversion_test.dart Migrated test block 161 to Dart 2.0. 2017-09-28 17:15:51 +00:00
type_hoisting_test.dart Migrated test block 161 to Dart 2.0. 2017-09-28 17:15:51 +00:00
type_inference_accessor_ref_test.dart Issue a warning if top-level inference depends on an implicitly typed instance getter. 2018-01-17 21:58:28 +00:00
type_inference_circularity_test.dart Report errors when type inference fails due to a circularity. 2017-12-11 21:24:13 +00:00
type_inference_inconsistent_inheritance_test.dart Report errors when type inference fails due to inconsistent overrides. 2017-12-11 17:02:45 +00:00
type_intersection_test.dart Migrated test block 161 to Dart 2.0. 2017-09-28 17:15:51 +00:00
type_literal_prefix_call_test.dart Update language tests to optional new on constructor invocations 2018-01-19 15:26:25 +00:00
type_literal_test.dart fix function type printing in DDC to match VM 2017-10-27 22:35:20 +00:00
type_parameter_literal_test.dart Migrated test block 161 to Dart 2.0. 2017-09-28 17:15:51 +00:00
type_parameter_test.dart Migrated test block 161 to Dart 2.0. 2017-09-28 17:15:51 +00:00
type_promotion_assign_test.dart Migrated test block 161 to Dart 2.0. 2017-09-28 17:15:51 +00:00
type_promotion_closure_test.dart Migrated test block 161 to Dart 2.0. 2017-09-28 17:15:51 +00:00
type_promotion_functions_test.dart Strong mode fixes for type_promotion_functions_test.dart 2017-11-10 12:42:48 +00:00
type_promotion_local_test.dart Migrated test block 161 to Dart 2.0. 2017-09-28 17:15:51 +00:00
type_promotion_logical_and_test.dart Migrated test block 161 to Dart 2.0. 2017-09-28 17:15:51 +00:00
type_promotion_more_specific_test.dart Migrated test block 161 to Dart 2.0. 2017-09-28 17:15:51 +00:00
type_promotion_multiple_test.dart Migrated test block 161 to Dart 2.0. 2017-09-28 17:15:51 +00:00
type_promotion_parameter_test.dart Migrate block 162 to Dart 2.0. 2017-10-03 17:47:59 +00:00
type_propagation2_test.dart Migrate block 162 to Dart 2.0. 2017-10-03 17:47:59 +00:00
type_propagation3_test.dart Migrate block 162 to Dart 2.0. 2017-10-03 17:47:59 +00:00
type_propagation_assert_assignable_test.dart Migrate block 162 to Dart 2.0. 2017-10-03 17:47:59 +00:00
type_propagation_in_for_update_test.dart Migrate block 162 to Dart 2.0. 2017-10-03 17:47:59 +00:00
type_propagation_phi_test.dart Migrate block 162 to Dart 2.0. 2017-10-03 17:47:59 +00:00
type_propagation_test.dart Migrate block 162 to Dart 2.0. 2017-10-03 17:47:59 +00:00
type_variable_bounds2_test.dart Migrate block 162 to Dart 2.0. 2017-10-03 17:47:59 +00:00
type_variable_bounds3_test.dart Migrate block 162 to Dart 2.0. 2017-10-03 17:47:59 +00:00
type_variable_bounds4_test.dart Migrate block 162 to Dart 2.0. 2017-10-03 17:47:59 +00:00
type_variable_bounds_test.dart Migrate block 162 to Dart 2.0. 2017-10-03 17:47:59 +00:00
type_variable_closure2_test.dart Migrate block 162 to Dart 2.0. 2017-10-03 17:47:59 +00:00
type_variable_closure3_test.dart Migrate block 162 to Dart 2.0. 2017-10-03 17:47:59 +00:00
type_variable_closure4_test.dart Migrate block 162 to Dart 2.0. 2017-10-03 17:47:59 +00:00
type_variable_closure_test.dart Migrate block 162 to Dart 2.0. 2017-10-03 17:47:59 +00:00
type_variable_conflict2_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
type_variable_conflict_test.dart Migrate block 162 to Dart 2.0. 2017-10-03 17:47:59 +00:00
type_variable_field_initializer2_test.dart Migrate block 162 to Dart 2.0. 2017-10-03 17:47:59 +00:00
type_variable_field_initializer_closure2_test.dart Migrate block 162 to Dart 2.0. 2017-10-03 17:47:59 +00:00
type_variable_field_initializer_closure_test.dart Migrate block 162 to Dart 2.0. 2017-10-03 17:47:59 +00:00
type_variable_field_initializer_test.dart Migrate block 162 to Dart 2.0. 2017-10-03 17:47:59 +00:00
type_variable_function_type_test.dart Migrate block 162 to Dart 2.0. 2017-10-03 17:47:59 +00:00
type_variable_identifier_expression_test.dart Migrate block 162 to Dart 2.0. 2017-10-03 17:47:59 +00:00
type_variable_initializer_test.dart Migrate block 162 to Dart 2.0. 2017-10-03 17:47:59 +00:00
type_variable_nested_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
type_variable_promotion_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
type_variable_scope2_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
type_variable_scope3_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
type_variable_scope_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
type_variable_static_context_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
type_variable_typedef_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
typecheck_multifield_declaration_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
typed_equality_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
typed_selector2_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
typed_selector_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
typedef_class_in_other_file_helper.dart Add test that currently crash DDC with kernel 2017-12-12 12:25:10 +00:00
typedef_class_in_other_file_test.dart Add test that currently crash DDC with kernel 2017-12-12 12:25:10 +00:00
typedef_is_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
typevariable_substitution2_test.dart Fix typevariable_substitution2_test 2017-08-17 16:37:54 +02:00
unary2_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
unary_plus_negative_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
unary_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
unbalanced_brace_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
unbound_getter_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
unconditional_break.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
unhandled_exception_negative_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
unicode_bom_middle_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
unicode_bom_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
unicode_hash_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
unnamed_closure_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
unqual_name_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
unresolved_default_constructor_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
unresolved_in_factory_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
unresolved_top_level_method_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
unresolved_top_level_var_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
unsigned_right_shift_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
unsupported_operators_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
unused_overridden_async_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
value_range2_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
value_range3_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
value_range_test.dart Use the Expect.throws___() helper methods throughout tests. 2017-10-17 23:37:15 +00:00
var_init_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
variable_declaration_metadata_test.dart Adds support for syntax error in tests to test.py. 2017-11-06 08:56:09 +00:00
variable_named_dart_test.dart Migrate block 163 to Dart 2.0. 2017-08-30 08:05:12 -07:00
void_arrow_return_test.dart Migrated test block 166 to Dart 2.0. 2017-09-12 19:22:08 +00:00
void_block_return_test.dart Migrated test block 166 to Dart 2.0. 2017-09-12 19:22:08 +00:00
void_check_test.dart Migrated test block 166 to Dart 2.0. 2017-09-12 19:22:08 +00:00
void_subtype_test.dart Reland https://dart-review.googlesource.com/c/sdk/+/37441 with fixes 2018-02-08 20:46:19 +00:00
void_type_callbacks_test.dart Adding adjusted void tests from CL 2699073003 2017-08-25 10:03:24 +02:00
void_type_function_types_test.dart Migrated test block 166 to Dart 2.0. 2017-09-12 19:22:08 +00:00
void_type_override_test.dart Adding adjusted void tests from CL 2699073003 2017-08-25 10:03:24 +02:00
void_type_test.dart Reland https://dart-review.googlesource.com/c/sdk/+/37441 with fixes 2018-02-08 20:46:19 +00:00
void_type_usage_test.dart Fixed typo in void_type_usage_test 2018-01-17 19:13:27 +00:00
while_test.dart Migrated test block 166 to Dart 2.0. 2017-09-12 19:22:08 +00:00
wrong_number_type_arguments_test.dart Migrated test block 166 to Dart 2.0. 2017-09-12 19:22:08 +00:00
yieldstar_pause_test.dart Make asyncstar_pause_test only call asyncEnd on success. 2017-09-22 09:59:01 +00:00