dart-sdk/tests/language_2
Aske Simon Christensen f2766eb24e Disallow references to this in field initializers.
Fixes https://github.com/dart-lang/sdk/issues/33858

Change-Id: I619de64353ac5131d949d8e3898617435e9f6dcc
Reviewed-on: https://dart-review.googlesource.com/68920
Commit-Queue: Aske Simon Christensen <askesc@google.com>
Reviewed-by: Jens Johansen <jensj@google.com>
2018-08-10 11:12:58 +00:00
..
async_no_suspend Added test directories for Dart 2 features. 2017-12-22 15:39:13 +00:00
covariant_override
fixed_size_int Added test directories for Dart 2 features. 2017-12-22 15:39:13 +00:00
function_type
implicit_creation Clean up documentation of implicit new/const insertions tests. 2018-04-10 14:49:41 +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
invalid_returns Triage language tests for void 2018-08-03 23:21:23 +00:00
mixin_constructor_forwarding Add tests for mixin application constructor forwarding. 2018-04-10 14:27:30 +00:00
nosuchmethod_forwarding Fix incorrect handling of NSM forwarders and pull all logic into CFE. (Take 2) 2018-05-15 11:23:32 +00:00
sub
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 [vm/compiler] Introduce 64-bit NEGATE - all archs. 2018-08-09 16:43:18 +00:00
void Triage language tests for void 2018-08-03 23:21:23 +00:00
aborting_switch_case_test.dart
abstract_beats_arguments_test.dart
abstract_exact_selector_test.dart
abstract_factory_constructor_test.dart
abstract_getter2_test.dart
abstract_getter_test.dart
abstract_method_test.dart
abstract_object_method_test.dart
abstract_override_adds_optional_args_concrete_subclass_test.dart
abstract_override_adds_optional_args_concrete_test.dart
abstract_override_adds_optional_args_supercall_test.dart
abstract_override_adds_optional_args_test.dart
abstract_syntax_test.dart
accessor_conflict_export2_helper.dart
accessor_conflict_export2_test.dart
accessor_conflict_export_helper.dart
accessor_conflict_export_test.dart
accessor_conflict_getter.dart
accessor_conflict_import2_test.dart
accessor_conflict_import_prefixed2_test.dart
accessor_conflict_import_prefixed_test.dart
accessor_conflict_import_test.dart
accessor_conflict_setter.dart
ackermann_test.dart
additional_interface_adds_optional_args_concrete_subclass_test.dart
additional_interface_adds_optional_args_concrete_test.dart
additional_interface_adds_optional_args_supercall_test.dart
additional_interface_adds_optional_args_test.dart
adjacent_const_string_literals_test.dart
adjacent_string_literals_test.dart
allocate_large_object_test.dart
allocate_test.dart
allocation_sinking_inlining_test.dart
and_operation_on_non_integer_operand_test.dart
arg_param_trailing_comma_test.dart
argument_assignability_function_typed_test.dart
arithmetic_canonicalization_test.dart
arithmetic_int64_test.dart Treat 64 bit ints as unsigned until conversion to JS. 2018-06-06 00:28:28 +00:00
arithmetic_smi_overflow_test.dart
arithmetic_test.dart Treat 64 bit ints as unsigned until conversion to JS. 2018-06-06 00:28:28 +00:00
assert_assignable_type_test.dart [VM] Added '--enable-asserts' to the top-level help message. 2018-03-28 18:54:00 +00:00
assert_message_test.dart Fix test cases that await "void." Blocks #33415, making that an error 2018-06-18 20:33:13 +00:00
assert_trailing_comma_test.dart
assert_with_message_test.dart
assert_with_type_test_or_cast_test.dart
assertion_initializer_const_error2_test.dart dart2js: allow as expressions in constants 2018-04-06 00:46:30 +00:00
assertion_initializer_const_error_test.dart
assertion_initializer_const_function_test.dart
assertion_initializer_test.dart implement assert initializers for DDC, fixes #27809 2018-02-01 01:12:17 +00:00
assertion_test.dart Clean up dart2js assertion_test status 2018-08-07 01:09:31 +00:00
assign_instance_method_test.dart
assign_op_test.dart
assign_static_type_test.dart
assign_to_type_test.dart
assign_top_method_test.dart
assignable_expression_test.dart
async_and_or_test.dart Fix test cases that await "void." Blocks #33415, making that an error 2018-06-18 20:33:13 +00:00
async_await_catch_regression_test.dart
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
async_await_test.dart Reapply "Run async functions immediately." 2018-02-02 15:50:16 +00:00
async_backwards_compatibility_1_test.dart
async_backwards_compatibility_2_test.dart
async_break_in_finally_test.dart
async_call_test.dart Reapply "Run async functions immediately." 2018-02-02 15:50:16 +00:00
async_cascade_test.dart
async_congruence_local_test.dart
async_congruence_method_test.dart
async_congruence_top_level_test.dart
async_congruence_unnamed_test.dart
async_continue_label_test.dart
async_control_structures_test.dart
async_covariant_type_test.dart Test for sync* checks 2018-05-07 22:49:12 +00:00
async_dcall_type_test.dart Test for sync* checks 2018-05-07 22:49:12 +00:00
async_error_timing_test.dart Reapply "Run async functions immediately." 2018-02-02 15:50:16 +00:00
async_finally_rethrow_test.dart
async_helper_lib.dart
async_nested_01_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_02_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_03_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_04_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_05_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_06_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_07_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_08_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_09_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_10_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_11_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_12_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_13_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_14_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_15_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_16_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_17_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_18_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_19_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_20_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_21_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_22_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_23_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_24_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_25_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_26_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_27_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_28_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_29_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_30_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_31_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_32_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_33_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_34_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_35_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_36_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_37_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_38_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_39_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_40_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00:00
async_nested_41_test.dart Add tests for bug #33660 2018-07-09 11:38:17 +00: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
async_rethrow_test.dart
async_return_types_test.dart
async_star_await_pauses_test.dart
async_star_cancel_and_throw_in_finally_test.dart
async_star_cancel_while_paused_test.dart
async_star_no_cancel2_test.dart
async_star_no_cancel_test.dart
async_star_pause_test.dart
async_star_regression_2238_test.dart
async_star_regression_23116_test.dart
async_star_regression_fisk_test.dart
async_star_stream_take_test.dart
async_star_take_reyield_test.dart
async_star_test.dart Remove usage of unittest package from a number of tests. 2018-07-20 13:26:38 +00:00
async_switch_test.dart
async_test.dart
async_this_bound_test.dart
async_throw_in_catch_test.dart
asyncstar_concat_test.dart
asyncstar_covariant_type_test.dart Test for sync* checks 2018-05-07 22:49:12 +00:00
asyncstar_dcall_type_test.dart Test for sync* checks 2018-05-07 22:49:12 +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
asyncstar_yieldstar_test.dart
await_and_ifnull_test.dart
await_backwards_compatibility_test.dart
await_exceptions_test.dart
await_for_cancel_test.dart
await_for_test.dart
await_for_use_local_test.dart
await_future_test.dart
await_in_cascade_test.dart
await_nonfuture_test.dart Reapply "Run async functions immediately." 2018-02-02 15:50:16 +00:00
await_null_aware_test.dart
await_postfix_expr_test.dart
await_regression_test.dart
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 CFE and member conflict rules 2018-07-16 14:09:01 +00:00
bad_initializer1_test.dart
bad_initializer2_test.dart
bad_named_constructor_test.dart
bad_named_parameters2_test.dart
bad_named_parameters_test.dart
bad_override_test.dart
bad_raw_string_test.dart
bad_typedef_test.dart
bailout2_test.dart
bailout3_test.dart
bailout4_test.dart
bailout5_test.dart
bailout6_test.dart
bailout7_test.dart
bailout_container_type_test.dart
bailout_test.dart
bind_test.dart
bit_operations_test.dart
bit_shift_test.dart Remove all uses of --limit-ints-to-64-bits VM option 2018-06-01 19:32:24 +00:00
black_listed_test.dart
bodyless_constructor_wrong_arg_test.dart
bool_check_test.dart
bool_condition_check_test.dart
bool_test.dart
bootstrap_test.dart
bound_closure_equality_test.dart
bound_closure_primitives_test.dart
branch_canonicalization_test.dart
branches_test.dart
break_outside_loop_test.dart Turn label negative tests into multitests. 2018-04-27 23:14:17 +00:00
break_test.dart
bug31436_test.dart fix test for #31436 to pass on Dart 2 impls 2018-01-17 23:53:26 +00:00
bug32305_test.dart Don't infer types when there's an irreconcilable type mismatch. 2018-05-03 23:27:14 +00:00
bug32372_test.dart When checking mixin type inference errors, don't skip mixins with explicit type args. 2018-03-05 09:10:01 +00:00
built_in_identifier_illegal_test.dart Make mixin and interface built-in identifiers. 2018-05-18 09:57:17 +00:00
built_in_identifier_not_prefix_test.dart Make mixin and interface built-in identifiers. 2018-05-18 09:57:17 +00:00
built_in_identifier_prefix_library_async.dart
built_in_identifier_prefix_library_await.dart
built_in_identifier_prefix_library_hide.dart
built_in_identifier_prefix_library_library.dart
built_in_identifier_prefix_library_of.dart
built_in_identifier_prefix_library_on.dart
built_in_identifier_prefix_library_show.dart
built_in_identifier_prefix_library_sync.dart
built_in_identifier_prefix_library_yield.dart
built_in_identifier_test.dart Make mixin and interface built-in identifiers. 2018-05-18 09:57:17 +00:00
built_in_identifier_type_annotation_test.dart Make mixin and interface built-in identifiers. 2018-05-18 09:57:17 +00:00
call_argument_inference_test.dart
call_closurization_test.dart Report detailed errors when the number or names of arguments do not 2018-02-20 16:42:25 +00:00
call_constructor_on_unresolvable_class_test.dart
call_function2_test.dart
call_function_apply_test.dart
call_function_test.dart fix error message for dcalls on null 2018-03-30 00:34:29 +00:00
call_method_as_cast_test.dart Callable object support in Analyzer and DDC. 2018-03-30 18:14:55 +00:00
call_method_function_typed_value_test.dart Re-land "Change front_end handling of callable classes." 2018-02-14 15:22:25 +00:00
call_method_implicit_invoke_instance_test.dart Fix mistake in multitest numbering 2018-02-27 19:31:09 +00:00
call_method_implicit_invoke_local_test.dart Callable object support in Analyzer and DDC. 2018-03-30 18:14:55 +00:00
call_method_implicit_invoke_static_test.dart Re-land "Change front_end handling of callable classes." 2018-02-14 15:22:25 +00:00
call_method_implicit_invoke_top_level_test.dart Re-land "Change front_end handling of callable classes." 2018-02-14 15:22:25 +00:00
call_method_implicit_tear_off_assignable_test.dart Handle implicit tear-off of .call when an implicit downcast is required 2018-03-07 13:59:39 +00:00
call_method_implicit_tear_off_implements_function_test.dart Callable object support in Analyzer and DDC. 2018-03-30 18:14:55 +00:00
call_method_implicit_tear_off_nullable_test.dart Change the implicit tear-off of call methods to be null-aware. 2018-02-27 09:44:27 +00:00
call_method_implicit_tear_off_test.dart Re-land "Change front_end handling of callable classes." 2018-02-14 15:22:25 +00:00
call_method_is_check_test.dart Callable object support in Analyzer and DDC. 2018-03-30 18:14:55 +00:00
call_method_must_not_be_field_test.dart Callable object support in Analyzer and DDC. 2018-03-30 18:14:55 +00:00
call_method_must_not_be_getter_test.dart update issue21159_test for Dart 2, fixes #30701 2018-05-03 21:25:07 +00:00
call_method_override_test.dart Re-land "Change front_end handling of callable classes." 2018-02-14 15:22:25 +00:00
call_non_method_field_test.dart
call_nonexistent_constructor_test.dart
call_nonexistent_static_test.dart
call_operator_test.dart Remove implicit 'implements Function' for strong mode 2018-03-06 09:18:48 +00:00
call_property_test.dart
call_test.dart
call_this_test.dart
call_through_getter_test.dart
call_through_null_getter_test.dart
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 Callable object support in Analyzer and DDC. 2018-03-30 18:14:55 +00:00
callable_test.dart
canonical_const2_test.dart
canonical_const3_test.dart
canonical_const_test.dart
cascade2_test.dart
cascade_2_test.dart
cascade_in_expression_function_test.dart
cascade_in_initializer_list_test.dart
cascade_nested_test.dart
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
cascade_test.dart Fixed cascade_test failure due to return type of operator []= being non-void. 2018-06-21 17:31:33 +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
cast2_test.dart
cast_test.dart
catch_liveness_test.dart
cha_deopt1_deferred_lib.dart
cha_deopt1_lib.dart
cha_deopt1_test.dart
cha_deopt2_deferred_lib.dart
cha_deopt2_lib.dart
cha_deopt2_test.dart
cha_deopt3_deferred_lib.dart
cha_deopt3_lib.dart
cha_deopt3_test.dart
char_escape_test.dart
check_member_static_test.dart [Fasta] Additional override checks 2018-07-16 15:00:05 +00:00
check_method_override_test.dart
checked_method_error_order_test.dart fix #32980, better error messages for type errors at runtime 2018-05-10 00:13:27 +00:00
checked_null_test.dart
checked_setter2_test.dart
checked_setter3_test.dart
checked_setter_test.dart
class_codegen_test.dart
class_cycle2_test.dart
class_cycle_test.dart
class_keyword_test.dart
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
class_syntax2_test.dart
class_syntax_test.dart
class_test.dart
classes_static_method_clash_test.dart
closure2_test.dart
closure3_test.dart
closure4_test.dart
closure5_test.dart
closure6_test.dart
closure7_test.dart
closure8_test.dart
closure_break1_test.dart
closure_break2_test.dart
closure_break_test.dart
closure_call_wrong_argument_count_test.dart
closure_cycles_test.dart
closure_in_constructor_test.dart
closure_in_field_initializer_test.dart
closure_in_initializer2_test.dart
closure_in_initializer_test.dart
closure_internals_test.dart
closure_invoked_through_interface_target_field_test.dart
closure_invoked_through_interface_target_getter_test.dart
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
closure_self_reference_test.dart
closure_shared_state_test.dart
closure_side_effect_test.dart
closure_test.dart
closure_type_test.dart
closure_type_variable_test.dart
closure_type_variables_test.dart Adding test for async closures with type variables, and fixing how we emit stubs 2018-03-16 17:46:18 +00:00
closure_variable_shadow_test.dart
closure_with_super_field_test.dart
closure_with_super_send_test.dart
closures_initializer2_test.dart
closures_initializer_test.dart
closures_with_complex_params_test.dart
code_after_try_is_executed_test.dart
code_motion_crash_test.dart
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
compile_time_constant2_test.dart
compile_time_constant3_test.dart
compile_time_constant5_test.dart
compile_time_constant6_test.dart
compile_time_constant7_test.dart
compile_time_constant8_test.dart
compile_time_constant9_test.dart
compile_time_constant10_test.dart
compile_time_constant11_test.dart
compile_time_constant12_test.dart
compile_time_constant13_test.dart
compile_time_constant_a_test.dart
compile_time_constant_arguments_test.dart
compile_time_constant_b_test.dart
compile_time_constant_c_test.dart
compile_time_constant_d_test.dart
compile_time_constant_e_test.dart
compile_time_constant_f_test.dart
compile_time_constant_g_test.dart
compile_time_constant_h_test.dart
compile_time_constant_i_test.dart
compile_time_constant_j_test.dart
compile_time_constant_k_test.dart
compile_time_constant_l_test.dart
compile_time_constant_m_test.dart
compile_time_constant_n_test.dart
compile_time_constant_o_test.dart
compile_time_constant_p_test.dart
compile_time_constant_q_test.dart
compile_time_constant_r_test.dart
compile_time_constant_static2_test.dart
compile_time_constant_static3_test.dart
compile_time_constant_static4_test.dart
compile_time_constant_static5_test.dart
compile_time_constant_static_test.dart
compile_time_constant_test.dart
compiler_annotations.dart
compound_assignment_operator_test.dart
cond_expr_test.dart
condition_bailout_test.dart
conditional_access_helper.dart
conditional_import_string_test.dart
conditional_import_test.dart
conditional_method_invocation_test.dart
conditional_property_access_test.dart
conditional_property_assignment_test.dart
conditional_property_increment_decrement_test.dart
conditional_rewrite_test.dart
config_import_corelib_general.dart
config_import_corelib_http.dart
config_import_corelib_io.dart
config_import_corelib_test.dart
config_import_lib1a.dart
config_import_lib1b.dart
config_import_lib1c.dart
config_import_lib2a.dart
config_import_lib2b.dart
config_import_lib2c.dart
config_import_lib3a.dart
config_import_lib3b.dart
config_import_lib3c.dart
config_import_lib4a.dart
config_import_lib4b.dart
config_import_lib4c.dart
config_import_test.dart
conflicting_generic_interfaces_hierarchy_loop_infinite_test.dart Report an error if a class inconsistently implements a generic interface. 2018-03-05 12:13:12 +00:00
conflicting_generic_interfaces_hierarchy_loop_test.dart Report an error if a class inconsistently implements a generic interface. 2018-03-05 12:13:12 +00:00
conflicting_generic_interfaces_no_conflict_test.dart Report an error if a class inconsistently implements a generic interface. 2018-03-05 12:13:12 +00:00
conflicting_generic_interfaces_simple_test.dart Report an error if a class inconsistently implements a generic interface. 2018-03-05 12:13:12 +00:00
conflicting_type_variable_and_setter_test.dart
const_cast1_test.dart dart2js: allow as expressions in constants 2018-04-06 00:46:30 +00:00
const_cast2_test.dart dart2js: allow as expressions in constants 2018-04-06 00:46:30 +00:00
const_cast3_test.dart dart2js: handle constant casts with type variable substitutions 2018-04-09 18:31:46 +00:00
const_cast4_test.dart Handle as in nested const constructors 2018-04-13 22:02:35 +00:00
const_conditional_test.dart
const_constructor2_test.dart Remove fuzzy arrows except on assignability 2018-02-17 00:30:56 +00:00
const_constructor3_test.dart
const_constructor_mixin2_test.dart
const_constructor_mixin3_test.dart Update tests for const constructors in subclasses of mixin applications 2018-08-07 17:26:25 +00:00
const_constructor_mixin_test.dart Update tests for const constructors in subclasses of mixin applications 2018-08-07 17:26:25 +00:00
const_constructor_nonconst_field_test.dart
const_constructor_nonconst_param_test.dart [vm/kernel] Fix StreamingConstantEvaluator to handle non-const variables 2018-06-22 17:16:45 +00:00
const_constructor_super2_test.dart
const_constructor_super_test.dart
const_constructor_syntax_test.dart
const_constructor_test.dart
const_counter_test.dart
const_dynamic_type_literal_test.dart
const_error_multiply_initialized_test.dart
const_escape_frog_test.dart
const_evaluation_test.dart cleanup language_2 and corelib_2 tests that import dart:mirrors 2018-05-07 23:50:56 +00:00
const_factory_redirection_test.dart
const_factory_with_body_test.dart
const_for_in_variable_test.dart
const_getter_test.dart
const_global_test.dart
const_init2_test.dart
const_init_test.dart
const_instance_field_test.dart
const_list_test.dart
const_local_test.dart
const_locals_test.dart
const_map2_test.dart
const_map3_test.dart
const_map4_test.dart
const_map_test.dart
const_named_test.dart
const_native_factory_test.dart
const_nested_test.dart
const_objects_are_immutable_test.dart
const_optional_args_test.dart
const_qq_test.dart
const_redirect_skips_supertype_test.dart
const_redirecting_factory_test.dart
const_string_test.dart
const_switch2_test.dart
const_switch_test.dart
const_syntax_test.dart
const_test.dart
const_tree_test.dart
const_types_test.dart
const_var_helper.dart
const_var_test.dart
constant_fold_equals_test.dart
constant_locals_test.dart
constant_propagation_phis_test.dart
constant_string_interpolation2_test.dart
constant_string_interpolation_test.dart
constant_type_literal_test.dart
constants_test.dart
constructor2_test.dart
constructor3_test.dart
constructor4_test.dart
constructor5_test.dart
constructor6_test.dart
constructor7_test.dart
constructor8_test.dart
constructor9_test.dart
constructor10_test.dart
constructor11_test.dart
constructor12_test.dart
constructor13_test.dart
constructor_body_test.dart
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_test.dart Convert a batch of negative tests to multitests. 2018-06-08 19:43:34 +00:00
constructor_default_test.dart
constructor_duplicate_final_test.dart
constructor_duplicate_initializers_test.dart
constructor_initializer_test.dart
constructor_name_clash_lib.dart
constructor_name_clash_test.dart
constructor_name_test.dart
constructor_named_arguments_test.dart
constructor_redirect2_test.dart
constructor_redirect_cycle_test.dart Convert a batch of negative tests to multitests. 2018-06-08 19:43:34 +00:00
constructor_redirect_indirect_cycle_test.dart Convert a batch of negative tests to multitests. 2018-06-08 19:43:34 +00:00
constructor_redirect_test.dart
constructor_return_test.dart
constructor_setter_test.dart Convert a batch of negative tests to multitests. 2018-06-08 19:43:34 +00:00
constructor_test.dart
constructor_type_parameter_test.dart Test for constructor having type parameter 2018-05-14 09:16:17 +00:00
constructor_with_mixin_test.dart
constructor_with_type_parameters_test.dart Report error when a constructor has type parameters. 2018-06-01 12:48:09 +00:00
context2_test.dart
context_args_with_defaults_test.dart
context_test.dart
continue_test.dart
core_type_check_test.dart
covariance_field_test.dart
covariance_method_test.dart
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
covariant_override_test.dart
covariant_subtyping_tearoff1_test.dart
covariant_subtyping_tearoff2_test.dart
covariant_subtyping_tearoff3_test.dart
covariant_subtyping_test.dart Callable object support in Analyzer and DDC. 2018-03-30 18:14:55 +00:00
covariant_subtyping_unsafe_call1_test.dart
covariant_subtyping_unsafe_call2_test.dart
covariant_subtyping_unsafe_call3_test.dart
covariant_subtyping_with_substitution_test.dart
covariant_tear_off_type_test.dart
covariant_test.dart
crash_6725_part.dart
crash_6725_test.dart
crash_12118_test.dart
create_unresolved_type_test.dart
critical_edge2_test.dart
critical_edge_test.dart
ct_const2_test.dart
ct_const3_test.dart
ct_const4_lib.dart
ct_const4_test.dart
ct_const_test.dart
custom_await_stack_trace_test.dart
cyclic_class_member_test.dart
cyclic_constructor_test.dart
cyclic_default_values_test.dart
cyclic_import_test.dart
cyclic_metadata_test.dart
cyclic_type2_test.dart Include bounds in type literals 2018-07-09 12:24:04 +00:00
cyclic_type_test.dart [VM runtime] Improve type error messages in Dart 2 (fixes #32564). 2018-03-28 17:12:04 +00:00
cyclic_type_variable_test.dart
cyclic_typedef_test.dart
dangling_else_test.dart
dead_field_access_test.dart
deep_nesting_expression_test.dart Convert a batch of negative tests to multitests. 2018-06-08 19:43:34 +00:00
deep_nesting_statement_test.dart Convert a batch of negative tests to multitests. 2018-06-08 19:43:34 +00:00
default_class_implicit_constructor_test.dart
default_factory2_test.dart
default_factory3_test.dart
default_factory_library.dart
default_factory_library_test.dart
default_factory_test.dart
default_implementation2_test.dart
default_implementation_test.dart
default_init_test.dart
deferred_call_empty_before_load_lib.dart
deferred_call_empty_before_load_test.dart
deferred_closurize_load_library_lib.dart
deferred_closurize_load_library_test.dart
deferred_constant_list_lib.dart
deferred_constant_list_test.dart
deferred_constraints_lib.dart
deferred_constraints_lib2.dart
deferred_constraints_type_annotation_test.dart
deferred_duplicate_prefix1_test.dart
deferred_duplicate_prefix2_test.dart
deferred_duplicate_prefix3_test.dart
deferred_function_type_lib.dart
deferred_function_type_test.dart
deferred_global_lib.dart
deferred_global_test.dart
deferred_import_core_test.dart
deferred_inheritance_constraints_lib.dart
deferred_inheritance_constraints_test.dart
deferred_inlined_test.dart
deferred_load_constants.dart
deferred_load_constants_test.dart
deferred_load_inval_code_lib.dart
deferred_load_inval_code_test.dart
deferred_load_library_wrong_args_lib.dart
deferred_load_library_wrong_args_test.dart
deferred_mixin_lib1.dart
deferred_mixin_lib2.dart
deferred_mixin_shared.dart
deferred_mixin_test.dart
deferred_no_prefix_test.dart
deferred_no_such_method_lib.dart
deferred_no_such_method_test.dart
deferred_not_loaded_check_lib.dart
deferred_not_loaded_check_test.dart
deferred_only_constant_lib.dart
deferred_only_constant_test.dart
deferred_optimized_test.dart [vm/compiler] Consolidate compiler passes and share them between JIT and AOT. 2018-03-01 16:43:58 +00:00
deferred_prefix_constraints_lib.dart
deferred_prefix_constraints_lib2.dart
deferred_redirecting_factory_lib1.dart
deferred_redirecting_factory_lib2.dart
deferred_redirecting_factory_test.dart
deferred_regression_22995_lib.dart
deferred_regression_22995_test.dart
deferred_regression_28678_lib.dart
deferred_regression_28678_test.dart
deferred_shadow_load_library_lib.dart
deferred_shadow_load_library_test.dart
deferred_shared_and_unshared_classes_lib1.dart
deferred_shared_and_unshared_classes_lib2.dart
deferred_shared_and_unshared_classes_lib_shared.dart
deferred_shared_and_unshared_classes_test.dart
deferred_static_seperate_lib1.dart
deferred_static_seperate_lib2.dart
deferred_static_seperate_test.dart
deferred_super_dependency_lib.dart
deferred_super_dependency_test.dart
deferred_type_dependency_lib1.dart
deferred_type_dependency_lib2.dart
deferred_type_dependency_lib3.dart
deferred_type_dependency_test.dart
deopt_inlined_function_lazy_test.dart
deopt_inlined_function_test.dart
deopt_lazy_finalization_test.dart
deopt_no_feedback_test.dart
deopt_smi_op_test.dart
deoptimized_function_on_stack_test.dart
disassemble_test.dart
div_by_zero_test.dart
div_with_power_of_two2_test.dart
div_with_power_of_two_test.dart
do_while2_test.dart
do_while3_test.dart
do_while4_test.dart
do_while_test.dart
double_comparison_test.dart
double_identical_test.dart Remove uses of upper-case constants in remaining SDK code. 2018-04-16 16:11:57 +00:00
double_int_addition_test.dart
double_int_to_string_test.dart
double_invalid_test.dart
double_modulo_test.dart
double_nan_comparison_test.dart
double_to_string_as_exponential2_test.dart
double_to_string_as_exponential3_test.dart
double_to_string_as_exponential_test.dart
double_to_string_as_fixed2_test.dart
double_to_string_as_fixed_test.dart
double_to_string_as_precision2_test.dart
double_to_string_as_precision3_test.dart
double_to_string_as_precision_test.dart
double_to_string_test.dart
duplicate_constructor_test.dart
duplicate_export_collision_test.dart Convert a batch of negative tests to multitests. 2018-06-08 19:43:34 +00:00
duplicate_export_liba.dart
duplicate_export_test.dart
duplicate_field_with_initializer_test.dart Avoid crash on duplicated field with initializer 2018-07-27 11:02:05 +00:00
duplicate_implements_test.dart
duplicate_import_liba.dart
duplicate_import_libb.dart
duplicate_import_libc.dart
duplicate_import_libd.dart
duplicate_import_prefix_test.dart
duplicate_interface_implements_test.dart Convert a batch of negative tests to multitests. 2018-06-08 19:43:34 +00:00
duplicate_interface_lib.dart
duplicate_interface_test.dart
dynamic2_test.dart
dynamic_call_test.dart
dynamic_field_test.dart
dynamic_invoke_test.dart
dynamic_prefix_core_test.dart
dynamic_set_test.dart
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
dynamic_type_literal_test.dart
efficient_length_warning_test.dart
emit_const_fields_test.dart
empty_block_case_test.dart
empty_library.dart
enum_duplicate_lib.dart
enum_duplicate_test.dart
enum_index_test.dart
enum_is_keyword_test.dart
enum_private_lib.dart
enum_private_test.dart
enum_syntax_test.dart
enum_test.dart fix #33348, length is a valid enum field name 2018-07-25 22:05:25 +00:00
enum_value_name_test.dart
equality_test.dart
error_stacktrace_test.dart
evaluation_redirecting_constructor_test.dart
example_constructor_test.dart
exception_identity_test.dart
exception_in_increment_test.dart
exception_test.dart
execute_finally1_test.dart
execute_finally2_test.dart
execute_finally3_test.dart
execute_finally4_test.dart
execute_finally5_test.dart
execute_finally6_test.dart
execute_finally7_test.dart
execute_finally8_test.dart
execute_finally9_test.dart
execute_finally10_test.dart
execute_finally11_test.dart
execute_finally12_test.dart
exhaustive_for_test.dart
expect_test.dart
export1_lib.dart Remove more usages of upper-case constants in SDK 2018-04-19 13:31:57 +00:00
export_ambiguous_main_a.dart
export_ambiguous_main_b.dart
export_ambiguous_main_test.dart
export_cyclic_helper1.dart
export_cyclic_helper2.dart
export_cyclic_helper3.dart
export_cyclic_test.dart
export_double_same_main_test.dart
export_helper1.dart
export_helper2.dart
export_helper3.dart
export_helper4.dart
export_main_override_test.dart
export_main_test.dart
export_not_shadowed_by_prefix_helper.dart
export_not_shadowed_by_prefix_helper2.dart
export_not_shadowed_by_prefix_test.dart
export_order_helper1.dart
export_order_helper2.dart
export_order_test.dart
export_private_test.dart
export_test.dart
extend_type_parameter_test.dart
extends_test.dart
extends_test_lib.dart
external_test.dart
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
f_bounded_quantification2_test.dart
f_bounded_quantification3_test.dart
f_bounded_quantification4_test.dart [VM runtime] Improve type error messages in Dart 2 (fixes #32564). 2018-03-28 17:12:04 +00:00
f_bounded_quantification5_test.dart
f_bounded_quantification_test.dart Some triage of missing compile-time errors in Fasta 2018-05-14 10:18:17 +00:00
factory1_test.dart
factory2_test.dart
factory3_test.dart
factory4_test.dart
factory5_test.dart
factory6_test.dart
factory_arrow_test.dart
factory_implementation_test.dart
factory_redirection2_test.dart
factory_redirection3_cyclic_test.dart
factory_redirection_test.dart
factory_return_type_checked_test.dart
factory_test.dart
factory_type_parameter2_test.dart
factory_type_parameter_test.dart
factory_with_type_parameters_test.dart Parse name of factory as method name instead of constructor reference. 2018-06-11 09:55:24 +00:00
fannkuch_test.dart
fast_method_extraction_test.dart
fauxverride_test.dart
fibo_test.dart
field1_test.dart
field2_test.dart
field3_test.dart Some triage of missing compile-time errors in Fasta 2018-05-14 10:18:17 +00:00
field4_test.dart
field5_test.dart
field6_test.dart
field_decl_missing_var_type_test.dart
field_increment_bailout_test.dart cleanup language_2 and corelib_2 tests that import dart:mirrors 2018-05-07 23:50:56 +00:00
field_inference_test.dart
field_initialization_order_test.dart
field_method4_test.dart
field_method_test.dart
field_optimization2_test.dart
field_optimization3_test.dart
field_optimization_test.dart
field_override2_test.dart
field_override3_test.dart
field_override4_test.dart
field_override_optimization_test.dart
field_override_test.dart
field_parameter_test.dart
field_super_access2_test.dart
field_super_access_test.dart
field_test.dart fix DDC explicit field initialization to null 2018-02-09 02:48:07 +00:00
field_type_check2_test.dart
field_type_check_test.dart
field_wierd_name_test.dart
final_attempt_reinitialization_test.dart
final_field_initialization_order_test.dart
final_field_override_test.dart
final_for_in_variable_test.dart
final_initializer_instance_reference_test.dart
final_is_not_const_test.dart
final_param_test.dart
final_super_field_set_test.dart
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
final_variable_assignment_test.dart
finally_test.dart
first_class_types_constants_test.dart
first_class_types_lib1.dart
first_class_types_lib2.dart
first_class_types_libraries_test.dart
first_class_types_literals_test.dart
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
fixed_length_test.dart
fixed_type_variable2_test.dart
fixed_type_variable_test.dart
flatten_test.dart
for2_test.dart
for_in2_test.dart
for_in3_test.dart
for_in_side_effects_test.dart
for_in_test.dart
for_inlining_test.dart
for_test.dart
for_variable_capture_test.dart
for_without_condition_test.dart
forwarding_factory_constructor_default_values_test.dart
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
full_stacktrace2_test.dart
full_stacktrace3_test.dart
function_apply_generic2_test.dart [dart2js] Apply stub should default type parameters 2018-06-12 01:10:39 +00:00
function_apply_generic_test.dart dart2js: Pass through type arguments in parameter defaulting stubs 2018-04-04 00:20:41 +00:00
function_argument_test.dart
function_call_generic_test.dart Use default type for type variable bounds. 2018-06-12 09:05:09 +00:00
function_field_test.dart
function_getter_test.dart
function_literals2_test.dart
function_literals_test.dart
function_malformed_result_type_test.dart
function_propagation_test.dart Re-land "Change front_end handling of callable classes." 2018-02-14 15:22:25 +00:00
function_subtype0_test.dart
function_subtype1_test.dart
function_subtype2_test.dart
function_subtype3_test.dart Callable object support in Analyzer and DDC. 2018-03-30 18:14:55 +00:00
function_subtype_bound_closure0_test.dart
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
function_subtype_call0_test.dart Callable object support in Analyzer and DDC. 2018-03-30 18:14:55 +00:00
function_subtype_call1_test.dart Callable object support in Analyzer and DDC. 2018-03-30 18:14:55 +00:00
function_subtype_call2_test.dart Callable object support in Analyzer and DDC. 2018-03-30 18:14:55 +00:00
function_subtype_cast0_test.dart Remove fuzzy arrows except on assignability 2018-02-17 00:30:56 +00:00
function_subtype_cast1_test.dart
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
function_subtype_closure1_test.dart
function_subtype_factory0_test.dart
function_subtype_factory1_test.dart
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
function_subtype_inline2_test.dart
function_subtype_local0_test.dart
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
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
function_subtype_named1_test.dart
function_subtype_named2_test.dart
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
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
function_subtype_optional1_test.dart
function_subtype_optional2_test.dart
function_subtype_regression_ddc_588_test.dart
function_subtype_setter0_test.dart
function_subtype_simple0_test.dart
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
function_subtype_top_level0_test.dart
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
function_subtype_typearg1_test.dart
function_subtype_typearg2_test.dart
function_subtype_typearg3_test.dart
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
function_test.dart Fix fuzzy arrow issues in tests. 2018-01-16 23:08:01 +00:00
function_type2_test.dart
function_type3_test.dart
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
function_type_alias6_test.dart Fix dart2js subtyping 2018-04-20 21:44:09 +00:00
function_type_alias7_test.dart
function_type_alias8_test.dart
function_type_alias9_test.dart
function_type_alias10_test.dart
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
function_type_call_getter_test.dart
function_type_in_constant_test.dart
function_type_parameter2_negative_test.dart
function_type_parameter2_test.dart
function_type_parameter_negative_test.dart
function_type_parameter_test.dart
function_type_test.dart
function_type_this_parameter_test.dart
fuzzy_arrows_test.dart
gc_test.dart
generic2_test.dart
generic_async_star_test.dart
generic_async_test.dart
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
generic_constructor_mixin3_test.dart
generic_constructor_mixin_test.dart
generic_creation_test.dart
generic_deep_test.dart
generic_field_mixin2_test.dart
generic_field_mixin3_test.dart
generic_field_mixin4_test.dart
generic_field_mixin5_test.dart
generic_field_mixin6_test.dart
generic_field_mixin_test.dart
generic_function_bounds_test.dart
generic_function_dcall_test.dart
generic_function_type_as_type_argument_test.dart
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
generic_functions_test.dart
generic_inheritance_test.dart
generic_instanceof.dart
generic_instanceof2_test.dart
generic_instanceof3_test.dart
generic_instanceof4_test.dart
generic_instanceof5_test.dart
generic_instanceof_test.dart
generic_is_check_test.dart
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
generic_metadata_test.dart
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
generic_methods_closure_test.dart
generic_methods_dynamic_test.dart
generic_methods_function_type_test.dart
generic_methods_generic_class_tearoff_test.dart
generic_methods_generic_function_parameter_test.dart
generic_methods_generic_function_result_test.dart
generic_methods_local_variable_declaration_test.dart
generic_methods_named_parameters_test.dart
generic_methods_new_test.dart
generic_methods_optional_parameters_test.dart
generic_methods_overriding_test.dart
generic_methods_recursive_bound_test.dart
generic_methods_reuse_type_variables_test.dart
generic_methods_shadowing_test.dart
generic_methods_simple_as_expression_test.dart
generic_methods_simple_is_expression_test.dart
generic_methods_tearoff_specialization_test.dart
generic_methods_test.dart
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
generic_native_test.dart
generic_no_such_method_dispatcher_simple_test.dart
generic_no_such_method_dispatcher_test.dart
generic_object_type_test.dart
generic_parameterized_extends_test.dart
generic_self_reference_test.dart
generic_sends_test.dart
generic_sync_star_test.dart
generic_syntax_test.dart
generic_tearoff_test.dart
generic_test.dart [VM] Added '--enable-asserts' to the top-level help message. 2018-03-28 18:54:00 +00:00
generic_typedef_test.dart
generics2_test.dart
generics3_test.dart
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
getter_closure_execution_order_test.dart
getter_declaration_negative_test.dart
getter_no_setter2_test.dart
getter_no_setter_test.dart
getter_override2_test.dart
getter_override3_test.dart
getter_override_test.dart
getter_parameters_test.dart
getter_setter_in_lib.dart
getter_setter_in_lib2.dart
getter_setter_in_lib3.dart
getter_setter_in_lib_test.dart
getter_setter_interceptor_test.dart
getter_setter_order_test.dart
getters_setters2_test.dart
getters_setters_test.dart
getters_setters_type2_test.dart
getters_setters_type3_test.dart
getters_setters_type_test.dart
guess_cid_test.dart
gvn_field_access_test.dart
gvn_interceptor_test.dart
gvn_test.dart
hash_code_mangling_test.dart
hash_map_null_key_foreach_test.dart
hashcode_dynamic_test.dart
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
hello_script_lib_source.dart
hello_script_test.dart
hidden_import_lib.dart
hidden_import_test.dart
identical_closure2_test.dart
identical_closure_test.dart
identical_const_test.dart
identical_test.dart
if_and_test.dart
if_null_assignment_behavior_test.dart
if_null_assignment_helper.dart
if_null_assignment_static_test.dart
if_null_behavior_test.dart
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
if_test.dart
illegal_declaration_test.dart
illegal_initializer_test.dart
illegal_invocation_lib.dart
illegal_invocation_test.dart
implicit_closure1_test.dart
implicit_closure2_test.dart
implicit_closure_test.dart
implicit_downcast_during_assert_initializer_test.dart
implicit_downcast_during_assert_statement_test.dart
implicit_downcast_during_assignment_test.dart
implicit_downcast_during_combiner_test.dart
implicit_downcast_during_compound_assignment_test.dart
implicit_downcast_during_conditional_expression_test.dart
implicit_downcast_during_constructor_initializer_test.dart
implicit_downcast_during_constructor_invocation_test.dart
implicit_downcast_during_do_test.dart
implicit_downcast_during_factory_constructor_invocation_test.dart
implicit_downcast_during_field_declaration_test.dart
implicit_downcast_during_for_condition_test.dart
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
implicit_downcast_during_for_initializer_var_test.dart
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
implicit_downcast_during_if_statement_test.dart
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
implicit_downcast_during_list_literal_test.dart
implicit_downcast_during_logical_expression_test.dart
implicit_downcast_during_map_literal_test.dart
implicit_downcast_during_method_invocation_test.dart
implicit_downcast_during_not_test.dart
implicit_downcast_during_null_aware_method_invocation_test.dart
implicit_downcast_during_redirecting_initializer_test.dart
implicit_downcast_during_return_async_test.dart
implicit_downcast_during_return_test.dart
implicit_downcast_during_static_method_invocation_test.dart
implicit_downcast_during_super_initializer_test.dart
implicit_downcast_during_super_method_invocation_test.dart
implicit_downcast_during_variable_declaration_test.dart
implicit_downcast_during_while_statement_test.dart
implicit_downcast_during_yield_star_test.dart
implicit_downcast_during_yield_test.dart
implicit_scope_test.dart
implicit_super_constructor_call_test.dart
implicit_super_constructor_test.dart
implicit_this_test.dart
import1_lib.dart
import_collection_no_prefix_test.dart
import_combinators2_test.dart
import_combinators_part.dart
import_combinators_test.dart Remove more usages of upper-case constants in SDK 2018-04-19 13:31:57 +00:00
import_core_no_prefix_test.dart
import_core_prefix_test.dart
import_core_test.dart
import_nonexisting_dart_uri_test.dart [fasta] Fix crash when importing nonexisting "dart:" uri 2018-02-15 14:00:17 +00:00
import_private_test.dart
import_self_test.dart
import_show_lib.dart
import_show_test.dart
incr_op_test.dart
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
indirect_const_null_test.dart
inference_captured_variable2_test.dart
inference_captured_variable_test.dart
inference_list_or_null_test.dart
inference_mixin_field_test.dart
inference_super_constructor_call_test.dart
inferrer_closure_test.dart
inferrer_constructor2_test.dart
inferrer_constructor3_test.dart
inferrer_constructor4_test.dart
inferrer_constructor5_test.dart
inferrer_constructor_test.dart
inferrer_named_parameter_test.dart
inferrer_synthesized_constructor_test.dart
inferrer_synthesized_super_constructor2_test.dart
inferrer_synthesized_super_constructor_test.dart
inferrer_this_access_test.dart Update SDK wrt to void and invalid returns 2018-07-17 13:37:47 +00:00
infinite_switch_label_test.dart
infinity_test.dart
inheritance_chain_lib.dart
inheritance_chain_test.dart
initializer_super_last_test.dart Update some tests to work better. 2018-02-15 08:43:34 +00:00
initializing_formal_access_test.dart
initializing_formal_capture_test.dart
initializing_formal_final_test.dart
initializing_formal_promotion_test.dart
initializing_formal_scope_test.dart
initializing_formal_type_annotation_test.dart
initializing_formal_type_test.dart
inline_add_constants_to_initial_env_test.dart
inline_argument_test.dart
inline_closure_with_constant_arguments_test.dart
inline_effect_context_test.dart
inline_getter_test.dart
inline_in_for_initializer_and_bailout_test.dart
inline_super_field_lib.dart
inline_super_field_test.dart
inline_super_part.dart
inline_super_test.dart
inline_test.dart
inline_test_context_test.dart
inline_value_context_test.dart
inlined_conditional_test.dart
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
inst_field_initializer_test.dart
instance_call_wrong_argument_count_negative_test.dart
instance_compound_assignment_operator_test.dart
instance_field_initializer_test.dart
instance_incr_deopt_test.dart
instance_inline_test.dart
instance_method2_negative_test.dart
instance_method_negative_test.dart
instanceof2_test.dart
instanceof4_test.dart
instanceof_optimized_test.dart
instanceof_test.dart
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 [vm/kernel] Re-land partial instantiation of local functions. 2018-05-05 21:26:37 +00:00
instantiate_type_variable_test.dart Fix a broken language_2 test 2018-02-19 11:30:07 +00:00
int2_test.dart
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
integer_division_by_zero_test.dart
interceptor2_test.dart
interceptor3_test.dart
interceptor4_test.dart
interceptor5_test.dart
interceptor7_test.dart
interceptor8_test.dart
interceptor9_test.dart
interceptor_test.dart
interface2_negative_test.dart
interface_constants_test.dart
interface_cycle_test.dart
interface_inherit_field_test.dart
interface_injection1_test.dart Change a pair of negative tests to multitests 2018-08-01 15:31:04 +00:00
interface_injection2_test.dart Change a pair of negative tests to multitests 2018-08-01 15:31:04 +00:00
interface_static_method_negative_test.dart
interface_static_non_final_fields_negative_test.dart
interface_test.dart
internal_library_test.dart
intrinsified_methods_test.dart Remove more usages of upper-case constants in SDK 2018-04-19 13:31:57 +00:00
invalid_cast_test.dart Implement strong mode "invalid cast" rules. 2017-12-06 20:01:02 +00:00
invalid_override_in_mixin_test.dart [kernel] Fix crash in mixin resolution on invalid override 2018-02-27 14:14:08 +00:00
invalid_type_argument_count_test.dart [fasta] Fix crash on dynamic<argument> 2018-02-22 14:06:03 +00:00
invocation_mirror2_test.dart cleanup language_2 and corelib_2 tests that import dart:mirrors 2018-05-07 23:50:56 +00:00
invocation_mirror_empty_arguments_test.dart
invocation_mirror_test.dart
is_function_test.dart
is_interfaces2_test.dart
is_interfaces_test.dart
is_malformed_type_test.dart
is_nan_test.dart
is_not_class1_negative_test.dart
is_not_class2_test.dart
is_not_class4_negative_test.dart
is_object_test.dart
is_operator_clash_test.dart
is_operator_test.dart
isnot_malformed_type_test.dart
issue1363_lib.dart
issue1363_test.dart
issue1578_negative_test.dart
issue3806_test.dart
issue7513_test.dart
issue7525_test.dart
issue9602_other.dart
issue9602_test.dart
issue9664_test.dart
issue9687_test.dart
issue9939_test.dart
issue9949_test.dart
issue10204_test.dart
issue10321_test.dart
issue10561_test.dart
issue10581_test.dart
issue10721_test.dart
issue10747_test.dart
issue10783_test.dart
issue11724_test.dart
issue11793_test.dart
issue12023_test.dart
issue12284_test.dart
issue12288_test.dart
issue12336_test.dart
issue13179_test.dart Fix fuzzy arrow issues in tests. 2018-01-16 23:08:01 +00:00
issue13556_test.dart
issue13673_test.dart
issue14014_2_test.dart
issue14014_3_test.dart
issue14014_test.dart
issue14242_test.dart
issue15606_test.dart Update SDK wrt to void and invalid returns 2018-07-17 13:37:47 +00:00
issue15702_test.dart
issue15720_test.dart
issue18628_1_test.dart
issue18628_2_test.dart
issue20476_test.dart
issue21957_test.dart
issue22800_test.dart
issue23244_test.dart
issue28498_test.dart Translate asserts in the VM-specific async translation 2018-03-14 19:41:09 +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
issue32353_2_test.dart Rename bug32353{,_2}_test.dart to issue32353{,_2}_test.dart 2018-03-12 10:50:17 +00:00
issue32353_test.dart Rename bug32353{,_2}_test.dart to issue32353{,_2}_test.dart 2018-03-12 10:50:17 +00:00
issue4157508_test.dart
issue4295001_test.dart
issue4515170_test.dart
issue_22780_test.dart
issue_23914_test.dart
issue_1751477_lib1.dart
issue_1751477_lib2.dart
issue_1751477_lib3.dart
issue_1751477_lib4.dart
issue_1751477_lib5.dart
issue_1751477_lib6.dart
issue_1751477_lib7.dart
issue_1751477_lib8.dart
issue_1751477_lib9.dart
issue_1751477_lib11.dart
issue_1751477_lib21.dart
issue_1751477_lib31.dart
issue_1751477_lib41.dart
issue_1751477_lib51.dart
issue_1751477_lib61.dart
issue_1751477_lib71.dart
issue_1751477_lib81.dart
issue_1751477_lib91.dart
issue_1751477_test.dart
js_properties_test.dart
keyword_type_expression_test.dart
known_identifier_prefix_error_test.dart
known_identifier_prefix_test.dart
known_identifier_usage_error_test.dart
known_identifier_usage_test.dart
label3_test.dart Turn label negative tests into multitests. 2018-04-27 23:14:17 +00:00
label5_test.dart Turn label negative tests into multitests. 2018-04-27 23:14:17 +00:00
label6_test.dart Turn label negative tests into multitests. 2018-04-27 23:14:17 +00:00
label8_test.dart Turn label negative tests into multitests. 2018-04-27 23:14:17 +00:00
label_test.dart
language_2.status Update language_2 status file for kernel bytecode passing tests. 2018-08-07 23:57:48 +00:00
language_2_analyzer.status Update tests for const constructors in subclasses of mixin applications 2018-08-07 17:26:25 +00:00
language_2_dart2js.status Disallow references to this in field initializers. 2018-08-10 11:12:58 +00:00
language_2_dartdevc.status Disallow references to this in field initializers. 2018-08-10 11:12:58 +00:00
language_2_flutter.status [infra] Keep comments intact when updating status files. 2018-04-10 19:03:21 +00:00
language_2_kernel.status Disallow references to this in field initializers. 2018-08-10 11:12:58 +00:00
language_2_precompiled.status [VM] Remove "$compiler == precompiler" sections from language_2_precompiler.status 2018-08-09 09:30:54 +00:00
language_2_spec_parser.status Triage language tests for void 2018-08-03 23:21:23 +00:00
language_2_vm.status Convert a batch of negative tests to multitests. 2018-06-08 19:43:34 +00:00
large_class_declaration_test.dart
large_implicit_getter_test.dart
larger_implicit_getter_test.dart
lazy_map_test.dart
lazy_static2_test.dart
lazy_static3_test.dart
lazy_static4_test.dart
lazy_static5_test.dart
lazy_static6_src.dart
lazy_static6_test.dart
lazy_static7_test.dart
lazy_static8_test.dart
lazy_static_test.dart
least_upper_bound_expansive_test.dart
least_upper_bound_test.dart
left_shift_test.dart
library1.dart
library1_lib.dart
library1_test.dart
library2.dart Migrate and clean up the prefix negative tests. 2018-05-02 16:05:25 +00:00
library3.dart
library4.dart
library5_test.dart
library5a.dart
library5b.dart
library6.dart
library10.dart
library11.dart
library12.dart
library_a.dart
library_ambiguous_test.dart
library_b.dart
library_c.dart
library_d.dart
library_e.dart
library_env_test.dart
library_f.dart
library_juxtaposition_lib.dart
library_juxtaposition_part.dart
library_juxtaposition_test.dart
library_prefixes.dart
library_prefixes_test.dart
library_prefixes_test1.dart
library_prefixes_test2.dart
library_private_in_constructor_a.dart
library_private_in_constructor_b.dart
library_private_in_constructor_test.dart
library_same_name_used_lib1.dart
library_same_name_used_lib2.dart
library_same_name_used_test.dart
library_test.dart Migrate library_negative_test. 2018-04-27 22:28:27 +00:00
licm2_test.dart
licm3_test.dart
licm_test.dart
list_double_index_in_loop2_test.dart
list_double_index_in_loop_test.dart
list_in_closure_test.dart
list_is_test.dart Fix language_2/list_is_test 2018-01-27 21:01:50 +00:00
list_length_tracer_test.dart
list_literal1_test.dart
list_literal2_negative_test.dart
list_literal2_test.dart
list_literal3_test.dart
list_literal4_test.dart
list_literal_negative_test.dart
list_literal_syntax_test.dart
list_literal_test.dart
list_mixin_test.dart
list_test.dart
list_tracer_call_last_test.dart
list_tracer_closure_test.dart
list_tracer_in_list_test.dart
list_tracer_in_map_test.dart
list_tracer_return_from_tearoff_closure_test.dart
literal_unary_plus_test.dart
liveness_test.dart
load_indexed_constant_test.dart
local_export_a.dart
local_export_a_export.dart
local_export_test.dart
local_function2_test.dart
local_function3_test.dart
local_function_non_equal_test.dart
local_function_test.dart
logical_expression2_test.dart
logical_expression3_test.dart
logical_expression4_test.dart
logical_expression5_test.dart
logical_expression_test.dart
loop_exchange2_test.dart
loop_exchange3_test.dart
loop_exchange4_test.dart
loop_exchange_test.dart
loop_hoist_test.dart
main_not_a_function_test.dart
main_test.dart
malbounded_instantiation_test.dart
malbounded_redirecting_factory_test.dart
malbounded_type_cast2_test.dart
malbounded_type_cast_test.dart
malbounded_type_literal_test.dart
malbounded_type_test2_test.dart
malbounded_type_test_test.dart
malformed2_lib.dart
malformed2_test.dart
malformed_bound_test.dart
malformed_inheritance_test.dart
malformed_test.dart
malformed_type_test.dart
many_calls_test.dart
many_generic_instanceof_test.dart
many_method_calls_test.dart
many_named_arguments_test.dart
many_overridden_no_such_method_test.dart cleanup language_2 and corelib_2 tests that import dart:mirrors 2018-05-07 23:50:56 +00:00
map_literal1_test.dart
map_literal2_negative_test.dart
map_literal2_test.dart
map_literal3_test.dart
map_literal4_test.dart
map_literal5_test.dart
map_literal6_test.dart
map_literal7_test.dart
map_literal8_test.dart
map_literal9_test.dart
map_literal10_test.dart
map_literal11_test.dart
map_literal12_test.dart [dart2js] Evaluate map literal key before value 2018-07-27 21:55:40 +00:00
map_literal_negative_test.dart
map_literal_syntax_test.dart
map_literal_test.dart
map_test.dart
mega_load_test.dart
megamorphic_no_such_method_test.dart
memory_swap_test.dart
metadata_lib.dart
metadata_scope1_test.dart
metadata_scope2_test.dart
metadata_self_test.dart
metadata_test.dart
method_binding_test.dart
method_invocation_test.dart
method_name_test.dart
method_not_found_test.dart [fasta] Fix crash with "unsupported operation 'name'" 2018-01-30 13:08:09 +00:00
method_override2_test.dart
method_override3_test.dart
method_override7_test.dart
method_override8_test.dart
method_override_test.dart Adjusted method_override_test to eliminate spurious compile time error 2018-08-07 12:55:21 +00:00
methods_as_constants2_test.dart
methods_as_constants_test.dart
minify_closure_variable_collision_test.dart
mint_arithmetic_test.dart
mint_compares_test.dart
mint_identical_test.dart [vm] Fix constant propagators version of identical for integers and doubles 2018-02-21 11:58:44 +00:00
missing_const_constructor_test.dart
missing_part_of_tag_part.dart
missing_part_of_tag_test.dart
mixin_abstract_getter_test.dart
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 fix some dartdevk behavior to match dartdevc in more cases 2018-04-26 01:13:52 +00:00
mixin_black_listed_test.dart
mixin_bound_test.dart
mixin_class_from_core_library_test.dart
mixin_cyclic_test.dart
mixin_extends_field_test.dart
mixin_extends_is_test.dart
mixin_extends_method_test.dart
mixin_factory_constructor_test.dart
mixin_field_initializer_test.dart
mixin_field_test.dart
mixin_forwarding_constructor1_test.dart
mixin_forwarding_constructor2_test.dart
mixin_forwarding_constructor3_test.dart
mixin_forwarding_constructor4_test.dart
mixin_generic_test.dart
mixin_getter_regression_test.dart
mixin_illegal_constructor_test.dart
mixin_illegal_cycles_test.dart
mixin_illegal_object_test.dart
mixin_illegal_static_access_test.dart
mixin_illegal_super_use_test.dart
mixin_illegal_superclass_test.dart
mixin_illegal_syntax_test.dart
mixin_implements2_test.dart
mixin_implements_test.dart
mixin_invalid_bound2_test.dart
mixin_invalid_bound_test.dart
mixin_invalid_inheritance1_test.dart
mixin_invalid_inheritance2_test.dart
mixin_is_test.dart
mixin_issue10216_2_test.dart
mixin_issue10216_test.dart
mixin_lib_extends_field_lib.dart
mixin_lib_extends_field_test.dart
mixin_lib_extends_method_lib.dart
mixin_lib_extends_method_test.dart
mixin_method_test.dart
mixin_mixin2_test.dart
mixin_mixin3_test.dart
mixin_mixin4_test.dart
mixin_mixin5_test.dart
mixin_mixin6_test.dart [VM runtime] Improve type error messages in Dart 2 (fixes #32564). 2018-03-28 17:12:04 +00:00
mixin_mixin7_test.dart
mixin_mixin_bound2_test.dart
mixin_mixin_bound_test.dart
mixin_mixin_test.dart
mixin_mixin_type_arguments_test.dart
mixin_named_constructor_test.dart
mixin_naming_test.dart
mixin_of_mixin_test.dart
mixin_only_for_rti_test.dart
mixin_override_regression_test.dart
mixin_prefix_lib.dart
mixin_prefix_test.dart
mixin_proto_test.dart
mixin_regress_11398_test.dart
mixin_regress_13688_test.dart
mixin_super_2_test.dart
mixin_super_bound_test.dart
mixin_super_constructor2_test.dart
mixin_super_constructor_default_test.dart
mixin_super_constructor_multiple_test.dart
mixin_super_constructor_named_test.dart
mixin_super_constructor_positionals_test.dart
mixin_super_constructor_test.dart
mixin_super_test.dart
mixin_super_use_test.dart
mixin_superclass_test.dart
mixin_supertype_subclass2_test.dart
mixin_supertype_subclass3_test.dart
mixin_supertype_subclass4_test.dart
mixin_supertype_subclass_test.dart
mixin_this_use_test.dart
mixin_type_parameter1_test.dart
mixin_type_parameter2_test.dart
mixin_type_parameter3_test.dart
mixin_type_parameter4_test.dart
mixin_type_parameter5_test.dart
mixin_type_parameter6_test.dart
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
mixin_type_parameters_mixin_extends_test.dart
mixin_type_parameters_mixin_test.dart
mixin_type_parameters_simple_test.dart
mixin_type_parameters_super_extends_test.dart
mixin_type_parameters_super_test.dart
mixin_type_variable_test.dart
mixin_typedef_constructor_test.dart
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
mock_writable_final_field_test.dart
mock_writable_final_private_field_test.dart
modulo_test.dart
mul_recipr_test.dart
multi_assign_test.dart
multi_pass2_test.dart
multi_pass_a.dart
multi_pass_b.dart
multi_pass_test.dart
multiline_newline_cr.dart
multiline_newline_crlf.dart
multiline_newline_lf.dart
multiline_newline_test.dart
multiline_strings_test.dart
multiple_field_assignment_constructor_test.dart
multiple_interface_inheritance_test.dart
named_argument_in_const_creation_test.dart
named_argument_test.dart
named_constructor_lib.dart
named_constructor_test.dart
named_parameter_clash_test.dart
named_parameter_regression_test.dart
named_parameters2_test.dart
named_parameters3_test.dart
named_parameters4_test.dart
named_parameters_aggregated_test.dart
named_parameters_default_eq_test.dart Remove fuzzy arrows except on assignability 2018-02-17 00:30:56 +00:00
named_parameters_named_count_test.dart
named_parameters_passing_false_test.dart
named_parameters_passing_falsy_test.dart
named_parameters_passing_null_test.dart
named_parameters_passing_zero_test.dart
named_parameters_test.dart
named_parameters_type_test.dart
named_parameters_with_conversions_test.dart
named_parameters_with_dollars_test.dart
named_parameters_with_object_property_names_test.dart
namer2_test.dart
namer_test.dart
naming2_test.dart
naming3_test.dart fix regression in DDC handling of top-level field named 'name' 2018-03-20 00:49:58 +00:00
naming_test.dart
nan_identical_test.dart
native_test.dart
nested_comments_test.dart
nested_generic_closure_test.dart
nested_if_test.dart
nested_switch_label_test.dart
new_expression1_negative_test.dart
new_expression2_negative_test.dart
new_expression3_negative_test.dart
new_expression_type_args_test.dart
new_prefix_test.dart
new_statement_test.dart
no_main_test.dart
no_such_constructor_test.dart
no_such_method2_test.dart
no_such_method3_test.dart
no_such_method_dispatcher_test.dart
no_such_method_empty_selector_test.dart
no_such_method_mock_test.dart fix #33019, noSuchMethod should receive default values for optional args 2018-05-12 04:18:40 +00:00
no_such_method_native_test.dart
no_such_method_negative_test.dart
no_such_method_simple_type_arguments_test.dart Capture type variables in global NSM stubs 2018-04-10 21:32:11 +00:00
no_such_method_subtype_test.dart
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 cleanup language_2 and corelib_2 tests that import dart:mirrors 2018-05-07 23:50:56 +00:00
non_const_constructor_without_body_test.dart
non_const_super_negative_test.dart
non_dominating_loop_test.dart
non_parameterized_factory2_test.dart
non_parameterized_factory_test.dart
not_enough_positional_arguments_test.dart
nsm4_test.dart
nsm5_test.dart Update the analyzer to require noSuchMethod overrides to be concrete. 2018-01-24 13:55:18 +00:00
null2_test.dart
null_access_error_test.dart
null_inline_test.dart
null_is2_test.dart
null_is_test.dart
null_method_test.dart
null_no_such_method_test.dart
null_test.dart cleanup language_2 and corelib_2 tests that import dart:mirrors 2018-05-07 23:50:56 +00:00
null_to_string2_test.dart
null_to_string_test.dart
nullaware_dynamic_test.dart
nullaware_opt_test.dart
number_constant_folding1_test.dart
number_identifier_test.dart
number_identity2_test.dart
number_identity_test.dart
number_syntax_test.dart
numbers_test.dart
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
operations_on_non_num_operand_test.dart
operator1_negative_test.dart
operator2_negative_test.dart
operator2_test.dart fix #32754, improve correctness/perf of operator []= with return 2018-04-05 19:08:07 +00:00
operator3_test.dart
operator4_test.dart
operator5_test.dart
operator6_test.dart
operator_equals_test.dart
operator_index_evaluation_order_test.dart
operator_negate_and_method_negate_test.dart
operator_test.dart
optimize_redundant_array_load_test.dart
optimized_constant_array_string_access_test.dart
optimized_hoisting_checked_mode_assert_test.dart
optimized_isempty_test.dart
optimized_lists_test.dart
optimized_setter_test.dart
optimized_string_charat_test.dart
optimized_string_charcodeat_test.dart
optional_named_parameters_test.dart
ordered_maps_test.dart
osr_test.dart
other_library.dart
overridden_no_such_method.dart cleanup language_2 and corelib_2 tests that import dart:mirrors 2018-05-07 23:50:56 +00:00
overridden_no_such_method_test.dart cleanup language_2 and corelib_2 tests that import dart:mirrors 2018-05-07 23:50:56 +00:00
override_field_method1_negative_test.dart
override_field_method2_negative_test.dart
override_field_method4_negative_test.dart
override_field_method5_negative_test.dart
override_field_test.dart Change a few language_2 tests to comply with reality 2018-08-01 11:03:12 +00:00
override_inheritance_abstract_test.dart Dart 2 fixes to various tests. 2018-04-20 12:57:19 +00:00
override_inheritance_field_test.dart Change a few language_2 tests to comply with reality 2018-08-01 11:03:12 +00:00
override_inheritance_generic_test.dart Change a few language_2 tests to comply with reality 2018-08-01 11:03:12 +00:00
override_inheritance_method2_test.dart [fasta] Correct override check for methods with covariant parameters 2018-07-16 15:00:05 +00:00
override_inheritance_method_test.dart Change a few language_2 tests to comply with reality 2018-08-01 11:03:12 +00:00
override_inheritance_mixed_test.dart
override_inheritance_no_such_method_test.dart Dart 2 fixes to various tests. 2018-04-20 12:57:19 +00:00
override_inheritance_setter_test.dart [fasta] Correct override check for methods with covariant parameters 2018-07-16 15:00:05 +00:00
override_method_with_field_test.dart
param1_test.dart
param2_test.dart
param_test.dart
parameter_default_test.dart
parameter_initializer1_negative_test.dart
parameter_initializer2_negative_test.dart
parameter_initializer2_test.dart
parameter_initializer3_negative_test.dart
parameter_initializer4_negative_test.dart
parameter_initializer5_test.dart
parameter_initializer6_negative_test.dart
parameter_initializer_test.dart Emit a compile-time error on incorrect types of initializing formals 2018-05-31 13:31:42 +00:00
parameter_metadata_test.dart
parameter_name_conflict_test.dart
parameter_types_specialization_test.dart
parse_closures_in_initializers_test.dart
parse_types_test.dart
parser_quirks_test.dart
part2_test.dart
part_of_multiple_libs_lib.dart Error when a file is a part of more than one library 2018-06-13 12:55:20 +00:00
part_of_multiple_libs_part.dart Error when a file is a part of more than one library 2018-06-13 12:55:20 +00:00
part_of_multiple_libs_test.dart Error when a file is a part of more than one library 2018-06-13 12:55:20 +00:00
part_of_uri2_part.dart
part_of_uri2_part2.dart
part_of_uri2_test.dart
part_of_uri_part.dart
part_of_uri_part2.dart
part_of_uri_test.dart
part_part.dart
part_refers_to_core_library_test.dart
part_test.dart
partial_min_test.dart
partial_tearoff_instantiation_test.dart [vm/kernel] Fix partial instantiation implementation in StreamingConstantEvaluator. 2018-05-24 12:20:42 +00:00
patch_test.dart
phi_merge_test.dart
positional_parameters_type_test.dart
positive_bit_operations_test.dart
precedence_test.dart
prefix10_test.dart
prefix11_test.dart
prefix12_test.dart
prefix14_test.dart
prefix15_test.dart
prefix16_test.dart
prefix17_test.dart
prefix21_bad_lib.dart
prefix21_good_lib.dart
prefix21_test.dart
prefix22_test.dart
prefix23_test.dart
prefix24_lib1.dart
prefix24_lib2.dart
prefix24_lib3.dart
prefix24_test.dart
prefix101_test.dart
prefix_assignment_test.dart
prefix_identifier_reference_test.dart
prefix_import_collision_test.dart Migrate and clean up the prefix negative tests. 2018-05-02 16:05:25 +00:00
prefix_invalid_name_test.dart Migrate and clean up the prefix negative tests. 2018-05-02 16:05:25 +00:00
prefix_new_test.dart
prefix_new_test1.dart
prefix_new_test2.dart
prefix_shadow_test.dart Migrate and clean up the prefix negative tests. 2018-05-02 16:05:25 +00:00
prefix_test.dart
prefix_test1.dart
prefix_test2.dart
prefix_transitive_import_prefix_test.dart Migrate and clean up the prefix negative tests. 2018-05-02 16:05:25 +00:00
prefix_transitive_import_test.dart Migrate and clean up the prefix negative tests. 2018-05-02 16:05:25 +00:00
prefix_unqualified_invocation_test.dart
prefix_unresolved_class_test.dart Migrate and clean up the prefix negative tests. 2018-05-02 16:05:25 +00:00
prefix_variable_collision_test.dart Migrate and clean up the prefix negative tests. 2018-05-02 16:05:25 +00:00
private1.dart
private2.dart
private2_lib.dart
private2_main.dart
private2_test.dart
private3_test.dart
private4_test.dart
private_access_lib.dart
private_access_test.dart
private_clash_lib.dart
private_clash_test.dart
private_lib.dart
private_main.dart
private_member1_lib_b.dart
private_member1_negative_test.dart
private_member2_lib_b.dart
private_member2_negative_test.dart
private_member3_lib_b.dart
private_member3_negative_test.dart
private_member_lib_b.dart
private_member_test.dart
private_mixin2_test.dart
private_mixin_exception_throw_test.dart
private_other.dart
private_other_lib.dart
private_other_mixin2.dart
private_selector_lib.dart
private_selector_test.dart
private_super_constructor_lib.dart
private_super_constructor_test.dart
private_test.dart
propagate_past_constant_test.dart
propagated_argument_type_check_test.dart
property_field_override_test.dart
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
range_analysis2_test.dart
range_analysis3_test.dart
range_analysis_test.dart
raw_string_test.dart
recursive_calls_test.dart
recursive_generic_test.dart fix #31434 - recursive generic classes 2018-01-23 22:11:27 +00:00
recursive_inheritance_test.dart
recursive_loop_phis_test.dart
recursive_mixin_test.dart
redirecting_constructor_initializer_test.dart
redirecting_factory_default_values_test.dart Remove fuzzy arrows except on assignability 2018-02-17 00:30:56 +00:00
redirecting_factory_incompatible_signature_test.dart
redirecting_factory_infinite_steps_test.dart
redirecting_factory_long_test.dart
redirecting_factory_malbounded_test.dart
reexport_core_helper.dart
reexport_core_test.dart
ref_before_declaration_test.dart Remove more usages of upper-case constants in SDK 2018-04-19 13:31:57 +00:00
refine_receiver_null_test.dart
reg_ex2_test.dart
reg_exp2_test.dart
reg_exp3_test.dart
reg_exp_test.dart
regress_10996_lib.dart
regress_10996_test.dart
regress_11010_test.dart
regress_11800_test.dart
regress_12561_test.dart
regress_12615_test.dart
regress_13494_test.dart
regress_14105_test.dart
regress_14348_test.dart
regress_16640_test.dart
regress_17382_test.dart
regress_18435_test.dart
regress_18713_test.dart
regress_18865_test.dart
regress_19413_bar.dart
regress_19413_foo.dart
regress_19413_test.dart
regress_19728_test.dart
regress_20074_test.dart
regress_20394_lib.dart
regress_20394_test.dart
regress_20840_test.dart
regress_21016_test.dart
regress_21793_test.dart
regress_21795_test.dart
regress_21912_test.dart
regress_21998_1_test.dart
regress_21998_2_test.dart
regress_21998_3_test.dart
regress_21998_4_test.dart
regress_21998_lib1.dart
regress_21998_lib2.dart
regress_21998_lib3.dart
regress_22438_test.dart
regress_22443_lib.dart
regress_22443_test.dart
regress_22445_test.dart
regress_22579_test.dart
regress_22666_test.dart
regress_22700_test.dart
regress_22719_test.dart
regress_22728_test.dart
regress_22777_test.dart
regress_22822_test.dart
regress_22858_test.dart
regress_22936_test.dart
regress_22976_test.dart
regress_23038_test.dart
regress_23046_test.dart
regress_23051_test.dart
regress_23089_test.dart
regress_23408_lib.dart
regress_23408_test.dart
regress_23498_test.dart
regress_23500_test.dart
regress_23537_test.dart
regress_23650_test.dart
regress_23996_test.dart
regress_24283_test.dart
regress_24567_test.dart
regress_24935_test.dart
regress_25122_test.dart
regress_25246_1_test.dart
regress_25246_2.dart
regress_25246_3.dart
regress_25389_part.dart
regress_25389_test.dart
regress_25550_test.dart
regress_25568_test.dart
regress_25609_lib1.dart
regress_25609_lib2.dart
regress_25609_test.dart
regress_25620_test.dart
regress_25935_test.dart
regress_26133_test.dart
regress_26175_test.dart
regress_26230_test.dart
regress_26453_test.dart
regress_26530_test.dart
regress_26543_1_test.dart
regress_26543_2_test.dart
regress_26543_3_test.dart
regress_26668_test.dart
regress_26855_test.dart
regress_26948_test.dart
regress_27164_test.dart
regress_27572_test.dart
regress_27617_test.dart
regress_27659_test.dart
regress_27700_test.dart
regress_27957_lib1.dart
regress_27957_lib2.dart
regress_27957_test.dart
regress_28217_test.dart
regress_28278_lib.dart
regress_28278_test.dart
regress_28341_test.dart
regress_28610_test.dart
regress_29025_test.dart
regress_29243_test.dart
regress_29349_test.dart
regress_29357_test.dart
regress_29405_test.dart
regress_29784_test.dart
regress_29949_test.dart
regress_30092_test.dart
regress_30121_test.dart
regress_30339_test.dart
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
regress_30927_test.dart
regress_31057_test.dart
regress_31066_test.dart
regress_31106_test.dart
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_32267_test.dart Reland "Fix a bug in Kernel's mixin elimination" 2018-02-22 11:52:24 +00:00
regress_32425_test.dart [VM runtime] Fix type canonicalization (fixes #32425). 2018-03-08 09:55:35 +00:00
regress_33009_lib.dart Ignore forwarding stubs when checking for missing implementations. 2018-05-01 15:44:24 +00:00
regress_33009_test.dart Ignore forwarding stubs when checking for missing implementations. 2018-05-01 15:44:24 +00:00
regress_33235_01_test.dart CFE and member conflict rules 2018-07-16 14:09:01 +00:00
regress_33235_02_test.dart CFE and member conflict rules 2018-07-16 14:09:01 +00:00
regress_33235_03_test.dart CFE and member conflict rules 2018-07-16 14:09:01 +00:00
regress_33235_04_test.dart CFE and member conflict rules 2018-07-16 14:09:01 +00:00
regress_33235_05_test.dart CFE and member conflict rules 2018-07-16 14:09:01 +00:00
regress_33235_06_test.dart CFE and member conflict rules 2018-07-16 14:09:01 +00:00
regress_33235_07_test.dart CFE and member conflict rules 2018-07-16 14:09:01 +00:00
regress_33235_08_test.dart CFE and member conflict rules 2018-07-16 14:09:01 +00:00
regress_33235_09_test.dart CFE and member conflict rules 2018-07-16 14:09:01 +00:00
regress_33235_10_test.dart CFE and member conflict rules 2018-07-16 14:09:01 +00:00
regress_33235_11_test.dart CFE and member conflict rules 2018-07-16 14:09:01 +00:00
regress_33235_12_test.dart CFE and member conflict rules 2018-07-16 14:09:01 +00:00
regress_33235_13_test.dart CFE and member conflict rules 2018-07-16 14:09:01 +00:00
regress_33235_14_test.dart CFE and member conflict rules 2018-07-16 14:09:01 +00:00
regress_33235_15_test.dart CFE and member conflict rules 2018-07-16 14:09:01 +00:00
regress_33235_16_test.dart CFE and member conflict rules 2018-07-16 14:09:01 +00:00
regress_33235_17_test.dart CFE and member conflict rules 2018-07-16 14:09:01 +00:00
regress_33235_18_test.dart CFE and member conflict rules 2018-07-16 14:09:01 +00:00
regress_33235_19_test.dart CFE and member conflict rules 2018-07-16 14:09:01 +00:00
regress_33235_20_test.dart CFE and member conflict rules 2018-07-16 14:09:01 +00:00
regress_33235_21_test.dart CFE and member conflict rules 2018-07-16 14:09:01 +00:00
regress_33392_test.dart [VM runtime] FutureOrTypeTest code does not account for TypeRef's (fixes #33392) 2018-06-08 17:21:38 +00:00
regress_34034_test.dart [VM runtime] Consider partial instantiation when printing closures (fixes #34034). 2018-08-01 15:43:48 +00:00
regress_r24720_test.dart
reify_typevar_static_test.dart
reify_typevar_test.dart
resolution_test.dart
resolve_test.dart
rethrow_test.dart
return_in_loop_test.dart
return_this_type_test.dart
return_type_test.dart
rewrite_assign_test.dart
rewrite_compound_assign_test.dart
rewrite_conditional_test.dart
rewrite_for_update_order_test.dart
rewrite_if_empty_then_test.dart
rewrite_if_return_test.dart
rewrite_if_swap_test.dart
rewrite_implicit_this_test.dart
rewrite_logical_test.dart
rewrite_nested_if1_test.dart
rewrite_nested_if2_test.dart
rewrite_nested_if3_test.dart
rewrite_swap_test.dart
rewrite_variable_initializer_test.dart
rewrite_while_many_exits_test.dart
rewrite_while_test.dart
round_test.dart
runtime_type_function_test.dart
runtime_type_test.dart
savannah_test.dart
scanner_test.dart
scope_variable_test.dart
scoped_variables_try_catch_test.dart
script1_negative_lib.dart
script1_negative_test.dart
script2_negative_lib.dart
script2_negative_source.dart
script2_negative_test.dart
script_lib.dart
script_source.dart
second_test.dart
setter0_test.dart
setter1_test.dart
setter2_test.dart
setter3_test.dart
setter4_test.dart
setter_declaration2_negative_test.dart
setter_declaration_negative_test.dart
setter_no_getter_call_test.dart Fix a broken language_2 test 2018-02-19 11:30:07 +00:00
setter_no_getter_test.dart
setter_override2_test.dart Implement some missing override checking 2018-05-08 13:40:51 +00:00
setter_override3_test.dart
setter_override_test.dart
shadow_parameter_and_local_test.dart Fix DDC shadowing bug with named arguments and async functions. 2018-03-27 00:34:46 +00:00
side_effect_throw_test.dart
skip_expression_test.dart
smaller_4_Interface_Types_A11_t01_test.dart
smaller_4_Interface_Types_A11_t02_test.dart
smi_type_test.dart
source_self_negative_test.dart
stack_overflow_stacktrace_test.dart
stack_overflow_test.dart
stack_trace_test.dart
stacktrace_demangle_ctors_test.dart
stacktrace_rethrow_error_test.dart
stacktrace_rethrow_nonerror_test.dart
stacktrace_test.dart
state_mangling2_test.dart
state_mangling3_test.dart
state_mangling4_test.dart
state_mangling_test.dart
statement_test.dart
static_call_wrong_argument_count_negative_test.dart
static_closure_identical_test.dart
static_const_field_reserved_name_test.dart
static_const_field_test.dart
static_field1_test.dart
static_field1a_test.dart
static_field3_test.dart
static_field_override1_test.dart
static_field_override2_test.dart
static_field_override3_test.dart
static_field_test.dart
static_final_field2_test.dart
static_getter_no_setter1_test.dart
static_getter_no_setter2_test.dart
static_implicit_closure_test.dart
static_initializer_type_error_test.dart
static_inline_test.dart
static_parameter_test.dart
static_postfix_operator_test.dart
static_setter_conflicts_test.dart Check for conflicts between a static setter and a constructor or static method. 2018-06-28 11:47:33 +00:00
static_setter_get_test.dart
static_top_level_test.dart
strict_equal_test.dart
string_charcode_test.dart
string_escape2_negative_test_helper.dart
string_escape3_negative_test_helper.dart
string_escape4_negative_test.dart
string_escapes_test.dart
string_interpolate1_negative_test.dart
string_interpolate2_negative_test.dart
string_interpolate2_test.dart
string_interpolate_null_test.dart
string_interpolate_test.dart Use dynamic to fix string_interpolate_test 2018-06-19 10:58:45 +00:00
string_interpolation1_test.dart
string_interpolation2_test.dart
string_interpolation3_test.dart
string_interpolation4_test.dart
string_interpolation5_test.dart
string_interpolation6_test.dart
string_interpolation7_test.dart
string_interpolation8_test.dart
string_interpolation9_test.dart
string_interpolation_and_buffer_test.dart
string_interpolation_newline_test.dart
string_interpolation_test.dart
string_intrinsics_test.dart
string_join_test.dart
string_literals_test.dart
string_no_operator_test.dart
string_optimizations_test.dart
string_overflow.dart
string_split_test.dart
string_supertype_checked_test.dart
string_test.dart
string_unicode1_negative_test.dart
string_unicode2_negative_test.dart
string_unicode3_negative_test.dart
string_unicode4_negative_test.dart
substring_test.dart
super_abstract_method_test.dart
super_all_named_constructor_test.dart
super_assign_test.dart
super_bound_closure_test.dart
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
super_call4_test.dart cleanup language_2 and corelib_2 tests that import dart:mirrors 2018-05-07 23:50:56 +00:00
super_call_test.dart
super_closure_test.dart
super_conditional_operator_test.dart
super_field_2_test.dart
super_field_access_test.dart
super_field_test.dart
super_from_constructor_test.dart
super_implicit_closure_test.dart
super_in_async1_test.dart
super_in_async2_test.dart
super_in_async3_test.dart
super_in_async4_test.dart
super_in_async5_test.dart
super_in_async6_test.dart
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
super_inferrer_test.dart
super_mixin_test.dart
super_no_such_method1_test.dart Recompute ClassHierarchy after adding noSuchMethod forwarding stubs 2018-06-18 08:12:06 +00:00
super_no_such_method2_test.dart Recompute ClassHierarchy after adding noSuchMethod forwarding stubs 2018-06-18 08:12:06 +00:00
super_no_such_method3_test.dart Recompute ClassHierarchy after adding noSuchMethod forwarding stubs 2018-06-18 08:12:06 +00:00
super_no_such_method4_test.dart Update some noSuchMethod based tests to the currently desired behavior. 2018-06-21 12:54:42 +00:00
super_no_such_method5_test.dart Update some noSuchMethod based tests to the currently desired behavior. 2018-06-21 12:54:42 +00:00
super_operator_index2_test.dart
super_operator_index3_test.dart
super_operator_index4_test.dart
super_operator_index5_test.dart
super_operator_index6_test.dart Update some noSuchMethod based tests to the currently desired behavior. 2018-06-21 12:54:42 +00:00
super_operator_index7_test.dart Update some noSuchMethod based tests to the currently desired behavior. 2018-06-21 12:54:42 +00:00
super_operator_index8_test.dart Update some noSuchMethod based tests to the currently desired behavior. 2018-06-21 12:54:42 +00:00
super_operator_index_test.dart
super_operator_test.dart
super_setter_interceptor_test.dart
super_setter_test.dart
super_test.dart
switch1_negative_test.dart
switch3_negative_test.dart
switch4_negative_test.dart
switch5_negative_test.dart
switch6_test.dart
switch7_negative_test.dart
switch8_test.dart
switch_bad_case_test.dart
switch_case_static_const_test.dart
switch_case_test.dart
switch_case_warn_test.dart
switch_fallthru_test.dart
switch_label2_test.dart
switch_label_test.dart
switch_scope_test.dart
switch_test.dart
switch_try_catch_test.dart
symbol_conflict_test.dart
symbol_literal_test.dart
sync_generator1_test.dart
sync_generator2_test.dart
sync_generator3_test.dart
syncstar_covariant_type_test.dart Test for sync* checks 2018-05-07 22:49:12 +00:00
syncstar_dcall_type_test.dart Test for sync* checks 2018-05-07 22:49:12 +00:00
syncstar_less_than_test.dart
syncstar_yield_test.dart
syncstar_yieldstar_test.dart
syntax_test.dart Dart 2 fixes to various tests. 2018-04-20 12:57:19 +00:00
tearoff_dynamic_test.dart Report inference err for C<<T>()> for some C and some function with params 2018-07-12 19:37:11 +00:00
temp_mangling_test.dart
ternary_test.dart
test_negative_test.dart
third_test.dart
this_conditional_operator_test.dart
this_in_initializer_test.dart Disallow references to this in field initializers. 2018-08-10 11:12:58 +00:00
this_test.dart
throw1_test.dart
throw2_test.dart
throw3_test.dart
throw4_test.dart
throw5_test.dart
throw6_test.dart
throw8_test.dart
throw_expr_test.dart
throw_test.dart
throwing_lazy_variable_test.dart
top_level_entry.dart
top_level_entry_test.dart
top_level_file1.dart
top_level_file2.dart
top_level_file3.dart
top_level_func_test.dart
top_level_getter_arrow_syntax_test.dart
top_level_getter_no_setter1_test.dart
top_level_getter_no_setter2_test.dart
top_level_in_initializer_test.dart
top_level_method_test.dart
top_level_multiple_files_test.dart
top_level_non_prefixed_library_test.dart
top_level_prefixed_declaration_test.dart
top_level_prefixed_library.dart
top_level_var_test.dart
toplevel_collision1_test.dart
toplevel_collision2_test.dart
transitive_private_library_access_test.dart
tree_shake_typed_selector_test.dart
truncdiv_test.dart
truncdiv_uint32_test.dart
try_catch2_test.dart
try_catch3_test.dart
try_catch4_test.dart
try_catch5_test.dart
try_catch_on_syntax_test.dart
try_catch_optimized1_test.dart
try_catch_optimized2_test.dart
try_catch_optimized3_test.dart
try_catch_optimized4_test.dart
try_catch_optimized5_test.dart
try_catch_osr_test.dart
try_catch_regress_27483_test.dart
try_catch_syntax_test.dart
try_catch_test.dart
try_finally_regress_25333_test.dart
try_finally_regress_25654_test.dart
type_alias_equality_test.dart Check that type alias equality relies on the underlying type, not the typedefed name. 2018-04-03 12:34:40 +00:00
type_argument_in_super_type_test.dart
type_argument_substitution_test.dart
type_check_const_function_typedef2_test.dart
type_check_const_function_typedef_test.dart
type_check_test.dart
type_checks_in_factory_method_test.dart
type_conversion_ssa_test.dart
type_error_test.dart
type_guard_conversion_test.dart
type_hoisting_test.dart
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
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 #32302, friendlier Type.toString() in dartdevc 2018-04-25 23:16:56 +00:00
type_parameter_literal_test.dart
type_parameter_test.dart
type_promotion_assign_test.dart
type_promotion_closure_test.dart
type_promotion_functions_test.dart
type_promotion_local_test.dart
type_promotion_logical_and_test.dart
type_promotion_more_specific_test.dart
type_promotion_multiple_test.dart
type_promotion_parameter_test.dart
type_propagation2_test.dart
type_propagation3_test.dart
type_propagation_assert_assignable_test.dart
type_propagation_in_for_update_test.dart
type_propagation_phi_test.dart
type_propagation_test.dart
type_variable_bounds2_test.dart
type_variable_bounds3_test.dart
type_variable_bounds4_test.dart
type_variable_bounds_test.dart
type_variable_closure2_test.dart
type_variable_closure3_test.dart
type_variable_closure4_test.dart
type_variable_closure_test.dart
type_variable_conflict2_test.dart
type_variable_conflict_test.dart
type_variable_field_initializer2_test.dart
type_variable_field_initializer_closure2_test.dart
type_variable_field_initializer_closure_test.dart
type_variable_field_initializer_test.dart
type_variable_function_type_test.dart
type_variable_identifier_expression_test.dart
type_variable_initializer_test.dart
type_variable_nested_test.dart
type_variable_promotion_test.dart [gardening] Fix language_2/type_variable_promotion_test. 2018-08-09 16:03:20 +00:00
type_variable_scope2_test.dart
type_variable_scope3_test.dart
type_variable_scope_test.dart
type_variable_static_context_test.dart
type_variable_typedef_test.dart
typecheck_multifield_declaration_test.dart
typed_equality_test.dart
typed_selector2_test.dart
typed_selector_test.dart
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
typevariable_substitution2_test.dart
unary2_test.dart
unary_plus_negative_test.dart
unary_test.dart
unbalanced_brace_test.dart
unbound_getter_test.dart
unconditional_break.dart
unicode_bom_middle_test.dart
unicode_bom_test.dart
unicode_hash_test.dart
unnamed_closure_test.dart
unqual_name_test.dart
unresolved_default_constructor_test.dart
unresolved_in_factory_test.dart
unresolved_top_level_method_test.dart
unresolved_top_level_var_test.dart
unsigned_right_shift_test.dart
unsupported_operators_test.dart
unused_overridden_async_test.dart
value_range2_test.dart
value_range3_test.dart
value_range_test.dart
var_init_test.dart
variable_declaration_metadata_test.dart
variable_named_dart_test.dart
variable_shadow_class_test.dart Migrate and clean up the prefix negative tests. 2018-05-02 16:05:25 +00:00
web_int_literals_test.dart Add test for rejecting inexact numbers 2018-06-26 04:51:44 +00:00
while_test.dart
wrong_number_type_arguments_test.dart
yieldstar_pause_test.dart