dart-sdk/tests/language
2015-05-13 11:58:45 +00:00
..
sub
vm Add a separate test verifying that the optimizer does not trip over debug break. 2015-04-20 23:19:58 +00:00
aborting_switch_case_test.dart
abstract_exact_selector_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
abstract_factory_constructor_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
abstract_getter_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
abstract_method_test.dart Placate analyzer 2014-04-08 22:40:18 +00:00
abstract_object_method_test.dart
abstract_runtime_error_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
abstract_syntax_test.dart
ackermann_test.dart
adjacent_const_string_literals_test.dart
adjacent_string_literals_test.dart
allocate_large_object_test.dart
allocate_test.dart
allocation_sinking_inlining_test.dart
and_operation_on_non_integer_operand_test.dart Fix type propagation for and operator. 2015-02-20 11:49:10 +00:00
application_negative_test.dart
application_test.dart
argument_definition_test.dart
arithmetic2_test.dart Bugfix in test.dart, adding of specialized test outcomes for analyzer 2013-10-28 10:39:38 +00:00
arithmetic_canonicalization_test.dart
arithmetic_smi_overflow_test.dart Fix an undetected Smi overflow on ARM. 2014-05-14 19:57:04 +00:00
arithmetic_test.dart Fix issue 16592: Do not attempt to merge operations that do not have uses, otherwise we add force uses to them (temporary array to hold two results) and the graph verification fails(no SSA temp but has uses). 2014-02-06 19:55:53 +00:00
assert_assignable_type_test.dart Restoring the remaining CL 104893003. For instance call representing numerical comparisons and binary operations (double and Smi supported for now) that were never visited before optimization occurs, we guess the cids if one of the argument cids is known, e.g. ‘a == 1’ we guess that a is also going to be 1 thus avoiding emitting an IC-call in optimized code and propagating the type accordingly. 2013-12-13 17:15:05 +00:00
assert_with_type_test_or_cast_test.dart Add SkipSlow marker 2015-02-13 10:02:30 +00:00
assertion_test.dart
assign_instance_method_negative_test.dart
assign_op_test.dart
assign_static_type_test.dart Type check constant variable declarations. 2014-10-10 21:57:17 +00:00
assign_to_type_test.dart Generate warnings for assignment to a type. 2015-03-30 00:08:17 +00:00
assign_top_method_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
assignable_expression_test.dart Detect illegal assignable expressions 2013-12-05 18:15:21 +00:00
async_and_or_test.dart Fix annotations in async_and_or_test.dart. 2015-03-13 13:09:16 +00:00
async_await_catch_regression_test.dart Fix renaming of exception variables on left-hand-sides. 2015-03-18 14:04:41 +00:00
async_await_syntax_test.dart Fix async getter with => syntax 2015-03-09 20:56:38 +00:00
async_await_test.dart Don't do assert-based tests unless in checked mode. 2015-03-11 10:52:08 +00:00
async_backwards_compatibility_1_test.dart Reland transformation of async functions. 2014-07-29 23:50:33 +00:00
async_backwards_compatibility_2_test.dart Reland transformation of async functions. 2014-07-29 23:50:33 +00:00
async_break_in_finally_test.dart Fix issue 22633 2015-03-04 20:52:48 +00:00
async_continue_label_test.dart Fix "continue to a label" in dart2js async code. 2015-03-16 08:45:47 +00:00
async_control_structures_test.dart First step in eliminating —enable_async flag 2015-01-07 19:42:59 +00:00
async_finally_rethrow_test.dart Fix async machinery (issue 22445 and possibly others to be triaged later). 2015-02-27 22:19:47 +00:00
async_helper_lib.dart Reland transformation of async functions. 2014-07-29 23:50:33 +00:00
async_or_generator_return_type_stacktrace_test.dart Separate is_debuggable and is_visible again. The outer async functions (that produce the Futures or Streams) should be visible but not debuggable. Visible so their frames are included in stacktraces for return type errors during checked mode. Not debuggable so breakpoints are resolved to the function that implements the async body. 2015-03-23 20:26:05 +00:00
async_regression_23058_test.dart Fix bug in dart2js async rewrite 2015-04-07 12:06:46 +00:00
async_rethrow_test.dart Added a test for issue 22523. 2015-02-20 22:55:23 +00:00
async_return_types_test.dart Fix checked-mode return for async-functions. 2015-02-12 09:35:44 +00:00
async_star_cancel_and_throw_in_finally_test.dart Fix cancel behaviour of async* in dart2js. 2015-03-23 13:28:08 +00:00
async_star_regression_23116_test.dart Dart2js async* functions only resume execution of the body when suspended on yield. 2015-04-10 08:58:32 +00:00
async_star_test.dart Remove a test that is incredibly flaky on some platforms. 2015-03-12 15:16:09 +00:00
async_switch_test.dart Fix dart2js for switches in async code with only awaits in the key. 2015-03-10 14:25:00 +00:00
async_test.dart Fix async_test problems. 2015-02-04 12:41:49 +00:00
async_this_bound_test.dart Make sure to bind a method to its receiver if it is stored in a temporary. 2015-03-13 08:21:48 +00:00
async_throw_in_catch_test.dart Suspend after async generator terminates 2015-03-09 23:25:01 +00:00
asyncstar_concat_test.dart Only schedule the execution of an async* when the stream is 2015-02-10 14:19:54 +00:00
asyncstar_throw_in_catch_test.dart Asyncstar - exception thrown before yield or await would not get caught 2015-02-23 11:25:41 +00:00
asyncstar_yield_test.dart Use a 0-length timer in async test to make jsshell happy. 2015-02-10 11:30:49 +00:00
asyncstar_yieldstar_test.dart Status updates, and minor fixes to tests of async-await. 2015-02-09 14:30:59 +00:00
await_backwards_compatibility_test.dart First step in eliminating —enable_async flag 2015-01-07 19:42:59 +00:00
await_exceptions_test.dart Implementation of async-await transformation on js ast. 2015-02-09 12:02:52 +00:00
await_for_cancel_test.dart Fix test to work on js-shell by avoiding a periodic timer. 2015-02-10 15:10:25 +00:00
await_for_test.dart Implementation of async-await transformation on js ast. 2015-02-09 12:02:52 +00:00
await_for_use_local_test.dart Analyze locals in await for loops as inside a try-finally. 2015-03-03 12:41:10 +00:00
await_future_test.dart Fix a mistake in a status-file 2015-02-10 09:39:55 +00:00
await_nonfuture_test.dart First step in eliminating —enable_async flag 2015-01-07 19:42:59 +00:00
await_not_started_immediately_test.dart Implementation of async-await transformation on js ast. 2015-02-09 12:02:52 +00:00
await_postfix_expr_test.dart Fix issue 22875 2015-03-17 23:49:05 +00:00
await_regression_test.dart First step in eliminating —enable_async flag 2015-01-07 19:42:59 +00:00
await_test.dart Fix for issue 22052 2015-01-29 16:01:58 +00:00
bad_constructor_test.dart
bad_initializer1_negative_test.dart
bad_initializer2_negative_test.dart
bad_named_constructor_negative_test.dart
bad_named_parameters2_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
bad_named_parameters_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
bad_override_test.dart
bad_raw_string_negative_test.dart Prevent double reporting on hex, strings, and multiline strings and comments. 2014-08-21 14:51:20 +00:00
bailout2_test.dart
bailout3_test.dart Reinstate bailout3_test 2013-11-04 18:49:41 +00:00
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 Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
bit_shift_test.dart
black_listed_test.dart
body_less_constructor_wrong_arg_negative_test.dart
bool_check_test.dart Implement correct semantics of Boolean Conversion 2014-12-08 18:51:48 +00:00
bool_test.dart Bugfix in test.dart, adding of specialized test outcomes for analyzer 2013-10-28 10:39:38 +00:00
bootstrap_test.dart
bound_closure_equality_test.dart
bound_closure_primitives_test.dart
branch_canonicalization_test.dart
branches_test.dart
break_test.dart
built_in_identifier_illegal_test.dart
built_in_identifier_prefix_library_abstract.dart
built_in_identifier_prefix_library_as.dart
built_in_identifier_prefix_library_dynamic.dart
built_in_identifier_prefix_library_export.dart
built_in_identifier_prefix_library_external.dart
built_in_identifier_prefix_library_factory.dart
built_in_identifier_prefix_library_get.dart
built_in_identifier_prefix_library_implements.dart
built_in_identifier_prefix_library_import.dart
built_in_identifier_prefix_library_library.dart
built_in_identifier_prefix_library_operator.dart
built_in_identifier_prefix_library_part.dart
built_in_identifier_prefix_library_set.dart
built_in_identifier_prefix_library_static.dart
built_in_identifier_prefix_library_typedef.dart
built_in_identifier_prefix_test.dart
built_in_identifier_test.dart Issue 12694. Fix for parsing 'buildIn() {}' top-level functions. 2013-11-05 02:09:18 +00:00
call_argument_inference_test.dart
call_closurization_test.dart Add language test for closurization of a closure's call method. 2014-03-13 18:59:03 +00:00
call_constructor_on_unresolvable_class_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
call_non_method_field_test.dart
call_nonexistent_constructor_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
call_nonexistent_static_test.dart
call_operator_test.dart
call_property_test.dart
call_test.dart Fix regression test. 2014-03-12 14:39:27 +00:00
call_this_test.dart
call_through_getter_test.dart Revert "Probe safari codegen bug" 2014-12-11 05:24:25 +00:00
call_through_null_getter_test.dart
call_type_literal_test.dart Fix crash in dart2js on type literal sends. 2013-11-26 09:04:36 +00:00
call_with_no_such_method_test.dart Fix Function.apply() + call() + noSuchMethod() in dart2js 2013-10-25 20:56:49 +00:00
callable_test.dart
canonical_const2_test.dart
canonical_const3_test.dart
canonical_const_test.dart
cascade2_test.dart
cascade_2_test.dart
cascade_in_expression_function_test.dart
cascade_in_initializer_list_test.dart
cascade_precedence_test.dart
cascade_test.dart
cast2_test.dart Fix tests/language/cast2_test.dart to eliminate static warnings. 2013-10-31 15:06:57 +00:00
cast_test.dart
catch_liveness_test.dart Fix static warning in language/catch_liveness_test. 2015-04-08 16:44:37 +00:00
cha_deopt1_deferred_lib.dart Fix bug with CHA dependencies by recording a set of classes for registering code. 2014-08-13 12:43:03 +00:00
cha_deopt1_lib.dart Fix bug with CHA dependencies by recording a set of classes for registering code. 2014-08-13 12:43:03 +00:00
cha_deopt1_test.dart Fix bug with CHA dependencies by recording a set of classes for registering code. 2014-08-13 12:43:03 +00:00
cha_deopt2_deferred_lib.dart Fix bug with CHA dependencies by recording a set of classes for registering code. 2014-08-13 12:43:03 +00:00
cha_deopt2_lib.dart Fix bug with CHA dependencies by recording a set of classes for registering code. 2014-08-13 12:43:03 +00:00
cha_deopt2_test.dart Fix bug with CHA dependencies by recording a set of classes for registering code. 2014-08-13 12:43:03 +00:00
cha_deopt3_deferred_lib.dart Fix bug with CHA dependencies by recording a set of classes for registering code. 2014-08-13 12:43:03 +00:00
cha_deopt3_lib.dart Fix bug with CHA dependencies by recording a set of classes for registering code. 2014-08-13 12:43:03 +00:00
cha_deopt3_test.dart Fix bug with CHA dependencies by recording a set of classes for registering code. 2014-08-13 12:43:03 +00:00
char_escape_test.dart
check_member_static_test.dart Perform override and inheritance checks. 2014-01-31 12:21:49 +00:00
check_method_override_test.dart Perform override and inheritance checks. 2014-01-31 12:21:49 +00:00
checked_mode_helper.dart Compute correct constructor type for synthesized mixin constructors. 2014-01-06 09:41:17 +00:00
checked_null_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
checked_setter2_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
checked_setter3_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
checked_setter_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
class_codegen_test.dart
class_cycle2_test.dart
class_cycle_test.dart
class_keyword_test.dart
class_literal_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
class_override_test.dart Complete latest spec changes regarding malformed types (see issue 14006). 2013-11-05 18:46:13 +00:00
class_syntax2_test.dart
class_syntax_test.dart
class_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_negative_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_parameter_types_test.dart
closure_self_reference_test.dart Fix crash when a closure self-referenced in a try. 2014-06-19 12:12:46 +00:00
closure_shared_state_test.dart
closure_side_effect_test.dart
closure_test.dart
closure_type_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
closure_type_variable_test.dart
closure_type_variables_test.dart
closure_variable_shadow_test.dart dart2dart: Support for inner functions in new IR. 2014-07-04 10:09:16 +00:00
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 We run phases in-between GVN and code motion, so we have to handle cases in the SsaCodeMotion phase where two instructions can be GVN'ed. 2013-12-09 08:37:26 +00:00
comparison_test.dart
compile_time_constant2_test.dart
compile_time_constant3_test.dart
compile_time_constant5_test.dart
compile_time_constant6_test.dart
compile_time_constant7_test.dart
compile_time_constant8_test.dart
compile_time_constant9_test.dart
compile_time_constant10_test.dart
compile_time_constant11_test.dart
compile_time_constant12_test.dart Accept constant string concatenation and constant string length as constant 2015-02-18 00:38:40 +00:00
compile_time_constant13_test.dart Fix constant evaluation in the presence of nonexistent fields. 2014-10-13 21:07:00 +00:00
compile_time_constant_a_test.dart
compile_time_constant_arguments_test.dart
compile_time_constant_b_test.dart
compile_time_constant_c_test.dart dart2js: Support new const operations on strings. 2015-01-09 16:07:53 +00:00
compile_time_constant_checked2_test.dart Add 'static type error' tags to multitests. 2014-03-26 09:03:47 +00:00
compile_time_constant_checked3_test.dart Add 'static type error' tags to multitests. 2014-03-26 09:03:47 +00:00
compile_time_constant_checked4_test.dart Handle non-factory redirects in constant evaluation. 2014-10-17 15:54:44 +00:00
compile_time_constant_checked5_test.dart In constant evaluation, handle final vars initialized at declaration site. 2015-05-04 16:21:54 +00:00
compile_time_constant_checked_test.dart Add 'static type error' tags to multitests. 2014-03-26 09:03:47 +00:00
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 Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
compile_time_constant_l_test.dart
compile_time_constant_m_test.dart
compile_time_constant_n_test.dart
compile_time_constant_o_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
compile_time_constant_p_test.dart
compile_time_constant_q_test.dart
compile_time_constant_r_test.dart throw e is not a compile-time constant expression 2014-09-29 22:47:21 +00:00
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 Implement the new '?.' operator in analyzer. 2015-04-05 20:59:05 +00:00
conditional_method_invocation_test.dart Implement the new '?.' operator in analyzer. 2015-04-05 20:59:05 +00:00
conditional_property_access_test.dart Implement the new '?.' operator in analyzer. 2015-04-05 20:59:05 +00:00
conditional_property_assignment_test.dart Implement the new '?.' operator in analyzer. 2015-04-05 20:59:05 +00:00
const_conditional_test.dart
const_constructor2_test.dart Fix test. 2014-05-08 10:30:37 +00:00
const_constructor3_test.dart Compute frontend/backend specific constants. 2014-04-09 07:40:54 +00:00
const_constructor_mixin2_test.dart
const_constructor_mixin3_test.dart
const_constructor_mixin_test.dart
const_constructor_nonconst_field_test.dart Detect invalid const constructor due to non-const initializer in field declaration. 2014-07-21 15:52:31 +00:00
const_constructor_super_test.dart
const_constructor_syntax_test.dart
const_constructor_test.dart
const_counter_negative_test.dart
const_dynamic_type_literal_test.dart Allow "dynamic" as a constant value in analyzer. 2015-03-26 21:50:44 +00:00
const_escape_frog_test.dart
const_evaluation_test.dart Compute frontend/backend specific constants. 2014-04-09 07:40:54 +00:00
const_factory_redirection_test.dart
const_factory_with_body_test.dart
const_global_test.dart dart2dart: Support for all constants in new backend. 2014-06-23 08:46:08 +00:00
const_init2_test.dart Compute frontend/backend specific constants. 2014-04-09 07:40:54 +00:00
const_init_test.dart
const_instance_field_test.dart Add a compile time error for non-static const fields 2014-08-06 10:34:41 +00:00
const_list_test.dart dart2dart: Support for all constants in new backend. 2014-06-23 08:46:08 +00:00
const_local_test.dart dart2dart: Support for all constants in new backend. 2014-06-23 08:46:08 +00:00
const_locals_test.dart
const_map2_test.dart Check that const-map keys don't override equals. 2014-03-03 09:52:51 +00:00
const_map3_test.dart Check const map literal keys and switch case exprs using type of constant. 2014-05-03 17:14:08 +00:00
const_map4_test.dart dart2dart: Support for all constants in new backend. 2014-06-23 08:46:08 +00:00
const_map_test.dart Use normal equality for const maps in dart2js. 2014-03-03 10:43:31 +00:00
const_named_test.dart
const_native_factory_test.dart
const_nested_test.dart
const_objects_are_immutable_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
const_optional_args_negative_test.dart
const_redirecting_factory_test.dart Handle default values on constant redirecting factories. 2015-05-04 13:39:14 +00:00
const_string_test.dart
const_switch2_test.dart Compute frontend/backend specific constants. 2014-04-09 07:40:54 +00:00
const_switch_test.dart Compute frontend/backend specific constants. 2014-04-09 07:40:54 +00:00
const_syntax_test.dart
const_test.dart
const_types_test.dart Check const expressions for malformed types. 2013-10-23 13:01:30 +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_interpolation_test.dart Move Stringinterpolation constant folding from constant propagator to canonicalizer. StrinIterpolateInstr cannot directlly refer to interpolation arguments but only to the array that holds them, therefore constant propagation cannot be applied. 2013-10-23 20:37:18 +00:00
constant_type_literal_test.dart Add const type literal test. 2013-10-17 09:48:22 +00:00
constructor2_test.dart
constructor3_negative_test.dart
constructor3_test.dart
constructor4_test.dart
constructor5_test.dart
constructor6_test.dart
constructor7_test.dart
constructor8_test.dart
constructor9_test.dart
constructor10_test.dart Check implicit super call in synthetic constructor. 2014-02-12 19:19:08 +00:00
constructor11_test.dart Check implicit super call in synthetic constructor. 2014-02-12 19:19:08 +00:00
constructor12_test.dart Fix order of box and types for constructor-body invocations. 2015-03-02 14:57:49 +00:00
constructor_body_test.dart
constructor_call_as_function_test.dart
constructor_call_wrong_argument_count_negative_test.dart
constructor_default_test.dart
constructor_duplicate_final_test.dart Initializing a final instance is a runtime error 2014-08-26 19:37:36 +00:00
constructor_duplicate_initializers_test.dart
constructor_initializer_test.dart
constructor_name_clash_lib.dart dart2js: Refactoring, documentation, and a few bugfixes in Namer class. 2015-02-27 14:20:49 +00:00
constructor_name_clash_test.dart dart2js: Refactoring, documentation, and a few bugfixes in Namer class. 2015-02-27 14:20:49 +00:00
constructor_name_test.dart
constructor_named_arguments_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
constructor_redirect1_negative_test.dart
constructor_redirect2_negative_test.dart
constructor_redirect2_test.dart
constructor_redirect_test.dart
constructor_return_test.dart
constructor_setter_negative_test.dart
constructor_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
constructor_with_mixin_test.dart Fix VM bug with super-constructor invocation and mixins. 2015-03-04 18:02:40 +00:00
context2_test.dart Bugfix in test.dart, adding of specialized test outcomes for analyzer 2013-10-28 10:39:38 +00:00
context_args_with_defaults_test.dart
context_test.dart
continue_test.dart
core_type_check_test.dart Update test to have second argument on Pattern.allMatches. 2014-08-12 10:35:31 +00:00
crash_6725_part.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
crash_6725_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
crash_12118_test.dart
create_unresolved_type_test.dart
critical_edge2_test.dart Move validation to validate.dart and add comments. 2014-06-25 08:29:17 +00:00
critical_edge_test.dart Move validation to validate.dart and add comments. 2014-06-25 08:29:17 +00:00
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 Add StackTrace.fromString constructor. 2015-04-13 09:17:13 +00:00
cyclic_class_member_test.dart
cyclic_constructor_test.dart
cyclic_import_test.dart
cyclic_metadata_test.dart Reapply "Implement new model for class members." and "Implement new model for interface members." 2014-01-21 20:40:10 +00:00
cyclic_type2_test.dart Use a trail instead of a mark bit when processing recursive types in the VM 2014-01-07 21:55:07 +00:00
cyclic_type_test.dart dart2js: add common names to mangledGlobalNames in new emitter. 2015-02-06 08:52:15 +00:00
cyclic_type_variable_test.dart
cyclic_typedef_test.dart Update check for cyclic typedefs. 2013-10-17 07:05:18 +00:00
dangling_else_test.dart
default_class_implicit_constructor_test.dart
default_factory2_test.dart
default_factory3_test.dart
default_factory_library.dart
default_factory_library_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
default_factory_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
default_implementation2_test.dart
default_implementation_test.dart Bugfix in test.dart, adding of specialized test outcomes for analyzer 2013-10-28 10:39:38 +00:00
default_init_test.dart
deferred_call_empty_before_load_lib.dart Add test for calling an empty function from unloaded deferred library. 2015-05-06 10:28:55 +00:00
deferred_call_empty_before_load_test.dart Add test for calling an empty function from unloaded deferred library. 2015-05-06 10:28:55 +00:00
deferred_closurize_load_library_lib.dart Introduces the new syntax for deferred loading 2014-03-21 07:50:08 +00:00
deferred_closurize_load_library_test.dart dart2js: Remove spurious comment in test. 2014-10-06 12:31:58 +00:00
deferred_constant_list_lib.dart Add failing (for dart2js) deferred constant-list test. 2014-10-14 09:02:53 +00:00
deferred_constant_list_test.dart Add failing (for dart2js) deferred constant-list test. 2014-10-14 09:02:53 +00:00
deferred_constraints_constants_lib.dart Constrain constant references from deferred libraries 2014-03-17 09:13:30 +00:00
deferred_constraints_constants_test.dart Deferred prefix support in metadata 2014-04-01 16:11:28 +00:00
deferred_constraints_lib.dart Constrain constant references from deferred libraries 2014-03-17 09:13:30 +00:00
deferred_constraints_lib2.dart Fix test case 2014-03-07 10:51:39 +00:00
deferred_constraints_type_annotation_test.dart Support deferred library prefix syntax 2014-03-27 21:20:47 +00:00
deferred_duplicate_prefix1_test.dart Introduces the new syntax for deferred loading 2014-03-21 07:50:08 +00:00
deferred_duplicate_prefix2_test.dart Introduces the new syntax for deferred loading 2014-03-21 07:50:08 +00:00
deferred_duplicate_prefix3_test.dart Introduces the new syntax for deferred loading 2014-03-21 07:50:08 +00:00
deferred_function_type_lib.dart dart2js: create a 'types' table for each deferred unit. 2015-04-10 11:21:10 +00:00
deferred_function_type_test.dart dart2js: create a 'types' table for each deferred unit. 2015-04-10 11:21:10 +00:00
deferred_global_lib.dart Dart2js, move deferred global variables to the right output unit. 2014-12-11 13:56:12 +00:00
deferred_global_test.dart Dart2js, move deferred global variables to the right output unit. 2014-12-11 13:56:12 +00:00
deferred_inheritance_constraints_lib.dart Tests that inheritance of deferred classes is disallowed 2014-07-07 09:37:05 +00:00
deferred_inheritance_constraints_test.dart Insert the right checks for redirecting factories to deferred constructors. 2015-05-08 09:18:00 +00:00
deferred_inlined_test.dart Fix deferred library code disabling for inlined functions. 2014-06-06 22:14:40 +00:00
deferred_load_constants.dart Add tests for constants from deferred loaded libraries being readable. 2015-03-18 10:35:51 +00:00
deferred_load_constants_test.dart Add tests for constants from deferred loaded libraries being readable. 2015-03-18 10:35:51 +00:00
deferred_load_inval_code_lib.dart Test for deferred prefix dependent code invalidation 2014-03-31 18:15:31 +00:00
deferred_load_inval_code_test.dart Test for deferred prefix dependent code invalidation 2014-03-31 18:15:31 +00:00
deferred_load_library_wrong_args_lib.dart Introduces the new syntax for deferred loading 2014-03-21 07:50:08 +00:00
deferred_load_library_wrong_args_test.dart Introduces the new syntax for deferred loading 2014-03-21 07:50:08 +00:00
deferred_mixin_lib1.dart dart2js: fix mixin support in deferred libraries. 2014-12-12 14:30:32 +00:00
deferred_mixin_lib2.dart dart2js: fix mixin support in deferred libraries. 2014-12-12 14:30:32 +00:00
deferred_mixin_shared.dart dart2js: fix mixin support in deferred libraries. 2014-12-12 14:30:32 +00:00
deferred_mixin_test.dart dart2js: fix mixin support in deferred libraries. 2014-12-12 14:30:32 +00:00
deferred_no_prefix_test.dart Introduces the new syntax for deferred loading 2014-03-21 07:50:08 +00:00
deferred_no_such_method_lib.dart Make deferred loading work with noSuchMethod. 2014-03-19 13:15:27 +00:00
deferred_no_such_method_test.dart Remove support for the DeferredLibrary annotation and remove tests of it 2014-09-03 08:34:34 +00:00
deferred_not_loaded_check_lib.dart Insert checks before deferred calls and accesses. 2014-04-24 07:51:35 +00:00
deferred_not_loaded_check_test.dart Insert checks before deferred calls and accesses. 2014-04-24 07:51:35 +00:00
deferred_only_constant_lib.dart Always initialize top-level Isolate for deferred libraries. 2014-09-29 11:52:19 +00:00
deferred_only_constant_test.dart Always initialize top-level Isolate for deferred libraries. 2014-09-29 11:52:19 +00:00
deferred_optimized_test.dart Fix deferred loading code invalidation when both unoptimized and optimized code of the same function are entered in the dependency list. 2014-06-06 21:04:29 +00:00
deferred_prefix_constraints_lib.dart Constrain type annotations with deferred types. 2014-03-07 10:04:37 +00:00
deferred_prefix_constraints_lib2.dart Constrain type annotations with deferred types. 2014-03-07 10:04:37 +00:00
deferred_redirecting_factory_lib1.dart Insert the right checks for redirecting factories to deferred constructors. 2015-05-08 09:18:00 +00:00
deferred_redirecting_factory_lib2.dart Insert the right checks for redirecting factories to deferred constructors. 2015-05-08 09:18:00 +00:00
deferred_redirecting_factory_test.dart Avoid using multitest. 2015-05-08 12:09:41 +00:00
deferred_regression_22995_lib.dart Dart2js deferred loading. Follow types of functions when calculating dependencies. 2015-04-15 10:55:39 +00:00
deferred_regression_22995_test.dart Dart2js deferred loading. Follow types of functions when calculating dependencies. 2015-04-15 10:55:39 +00:00
deferred_shadow_load_library_lib.dart Introduces the new syntax for deferred loading 2014-03-21 07:50:08 +00:00
deferred_shadow_load_library_test.dart Introduces the new syntax for deferred loading 2014-03-21 07:50:08 +00:00
deferred_shared_and_unshared_classes_lib1.dart Fix warning in deferred_shared_and_unshared_classes_test. 2015-03-03 13:42:05 +00:00
deferred_shared_and_unshared_classes_lib2.dart Fix warning in deferred_shared_and_unshared_classes_test. 2015-03-03 13:42:05 +00:00
deferred_shared_and_unshared_classes_lib_shared.dart Fix warning in deferred_shared_and_unshared_classes_test. 2015-03-03 13:42:05 +00:00
deferred_shared_and_unshared_classes_test.dart Move the dart_precompiled function inside scoping function. 2015-03-03 09:31:29 +00:00
deferred_static_seperate_lib1.dart dart2js: Fix of deferred static functions. 2014-12-16 13:14:35 +00:00
deferred_static_seperate_lib2.dart dart2js: Fix of deferred static functions. 2014-12-16 13:14:35 +00:00
deferred_static_seperate_test.dart Support for a dart2js dartDeferredLoader hook. 2015-03-03 10:12:09 +00:00
deopt_inlined_function_lazy_test.dart
deopt_inlined_function_test.dart
deopt_lazy_finalization_test.dart Do not eagerly finalize classes in CHA, instead regard unfinalized classes as ’non-existent’ and only invalidate optimized code at finalization of the class. 2013-11-22 17:59:23 +00:00
deopt_no_feedback_test.dart
deopt_smi_op_test.dart
deoptimized_function_on_stack_test.dart
disassemble_test.dart Rename language/disasssemble_test, add to status file. 2014-04-09 14:29:48 +00:00
div_by_zero_test.dart
div_with_power_of_two2_test.dart Make test of malformed types a dynamic type error. 2013-11-05 12:28:39 +00:00
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_int_addition_test.dart
double_int_to_string_test.dart
double_modulo_test.dart
double_nan_comparison_test.dart VM: Fix double comparisons using != and NaN in optimized code. 2013-11-06 18:28:37 +00:00
double_to_string_as_exponential2_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
double_to_string_as_exponential3_test.dart
double_to_string_as_exponential_test.dart
double_to_string_as_fixed2_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
double_to_string_as_fixed_test.dart
double_to_string_as_precision2_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
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_liba.dart
duplicate_export_negative_test.dart
duplicate_export_test.dart
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 Add prefix constraints for deferred imports. 2014-02-21 09:39:50 +00:00
duplicate_interface_lib.dart
duplicate_interface_negative_test.dart
duplicate_interface_test.dart
dynamic2_test.dart
dynamic_call_test.dart
dynamic_field_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
dynamic_prefix_core_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
dynamic_test.dart Bugfix in test.dart, adding of specialized test outcomes for analyzer 2013-10-28 10:39:38 +00:00
dynamic_type_literal_test.dart Fix handling of type literals. 2014-07-01 11:01:51 +00:00
emit_const_fields_test.dart
empty_block_case_test.dart
empty_main.dart
enum_duplicate_lib.dart Support enums in dart2dart. 2015-01-28 09:04:49 +00:00
enum_duplicate_test.dart Support enums in dart2dart. 2015-01-28 09:04:49 +00:00
enum_index_test.dart Support enums in dart2dart. 2015-01-28 09:04:49 +00:00
enum_is_keyword_test.dart Make enum a keyword in dart2js. 2015-02-20 10:54:48 +00:00
enum_mirror_test.dart Make toString visible on enum classes, as required by proposed spec. 2014-11-24 19:19:18 +00:00
enum_private_lib.dart Support enums in dart2dart. 2015-01-28 09:04:49 +00:00
enum_private_test.dart Support enums in dart2dart. 2015-01-28 09:04:49 +00:00
enum_syntax_test.dart Fix enum_syntax_test for dart2js. 2015-01-16 13:58:57 +00:00
enum_test.dart Update enum encoding to latest spec. 2014-11-12 08:06:52 +00:00
equality_test.dart
error_stacktrace_test.dart - Simplify collection of stack traces. If we determine that a stack 2015-02-19 02:18:53 +00:00
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
export_ambiguous_main_a.dart Re-land "Search for main in the exported names of the main library, not in the library itself." 2013-11-04 15:40:57 +00:00
export_ambiguous_main_b.dart Re-land "Search for main in the exported names of the main library, not in the library itself." 2013-11-04 15:40:57 +00:00
export_ambiguous_main_negative_test.dart Re-land "Search for main in the exported names of the main library, not in the library itself." 2013-11-04 15:40:57 +00:00
export_cyclic_helper1.dart
export_cyclic_helper2.dart
export_cyclic_helper3.dart
export_cyclic_test.dart
export_double_same_main_test.dart Re-land "Search for main in the exported names of the main library, not in the library itself." 2013-11-04 15:40:57 +00:00
export_helper1.dart
export_helper2.dart
export_helper3.dart
export_helper4.dart
export_main_override_test.dart Re-land "Search for main in the exported names of the main library, not in the library itself." 2013-11-04 15:40:57 +00:00
export_main_test.dart Re-land "Search for main in the exported names of the main library, not in the library itself." 2013-11-04 15:40:57 +00:00
export_test.dart
extend_type_parameter2_negative_test.dart
extend_type_parameter_negative_test.dart
extends_test.dart
extends_test_lib.dart
external_test.dart - Fix the external_test.dart as it was relying on outdated 2014-06-10 22:19:33 +00:00
f_bounded_equality_test.dart
f_bounded_quantification2_test.dart
f_bounded_quantification3_test.dart
f_bounded_quantification4_test.dart
f_bounded_quantification5_test.dart dart2js: add common names to mangledGlobalNames in new emitter. 2015-02-06 08:52:15 +00:00
f_bounded_quantification_test.dart
factory1_test.dart
factory2_negative_test.dart
factory2_test.dart
factory3_negative_test.dart
factory3_test.dart
factory4_test.dart
factory5_test.dart
factory_arrow_test.dart
factory_implementation_test.dart
factory_negative_test.dart
factory_redirection2_test.dart
factory_redirection3_cyclic_test.dart
factory_redirection_test.dart Fix language tests for redirecting factories (issue 14297). 2013-10-22 22:36:42 +00:00
factory_return_type_checked_test.dart
factory_test.dart
factory_type_parameter2_test.dart
factory_type_parameter_test.dart
failing_main.dart
fannkuch_test.dart
fast_method_extraction_test.dart
fauxverride_test.dart
fibo_test.dart
field1_negative_test.dart
field2_negative_test.dart
field3_negative_test.dart
field3a_negative_test.dart
field4_negative_test.dart
field5_negative_test.dart
field6_negative_test.dart
field6a_negative_test.dart
field_decl_missing_var_type_test.dart
field_increment_bailout_test.dart
field_inference_test.dart
field_initialization_order_test.dart
field_method4_negative_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_test.dart
field_parameter_test.dart
field_test.dart
field_type_check2_test.dart
field_type_check_test.dart
final_field_initialization_order_test.dart
final_for_in_variable_test.dart
final_is_not_const_test.dart
final_param_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 Fix type analysis of the keyword "dynamic". 2014-11-04 04:13:06 +00:00
first_class_types_test.dart
first_test.dart
fixed_length_test.dart
fixed_type_variable2_test.dart Add substitutions even when type arguments are fixed. 2013-12-20 12:29:45 +00:00
fixed_type_variable_test.dart Add substitutions even when type arguments are fixed. 2013-12-20 12:29:45 +00:00
flatten_test.dart Implement the new definition of flatten() from r44569 in analyzer. 2015-03-20 13:29:05 +00:00
for2_test.dart
for_in2_test.dart
for_in_side_effects_test.dart
for_in_test.dart
for_inlining_test.dart
for_test.dart dart2dart: Fix a scoping bug in the translation of loops. 2014-08-12 08:55:15 +00:00
for_variable_capture_test.dart Use closure conversion in new dart2js backend. 2015-01-13 11:57:15 +00:00
for_without_condition_test.dart
forwarding_factory_constructor_default_values_test.dart Properly handle forwarding factory constructors in type inference. 2014-08-29 11:19:31 +00:00
full_stacktrace1_test.dart
full_stacktrace2_test.dart
full_stacktrace3_test.dart
function_argument_test.dart
function_field_test.dart
function_getter_test.dart
function_literals2_test.dart Allow function literals in string interpolation 2014-04-09 23:42:58 +00:00
function_literals_test.dart
function_malformed_result_type_test.dart
function_propagation_test.dart classes with call-methods were not recognized as Functions. 2014-02-03 17:45:01 +00:00
function_subtype0_test.dart
function_subtype1_test.dart
function_subtype2_test.dart Fix function subtyping bug. 2013-11-25 07:30:08 +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 Add substitutions even when type arguments are fixed. 2013-12-20 12:29:45 +00:00
function_subtype_bound_closure6_test.dart
function_subtype_bound_closure7_test.dart
function_subtype_call0_test.dart
function_subtype_call1_test.dart
function_subtype_call2_test.dart
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 Compute type for function typed initializing formals and formals with default values. 2014-03-21 08:26:52 +00:00
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_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_typearg4_test.dart
function_syntax_test.dart
function_test.dart
function_type2_test.dart Fix crash https://code.google.com/p/dart/issues/detail?id=14014: remove what seems to be obsolete code. 2013-10-22 06:39:10 +00:00
function_type3_test.dart Update no-inline annotation in test. 2015-02-16 13:07:23 +00:00
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
function_type_alias7_test.dart
function_type_alias8_test.dart
function_type_alias9_test.dart
function_type_alias_test.dart
function_type_call_getter2_test.dart classes with call-methods were not recognized as Functions. 2014-02-03 17:45:01 +00:00
function_type_call_getter_test.dart classes with call-methods were not recognized as Functions. 2014-02-03 17:45:01 +00:00
function_type_parameter2_negative_test.dart
function_type_parameter2_test.dart
function_type_parameter_negative_test.dart
function_type_parameter_test.dart
function_type_test.dart
function_type_this_parameter_test.dart
gc_test.dart
generic2_test.dart
generic_closure_test.dart Modify growth policy for table of canonical types in each class. 2014-02-21 23:09:02 +00:00
generic_constructor_mixin2_test.dart Handle generic parameters in synthesized constructor for mixin applications. 2014-04-24 08:35:28 +00:00
generic_constructor_mixin3_test.dart Handle generic parameters in synthesized constructor for mixin applications. 2014-04-24 08:35:28 +00:00
generic_constructor_mixin_test.dart Handle generic parameters in synthesized constructor for mixin applications. 2014-04-24 08:35:28 +00:00
generic_creation_test.dart
generic_deep_test.dart
generic_field_mixin2_test.dart Support general handling of type variables by substituting types into the current context. 2014-05-08 08:10:12 +00:00
generic_field_mixin3_test.dart Support general handling of type variables by substituting types into the current context. 2014-05-08 08:10:12 +00:00
generic_field_mixin4_test.dart Support general handling of type variables by substituting types into the current context. 2014-05-08 08:10:12 +00:00
generic_field_mixin5_test.dart Support general handling of type variables by substituting types into the current context. 2014-05-08 08:10:12 +00:00
generic_field_mixin6_test.dart Support general handling of type variables by substituting types into the current context. 2014-05-08 08:10:12 +00:00
generic_field_mixin_test.dart Support general handling of type variables by substituting types into the current context. 2014-05-08 08:10:12 +00:00
generic_inheritance_test.dart
generic_instanceof.dart
generic_instanceof2_test.dart
generic_instanceof3_test.dart
generic_instanceof4_test.dart Fix static warnings in generic_instanceof4_test. 2015-01-13 20:49:52 +00:00
generic_instanceof5_test.dart dart2js: is-checks for the new emitter. 2015-01-05 11:33:32 +00:00
generic_instanceof_test.dart
generic_is_check_test.dart
generic_list_checked_test.dart
generic_native_test.dart
generic_object_type_test.dart dart2js: put all type-test related properties on the prototype and not on the constructor. 2014-12-17 15:05:15 +00:00
generic_parameterized_extends_test.dart
generic_syntax_test.dart
generic_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_override_test.dart
getter_parameters_test.dart
getter_setter_in_lib.dart Properly resolve top-level setters 2015-04-21 17:36:34 +00:00
getter_setter_in_lib2.dart Properly resolve top-level setters 2015-04-21 17:36:34 +00:00
getter_setter_in_lib3.dart Properly resolve top-level setters 2015-04-21 17:36:34 +00:00
getter_setter_in_lib_test.dart Properly resolve top-level setters 2015-04-21 17:36:34 +00:00
getter_setter_interceptor_test.dart
getter_setter_order_test.dart
getters_setters2_test.dart
getters_setters_test.dart
getters_setters_type2_test.dart Bugfix in test.dart, adding of specialized test outcomes for analyzer 2013-10-28 10:39:38 +00:00
getters_setters_type3_test.dart Bugfix in test.dart, adding of specialized test outcomes for analyzer 2013-10-28 10:39:38 +00:00
getters_setters_type_test.dart
guess_cid_test.dart Constant propagation in LoadIndexed when inputs are array/string and index constants. 2013-12-18 16:55:12 +00:00
gvn_field_access_test.dart
gvn_interceptor_test.dart
gvn_test.dart
hash_code_mangling_test.dart
hash_map_null_key_foreach_test.dart
hello_dart_test.dart - Force errors when using bad types or overrides. 2013-11-04 17:26:47 +00:00
hello_script_lib.dart
hello_script_lib_source.dart
hello_script_test.dart
hidden_import_lib.dart
hidden_import_test.dart
identical_closure2_test.dart
identical_closure_test.dart
identical_const_test.dart Properly implement identical() test in analyzer constant evaluation. 2014-11-04 01:32:33 +00:00
identical_test.dart
if_and_test.dart
if_null_assignment_behavior_test.dart Implement the new '?.' operator in analyzer. 2015-04-05 20:59:05 +00:00
if_null_assignment_helper.dart Implement the new '??=' operator in analyzer. 2015-04-02 20:37:09 +00:00
if_null_assignment_static_test.dart Implement the new '?.' operator in analyzer. 2015-04-05 20:59:05 +00:00
if_null_behavior_test.dart Implement the new '??' operator in analyzer. 2015-03-31 12:38:12 +00:00
if_null_evaluation_order_test.dart Implement the new '??' operator in analyzer. 2015-03-31 12:38:12 +00:00
if_null_precedence_test.dart Implement the new '??' operator in analyzer. 2015-03-31 12:38:12 +00:00
if_test.dart
illegal_declaration_test.dart
illegal_initializer_test.dart Emit a compile-time error for initializers of the form this.foo and super.foo. 2013-12-18 10:47:34 +00:00
illegal_invocation_lib.dart
illegal_invocation_test.dart
implicit_closure1_test.dart
implicit_closure2_test.dart
implicit_closure_test.dart
implicit_scope_test.dart
implicit_super_constructor_call_test.dart Support @NoInline for constructor bodies. 2015-03-11 14:15:07 +00:00
implicit_this_test.dart
implied_interface_test.dart
import1_lib.dart
import_collection_no_prefix_test.dart
import_combinators_negative_test.dart
import_combinators_part.dart
import_combinators_test.dart
import_core_no_prefix_test.dart
import_core_prefix_test.dart
import_core_test.dart
import_private_test.dart Revert "Rename internal library dart:_collection-dev to dart:_internal." 2014-01-16 12:06:38 +00:00
import_self_test.dart Private names are not exported, not even if the library imports itself 2014-08-21 17:07:25 +00:00
import_show_lib.dart
import_show_test.dart
incr_op_test.dart
index_test.dart
inference_captured_variable2_test.dart
inference_captured_variable_test.dart
inference_list_or_null_test.dart
inference_mixin_field_test.dart
inference_super_constructor_call_test.dart
inferrer_closure_test.dart Fix a bug in the type inferrer, where a getter call was not seen as a potential closure call. 2013-12-19 12:51:21 +00:00
inferrer_constructor2_test.dart
inferrer_constructor3_test.dart
inferrer_constructor4_test.dart Fix a bug in the type inferrer. 2013-11-19 12:56:56 +00:00
inferrer_constructor5_test.dart Please analyzer. 2013-11-19 13:38:08 +00:00
inferrer_constructor_test.dart
inferrer_named_parameter_test.dart
inferrer_synthesized_constructor_test.dart
inferrer_synthesized_super_constructor2_test.dart Fix issue https://code.google.com/p/dart/issues/detail?id=14990: synthesize the super call in a constructor in the tpye inferrer. 2013-11-11 15:58:55 +00:00
inferrer_synthesized_super_constructor_test.dart Fix issue https://code.google.com/p/dart/issues/detail?id=14990: synthesize the super call in a constructor in the tpye inferrer. 2013-11-11 15:58:55 +00:00
inferrer_this_access_test.dart
infinite_switch_label_test.dart
infinity_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_creation_in_function_annotation_test.dart Make sure to visit function annotations in ElementBuilder. 2015-05-04 13:25:08 +00:00
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
instanceof3_test.dart Make test of malformed types a dynamic type error. 2013-11-05 12:28:39 +00:00
instanceof4_test.dart
instanceof_optimized_test.dart Fix types in test. 2014-04-25 23:39:56 +00:00
instanceof_test.dart
instantiate_type_variable_test.dart
int2_test.dart
int_test.dart
integer_division_by_zero_test.dart
interceptor2_test.dart
interceptor3_test.dart
interceptor4_test.dart
interceptor5_test.dart
interceptor6_test.dart
interceptor7_test.dart
interceptor8_test.dart
interceptor9_test.dart Added test to ensure that is checks are taken into account when deriving interceptor classes. 2014-03-12 11:39:01 +00:00
interceptor_test.dart
interface2_negative_test.dart
interface_constants_test.dart
interface_cycle_test.dart
interface_inherit_field_test.dart
interface_injection1_negative_test.dart
interface_injection2_negative_test.dart
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
invocation_mirror2_test.dart VM: Support calling through getters in InstanceMirror.delegate. 2013-12-13 18:33:45 +00:00
invocation_mirror_invoke_on2_test.dart
invocation_mirror_invoke_on_test.dart
invocation_mirror_test.dart
is_function_test.dart
is_interfaces2_test.dart
is_interfaces_test.dart
is_malformed_type_test.dart Fix is_malformed_test annotations 2014-03-10 13:21:53 +00:00
is_nan_test.dart
is_not_class1_negative_test.dart
is_not_class2_test.dart Make test of malformed types a dynamic type error. 2013-11-05 12:28:39 +00:00
is_not_class4_negative_test.dart
is_object_test.dart
is_operator_clash_test.dart dart2js: Refactoring, documentation, and a few bugfixes in Namer class. 2015-02-27 14:20:49 +00:00
is_operator_test.dart
isnot_malformed_type_test.dart Make test of malformed types a dynamic type error. 2013-11-05 12:28:39 +00:00
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 Fix issue 12336: there was a bug when updating phis at exit of a block with a HTypeKnown instruction. 2013-10-27 19:29:12 +00:00
issue13179_test.dart Don't define parameters when visiting a function-typed formal parameter. 2015-03-04 00:39:14 +00:00
issue13474_test.dart
issue13556_test.dart
issue13673_test.dart
issue14014_2_test.dart Fix another closure/type variable error by using analyzeTypeVariables. 2013-10-23 06:44:59 +00:00
issue14014_3_test.dart Fix another closure/type variable error by using analyzeTypeVariables. 2013-10-23 06:44:59 +00:00
issue14014_test.dart Fix crash https://code.google.com/p/dart/issues/detail?id=14014: remove what seems to be obsolete code. 2013-10-22 06:39:10 +00:00
issue14242_test.dart Fis crash https://code.google.com/p/dart/issues/detail?id=14242, by calling resolveArguments on the arguments of a SendSet, instead of a raw NodeList visit. 2013-10-21 09:31:34 +00:00
issue15606_test.dart Make the analyzer happy. 2013-12-18 15:31:41 +00:00
issue15702_test.dart double * int returns a double can be simplified to an int if both operands are constants. Therefore the optimization in the instruction simplified to narrow the type should not be done for numbers, or we would end up using an empty type. 2013-12-19 12:43:54 +00:00
issue15720_test.dart Fix checkedInstructionOrNonGenerateAtUseSite. 2014-05-09 09:45:42 +00:00
issue18628_1_test.dart Add language tests for Issue 18628. 2014-09-03 18:51:25 +00:00
issue18628_2_test.dart Add language tests for Issue 18628. 2014-09-03 18:51:25 +00:00
issue20476_test.dart Add regression test for issue 20476 2014-08-12 17:15:39 +00:00
issue21159_test.dart Fix failure reported by analyzer in test for issue 21159. 2014-11-19 12:42:41 +00:00
issue21957_test.dart Do not clobber dead temp registers at RestoreLiveRegisters as it may destroy the content of the result register as well. Fixes issue 21957. 2014-12-24 01:20:41 +00:00
issue22800_test.dart Fix issue 22800: Unreachable exception handlers do not have their handler types initialized. Initialize the handler info for unreachable handlers as well (instead of crashing). 2015-03-12 19:18:18 +00:00
issue4157508_test.dart
issue4295001_test.dart
issue4515170_test.dart
issue_22780_test.dart Fix for issue 22780 - print the stack trace on OOM and Stack overflow exceptions too. 2015-03-16 23:32:22 +00:00
issue_1751477_lib1.dart Fix issue 20983 (https://code.google.com/p/dart/issues/detail?id=20983) 2014-09-18 02:01:26 +00:00
issue_1751477_lib2.dart Fix issue 20983 (https://code.google.com/p/dart/issues/detail?id=20983) 2014-09-18 02:01:26 +00:00
issue_1751477_lib3.dart Fix issue 20983 (https://code.google.com/p/dart/issues/detail?id=20983) 2014-09-18 02:01:26 +00:00
issue_1751477_lib4.dart Fix issue 20983 (https://code.google.com/p/dart/issues/detail?id=20983) 2014-09-18 02:01:26 +00:00
issue_1751477_lib5.dart Fix issue 20983 (https://code.google.com/p/dart/issues/detail?id=20983) 2014-09-18 02:01:26 +00:00
issue_1751477_lib6.dart Fix issue 20983 (https://code.google.com/p/dart/issues/detail?id=20983) 2014-09-18 02:01:26 +00:00
issue_1751477_lib7.dart Fix issue 20983 (https://code.google.com/p/dart/issues/detail?id=20983) 2014-09-18 02:01:26 +00:00
issue_1751477_lib8.dart Fix issue 20983 (https://code.google.com/p/dart/issues/detail?id=20983) 2014-09-18 02:01:26 +00:00
issue_1751477_lib9.dart Fix issue 20983 (https://code.google.com/p/dart/issues/detail?id=20983) 2014-09-18 02:01:26 +00:00
issue_1751477_lib11.dart Fix issue 20983 (https://code.google.com/p/dart/issues/detail?id=20983) 2014-09-18 02:01:26 +00:00
issue_1751477_lib21.dart Fix issue 20983 (https://code.google.com/p/dart/issues/detail?id=20983) 2014-09-18 02:01:26 +00:00
issue_1751477_lib31.dart Fix issue 20983 (https://code.google.com/p/dart/issues/detail?id=20983) 2014-09-18 02:01:26 +00:00
issue_1751477_lib41.dart Fix issue 20983 (https://code.google.com/p/dart/issues/detail?id=20983) 2014-09-18 02:01:26 +00:00
issue_1751477_lib51.dart Fix issue 20983 (https://code.google.com/p/dart/issues/detail?id=20983) 2014-09-18 02:01:26 +00:00
issue_1751477_lib61.dart Fix issue 20983 (https://code.google.com/p/dart/issues/detail?id=20983) 2014-09-18 02:01:26 +00:00
issue_1751477_lib71.dart Fix issue 20983 (https://code.google.com/p/dart/issues/detail?id=20983) 2014-09-18 02:01:26 +00:00
issue_1751477_lib81.dart Fix issue 20983 (https://code.google.com/p/dart/issues/detail?id=20983) 2014-09-18 02:01:26 +00:00
issue_1751477_lib91.dart Fix issue 20983 (https://code.google.com/p/dart/issues/detail?id=20983) 2014-09-18 02:01:26 +00:00
issue_1751477_test.dart Enable issue tests that appear to be incorrectly named. 2014-11-19 09:56:21 +00:00
js_properties_test.dart
keyword_type_expression_test.dart Improve parser error recovery. 2014-06-18 07:50:25 +00:00
label2_negative_test.dart
label3_negative_test.dart
label5_negative_test.dart
label6_negative_test.dart
label8_negative_test.dart
label_test.dart
language.status Move isolate tests to lib/isolate. 2015-05-11 17:59:51 +00:00
language_analyzer.status In constant evaluation, handle final vars initialized at declaration site. 2015-05-04 16:21:54 +00:00
language_analyzer2.status Properly resolve top-level setters 2015-04-21 17:36:34 +00:00
language_dart2js.status Implement raw list checks. 2015-05-13 11:58:45 +00:00
large_class_declaration_test.dart Fixes field access on MIPS for classes with many fields. 2014-06-17 20:44:24 +00:00
large_implicit_getter_test.dart
lazy_map_test.dart
lazy_static2_test.dart
lazy_static3_test.dart Runtime support for evaluation of static field initializer expressions 2014-08-19 21:53:44 +00:00
lazy_static4_test.dart
lazy_static5_test.dart
lazy_static6_src.dart
lazy_static6_test.dart
lazy_static_test.dart
least_upper_bound_expansive_test.dart Implement least upper bound. 2013-11-26 08:32:08 +00:00
least_upper_bound_test.dart Implement least upper bound. 2013-11-26 08:32:08 +00:00
left_shift_test.dart
library1.dart
library1_lib.dart
library1_lib.lib
library1_test.dart
library2.dart
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 Update status+test. 2013-11-05 12:52:07 +00:00
library_b.dart
library_c.dart
library_d.dart
library_e.dart
library_f.dart
library_juxtaposition_lib.dart
library_juxtaposition_part.dart
library_juxtaposition_test.dart
library_negative_test.dart
library_prefixes.dart
library_prefixes.lib
library_prefixes_test.dart
library_prefixes_test1.dart
library_prefixes_test1.lib
library_prefixes_test2.dart
library_prefixes_test2.lib
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
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 Support more checked mode compile time errors in analysis engine. 2014-09-29 21:42:09 +00:00
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_test.dart Improve List.sublist and List.toList for large lists. 2014-09-03 20:36:01 +00:00
list_tracer_call_last_test.dart
list_tracer_closure_test.dart
list_tracer_in_list_test.dart Fix for http://code.google.com/p/dart/issues/detail?id=14798: bailout on tracing a list that is stored in another list. 2013-11-05 10:50:13 +00:00
list_tracer_in_map_test.dart Add a new node in the inferrer to materialize literal maps. 2013-12-10 11:38:47 +00:00
list_tracer_return_from_tearoff_closure_test.dart Fix a bug in the container tracer, where the returned value of a closurized method was not traced correctly. 2013-12-17 11:35:28 +00:00
literal_unary_plus_test.dart
liveness_test.dart
load_indexed_constant_test.dart Constant propagation in LoadIndexed when inputs are array/string and index constants. 2013-12-18 16:55:12 +00:00
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 Fix bad type-inferrence for logical expressions. 2014-02-28 10:18:59 +00:00
logical_expression3_test.dart Fix bad type-inferrence for logical expressions. 2014-02-28 10:18:59 +00:00
logical_expression4_test.dart Fix bad type-inferrence for logical expressions. 2014-02-28 10:18:59 +00:00
logical_expression5_test.dart Fix bad type-inferrence for logical expressions. 2014-02-28 10:18:59 +00:00
logical_expression_test.dart GenerateNot was not respecting "generateAtUseSite". 2014-02-24 07:25:43 +00:00
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 Fix main handling in dart2js and add tests. 2014-07-14 11:53:25 +00:00
main_test.dart Fix main handling in dart2js and add tests. 2014-07-14 11:53:25 +00:00
malbounded_instantiation_test.dart Report use of malbounded interface in type test. 2013-10-21 19:49:19 +00:00
malbounded_redirecting_factory2_test.dart Check type bounds of redirecting factories (issue 14699). 2013-11-11 22:59:48 +00:00
malbounded_redirecting_factory_test.dart Check type bounds of redirecting factories (issue 14699). 2013-11-11 22:59:48 +00:00
malbounded_type_cast2_test.dart Do not ignore side effects of a type test or type cast as expression, such 2014-04-22 20:48:13 +00:00
malbounded_type_cast_test.dart Report use of malbounded interface in type test. 2013-10-21 19:49:19 +00:00
malbounded_type_literal_test.dart
malbounded_type_test2_test.dart Do not ignore side effects of a type test or type cast as expression, such 2014-04-22 20:48:13 +00:00
malbounded_type_test_test.dart Report use of malbounded interface in type test. 2013-10-21 19:49:19 +00:00
malformed2_lib.dart Make test of malformed types a dynamic type error. 2013-11-05 12:28:39 +00:00
malformed2_test.dart Add 'static type error' tags to multitests. 2014-03-26 09:03:47 +00:00
malformed_bound_test.dart Remove static warning from an unused methods in language/malformed_bound_test. 2014-05-08 10:41:15 +00:00
malformed_inheritance_test.dart
malformed_test.dart Fix parsing and resolving of prefixed names 2014-06-23 23:26:26 +00:00
malformed_type_test.dart
many_calls_test.dart
many_generic_instanceof_test.dart
many_named_arguments_test.dart
many_overridden_no_such_method_test.dart
map_literal1_test.dart Support more checked mode compile time errors in analysis engine. 2014-09-29 21:42:09 +00:00
map_literal2_negative_test.dart
map_literal2_test.dart
map_literal3_test.dart
map_literal4_test.dart map_literal4_test works only in checked mode 2014-04-08 22:43:11 +00:00
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_literal_negative_test.dart
map_literal_syntax_test.dart
map_literal_test.dart
map_test.dart
mega_load_test.dart Adds debugger patching to arm64. 2014-05-09 23:20:14 +00:00
megamorphic_no_such_method_test.dart
memory_swap_test.dart Fix a bug in ParallelMoveResolver::AllocateScratchRegister, where we end up allocating PC on ARM. 2014-06-13 08:02:23 +00:00
metadata_lib.dart
metadata_scope1_test.dart Handle metadata on nested function parameters. 2014-05-27 08:29:27 +00:00
metadata_scope2_test.dart Handle metadata on nested function parameters. 2014-05-27 08:29:27 +00:00
metadata_self_test.dart Handle metadata on nested function parameters. 2014-05-27 08:29:27 +00:00
metadata_test.dart Allow metadata on local functions 2015-03-26 18:28:38 +00:00
method_binding_test.dart
method_invocation_test.dart
method_name_test.dart
method_override2_test.dart
method_override3_test.dart
method_override4_test.dart
method_override5_test.dart
method_override6_test.dart
method_override7_test.dart
method_override8_test.dart
method_override_test.dart
methods_as_constants2_test.dart
methods_as_constants_test.dart
minify_closure_variable_collision_test.dart Fix http://code.google.com/p/dart/issues/detail?id=15017. 2013-11-19 13:06:10 +00:00
mint_arithmetic_test.dart
mint_compares_test.dart
missing_const_constructor_test.dart
missing_part_of_tag_part.dart
missing_part_of_tag_test.dart
mixin_black_listed_test.dart Implement new mixin application syntax 2013-10-15 16:13:02 +00:00
mixin_bound_test.dart Fix for 15979- class aliases now have missing concrete members warnings generated on them. 2014-04-07 23:30:05 +00:00
mixin_cyclic_test.dart Implement new mixin application syntax 2013-10-15 16:13:02 +00:00
mixin_extends_field_test.dart
mixin_extends_is_test.dart
mixin_extends_method_test.dart
mixin_field_initializer_test.dart
mixin_field_test.dart Implement new mixin application syntax 2013-10-15 16:13:02 +00:00
mixin_forwarding_constructor1_test.dart
mixin_forwarding_constructor2_test.dart Fix analyzer's treatment of mixin constructors. 2014-11-10 19:28:40 +00:00
mixin_forwarding_constructor3_test.dart Fix analyzer's treatment of mixin constructors. 2014-11-10 19:28:40 +00:00
mixin_forwarding_constructor4_test.dart Fix analyzer's treatment of mixin constructors. 2014-11-10 19:28:40 +00:00
mixin_generic_test.dart
mixin_getter_regression_test.dart
mixin_illegal_constructor_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_illegal_cycles_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_illegal_object_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_illegal_static_access_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_illegal_super_use_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_illegal_superclass_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_illegal_syntax_test.dart Detect missing with clause in mixing applications 2013-12-26 17:27:09 +00:00
mixin_implements2_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_implements_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_invalid_bound2_test.dart Support bounded mixins in the VM (fix issue 14453). 2014-01-14 18:41:27 +00:00
mixin_invalid_bound_test.dart Support bounded mixins in the VM (fix issue 14453). 2014-01-14 18:41:27 +00:00
mixin_invalid_inheritance1_test.dart Report compile-time error when extending, mixing in or implementing a malformed type. 2013-10-16 12:52:11 +00:00
mixin_invalid_inheritance2_test.dart Report compile-time error when extending, mixing in or implementing a malformed type. 2013-10-16 12:52:11 +00:00
mixin_is_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_issue10216_2_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_issue10216_test.dart
mixin_lib_extends_field_lib.dart
mixin_lib_extends_field_test.dart
mixin_lib_extends_method_lib.dart
mixin_lib_extends_method_test.dart
mixin_method_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_mixin2_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_mixin3_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_mixin4_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_mixin5_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_mixin6_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_mixin7_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_mixin_bound2_test.dart Support bounded mixins in the VM (fix issue 14453). 2014-01-14 18:41:27 +00:00
mixin_mixin_bound_test.dart Support bounded mixins in the VM (fix issue 14453). 2014-01-14 18:41:27 +00:00
mixin_mixin_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_naming_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_only_for_rti_test.dart dart2js: put all type-test related properties on the prototype and not on the constructor. 2014-12-17 15:05:15 +00:00
mixin_override_regression_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_prefix_lib.dart
mixin_prefix_test.dart
mixin_regress_11398_test.dart
mixin_regress_13688_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 Fix analyzer's treatment of mixin constructors. 2014-11-10 19:28:40 +00:00
mixin_super_constructor_positionals_test.dart Fix analyzer's treatment of mixin constructors. 2014-11-10 19:28:40 +00:00
mixin_super_constructor_test.dart
mixin_this_use_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_type_parameter1_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_type_parameter2_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_type_parameter3_test.dart
mixin_type_parameter4_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_type_parameter5_test.dart Resubmit fix for Function::Clone() and Field::Clone() to adjust the class owner 2014-11-03 23:16:33 +00:00
mixin_type_parameter6_test.dart Resubmit fix for Function::Clone() and Field::Clone() to adjust the class owner 2014-11-03 23:16:33 +00:00
mixin_type_parameters_errors_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_type_parameters_mixin_extends_test.dart
mixin_type_parameters_mixin_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_type_parameters_simple_test.dart dart2js: add common names to mangledGlobalNames in new emitter. 2015-02-06 08:52:15 +00:00
mixin_type_parameters_super_extends_test.dart
mixin_type_parameters_super_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_type_variable_test.dart Fix initializer check of generic fields in checked mode. 2014-03-14 10:18:18 +00:00
mixin_typedef_constructor_test.dart Change "typedef" to "class" in core library and related tests. 2013-10-16 09:02:46 +00:00
mixin_with_two_implicit_constructors_test.dart
modulo_test.dart Similar fix to merging trunc-div/mod: only one merge for now. 2014-01-16 00:15:02 +00:00
mul_recipr_test.dart Add check that no aggressive & incorrect optimizations is done. 2015-03-27 17:33:31 +00:00
multi_assign_test.dart
multi_pass2_test.dart
multi_pass_a.dart
multi_pass_b.dart
multi_pass_test.dart
multiline_strings_test.dart Add a test for trimming leading whitespace in multiline strings 2015-03-27 19:28:15 +00:00
multiple_field_assignment_constructor_test.dart
named_argument_in_const_creation_test.dart
named_argument_test.dart
named_constructor_lib.dart Handle resolution of Class.named<TypeArg> correctly. 2013-10-22 06:16:39 +00:00
named_constructor_test.dart Handle resolution of Class.named<TypeArg> correctly. 2013-10-22 06:16:39 +00:00
named_parameter_clash_test.dart dart2js: Refactoring, documentation, and a few bugfixes in Namer class. 2015-02-27 14:20:49 +00:00
named_parameter_regression_test.dart
named_parameters2_test.dart
named_parameters3_test.dart
named_parameters4_test.dart
named_parameters_aggregated_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
naming_test.dart
native_test.dart
nested_comments_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 Fix main handling in dart2js and add tests. 2014-07-14 11:53:25 +00:00
no_such_constructor2_test.dart
no_such_constructor_test.dart
no_such_method2_test.dart
no_such_method3_test.dart
no_such_method_dispatcher_test.dart
no_such_method_empty_selector_test.dart
no_such_method_negative_test.dart
no_such_method_subtype_test.dart
no_such_method_test.dart
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
null2_test.dart Fix null.runtimeType, reflect(null).type.superinterfaces, and reflect(null).getField. 2014-02-14 12:08:18 +00:00
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 Fix null.runtimeType, reflect(null).type.superinterfaces, and reflect(null).getField. 2014-02-14 12:08:18 +00:00
null_to_string2_test.dart
null_to_string_test.dart
number_constant_folding1_test.dart
number_identifier_test.dart
number_identity2_test.dart Unify handling of identical(NaN, NaN) between generated code and Dart API. 2014-06-09 16:40:58 +00:00
number_identity_test.dart
number_syntax_test.dart
numbers_test.dart
on_catch_malformed_type_test.dart Make test of malformed types a dynamic type error. 2013-11-05 12:28:39 +00:00
operator1_negative_test.dart
operator2_negative_test.dart
operator2_test.dart
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 Fix test to use real two byte strings. 2014-01-09 20:45:57 +00:00
optional_named_parameters_test.dart Address TODOs and remove obsolete ones. 2014-05-29 23:06:02 +00:00
ordered_maps_test.dart
osr_test.dart Add failing test. 2014-01-17 22:13:54 +00:00
other_library.dart
overridden_no_such_method.dart
overridden_no_such_method_test.dart
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
override_inheritance_abstract_test.dart Perform override and inheritance checks. 2014-01-31 12:21:49 +00:00
override_inheritance_field_test.dart Fix analyzer redness. 2014-02-03 08:22:21 +00:00
override_inheritance_generic_test.dart Perform override and inheritance checks. 2014-01-31 12:21:49 +00:00
override_inheritance_method_test.dart Perform override and inheritance checks. 2014-01-31 12:21:49 +00:00
override_inheritance_mixed_test.dart Conflicting inheritance from superinterface is not a compile time error 2014-04-09 17:43:14 +00:00
override_inheritance_no_such_method_test.dart Perform override and inheritance checks. 2014-01-31 12:21:49 +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_negative_test.dart
parameter_initializer6_negative_test.dart
parameter_initializer_test.dart Redo "Use an explicit 'this' parameter instead of 'This' nodes." 2015-03-20 10:10:58 +00:00
parameter_metadata_test.dart Handle metadata on nested function parameters. 2014-05-27 08:29:27 +00:00
parameter_name_conflict_test.dart
parameter_types_specialization_test.dart
parse_closures_in_initializers_test.dart Allow closures in string literals in initializer expressions. 2014-04-10 11:50:23 +00:00
parse_types_test.dart
parser_quirks_test.dart
part2_test.dart
part_part.dart
part_test.dart Bugfix in test.dart, adding of specialized test outcomes for analyzer 2013-10-28 10:39:38 +00:00
partial_min_test.dart
patch_test.dart
phi_merge_test.dart Fix a crash in the compiler. 2013-12-06 15:55:58 +00:00
positional_parameters_type_test.dart
positive_bit_operations_test.dart
prefix1_negative_test.dart
prefix2_negative_test.dart
prefix3_negative_test.dart
prefix4_negative_test.dart
prefix5_negative_test.dart
prefix6_negative_test.dart
prefix7_negative_test.dart
prefix8_negative_test.dart
prefix10_negative_test.dart
prefix10_test.dart
prefix11_negative_test.dart
prefix11_test.dart
prefix12_negative_test.dart
prefix12_test.dart
prefix13_negative_test.dart
prefix14_test.dart
prefix15_negative_test.dart
prefix15_test.dart
prefix16_test.dart
prefix17_test.dart
prefix18_negative_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_new_test.dart
prefix_new_test1.dart
prefix_new_test2.dart
prefix_test.dart
prefix_test1.dart
prefix_test2.dart
private1.dart
private2.dart
private2_lib.dart
private2_lib.lib
private2_main.dart
private2_test.dart
private3.dart
private3_test.dart
private4_test.dart
private_access_lib.dart Extract CallStructure from Selector. 2015-04-09 07:44:17 +00:00
private_access_test.dart Extract CallStructure from Selector. 2015-04-09 07:44:17 +00:00
private_clash_lib.dart dart2js: Refactoring, documentation, and a few bugfixes in Namer class. 2015-02-27 14:20:49 +00:00
private_clash_test.dart dart2js: Refactoring, documentation, and a few bugfixes in Namer class. 2015-02-27 14:20:49 +00:00
private_lib
private_lib.dart
private_main.dart
private_member1_lib_b.dart
private_member1_negative_test.dart
private_member2_lib_b.dart
private_member2_negative_test.dart
private_member3_lib_b.dart
private_member3_negative_test.dart
private_member_lib_b.dart
private_member_test.dart
private_mixin2_test.dart
private_mixin_exception_throw_test.dart
private_other.dart
private_other.lib
private_other_mixin2.lib
private_selector_lib.dart
private_selector_test.dart
private_test.dart
propagate_past_constant_test.dart Propagate pseudo-constants expressions separately in tree rewriter. 2015-02-23 12:57:34 +00:00
propagated_argument_type_check_test.dart
property_field_override_test.dart
proxy2_test.dart Handle @proxy classes in type checker. 2013-12-10 09:34:25 +00:00
proxy3_test.dart Compute frontend/backend specific constants. 2014-04-09 07:40:54 +00:00
proxy_test.dart Handle @proxy classes in type checker. 2013-12-10 09:34:25 +00:00
pure_function2_test.dart Fix bad generate-at-use-site. 2014-03-17 11:44:18 +00:00
pure_function_test.dart Fix bad generate-at-use-site. 2014-03-17 11:44:18 +00:00
range_analysis2_test.dart Fix bug in our SSA optimizations: by giving an empty type to a box, we were assuming that anything that comes out of it is greater than zero. 2013-10-31 12:40:12 +00:00
range_analysis3_test.dart Fix range-analysis. 2014-07-07 16:38:51 +00:00
range_analysis_test.dart
raw_string_test.dart
readuntil_test.dat
recursive_calls_test.dart
recursive_loop_phis_test.dart
redirecting_factory_default_values_test.dart Disallow explicit parameter default values in redirecting factory (issue 13662). 2013-10-25 23:02:48 +00:00
redirecting_factory_incompatible_signature_test.dart
redirecting_factory_infinite_steps_test.dart
redirecting_factory_long_test.dart Handle substitution in long factory redirection chains. 2013-11-11 10:28:42 +00:00
redirecting_factory_malbounded_test.dart
reexport_core_helper.dart
reexport_core_test.dart
ref_before_declaration_test.dart Compile time error on forward references to functions 2013-11-04 18:53:58 +00:00
refine_receiver_null_test.dart
reg_ex2_test.dart
reg_exp2_test.dart
reg_exp3_test.dart
reg_exp_test.dart Add optional start index to Pattern.allMatches. 2014-08-12 07:13:01 +00:00
regress_10996_lib.dart
regress_10996_test.dart
regress_11010_test.dart
regress_11800_test.dart
regress_12561_test.dart Fix crash bug with noSuchMethod invocation and argument count mismatch. 2014-07-14 10:06:42 +00:00
regress_12615_test.dart
regress_13462_0_test.dart
regress_13462_1_test.dart
regress_13494_test.dart
regress_14105_test.dart
regress_14348_test.dart Handle type checking of generic compile time constants. 2014-04-09 11:14:04 +00:00
regress_16640_test.dart Do not resolve type arguments when only a resolved type class is needed to 2014-02-12 21:18:59 +00:00
regress_17382_test.dart Evaluate parameters of static calls that throw NSM 2015-03-30 19:31:20 +00:00
regress_18435_test.dart Fix issue 18435 (2nd attempt). 2014-05-21 00:32:32 +00:00
regress_18535_test.dart Fix passing of type arguments in redirecting constructors. 2014-05-05 08:45:17 +00:00
regress_18865_test.dart Fix issue 18435. 2014-05-20 16:41:37 +00:00
regress_19413_bar.dart Handle ambiguous prefix members. 2014-06-13 11:32:53 +00:00
regress_19413_foo.dart Handle ambiguous prefix members. 2014-06-13 11:32:53 +00:00
regress_19413_test.dart Handle ambiguous prefix members. 2014-06-13 11:32:53 +00:00
regress_19728_test.dart Fix crash for type variables with dynamic bound. 2014-07-10 13:23:59 +00:00
regress_20074_test.dart Add regression test for issue 20074. 2014-08-04 14:31:00 +00:00
regress_20394_lib.dart Do not add forwarding constructors to a pricate constructor from a different library. 2014-08-11 12:55:00 +00:00
regress_20394_test.dart Do not add forwarding constructors to a pricate constructor from a different library. 2014-08-11 12:55:00 +00:00
regress_20840_test.dart Mark [this] as exposed if generative constructor contains function expression. 2014-09-09 13:43:36 +00:00
regress_21016_test.dart Give up tracing of a function if one of its closurizations escapes tracing. 2014-09-23 13:16:57 +00:00
regress_21793_test.dart Fix crash in typechecker 2014-12-10 08:29:32 +00:00
regress_21795_test.dart Fix issue 21795. 2015-01-13 17:16:50 +00:00
regress_21912_test.dart Rework type assignability, subtype, and "more specific than" checking. 2015-04-08 13:00:57 +00:00
regress_21998_1_test.dart Handle platform access through prefix in dart2dart 2015-01-09 10:29:59 +00:00
regress_21998_2_test.dart Handle platform access through prefix in dart2dart 2015-01-09 10:29:59 +00:00
regress_21998_3_test.dart Handle platform access through prefix in dart2dart 2015-01-09 10:29:59 +00:00
regress_21998_4_test.dart Handle platform access through prefix in dart2dart 2015-01-09 10:29:59 +00:00
regress_21998_lib1.dart Handle platform access through prefix in dart2dart 2015-01-09 10:29:59 +00:00
regress_21998_lib2.dart Handle platform access through prefix in dart2dart 2015-01-09 10:29:59 +00:00
regress_21998_lib3.dart Handle platform access through prefix in dart2dart 2015-01-09 10:29:59 +00:00
regress_22438_test.dart More fixes in async machinery (issue 22438 and maybe more). 2015-03-02 23:09:01 +00:00
regress_22443_lib.dart Mark code when it instantiates an unloaded deferred type 2015-03-27 19:39:31 +00:00
regress_22443_test.dart Mark code when it instantiates an unloaded deferred type 2015-03-27 19:39:31 +00:00
regress_22445_test.dart Fix async machinery (issue 22445 and possibly others to be triaged later). 2015-02-27 22:19:47 +00:00
regress_22579_test.dart Fix more async machinery (issue 22579 and possibly more to be triaged). 2015-03-05 00:42:17 +00:00
regress_22666_test.dart Fix finalization of cyclic mixin types (issue 22666). 2015-03-07 00:25:25 +00:00
regress_22700_test.dart Allow direct access to type parameters from factory (issue 22700). 2015-03-09 19:39:17 +00:00
regress_22719_test.dart Make sure the mixin class is finalized immediately (and not some time later) 2015-03-10 18:39:50 +00:00
regress_22728_test.dart Allow await in assert (fix issue 22728). 2015-03-10 22:44:52 +00:00
regress_22777_test.dart Fix do-while with await in condition 2015-03-16 19:57:28 +00:00
regress_22822_test.dart Fix restoring of contexts in inlined finally code 2015-03-13 15:53:03 +00:00
regress_22858_test.dart Be less aggressive in sharing contexts between scopes so that sibling contexts 2015-03-19 22:39:46 +00:00
regress_22936_test.dart Make analyzer happy 2015-03-26 00:01:36 +00:00
regress_22976_test.dart Rework type assignability, subtype, and "more specific than" checking. 2015-04-08 13:00:57 +00:00
regress_23038_test.dart Avoid infinite loop if const constructor redirects don't reach a fixed point. 2015-03-30 21:00:36 +00:00
regress_23046_test.dart Fix interpretation of string contents after interpolation expressions. 2015-04-03 15:52:10 +00:00
regress_23051_test.dart Handle unexpected tokens in modifier lists. 2015-04-08 08:11:12 +00:00
regress_23089_test.dart Make sure declared upper bounds are resolved when finalizing a type containing a 2015-04-08 00:59:52 +00:00
regress_r24720_test.dart
reify_typevar_static_test.dart Allow direct access to type parameters from factory (issue 22700). 2015-03-09 19:39:17 +00:00
reify_typevar_test.dart dart2dart: Support for all constants in new backend. 2014-06-23 08:46:08 +00:00
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 dart2dart: Test cases for better code coverage in dart_tree rewritings. 2014-05-27 13:39:35 +00:00
rewrite_compound_assign_test.dart dart2dart: Introduce compound assignment and prefix increment in dart_codegen. 2014-05-27 14:12:06 +00:00
rewrite_conditional_test.dart dart2dart: Test cases for better code coverage in dart_tree rewritings. 2014-05-27 13:39:35 +00:00
rewrite_for_update_order_test.dart dart2dart: Restore loops with conditions and updates in backend. 2014-06-12 12:47:51 +00:00
rewrite_if_empty_then_test.dart dart2dart: Test cases for better code coverage in dart_tree rewritings. 2014-05-27 13:39:35 +00:00
rewrite_if_return_test.dart dart2dart: Test cases for better code coverage in dart_tree rewritings. 2014-05-27 13:39:35 +00:00
rewrite_if_swap_test.dart dart2dart: Test cases for better code coverage in dart_tree rewritings. 2014-05-27 13:39:35 +00:00
rewrite_implicit_this_test.dart Fixed static type warning annotation in rewrite_implicit_this_test.dart. 2014-07-03 08:39:31 +00:00
rewrite_logical_test.dart dart2dart: Test cases for better code coverage in dart_tree rewritings. 2014-05-27 13:39:35 +00:00
rewrite_nested_if1_test.dart dart2dart: Test cases for better code coverage in dart_tree rewritings. 2014-05-27 13:39:35 +00:00
rewrite_nested_if2_test.dart dart2dart: Test cases for better code coverage in dart_tree rewritings. 2014-05-27 13:39:35 +00:00
rewrite_nested_if3_test.dart dart2dart: Test cases for better code coverage in dart_tree rewritings. 2014-05-27 13:39:35 +00:00
rewrite_swap_test.dart dart2dart: Preserve variable names throughout the IR. 2014-06-13 12:50:57 +00:00
rewrite_variable_initializer_test.dart dart2dart: Preserve variable names throughout the IR. 2014-06-13 12:50:57 +00:00
rewrite_while_many_exits_test.dart dart2dart: Restore loops with conditions and updates in backend. 2014-06-12 12:47:51 +00:00
rewrite_while_test.dart dart2dart: Preserve variable names throughout the IR. 2014-06-13 12:50:57 +00:00
round_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
setter_override_test.dart
side_effect_throw_test.dart
skip_expression_test.dart
smaller_4_Interface_Types_A11_t01_test.dart
smaller_4_Interface_Types_A11_t02_test.dart
smi_type_test.dart
source_self_negative_test.dart
stack_overflow_stacktrace_test.dart
stack_overflow_test.dart
stack_trace_test.dart
stacktrace_rethrow_error_test.dart Don't add the catch frame at a rethrow to the stacktrace. 2014-06-25 23:01:54 +00:00
stacktrace_rethrow_nonerror_test.dart Don't add the catch frame at a rethrow to the stacktrace. 2014-06-25 23:01:54 +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_test.dart
static_field1_test.dart
static_field1a_test.dart
static_field2_test.dart
static_field2a_test.dart
static_field3_test.dart
static_field_test.dart
static_final_field2_test.dart Fix language/static_final_field2_test to work with tree-shaking in dart2js. 2013-10-31 11:34:34 +00:00
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_top_level_test.dart
strict_equal_test.dart
string_charcode_test.dart Optimize string length one comparisons by comparing char codes only. Implemented for one byte strings only at the moment. Will add other string types/mixed compares later. 2013-12-20 20:11:38 +00:00
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 Optimize _GrowableArray._join and _StringBase._interpolate. 2014-09-30 08:28:00 +00:00
string_interpolation1_negative_test.dart
string_interpolation2_negative_test.dart
string_interpolation3_negative_test.dart
string_interpolation4_negative_test.dart
string_interpolation5_negative_test.dart
string_interpolation6_negative_test.dart
string_interpolation7_test.dart
string_interpolation8_test.dart
string_interpolation9_test.dart
string_interpolation_and_buffer.dart
string_interpolation_newline_test.dart Handle multiline interpolated strings in line-based scanner. 2014-07-10 08:39:09 +00:00
string_interpolation_test.dart
string_intrinsics_test.dart
string_join_test.dart
string_optimizations_test.dart
string_overflow.dart
string_supertype_checked_test.dart
string_test.dart
string_unicode1_negative_test.dart
string_unicode2_negative_test.dart
string_unicode3_negative_test.dart
string_unicode4_negative_test.dart
substring_test.dart Fix test for dart analyzer. 2013-10-31 18:46:44 +00:00
super_abstract_method_test.dart Fix for 15028. 2013-12-18 21:05:35 +00:00
super_all_named_constructor_test.dart
super_assign_test.dart
super_bound_closure_test.dart Warn when implicit default value overrides explicit one that differs. 2014-11-04 20:32:18 +00:00
super_call2_test.dart
super_call3_test.dart
super_call4_test.dart
super_call_test.dart
super_closure_test.dart
super_conditional_operator_test.dart Implement the new '?.' operator in analyzer. 2015-04-05 20:59:05 +00:00
super_field_2_test.dart Test for Issue 14805 - dart2js shadowed naming scheme picks wrong field 2013-11-05 01:14:58 +00:00
super_field_access_test.dart
super_field_test.dart
super_first_constructor_test.dart
super_getter_setter_test.dart
super_implicit_closure_test.dart
super_inferrer_test.dart
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
super_operator_index7_test.dart
super_operator_index8_test.dart
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 Make sure the SSA codegen visit constants used in a switch through the 'visitConstant' method, to ensure they are registered to the compile time constant handler. 2013-11-25 13:41:12 +00:00
switch_bad_case_test.dart
switch_case_static_const_test.dart Check const map literal keys and switch case exprs using type of constant. 2014-05-03 17:14:08 +00:00
switch_case_test.dart In constant evaluation, properly handle redirecting factory constructors. 2014-05-07 16:27:03 +00:00
switch_fallthru_test.dart
switch_label2_test.dart
switch_label_test.dart
switch_scope_test.dart
switch_test.dart
switch_try_catch_test.dart Fix try-catch and continue in switch statements. 2014-06-02 15:46:31 +00:00
symbol_literal_test.dart Allow Symbols in switch and maps 2014-12-10 00:24:07 +00:00
sync_generator1_test.dart Re-apply "Fix warning in sync_generator1_test.dart" 2015-02-10 20:32:41 +00:00
sync_generator2_test.dart Typecheck return with respect to async. 2015-03-02 13:04:43 +00:00
sync_generator3_test.dart Fix error handling in dart2js async-await 2015-02-17 14:51:49 +00:00
syncstar_yield_test.dart Implementation of async-await transformation on js ast. 2015-02-09 12:02:52 +00:00
syncstar_yieldstar_test.dart Implementation of async-await transformation on js ast. 2015-02-09 12:02:52 +00:00
syntax_test.dart
temp_mangling_test.dart
ternary_test.dart
test_negative_test.dart
third_test.dart Bugfix in test.dart, adding of specialized test outcomes for analyzer 2013-10-28 10:39:38 +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_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_test.lib
top_level_var_test.dart
toplevel_collision1_test.dart
toplevel_collision2_test.dart
transitive_private_library_access_test.dart Remove embedder-package scheme 2015-04-15 15:49:50 +00:00
tree_shake_typed_selector_test.dart
truncdiv_test.dart Use range information to omit checks in TRUNCDIV/MOD operations. 2013-11-26 18:18:24 +00:00
truncdiv_uint32_test.dart Optimize num::~/, num::>> and num::<< for some cases. 2013-12-10 15:59:19 +00:00
try_catch2_test.dart
try_catch3_test.dart Fix resolution of stack trace parameters 2015-04-14 15:01:45 +00:00
try_catch4_test.dart
try_catch5_test.dart
try_catch_on_syntax_test.dart Test that catch variables are marked as final. 2015-03-17 15:46:04 +00:00
try_catch_optimized1_test.dart Enable OSR optimization for functions with try-catch. 2014-06-18 09:16:25 +00:00
try_catch_optimized2_test.dart Enable OSR optimization for functions with try-catch. 2014-06-18 09:16:25 +00:00
try_catch_optimized3_test.dart Enable OSR optimization for functions with try-catch. 2014-06-18 09:16:25 +00:00
try_catch_optimized4_test.dart Fix our initial dead phi elimination in the presence of try-catch. 2014-06-18 14:27:45 +00:00
try_catch_osr_test.dart Enable OSR optimization for functions with try-catch. 2014-06-18 09:16:25 +00:00
try_catch_syntax_test.dart
try_catch_test.dart Simplify the desugaring of catch clauses. 2013-11-13 14:08:11 +00:00
type_argument_in_super_type_test.dart
type_argument_substitution_test.dart Add a test to test that substitutions are emitted for classes that are only used as type arguments. 2014-12-02 09:01:10 +00:00
type_check_const_function_typedef2_test.dart Properly annotate type_check_const_function_typedef2_test. 2014-10-07 13:23:42 +00:00
type_check_const_function_typedef_test.dart Fix typechecks for constant assignments of function to typedefs. 2014-02-07 16:53:12 +00:00
type_check_test.dart Remove bogus optimization, and special cases primitive types until we implement a more general optimization. 2013-11-01 11:53:26 +00:00
type_checks_in_factory_method_test.dart
type_conversion_ssa_test.dart Fix a bug in the SSA variable allocator, that showed up once in the buildbots. 2013-11-11 08:33:01 +00:00
type_error_test.dart
type_guard_conversion_test.dart
type_intersection_test.dart
type_literal_prefix_call_test.dart Annotate type_literal_prefix_call_test.dart properly for analyzer. 2014-12-11 23:07:48 +00:00
type_parameter_literal_test.dart
type_parameter_test.dart Type check constant variable declarations. 2014-10-10 21:57:17 +00:00
type_promotion_assign_test.dart Support type promotion in dart2js. 2013-10-15 16:27:28 +00:00
type_promotion_closure_test.dart Handle parenthesized expression in type promotion. 2013-11-26 07:56:29 +00:00
type_promotion_functions_test.dart Fix void isMoreSpecificThan logic in Analyzer, delete a bad language test. 2013-11-07 21:08:38 +00:00
type_promotion_local_test.dart Support type promotion in dart2js. 2013-10-15 16:27:28 +00:00
type_promotion_logical_and_test.dart Handle parenthesized expression in type promotion. 2013-11-26 07:56:29 +00:00
type_promotion_more_specific_test.dart Fix the more specific relation. 2013-10-29 13:19:08 +00:00
type_promotion_multiple_test.dart Support type promotion in dart2js. 2013-10-15 16:27:28 +00:00
type_promotion_parameter_test.dart Handle parenthesized expression in type promotion. 2013-11-26 07:56:29 +00:00
type_propagation2_test.dart
type_propagation3_test.dart Fix a bug in the way we deal with HTypeKnown instructions in our SSA type propagation phase. 2013-10-31 11:40:02 +00:00
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 Support checking of malbounded types. 2013-10-30 11:26:37 +00:00
type_variable_bounds3_test.dart Support checking of malbounded types. 2013-10-30 11:26:37 +00:00
type_variable_bounds4_test.dart Support checking of malbounded types. 2013-10-30 11:26:37 +00:00
type_variable_bounds_test.dart
type_variable_closure2_test.dart dart2js: capture type variables in closures, if they are only used in literals. 2015-01-19 13:32:00 +00:00
type_variable_closure_test.dart
type_variable_conflict2_test.dart Handle wrong method invocation of a type parameter (fix issue 13134). 2014-01-18 01:03:22 +00:00
type_variable_conflict_test.dart
type_variable_field_initializer_closure_test.dart
type_variable_field_initializer_test.dart
type_variable_function_type_test.dart Implement dynamic function checks. 2013-12-06 06:47:07 +00:00
type_variable_identifier_expression_test.dart
type_variable_initializer_test.dart
type_variable_nested_test.dart
type_variable_scope2_test.dart
type_variable_scope3_test.dart
type_variable_scope_test.dart
type_variable_static_context_negative_test.dart
type_variable_typedef_test.dart Handle typedefs in registerRequiredType. 2013-12-20 10:15:23 +00:00
typed_equality_test.dart
typed_selector2_test.dart
typed_selector_test.dart
typedef_is_test.dart
typevariable_substitution2_test.dart Compute correct constructor type for synthesized mixin constructors. 2014-01-06 09:41:17 +00:00
unary2_test.dart
unary_plus_negative_test.dart
unary_test.dart
unbalanced_brace_test.dart
unbound_getter_test.dart
unconditional_break.dart
unhandled_exception_negative_test.dart
unicode_bom_middle_test.dart Handle BOMs in dart2js. 2014-01-27 10:42:49 +00:00
unicode_bom_test.dart Handle BOMs in dart2js. 2014-01-27 10:42:49 +00:00
unicode_hash_test.dart
unnamed_closure_test.dart
unqual_name_test.dart
unresolved_default_constructor_test.dart Remove unneeded generation of default constructors from the dart backend. 2014-09-02 10:00:54 +00:00
unresolved_in_factory_negative_test.dart
unresolved_top_level_method_negative_test.dart
unresolved_top_level_var_negative_test.dart
unsigned_right_shift_test.dart
unsupported_operators_test.dart
value_range2_test.dart
value_range3_test.dart
value_range_test.dart
var_init_test.dart
variable_declaration_metadata_test.dart Don't permit annotations inside variable declarations. 2015-04-15 13:28:38 +00:00
void_type_test.dart
while_test.dart dart2dart: Fix a scoping bug in the translation of loops. 2014-08-12 08:55:15 +00:00
wrong_number_type_arguments_test.dart