.. |
async_no_suspend
|
|
|
async_star
|
Add more tests for async*/await-for operations.
|
2018-12-10 14:38:34 +00:00 |
control_flow_collections
|
[tests] Add missing parenthesis on <list|map|set>Equals() calls
|
2019-02-13 23:51:37 +00:00 |
covariant_override
|
|
|
double_literals
|
[dartdevc] fix #34358, int to double conversion for literals
|
2018-09-27 20:15:20 +00:00 |
fixed_size_int
|
|
|
function_type
|
|
|
implicit_creation
|
Clean up documentation of implicit new/const insertions tests.
|
2018-04-10 14:49:41 +00:00 |
initializer_assert
|
|
|
instantiate_to_bound
|
|
|
invalid_returns
|
Fix valid_returns tests.
|
2018-09-06 20:37:06 +00:00 |
mixin_constructor_forwarding
|
Add tests for mixin application constructor forwarding.
|
2018-04-10 14:27:30 +00:00 |
mixin_declaration
|
[dartdevc] fix NSM with private field overrides and mixin declarations
|
2018-10-30 16:52:25 +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 |
set_literals
|
Ship experiment 'set-literals'
|
2019-02-08 16:17:55 +00:00 |
spread_collections
|
First stab at tests for "Spread Collections".
|
2019-01-31 22:09:15 +00:00 |
sub
|
|
|
subtyping_dynamic
|
|
|
subtyping_static
|
|
|
vm
|
[vm/compiler] fix assert failure on minint64
|
2019-01-31 00:55:01 +00:00 |
void
|
Triage language tests for void in DDC and analyzer
|
2018-08-14 17:42:43 +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
|
fix #29914, DDC shouldn't create super accessor for an abstract one
|
2018-08-30 00:39:13 +00:00 |
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
|
Revert "Enables arity check for overridden methods inherited from a mixin."
|
2018-08-30 13:00:16 +00:00 |
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
|
fix some typos
|
2018-10-10 19:15:30 +00:00 |
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
|
|
|
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
|
|
|
async_await_syntax_test.dart
|
|
|
async_await_test.dart
|
Surface analyzer toplevel inference limitations as DDC errors.
|
2018-09-19 21:01:59 +00:00 |
async_backwards_compatibility_1_test.dart
|
Add test case reproducing issues #34498 and #34500.
|
2018-09-19 16:37:15 +00:00 |
async_backwards_compatibility_2_test.dart
|
|
|
async_break_in_finally_test.dart
|
|
|
async_call_test.dart
|
|
|
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
|
|
|
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
|
|
|
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_error_test.dart
|
[dartdevc] fix #29847 async* dropping errors in some cases
|
2018-11-08 05:04:23 +00:00 |
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
|
Surface analyzer toplevel inference limitations as DDC errors.
|
2018-09-19 21:01:59 +00:00 |
async_switch_test.dart
|
|
|
async_test.dart
|
|
|
async_this_bound_test.dart
|
Treeshake unread fields
|
2019-02-07 09:58:19 +00:00 |
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
|
|
|
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
|
|
|
await_null_aware_test.dart
|
|
|
await_postfix_expr_test.dart
|
|
|
await_regression_test.dart
|
|
|
await_started_immediately_test.dart
|
|
|
await_test.dart
|
|
|
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
|
fix some typos
|
2018-10-10 19:15:30 +00:00 |
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
|
|
|
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
|
Update old mixin tests. Remove the --super-mixins flag from the tests.
|
2018-10-23 08:35:49 +00:00 |
bug34235_test.dart
|
Add a language_2 test reproducing #34235.
|
2018-08-24 18:27:09 +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
|
|
|
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
|
|
|
call_method_implicit_invoke_instance_test.dart
|
|
|
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
|
|
|
call_method_implicit_invoke_top_level_test.dart
|
|
|
call_method_implicit_tear_off_assignable_test.dart
|
|
|
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
|
|
|
call_method_implicit_tear_off_test.dart
|
|
|
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
|
|
|
call_non_method_field_test.dart
|
|
|
call_nonexistent_constructor_test.dart
|
|
|
call_nonexistent_static_test.dart
|
|
|
call_operator_test.dart
|
|
|
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
|
|
|
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
|
[dartdevc] fix js_ast comma expression not generating parentheses
|
2018-11-20 22:56:35 +00:00 |
cascade_in_expression_function_test.dart
|
|
|
cascade_in_initializer_list_test.dart
|
|
|
cascade_nested_test.dart
|
|
|
cascade_on_static_field_test.dart
|
|
|
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
|
|
|
cascaded_forwarding_stubs_test.dart
|
|
|
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
|
[dartdevc] improve cast failoure error message
|
2019-01-08 18:46:16 +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
|
|
|
class_literal_test.dart
|
|
|
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
|
|
|
closure_parameter_types_test.dart
|
|
|
closure_self_reference_test.dart
|
|
|
closure_shared_state_test.dart
|
|
|
closure_side_effect_test.dart
|
Surface analyzer toplevel inference limitations as DDC errors.
|
2018-09-19 21:01:59 +00:00 |
closure_test.dart
|
|
|
closure_type_arguments_test.dart
|
[vm/kernel/bytecode] Support partially instantiated closures in bytecode
|
2018-08-27 18:13:56 +00:00 |
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
|
|
|
combiner_type_lookup_instance_test.dart
|
|
|
combiner_type_lookup_static_test.dart
|
|
|
combiner_type_lookup_top_level_test.dart
|
|
|
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
|
Configure defines correctly in config_import_test.dart
|
2018-10-09 11:06:29 +00:00 |
conflicting_generic_interfaces_hierarchy_loop_infinite_test.dart
|
|
|
conflicting_generic_interfaces_hierarchy_loop_test.dart
|
|
|
conflicting_generic_interfaces_no_conflict_test.dart
|
|
|
conflicting_generic_interfaces_simple_test.dart
|
|
|
conflicting_type_variable_and_setter_test.dart
|
Signal a compile-time error when a type variable name conflicts with a setter name.
|
2018-08-22 06:55:22 +00:00 |
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
|
|
|
const_constructor3_test.dart
|
Fix #34443 fix tests that will fail with int2double
|
2018-09-13 22:32:54 +00:00 |
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
|
Fix #34443 fix tests that will fail with int2double
|
2018-09-13 22:32:54 +00:00 |
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
|
Fix incorrect constructor name in const_native_factory_test
|
2018-09-27 23:25:38 +00:00 |
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
|
Ship experiment 'set-literals'
|
2019-02-08 16:17:55 +00:00 |
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
|
It is an error if a final field is not initialized.
|
2018-08-17 12:37:52 +00:00 |
constructor10_test.dart
|
|
|
constructor11_test.dart
|
|
|
constructor12_test.dart
|
|
|
constructor13_test.dart
|
|
|
constructor_body_test.dart
|
|
|
constructor_call_as_function_test.dart
|
|
|
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_reference_test.dart
|
Type arguments to a constructor is an error.
|
2018-09-04 12:06:14 +00:00 |
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
|
|
|
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_mixin_test.dart
|
[vm/bytecode] Support dynamic invocation forwarders and omit checks in bytecode
|
2018-09-06 17:23:12 +00:00 |
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/aot] Fix obfuscation.
|
2018-10-26 13:00:33 +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
|
Type checking for redirecting factories.
|
2018-09-19 06:20:20 +00:00 |
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
|
|
|
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
|
|
|
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_initialization_near_stack_overflow_test.dart
|
[vm] Fix crash when enum initialization hits a stack overflow.
|
2018-12-10 23:40:21 +00:00 |
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
|
|
|
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
|
[vm/aot] Fix obfuscation.
|
2018-10-26 13:00:33 +00:00 |
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_and_instance_variable_test.dart
|
Allow factory constructors to have the same name as an instance member.
|
2018-10-30 13:54:52 +00:00 |
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
|
Require super initializer to be at the end of the initializer list.
|
2018-08-22 10:43:08 +00:00 |
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
|
|
|
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
|
|
|
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
|
|
|
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
|
[dartdevc] fix for-in loop variable shadowing a var used in initialzer
|
2018-10-11 17:07:39 +00:00 |
for_inlining_test.dart
|
|
|
for_test.dart
|
[dartdevc] fix for-in loop variable shadowing a var used in initialzer
|
2018-10-11 17:07:39 +00:00 |
for_variable_capture_test.dart
|
|
|
for_without_condition_test.dart
|
|
|
forwarding_factory_constructor_default_values_test.dart
|
|
|
forwarding_semi_stub_test.dart
|
|
|
forwarding_stub_tearoff_generic_test.dart
|
|
|
forwarding_stub_tearoff_test.dart
|
|
|
full_stacktrace1_test.dart
|
[vm/aot] Fix obfuscation.
|
2018-10-26 13:00:33 +00:00 |
full_stacktrace2_test.dart
|
[vm/aot] Fix obfuscation.
|
2018-10-26 13:00:33 +00:00 |
full_stacktrace3_test.dart
|
[vm/aot] Fix obfuscation.
|
2018-10-26 13:00:33 +00:00 |
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
|
|
|
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
|
|
|
function_subtype_bound_closure2_test.dart
|
|
|
function_subtype_bound_closure3_test.dart
|
|
|
function_subtype_bound_closure4_test.dart
|
|
|
function_subtype_bound_closure5_test.dart
|
|
|
function_subtype_bound_closure5a_test.dart
|
|
|
function_subtype_bound_closure6_test.dart
|
|
|
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
|
|
|
function_subtype_cast1_test.dart
|
|
|
function_subtype_cast2_test.dart
|
|
|
function_subtype_cast3_test.dart
|
|
|
function_subtype_checked0_test.dart
|
|
|
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
|
|
|
function_subtype_inline1_test.dart
|
|
|
function_subtype_inline2_test.dart
|
|
|
function_subtype_local0_test.dart
|
|
|
function_subtype_local1_test.dart
|
|
|
function_subtype_local2_test.dart
|
|
|
function_subtype_local3_test.dart
|
|
|
function_subtype_local4_test.dart
|
|
|
function_subtype_local5_test.dart
|
|
|
function_subtype_local6_test.dart
|
|
|
function_subtype_named1_test.dart
|
|
|
function_subtype_named2_test.dart
|
|
|
function_subtype_not0_test.dart
|
|
|
function_subtype_not1_test.dart
|
|
|
function_subtype_not2_test.dart
|
|
|
function_subtype_not3_test.dart
|
|
|
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
|
|
|
function_subtype_simple2_test.dart
|
|
|
function_subtype_top_level0_test.dart
|
|
|
function_subtype_top_level1_test.dart
|
|
|
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
|
|
|
function_syntax_test.dart
|
|
|
function_test.dart
|
|
|
function_type2_test.dart
|
|
|
function_type3_test.dart
|
|
|
function_type_alias2_test.dart
|
|
|
function_type_alias3_test.dart
|
|
|
function_type_alias4_test.dart
|
|
|
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
|
|
|
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_bound_object_test.dart
|
Set default type to Object when bound is explicitly Object.
|
2018-10-30 10:48:29 +00:00 |
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
|
|
|
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
|
[vm/aot] Fix obfuscation.
|
2018-10-26 13:00:33 +00:00 |
generic_function_subtype_parametrized_typedef_test.dart
|
[kernel] Fix subtype relationship for generic function types
|
2018-10-12 11:58:37 +00:00 |
generic_function_subtype_test.dart
|
[kernel] Fix subtype relationship for generic function types
|
2018-10-12 11:58:37 +00:00 |
generic_function_type_as_type_argument_test.dart
|
|
|
generic_function_typedef2_test.dart
|
|
|
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
|
|
|
generic_local_functions_test.dart
|
|
|
generic_metadata_test.dart
|
|
|
generic_method_types_test.dart
|
|
|
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
|
|
|
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
|
|
|
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
|
|
|
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
|
|
|
if_null_precedence_test.dart
|
|
|
if_test.dart
|
|
|
illegal_declaration_test.dart
|
|
|
illegal_initializer_test.dart
|
|
|
illegal_invocation_lib.dart
|
|
|
illegal_invocation_test.dart
|
|
|
implements_futureor_test.dart
|
Checks whether a class extends or implements FutureOr.
|
2018-08-27 08:31:15 +00:00 |
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
|
|
|
implicit_downcast_during_for_in_iterable_test.dart
|
|
|
implicit_downcast_during_for_initializer_expression_test.dart
|
|
|
implicit_downcast_during_for_initializer_var_test.dart
|
|
|
implicit_downcast_during_function_literal_arrow_test.dart
|
|
|
implicit_downcast_during_function_literal_return_test.dart
|
|
|
implicit_downcast_during_if_null_assignment_test.dart
|
|
|
implicit_downcast_during_if_statement_test.dart
|
|
|
implicit_downcast_during_indexed_assignment_test.dart
|
|
|
implicit_downcast_during_indexed_compound_assignment_test.dart
|
|
|
implicit_downcast_during_indexed_get_test.dart
|
|
|
implicit_downcast_during_indexed_if_null_assignment_test.dart
|
|
|
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
|
|
|
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
|
|
|
index_test.dart
|
|
|
indirect_const_null_test.dart
|
|
|
inference_captured_variable2_test.dart
|
|
|
inference_captured_variable_test.dart
|
|
|
inference_enum_list_test.dart
|
Test that type of the ListLiteral with two different enums is inferred.
|
2018-09-19 00:37:59 +00:00 |
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
|
|
|
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
|
|
|
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
|
|
|
instantiate_tearoff_of_call_test.dart
|
|
|
instantiate_tearoff_test.dart
|
[vm/kernel] Re-land partial instantiation of local functions.
|
2018-05-05 21:26:37 +00:00 |
instantiate_to_bounds_super_bounded_test.dart
|
Reland "Test that the result of instantiate-to-bounds is appropriately checked for super-boundedness."
|
2018-10-02 20:24:16 +00:00 |
instantiate_type_variable_test.dart
|
|
|
int2_test.dart
|
|
|
int64_literal_test.dart
|
Implement int-to-double literal conversion.
|
2018-10-09 09:15:28 +00:00 |
int_test.dart
|
Elaborate that -0 means -0.0 in double context or when compiled to JS.
|
2018-10-11 10:24:29 +00:00 |
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_assignment_to_postfix_increment_test.dart
|
Add a language_2 test for invalid assignment to postfix increment.
|
2018-08-24 18:29:14 +00:00 |
invalid_cast_test.dart
|
|
|
invalid_override_in_mixin_test.dart
|
|
|
invalid_type_argument_count_test.dart
|
|
|
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
|
Signal an error when invoking a non-function
|
2018-08-31 02:30:46 +00:00 |
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
|
|
|
issue13556_test.dart
|
|
|
issue13673_test.dart
|
Surface analyzer toplevel inference limitations as DDC errors.
|
2018-09-19 21:01:59 +00:00 |
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
|
|
|
issue31596_override_test.dart
|
|
|
issue31596_super_test.dart
|
|
|
issue31596_tearoff_test.dart
|
|
|
issue31596_test.dart
|
|
|
issue32353_2_test.dart
|
Update old mixin tests. Remove the --super-mixins flag from the tests.
|
2018-10-23 08:35:49 +00:00 |
issue32353_test.dart
|
Update old mixin tests. Remove the --super-mixins flag from the tests.
|
2018-10-23 08:35:49 +00:00 |
issue34404_flutter_modified_test.dart
|
Turn on and fix mixin type inference checks when not in "supermixin" mode.
|
2018-09-21 01:06:25 +00:00 |
issue34404_flutter_test.dart
|
Update old mixin tests. Remove the --super-mixins flag from the tests.
|
2018-10-23 08:35:49 +00:00 |
issue34488_test.dart
|
Add test case reproducing issue #34488.
|
2018-09-17 23:18:08 +00:00 |
issue34489_test.dart
|
Properly type infer references to class type parameters.
|
2018-10-23 04:24:53 +00:00 |
issue34495_test.dart
|
Issue 34495. Change the way unexpected elements are handled in pushInstanceCreation() of expression builder.
|
2018-11-06 22:45:42 +00:00 |
issue34498_test.dart
|
Add test case reproducing issues #34498 and #34500.
|
2018-09-19 16:37:15 +00:00 |
issue34514_test.dart
|
Handle FunctionExpressionInvocation when creating summaries.
|
2018-09-26 21:23:18 +00:00 |
issue34532_test.dart
|
Check that implicit type arguments satisfy bounds.
|
2018-09-26 01:12:28 +00:00 |
issue34635_test.dart
|
Rework detection of uninstantiated bound errors.
|
2018-10-09 22:07:02 +00:00 |
issue34636_test.dart
|
Rework detection of uninstantiated bound errors.
|
2018-10-09 22:07:02 +00:00 |
issue34870_test.dart
|
Resolve types from the class header earlier
|
2018-10-22 12:33:55 +00:00 |
issue34877_test.dart
|
Fix yet another cloning bug
|
2018-10-24 16:16:59 +00:00 |
issue34896_test.dart
|
Issue 34896. Verify the superconstraint signature invoked by a mixin, not the mixin's one.
|
2018-10-23 06:20:59 +00:00 |
issue34907_test.dart
|
In _matchInterfaceSubtypeOf, account for mixins having null superclass.
|
2018-10-24 01:06:25 +00:00 |
issue35043_test.dart
|
Issue 35043. Fix type instantiation for implicit new.
|
2018-11-06 22:38:28 +00:00 |
issue35090_test.dart
|
Issue 35090. Concrete nominal superclasses of mixin applications provide at least noSuchMethod forwarders for super-invoked members.
|
2018-11-08 22:44:46 +00:00 |
issue4157508_test.dart
|
|
|
issue4295001_test.dart
|
|
|
issue4515170_test.dart
|
|
|
issue_22780_test.dart
|
|
|
issue_23914_test.dart
|
|
|
issue_34091.dart
|
Shorten the script URI in stack traces for URI encoded scripts.
|
2018-12-17 23:36:09 +00:00 |
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
|
|
|
labeled_variable_declaration_test.dart
|
Labeled variable declarations shouldn't introduce a new scope
|
2018-11-02 10:20:42 +00:00 |
language_2.status
|
Do not add constructors to mixin declarations
|
2018-11-02 10:45:10 +00:00 |
language_2_analyzer.status
|
Fix for crash if MixinDeclaration has a const constructor.
|
2019-02-12 22:16:12 +00:00 |
language_2_dart2js.status
|
Remove --fast-startup flag support from testing scripts and status files
|
2019-01-16 11:32:44 +00:00 |
language_2_dartdevc.status
|
[dartdevc] implement set literal and enable-experiments support
|
2019-01-04 22:08:54 +00:00 |
language_2_kernel.status
|
[dart/vm] Skip finalization error for now
|
2019-02-07 23:38:08 +00:00 |
language_2_precompiled.status
|
Add more tests for async*/await-for operations.
|
2018-12-10 14:38:34 +00:00 |
language_2_spec_parser.status
|
Triage language tests for void
|
2018-08-03 23:21:23 +00:00 |
language_2_vm.status
|
[Fasta] Add spread and control-flow collection flags
|
2019-02-06 10:30:18 +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
|
|
|
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
|
|
|
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
|
|
|
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
|
|
|
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_deduplication_test.dart
|
[vm/aot] Make mixin deduplication transformation more robust wrt new mixins
|
2018-10-08 19:05:54 +00:00 |
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
|
Update issues for Fasta missing compile-time errors in language_2
|
2018-08-21 11:23:10 +00:00 |
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_interface_check_test.dart
|
Check class interface requirements using override check code.
|
2018-10-03 14:56:43 +00:00 |
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_override_test.dart
|
Adds some more tests for mixins.
|
2018-09-05 05:41:24 +00:00 |
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
|
[vm/aot] Fix obfuscation.
|
2018-10-26 13:00:33 +00:00 |
mixin_named_constructor_test.dart
|
|
|
mixin_naming_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
|
Update old mixin tests. Remove the --super-mixins flag from the tests.
|
2018-10-23 08:35:49 +00:00 |
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
|
Update issues for Fasta missing compile-time errors in language_2
|
2018-08-21 11:23:10 +00:00 |
mixin_super_constructor_positionals_test.dart
|
Update issues for Fasta missing compile-time errors in language_2
|
2018-08-21 11:23:10 +00:00 |
mixin_super_constructor_test.dart
|
|
|
mixin_super_test.dart
|
[dartdevc] fix mixin super constructor calls in kernel backend
|
2019-01-07 21:14:22 +00:00 |
mixin_super_use_test.dart
|
Update old mixin tests. Remove the --super-mixins flag from the tests.
|
2018-10-23 08:35:49 +00:00 |
mixin_superclass_test.dart
|
Update old mixin tests. Remove the --super-mixins flag from the tests.
|
2018-10-23 08:35:49 +00:00 |
mixin_supertype_subclass2_test.dart
|
Update old mixin tests. Remove the --super-mixins flag from the tests.
|
2018-10-23 08:35:49 +00:00 |
mixin_supertype_subclass_test.dart
|
Update old mixin tests. Remove the --super-mixins flag from the tests.
|
2018-10-23 08:35:49 +00:00 |
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
|
Update old mixin tests. Remove the --super-mixins flag from the tests.
|
2018-10-23 08:35:49 +00:00 |
mixin_type_parameter_inference_previous_mixin_test.dart
|
Update old mixin tests. Remove the --super-mixins flag from the tests.
|
2018-10-23 08:35:49 +00:00 |
mixin_type_parameter_inference_test.dart
|
Update old mixin tests. Remove the --super-mixins flag from the tests.
|
2018-10-23 08:35:49 +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
|
|
|
mixin_with_two_implicit_constructors_test.dart
|
|
|
mock_writable_final_field_test.dart
|
[vm/aot] Fix obfuscation.
|
2018-10-26 13:00:33 +00:00 |
mock_writable_final_private_field_test.dart
|
[vm/aot] Fix obfuscation.
|
2018-10-26 13:00:33 +00:00 |
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
|
|
|
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
|
[vm/aot] Fix obfuscation.
|
2018-10-26 13:00:33 +00:00 |
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_private_setter_lib.dart
|
Generate noSuchMethod forwarders for private members inherited from a
|
2018-10-12 13:58:10 +00:00 |
no_such_method_private_setter_test.dart
|
Generate noSuchMethod forwarders for private members inherited from a
|
2018-10-12 13:58:10 +00:00 |
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
|
|
|
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
|
|
|
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
|
|
|
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_instantiation_eager_bounds_check_test.dart
|
[vm] Correct semantics of bounds-checks on partial instantiation.
|
2018-08-31 10:13:51 +00:00 |
partial_instantiation_static_bounds_check_test.dart
|
Re-land "[vm] Skip bounds checks on invocation of partially instantiated closures."
|
2018-09-06 18:10:27 +00:00 |
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_method_tearoff_lib.dart
|
Generate noSuchMethod forwarders for private members inherited from a
|
2018-10-12 13:58:10 +00:00 |
private_method_tearoff_test.dart
|
Generate noSuchMethod forwarders for private members inherited from a
|
2018-10-12 13:58:10 +00:00 |
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
|
|
|
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
|
|
|
recursive_inheritance_test.dart
|
|
|
recursive_loop_phis_test.dart
|
|
|
recursive_mixin_test.dart
|
|
|
redirecting_constructor_initializer_test.dart
|
|
|
redirecting_factory_bounds_test.dart
|
Perform substitution on type argument/parameter bounds.
|
2018-09-24 14:02:01 +00:00 |
redirecting_factory_default_values_test.dart
|
|
|
redirecting_factory_incompatible_signature_test.dart
|
|
|
redirecting_factory_infinite_steps_test.dart
|
|
|
redirecting_factory_long_test.dart
|
|
|
redirecting_factory_malbounded_test.dart
|
|
|
redirecting_factory_upcast_test.dart
|
Test of dynamic argument type check for redirecting factories.
|
2018-08-29 11:50:11 +00:00 |
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
|
[vm/aot] Fix obfuscation.
|
2018-10-26 13:00:33 +00:00 |
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
|
|
|
regress_30669_test.dart
|
|
|
regress_30927_test.dart
|
|
|
regress_31057_test.dart
|
|
|
regress_31066_test.dart
|
|
|
regress_31106_test.dart
|
|
|
regress_31279_test.dart
|
|
|
regress_31591_test.dart
|
|
|
regress_32012_test.dart
|
|
|
regress_32267_test.dart
|
|
|
regress_32425_test.dart
|
[VM runtime] Fix type canonicalization (fixes #32425).
|
2018-03-08 09:55:35 +00:00 |
regress_32660_test.dart
|
Fasta: Signature change with and without noSuchMethod
|
2018-09-04 10:21:10 +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_33479_test.dart
|
Fasta: Don't crash on on raw generic type cycles
|
2018-09-12 12:37:02 +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_34225_test.dart
|
Setter with name of class is error
|
2018-09-05 13:00:20 +00:00 |
regress_34392_test.dart
|
Reland: Implement inheritance/override checks from the spec.
|
2018-09-25 18:51:04 +00:00 |
regress_34482_test.dart
|
[VM runtime] Fix type test: C is a subtype of C<FutureOr> (fixes #34482).
|
2018-09-19 01:35:40 +00:00 |
regress_35258_test.dart
|
Fix rare crash in type inference engine
|
2018-11-30 12:57:17 +00:00 |
regress_35259_test.dart
|
Fix crash with multiple same-named redirecting constructors
|
2018-11-30 08:53:10 +00:00 |
regress_35260_test.dart
|
Fix crash with multiple same-named redirecting constructors
|
2018-11-30 08:53:10 +00:00 |
regress_35266_test.dart
|
Handle AmbiguousBuilder in computeRedirecteeType
|
2018-11-30 12:58:07 +00:00 |
regress_35542_test.dart
|
[VM compiler] Take FutureOr into account when checking for Number type.
|
2019-01-03 19:45:53 +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
|
|
|
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
|
[vm/aot] Fix obfuscation.
|
2018-10-26 13:00:33 +00:00 |
stacktrace_demangle_ctors_test.dart
|
|
|
stacktrace_rethrow_error_test.dart
|
[vm/aot] Fix obfuscation.
|
2018-10-26 13:00:33 +00:00 |
stacktrace_rethrow_nonerror_test.dart
|
[vm/aot] Fix obfuscation.
|
2018-10-26 13:00:33 +00:00 |
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
|
[dartdevc] fix #33621, name collision due to inheriting JS statics
|
2018-11-20 21:13:29 +00:00 |
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
|
Fix language_2/string_interpolation_and_buffer_test.
|
2018-08-22 10:35:14 +00:00 |
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
|
Corrected outdated tests string_split_test and string_supertype_checked
|
2018-11-05 14:21:19 +00:00 |
string_supertype_checked_test.dart
|
Corrected outdated tests string_split_test and string_supertype_checked
|
2018-11-05 14:21:19 +00:00 |
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
|
|
|
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
|
|
|
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
|
Type checking for redirecting factories.
|
2018-09-19 06:20:20 +00:00 |
switch_case_warn_test.dart
|
|
|
switch_fallthru_test.dart
|
|
|
switch_label2_test.dart
|
|
|
switch_label_test.dart
|
|
|
switch_scope_test.dart
|
|
|
switch_test.dart
|
[vm/compiler] improve equality constant folding
|
2019-02-09 01:09:39 +00:00 |
switch_try_catch_test.dart
|
|
|
symbol_conflict_test.dart
|
|
|
symbol_literal_test.dart
|
[vm/aot] Fix obfuscation.
|
2018-10-26 13:00:33 +00:00 |
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
|
[Test] Add test case for capturing variables in nested sync* closures
|
2018-08-20 20:19:54 +00:00 |
syncstar_yieldstar_test.dart
|
|
|
syntax_test.dart
|
Dart 2 fixes to various tests.
|
2018-04-20 12:57:19 +00:00 |
tearoff_bounds_instantiation_test.dart
|
[vm] Instantiate type parameter bounds on closures.
|
2018-08-31 09:56:34 +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_as_covariant_call_checks_test.dart
|
[vm] Fix a bug in the specialization of implicit setters
|
2018-09-03 13:43:41 +00:00 |
this_as_dynamic_call_checks_test.dart
|
[vm] Fix a bug in the specialization of implicit setters
|
2018-09-03 13:43:41 +00:00 |
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
|
fix #32785, implement typedef equality in dartdevc
|
2018-09-26 02:01:45 +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_constants_test.dart
|
Add test for constant type literals being valid in switch cases and constant maps.
|
2018-11-09 10:22:00 +00:00 |
type_conversion_ssa_test.dart
|
|
|
type_error_test.dart
|
|
|
type_guard_conversion_test.dart
|
|
|
type_hoisting_test.dart
|
|
|
type_inference_accessor_ref_test.dart
|
|
|
type_inference_circularity_test.dart
|
|
|
type_inference_inconsistent_inheritance_test.dart
|
|
|
type_intersection_test.dart
|
|
|
type_literal_prefix_call_test.dart
|
|
|
type_literal_test.dart
|
fix #32785, implement typedef equality in dartdevc
|
2018-09-26 02:01:45 +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
|
Add 'set' case to type_variable_conflict_test
|
2018-09-20 09:49:58 +00:00 |
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 checking for redirecting factories.
|
2018-09-19 06:20:20 +00:00 |
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_check_bounds_generic_test.dart
|
Test that type parameters of typedefs are properly bounds checked.
|
2018-09-27 12:50:05 +00:00 |
typedef_check_bounds_test.dart
|
Test that type parameters of typedefs are properly bounds checked.
|
2018-09-27 12:50:05 +00:00 |
typedef_check_bounds_unused_test.dart
|
Test that type parameters of typedefs are properly bounds checked.
|
2018-09-27 12:50:05 +00:00 |
typedef_class_in_other_file_helper.dart
|
|
|
typedef_class_in_other_file_test.dart
|
|
|
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
|
|
|