dart-sdk/tests/language
2015-04-30 11:38:54 +00:00
..
sub Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Fix host-checked mode error in dart2js by removing bad assertion. 2013-06-12 15:26:23 +00:00
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 Re-apply https://codereview.chromium.org/14636002/, but this time avoid creating TypeMask with dynamic. 2013-05-02 09:43:58 +00:00
abstract_runtime_error_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
abstract_syntax_test.dart Update a language test 2013-08-29 14:17:25 +00:00
ackermann_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
adjacent_const_string_literals_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
adjacent_string_literals_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
allocate_large_object_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
allocate_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
allocation_sinking_inlining_test.dart Fix crash bug in the polymorphic inlining. 2013-07-31 14:57:49 +00:00
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 - Remove arguments definition test from the VM. 2013-06-27 18:37:53 +00:00
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 Add VMOptions to optimize tests that need to be (Part I). 2013-07-11 17:47:40 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
assign_instance_method_negative_test.dart
assign_op_test.dart Add VMOptions to optimize tests that need to be (Part I). 2013-07-11 17:47:40 +00:00
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 Fix test failure expectations and update status files. 2013-09-26 22:19:02 +00:00
bad_initializer1_negative_test.dart
bad_initializer2_negative_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Implement updated method overriding rules in the vm (issue 11495). 2013-08-12 20:28:52 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
bailout3_test.dart Reinstate bailout3_test 2013-11-04 18:49:41 +00:00
bailout4_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
bailout5_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
bailout6_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
bailout7_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
bailout_container_type_test.dart Fix bug in the requested type of an SSA instruction: avoid requesting a ContainerTypeMask. 2013-09-26 13:02:25 +00:00
bailout_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
bind_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
bit_operations_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
bit_shift_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
black_listed_test.dart Fix equality of implicit closures in the Dart VM. 2013-08-14 11:43:50 +00:00
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 Add flag --check-function-fingerprints, it checks all function fingerprints of the intrinsifier and method recognizer. Added flag to a test so that the fingerprints will be tested during a regular test. 2013-04-18 23:18:13 +00:00
bound_closure_equality_test.dart Re-apply "Implement operator== and hashCode for bound closures.". The emitter should not try to share a bound closure class between an intercepted method and a non-intercepted method because the call has different calling conventions: the intercepted version pass an extra argument, which is the actual receiver. 2013-05-30 08:27:28 +00:00
bound_closure_primitives_test.dart Re-apply "Implement operator== and hashCode for bound closures.". The emitter should not try to share a bound closure class between an intercepted method and a non-intercepted method because the call has different calling conventions: the intercepted version pass an extra argument, which is the actual receiver. 2013-05-30 08:27:28 +00:00
branch_canonicalization_test.dart Add VMOptions to optimize tests that need to be (Part I). 2013-07-11 17:47:40 +00:00
branches_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
break_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
built_in_identifier_illegal_test.dart Update the tests testing the use of built in identifiers 2013-09-04 12:09:32 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Do not infer types of arguments of closures and methods named "call". 2013-04-29 10:38:46 +00:00
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 Change the field and constructor parameter types of NoSuchMethodError to Symbol. 2013-09-02 05:57:49 +00:00
call_operator_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
call_property_test.dart Remove deprecated Expect from the libraries. 2013-04-08 16:07:34 +00:00
call_test.dart Fix regression test. 2014-03-12 14:39:27 +00:00
call_this_test.dart Realize that this() is a closure send. 2013-04-10 14:14:54 +00:00
call_through_getter_test.dart Revert "Probe safari codegen bug" 2014-12-11 05:24:25 +00:00
call_through_null_getter_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
canonical_const3_test.dart When canonicalize instances check if all fields are canonical. If a field is a non-canonical number or strings, canonicalize it. Otherwise report an error if a field is not canonical. 2013-06-12 21:27:37 +00:00
canonical_const_test.dart BREAKING CHANGE: Remove === and !== in the VM compiler 2013-06-07 16:31:33 +00:00
cascade2_test.dart Remove wrong handling of cascade calls in ContainerTracerVisitor. Its super class InferrerVisitor handles it correclty. 2013-09-17 12:25:02 +00:00
cascade_2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
cascade_in_expression_function_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
cascade_in_initializer_list_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
cascade_precedence_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
cascade_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
cast2_test.dart Fix tests/language/cast2_test.dart to eliminate static warnings. 2013-10-31 15:06:57 +00:00
cast_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
class_cycle2_test.dart Update class and interface cycle tests 2013-08-29 12:05:51 +00:00
class_cycle_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Handle map literals in conditional expression in PartialParser.skipExpression. 2013-06-28 12:55:30 +00:00
class_syntax_test.dart
class_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
closure2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
closure3_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
closure4_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
closure5_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
closure6_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
closure7_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
closure8_test.dart
closure_break1_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
closure_break2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
closure_break_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
closure_call_wrong_argument_count_negative_test.dart
closure_cycles_test.dart
closure_in_constructor_test.dart Make closures in constructor initializers read type variables directly. 2013-07-02 08:56:05 +00:00
closure_in_field_initializer_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
closure_in_initializer2_test.dart Address long-standing review comments. 2013-08-15 16:07:07 +00:00
closure_in_initializer_test.dart Address long-standing review comments. 2013-08-15 16:07:07 +00:00
closure_internals_test.dart Make fields of BoundClosure private to not expose implementation details. 2013-06-03 07:30:41 +00:00
closure_parameter_types_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
closure_side_effect_test.dart Fix oversight in side effects computation and closure calls. 2013-05-13 10:27:56 +00:00
closure_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
closure_type_test.dart Fix language tests wrt. warnings. 2014-02-14 11:59:12 +00:00
closure_type_variable_test.dart Remove deprecated Expect from the libraries. 2013-04-08 16:07:34 +00:00
closure_type_variables_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
closure_with_super_send_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
closures_initializer2_test.dart Add regression test for bugfix in r24908 2013-07-15 10:26:07 +00:00
closures_initializer_test.dart Make closures in constructor initializers read type variables directly. 2013-07-02 08:56:05 +00:00
closures_with_complex_params_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
code_after_try_is_executed_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
compile_time_constant2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
compile_time_constant3_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
compile_time_constant5_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
compile_time_constant6_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
compile_time_constant7_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
compile_time_constant8_test.dart BREAKING CHANGE: Remove === and !== in the VM compiler 2013-06-07 16:31:33 +00:00
compile_time_constant9_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
compile_time_constant10_test.dart Fix test that contains compile-time error. 2013-08-21 14:28:47 +00:00
compile_time_constant11_test.dart Support compile time constant conditional expressions 2013-10-01 23:00:08 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
compile_time_constant_arguments_test.dart
compile_time_constant_b_test.dart BREAKING CHANGE: Remove === and !== in the VM compiler 2013-06-07 16:31:33 +00:00
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_checked_test.dart Add 'static type error' tags to multitests. 2014-03-26 09:03:47 +00:00
compile_time_constant_d_test.dart BREAKING CHANGE: Remove === and !== in the VM compiler 2013-06-07 16:31:33 +00:00
compile_time_constant_e_test.dart BREAKING CHANGE: Remove === and !== in the VM compiler 2013-06-07 16:31:33 +00:00
compile_time_constant_f_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
compile_time_constant_g_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
compile_time_constant_h_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
compile_time_constant_i_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
compile_time_constant_j_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
compile_time_constant_m_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
compile_time_constant_n_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Compile error on const instance variables 2013-10-03 18:17:16 +00:00
compiler_annotations.dart Fix bug in SsaConstructionFieldTypes: handle mulitple assignments to the same field. 2013-06-06 08:54:00 +00:00
compound_assignment_operator_test.dart Add VMOptions to optimize tests that need to be (Part I). 2013-07-11 17:47:40 +00:00
cond_expr_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
condition_bailout_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Handle compile-time constness for conditionals and type literal calls. 2013-10-02 12:43:48 +00:00
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 Report an error if a const constructor calls a non-const constructor. 2013-07-19 12:05:35 +00:00
const_constructor_mixin3_test.dart Report an error if a const constructor calls a non-const constructor. 2013-07-19 12:05:35 +00:00
const_constructor_mixin_test.dart Report an error if a const constructor calls a non-const constructor. 2013-07-19 12:05:35 +00:00
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 must have const super initializer 2013-07-02 20:09:24 +00:00
const_constructor_syntax_test.dart
const_constructor_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
const_counter_negative_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Compile error on const instance variables 2013-10-03 18:17:16 +00:00
const_evaluation_test.dart Compute frontend/backend specific constants. 2014-04-09 07:40:54 +00:00
const_factory_redirection_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
const_factory_with_body_test.dart Change test language/const_factory_negative_test.dart into a multi-test 2013-09-05 07:01:34 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
const_native_factory_test.dart
const_nested_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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_string_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
const_test.dart Add VMOptions to optimize tests that need to be (Part I). 2013-07-11 17:47:40 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
constant_locals_test.dart Check that constant locals have constant initializers. 2013-10-01 11:47:40 +00:00
constant_propagation_phis_test.dart Add VMOptions to optimize tests that need to be (Part I). 2013-07-11 17:47:40 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
constructor3_negative_test.dart
constructor3_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
constructor4_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
constructor5_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
constructor6_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
constructor7_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
constructor8_test.dart - Remove arguments definition test from the VM. 2013-06-27 18:37:53 +00:00
constructor9_test.dart It is not an error anymore to leave an instance final field uninitialized. 2013-10-04 22:56:53 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
constructor_call_as_function_test.dart Rewrite test language/constructor_negative_test to a multi-test 2013-08-27 06:38:17 +00:00
constructor_call_wrong_argument_count_negative_test.dart
constructor_default_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Update language.status 2013-09-05 12:37:31 +00:00
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 Remove support for interface in dart2js. 2013-05-06 06:21:42 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
constructor_return_test.dart Update language.status and rewrite some tests 2013-09-03 14:54:12 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
context_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
continue_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Compute the correct signature for default constructors. 2013-08-07 15:59:02 +00:00
create_unresolved_type_test.dart Add missing registration of throwRuntimeError. 2013-08-15 08:38:03 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
ct_const4_lib.dart
ct_const4_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
ct_const_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
custom_await_stack_trace_test.dart Add StackTrace.fromString constructor. 2015-04-13 09:17:13 +00:00
cyclic_class_member_test.dart Set the supertype to avoid loop. 2013-06-11 13:47:35 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
default_class_implicit_constructor_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +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_in_isolate_app.dart - Properly setup an Api scope before calling out through the API. 2014-07-17 12:46:04 +00:00
deferred_in_isolate_lib.dart - Properly setup an Api scope before calling out through the API. 2014-07-17 12:46:04 +00:00
deferred_in_isolate_test.dart - Properly setup an Api scope before calling out through the API. 2014-07-17 12:46:04 +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 Tests that inheritance of deferred classes is disallowed 2014-07-07 09:37:05 +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_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 Add VMOptions to optimize tests that need to be (Part I). 2013-07-11 17:47:40 +00:00
deopt_inlined_function_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Add VMOptions to optimize tests that need to be (Part I). 2013-07-11 17:47:40 +00:00
deopt_smi_op_test.dart Add VMOptions to optimize tests that need to be (Part I). 2013-07-11 17:47:40 +00:00
deoptimized_function_on_stack_test.dart Add VMOptions to optimize tests that need to be (Part I). 2013-07-11 17:47:40 +00:00
disassemble_test.dart Rename language/disasssemble_test, add to status file. 2014-04-09 14:29:48 +00:00
div_by_zero_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Move div by zero testing into its own test. 2013-09-23 09:07:09 +00:00
do_while2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
do_while3_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
do_while4_test.dart Fix invalid SSA graph generated by dart2js in a do/while with breaks, by removing locals that do not exist in all breaks. 2013-04-11 12:10:49 +00:00
do_while_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
double_comparison_test.dart
double_int_addition_test.dart Add VMOptions to optimize tests that need to be (Part I). 2013-07-11 17:47:40 +00:00
double_int_to_string_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
double_modulo_test.dart More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
double_to_string_as_exponential_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
double_to_string_as_precision_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
double_to_string_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
duplicate_constructor_test.dart
duplicate_export_liba.dart Update handling of exports. 2013-10-03 12:47:53 +00:00
duplicate_export_negative_test.dart
duplicate_export_test.dart Update handling of exports. 2013-10-03 12:47:53 +00:00
duplicate_implements_test.dart Fix language/duplicate_implements_test. 2013-09-12 12:10:47 +00:00
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 Revise duplicate interface check 2013-03-18 17:34:16 +00:00
duplicate_interface_negative_test.dart Make dartium happy 2013-03-18 17:51:07 +00:00
duplicate_interface_test.dart Remove deprecated Expect from the libraries. 2013-04-08 16:07:34 +00:00
dynamic2_test.dart Prohibit use of dynamic when extending or implementing classes (was crashing). 2013-04-10 16:43:39 +00:00
dynamic_call_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
empty_block_case_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
empty_main.dart BREAKING CHANGE: enforce part of directive 2013-05-01 20:46:48 +00:00
enum_const_test.dart Update enum_const_test to isolate problem. 2015-01-26 08:04:40 +00:00
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 Optimize equuality operation for two Boolean arguments. 2013-07-30 20:44:25 +00:00
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 Do not evaluate inlined field initializations twice in a redirecting constructor. 2013-09-17 07:31:31 +00:00
example_constructor_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
exception_identity_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
exception_in_increment_test.dart More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
exception_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
execute_finally1_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
execute_finally2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
execute_finally3_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
execute_finally4_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
execute_finally5_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
execute_finally6_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
execute_finally7_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
execute_finally8_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
execute_finally9_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
execute_finally10_test.dart Fix uses of throw/rethrow in tests. 2013-08-07 07:38:44 +00:00
execute_finally11_test.dart Fix uses of throw/rethrow in tests. 2013-08-07 07:38:44 +00:00
execute_finally12_test.dart Fix first part on liveness analysis of bug https://code.google.com/p/dart/issues/detail?id=9687: a throw in a catch block must have the finally block as a successor. 2013-04-11 13:20:12 +00:00
exhaustive_for_test.dart Add an exhaustive test of for loops. 2013-06-25 07:50:44 +00:00
expect_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Regression test for issue 11023 2013-06-05 19:15:48 +00:00
extends_test_lib.dart Regression test for issue 11023 2013-06-05 19:15:48 +00:00
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 Base-level test for equality of f-bounded types. 2013-10-11 17:52:55 +00:00
f_bounded_quantification2_test.dart Fix an F-bounded quantification bug (issue 9291). 2013-03-27 20:42:02 +00:00
f_bounded_quantification3_test.dart Prevent expensive and unnecessary error formatting in the case a bound check is 2013-04-04 20:24:49 +00:00
f_bounded_quantification4_test.dart Fix bound checking in self referencing type (issue 12553). 2013-08-21 17:22:18 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
factory1_test.dart
factory2_negative_test.dart
factory2_test.dart Move Iterable implementation to collection. 2013-04-15 14:32:16 +00:00
factory3_negative_test.dart
factory3_test.dart Move Iterable implementation to collection. 2013-04-15 14:32:16 +00:00
factory4_test.dart
factory5_test.dart
factory_arrow_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
factory_implementation_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
factory_negative_test.dart
factory_redirection2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
factory_redirection3_cyclic_test.dart Fix merge error in test. 2013-09-19 08:41:48 +00:00
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 Specialize the return type of a factory constructor to be the enclosing type. 2013-05-22 09:17:49 +00:00
factory_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
factory_type_parameter2_test.dart Remove deprecated Expect from the libraries. 2013-04-08 16:07:34 +00:00
factory_type_parameter_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
failing_main.dart
fannkuch_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
fast_method_extraction_test.dart More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
fauxverride_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
fibo_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
field1_negative_test.dart Fix for issue 10839, use the class in order to trigger compilation. 2013-05-24 20:09:29 +00:00
field2_negative_test.dart Fix for issue 10839, use the class in order to trigger compilation. 2013-05-24 20:09:29 +00:00
field3_negative_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
field3a_negative_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
field4_negative_test.dart Fix for issue 10839, use the class in order to trigger compilation. 2013-05-24 20:09:29 +00:00
field5_negative_test.dart Fix for issue 10839, use the class in order to trigger compilation. 2013-05-24 20:09:29 +00:00
field6_negative_test.dart Fix for issue 10839, use the class in order to trigger compilation. 2013-05-24 20:09:29 +00:00
field6a_negative_test.dart Fix for issue 10839, use the class in order to trigger compilation. 2013-05-24 20:09:29 +00:00
field_decl_missing_var_type_test.dart
field_increment_bailout_test.dart Move invokeOn to InstanceMirror. 2013-04-17 16:39:19 +00:00
field_inference_test.dart Fix bug in SsaConstructionFieldTypes where the phase got confused seeing multiple HForeignNew due to inlining. 2013-05-29 08:29:10 +00:00
field_initialization_order_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
field_method4_negative_test.dart
field_method_test.dart
field_optimization2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
field_optimization3_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
field_optimization_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
field_override2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
field_override3_test.dart Report compile-time errors for conflicting overrides as specified by latest 2013-08-16 23:39:41 +00:00
field_override4_test.dart Report compile-time errors for conflicting overrides as specified by latest 2013-08-16 23:39:41 +00:00
field_override_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
field_parameter_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
field_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
field_type_check2_test.dart
field_type_check_test.dart
final_field_initialization_order_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
final_for_in_variable_test.dart Update more test for assignment to final variables 2013-08-23 08:14:57 +00:00
final_is_not_const_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
final_param_test.dart Update more test for assignment to final variables 2013-08-23 08:14:57 +00:00
final_syntax_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
final_used_in_try_test.dart Fix uses of throw/rethrow in tests. 2013-08-07 07:38:44 +00:00
final_variable_assignment_test.dart Update test for assignment to final variables 2013-08-22 13:15:19 +00:00
finally_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
first_class_types_constants_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
first_class_types_lib1.dart
first_class_types_lib2.dart
first_class_types_libraries_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
first_test.dart
fixed_length_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
for_in2_test.dart Fix issue https://code.google.com/p/dart/issues/detail?id=9251, by compiling for/in correctly. 2013-04-17 15:07:52 +00:00
for_in_side_effects_test.dart - Inline iterator calls made for a "for in". 2013-05-28 11:50:41 +00:00
for_in_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
for_inlining_test.dart Fix a bug where we would emit: 2013-05-28 10:00:18 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove methods on StackTrace class. 2013-04-15 11:44:30 +00:00
full_stacktrace2_test.dart Fix uses of throw/rethrow. 2013-08-07 08:55:30 +00:00
full_stacktrace3_test.dart Remove methods on StackTrace class. 2013-04-15 11:44:30 +00:00
function_argument_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
function_field_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
function_getter_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
function_literals2_test.dart Allow function literals in string interpolation 2014-04-09 23:42:58 +00:00
function_literals_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
function_malformed_result_type_test.dart Support new malformed types semantics. 2013-07-29 10:19:58 +00:00
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 Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype1_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype2_test.dart Fix function subtyping bug. 2013-11-25 07:30:08 +00:00
function_subtype_bound_closure0_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_bound_closure1_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_bound_closure2_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_bound_closure3_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_bound_closure4_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_bound_closure5_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
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 Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_bound_closure7_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_call0_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_call1_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_call2_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_cast0_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_cast1_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_cast2_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_cast3_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_checked0_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_closure0_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_closure1_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_factory0_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_factory1_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_inline0_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_inline1_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
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 Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_local1_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_local2_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_local3_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_local4_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_local5_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_local6_test.dart Set local function type as uninstantiated when applicable (fix issue 12127). 2013-07-31 23:26:26 +00:00
function_subtype_named1_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_named2_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_not0_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_not1_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_not2_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_not3_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_null.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_optional1_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_optional2_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_setter0_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_simple0_test.dart Use predicates to check simple function types. 2013-08-23 10:15:24 +00:00
function_subtype_simple1_test.dart Use predicates to check simple function types. 2013-08-23 10:15:24 +00:00
function_subtype_simple2_test.dart Use predicates to check simple function types. 2013-08-23 10:15:24 +00:00
function_subtype_top_level0_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_top_level1_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_typearg0_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_typearg1_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_typearg2_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_typearg3_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_subtype_typearg4_test.dart Support runtime check of function types. 2013-06-24 06:58:55 +00:00
function_syntax_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
function_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
function_type_alias3_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
function_type_alias4_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
function_type_alias5_test.dart Fix language/function_type_alias5_test. 2013-10-10 11:35:39 +00:00
function_type_alias6_test.dart Implement more restrictive checking of typedefs illegally referring to 2013-07-23 23:17:42 +00:00
function_type_alias7_test.dart Emit error on default values in typedefs. 2013-09-10 08:42:24 +00:00
function_type_alias8_test.dart Fix issue 9442. 2013-03-26 21:26:03 +00:00
function_type_alias9_test.dart Implement more restrictive checking of typedefs illegally referring to 2013-07-23 23:17:42 +00:00
function_type_alias_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
function_type_parameter_negative_test.dart
function_type_parameter_test.dart Fix function type parameter parsing 2013-09-19 22:02:45 +00:00
function_type_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
function_type_this_parameter_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
gc_test.dart Change new List(n) to return fixed length list. 2013-02-27 08:45:04 +00:00
generic2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
generic_deep_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
generic_instanceof.dart BREAKING CHANGE: enforce part of directive 2013-05-01 20:46:48 +00:00
generic_instanceof2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
generic_instanceof3_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
generic_is_check_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
generic_list_checked_test.dart Use assertSubtype for lists. 2013-05-22 13:10:25 +00:00
generic_native_test.dart Remove Collection, Collections and clean up List/Set/Queue implementations of retain/remove. 2013-04-12 09:34:52 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
generic_syntax_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
generic_test.dart Update language status file 2013-08-28 06:48:31 +00:00
generics2_test.dart
generics3_test.dart Fix bad optimization prematurely marking types as instantiated (issue 8710). 2013-02-27 00:32:31 +00:00
generics_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
get_set_syntax_test.dart - Tests should not rely on --compile_all. 2013-08-27 17:09:22 +00:00
getter_closure_execution_order_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
getter_declaration_negative_test.dart
getter_no_setter2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
getter_no_setter_test.dart Fix test failure expectations and update status files. 2013-09-26 22:19:02 +00:00
getter_override2_test.dart Report compile-time errors for conflicting overrides as specified by latest 2013-08-16 23:39:41 +00:00
getter_override_test.dart Report compile-time errors for conflicting overrides as specified by latest 2013-08-16 23:39:41 +00:00
getter_parameters_test.dart Remove support for getters with parameters. 2013-08-07 06:35:47 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
getter_setter_order_test.dart Remove deprecated Expect from the libraries. 2013-04-08 16:07:34 +00:00
getters_setters2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
getters_setters_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
gvn_interceptor_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
gvn_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
hash_code_mangling_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
hash_map_null_key_foreach_test.dart Convert null-marker in HashMap.forEach. 2013-08-08 13:49:13 +00:00
hello_dart_test.dart - Force errors when using bad types or overrides. 2013-11-04 17:26:47 +00:00
hello_script_lib.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
hello_script_lib_source.dart BREAKING CHANGE: enforce part of directive 2013-05-01 20:46:48 +00:00
hello_script_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
hidden_import_lib.dart Handle clash of prefix/non-prefix imports. 2013-10-11 12:32:16 +00:00
hidden_import_test.dart Handle clash of prefix/non-prefix imports. 2013-10-11 12:32:16 +00:00
identical_closure2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
identical_closure_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
identical_const_test.dart Properly implement identical() test in analyzer constant evaluation. 2014-11-04 01:32:33 +00:00
identical_test.dart More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
if_and_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Fix test failure expectations and update status files. 2013-09-26 22:19:02 +00:00
implicit_closure1_test.dart
implicit_closure2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
implicit_closure_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
implicit_scope_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
implicit_super_constructor_call_test.dart Support @NoInline for constructor bodies. 2015-03-11 14:15:07 +00:00
implicit_this_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
implied_interface_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
import1_lib.dart
import_collection_no_prefix_test.dart
import_combinators_negative_test.dart
import_combinators_part.dart
import_combinators_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
import_core_no_prefix_test.dart
import_core_prefix_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Make showHide combinators work with getter/setter names 2013-09-04 18:00:02 +00:00
import_show_test.dart Make showHide combinators work with getter/setter names 2013-09-04 18:00:02 +00:00
incr_op_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
index_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
inference_captured_variable2_test.dart Refine the type of a local after it has been used as the receiver of a call. 2013-08-20 09:36:32 +00:00
inference_captured_variable_test.dart Refine the type of a local after it has been used as the receiver of a call. 2013-08-20 09:36:32 +00:00
inference_list_or_null_test.dart Make sure we throw the right NSM error when indexing out of range of a variable that can be null. 2013-09-13 12:15:50 +00:00
inference_mixin_field_test.dart Rewrite how we handle synthesized constructors in the compiler. This was motivated by issue https://code.google.com/p/dart/issues/detail?id=11822. 2013-07-18 15:51:40 +00:00
inference_super_constructor_call_test.dart Fix bug in inferrer: a super constructor call goes through the visitSuperSend in the resolved visitor. 2013-09-09 13:27:41 +00:00
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 Make analyzer happy and use annotations the right way. 2013-08-14 13:29:53 +00:00
inferrer_constructor3_test.dart Make analyzer happy and use annotations the right way. 2013-08-14 13:29:53 +00:00
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 Detect dead code, and handle breaks and continues in inferrer. 2013-05-21 10:47:20 +00:00
inferrer_named_parameter_test.dart Bugfix in the inferrer for named optional parameter. 2013-08-27 06:24:43 +00:00
inferrer_synthesized_constructor_test.dart Checked mode throws a TypeError. 2013-09-02 11:58:05 +00:00
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 Fix inferrer bug in the presence of compound assignments and unresolved fields in a generative constructor. 2013-09-05 09:51:39 +00:00
infinite_switch_label_test.dart Implement continue for switch. 2013-05-17 09:35:05 +00:00
infinity_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
inline_add_constants_to_initial_env_test.dart More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
inline_argument_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
inline_closure_with_constant_arguments_test.dart More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
inline_effect_context_test.dart More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
inline_getter_test.dart More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
inline_in_for_initializer_and_bailout_test.dart Fix generation of a bailout method when a BailoutTarget was in the middle of a loop/labeled block. It confused the SSA codegen. 2013-05-29 10:14:36 +00:00
inline_super_field_lib.dart Use correct compilation unit for inlined field initializers. 2013-04-03 12:17:00 +00:00
inline_super_field_test.dart Remove deprecated Expect from the libraries. 2013-04-08 16:07:34 +00:00
inline_super_part.dart
inline_super_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
inline_test.dart When inlining, create a new local handler, to avoid polluting the local handler of the caller. 2013-02-18 12:50:27 +00:00
inline_test_context_test.dart More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
inline_value_context_test.dart More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
inlined_conditional_test.dart Fix a bug in the variable allocator: a pure instruction between an inlined if and its inlined expression made the live instructions die before that pure instruction. So the pure instruction could just re-use an already taken variable name. 2013-09-16 09:19:00 +00:00
inlined_throw_test.dart dart2js: Allow 'throw' when inlining 2013-04-11 09:20:28 +00:00
inst_field_initializer1_negative_test.dart Change new List(n) to return fixed length list. 2013-02-27 08:45:04 +00:00
inst_field_initializer_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
instance_call_wrong_argument_count_negative_test.dart
instance_compound_assignment_operator_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
instance_field_initializer_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
instance_incr_deopt_test.dart More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
instance_inline_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
instance_method2_negative_test.dart
instance_method_negative_test.dart
instanceof2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
instanceof3_test.dart Make test of malformed types a dynamic type error. 2013-11-05 12:28:39 +00:00
instanceof4_test.dart Update language.status with issue numbers 2013-08-29 10:54:20 +00:00
instanceof_optimized_test.dart Fix types in test. 2014-04-25 23:39:56 +00:00
instanceof_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
instantiate_type_variable_test.dart Fix test failure expectations and update status files. 2013-09-26 22:19:02 +00:00
int2_test.dart Fix a bug in how we deal HTypeConversion during type propagation: we can only convert to int if the input is int or null. 2013-06-20 14:10:52 +00:00
int_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
integer_division_by_zero_test.dart Move div by zero testing into its own test. 2013-09-23 09:07:09 +00:00
interceptor2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
interceptor3_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
interceptor4_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
interceptor5_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
interceptor6_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
interceptor7_test.dart Remove deprecated Expect from the libraries. 2013-04-08 16:07:34 +00:00
interceptor8_test.dart Fix registering on interceptor classes: the resolution queue register abstract classes (Sring, List, ...), the backend registers implementation classes (JSString, JSArray, ...). 2013-03-25 19:41:13 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
interface2_negative_test.dart
interface_constants_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
interface_cycle_test.dart Update class and interface cycle tests 2013-08-29 12:05:51 +00:00
interface_inherit_field_test.dart
interface_injection1_negative_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
interface_injection2_negative_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
interface_static_method_negative_test.dart Fix for issue 10839, use the class in order to trigger compilation. 2013-05-24 20:09:29 +00:00
interface_static_non_final_fields_negative_test.dart
interface_test.dart
internal_library_test.dart
intrinsified_methods_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Move invokeOn to InstanceMirror. 2013-04-17 16:39:19 +00:00
invocation_mirror_invoke_on_test.dart Move invokeOn to InstanceMirror. 2013-04-17 16:39:19 +00:00
invocation_mirror_test.dart Make Invocation.positionalArguments and .namedArguments never be null. 2013-08-26 10:57:33 +00:00
is_function_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
is_interfaces2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
is_interfaces_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
is_malformed_type_test.dart Fix is_malformed_test annotations 2014-03-10 13:21:53 +00:00
is_nan_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
issue7525_test.dart More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
issue9602_other.dart Add crashing bug for issue 9602. 2013-04-04 12:26:12 +00:00
issue9602_test.dart Add crashing bug for issue 9602. 2013-04-04 12:26:12 +00:00
issue9664_test.dart Add crashing test case for for dartbug.com/9664. 2013-04-04 07:37:08 +00:00
issue9687_test.dart Fix variable allocator in the presence of HCheck instructions. 2013-04-17 09:05:52 +00:00
issue9939_test.dart Fix issue 9939 by making the body of a try block have two successors: the join block after the try/catch, and the catch (or finally) block. 2013-04-17 12:30:09 +00:00
issue9949_test.dart Reapply "Convert HashSet, LinkedHashSet to factory methods and custom implementations." 2013-09-18 11:36:25 +00:00
issue10204_test.dart Fix checked mode error. 2013-04-29 14:11:24 +00:00
issue10321_test.dart Fix issue 10321 by invalidating previous "generate at use site" optimizations based on a pure instruction that is being moved in the graph. 2013-05-01 09:49:09 +00:00
issue10561_test.dart Reapply "Convert HashSet, LinkedHashSet to factory methods and custom implementations." 2013-09-18 11:36:25 +00:00
issue10581_test.dart Handle switch statement in simple types inferrer. 2013-05-17 14:46:31 +00:00
issue10721_test.dart When recording the type of a captured variable/parameter, use the closure field it maps to. Otherwise, there is a confusion for a parameter between the type given by its callers, and the actual type in the method, where the parameter can be updated explictly, or implicitly by the inferrer on "is checks". 2013-05-21 14:09:11 +00:00
issue10747_test.dart Add the cast equivalent of assertSubtype and assertSubtypeOfRuntimeType. 2013-05-21 13:22:16 +00:00
issue10783_test.dart Do the null deref guard before doing inlining, especially before doing type checks on the parameters. 2013-05-22 07:36:11 +00:00
issue11724_test.dart Fix crash https://code.google.com/p/dart/issues/detail?id=11724: check for erroneous before asking for the signature of an element. 2013-07-16 09:08:10 +00:00
issue11793_test.dart Fix crash https://code.google.com/p/dart/issues/detail?id=11793: only compute a range for a loop if all its inputs are integer. 2013-07-16 10:27:16 +00:00
issue12023_test.dart Fix issue 12023 by avoiding a critical edge in the SSA graph with a switch statement. 2013-08-14 15:13:31 +00:00
issue12284_test.dart Make analyzer happy and use annotations the right way. 2013-08-14 13:29:53 +00:00
issue12288_test.dart Fix issue 12288: a getter also returns something. 2013-08-13 14:32:33 +00:00
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 Fix issue 13474. Simplify graph builder for Boolean operators AND, OR: do not optimize code when the result of the Boolean operator is not used. 2013-10-04 19:43:18 +00:00
issue13556_test.dart Ensure only a subset of elements enter in Compiler.analyzedElement. 2013-09-25 09:56:03 +00:00
issue13673_test.dart When visiting arguments in the resolver, always set the [sendIsPropertyAccess] to false. 2013-09-30 10:11:15 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
language.status Address issue 13719, cleanup the status file to reflect reality. 2015-04-23 20:42:28 +00:00
language_analyzer.status Properly resolve top-level setters 2015-04-21 17:36:34 +00:00
language_analyzer2.status Properly resolve top-level setters 2015-04-21 17:36:34 +00:00
language_dart2js.status Allow use of deferred type-literals in non-constant contexts. 2015-04-30 11:38:54 +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 Enables per-function far-branches for ARM and MIPS. 2013-08-01 20:51:46 +00:00
lazy_map_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
lazy_static2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
lazy_static5_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
lazy_static6_src.dart BREAKING CHANGE: enforce part of directive 2013-05-01 20:46:48 +00:00
lazy_static6_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
lazy_static_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
library1.dart - Change the test for ambiguous definitions to be a 2013-07-19 17:51:55 +00:00
library1_lib.dart Fix another library name 2013-05-01 23:30:10 +00:00
library1_lib.lib Remove legacy syntax support for library import 2013-03-25 18:11:08 +00:00
library1_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
library2.dart - Change the test for ambiguous definitions to be a 2013-07-19 17:51:55 +00:00
library3.dart
library4.dart
library5_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
library5a.dart
library5b.dart
library6.dart
library10.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove support for missing part-of tag. 2013-08-07 06:02:10 +00:00
library_juxtaposition_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
library_negative_test.dart
library_prefixes.dart BREAKING CHANGE: enforce part of directive 2013-05-01 20:46:48 +00:00
library_prefixes.lib Remove legacy syntax support for library import 2013-03-25 18:11:08 +00:00
library_prefixes_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
library_prefixes_test1.dart BREAKING CHANGE: enforce part of directive 2013-05-01 20:46:48 +00:00
library_prefixes_test1.lib Remove legacy syntax support for library import 2013-03-25 18:11:08 +00:00
library_prefixes_test2.dart BREAKING CHANGE: enforce part of directive 2013-05-01 20:46:48 +00:00
library_prefixes_test2.lib Remove legacy syntax support for library import 2013-03-25 18:11:08 +00:00
library_private_in_constructor_a.dart
library_private_in_constructor_b.dart
library_private_in_constructor_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
library_same_name_used_lib1.dart
library_same_name_used_lib2.dart
library_same_name_used_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
licm2_test.dart Fix https://code.google.com/p/dart/issues/detail?id=10474 by not loop hoisting instructions that may throw. 2013-05-08 09:19:00 +00:00
licm3_test.dart Revert r23330 and r23136 because of a bug with loop invariant code motion. 2013-06-13 15:52:33 +00:00
licm_test.dart BREAKING CHANGE: Remove === and !== in the VM compiler 2013-06-07 16:31:33 +00:00
list_double_index_in_loop2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
list_double_index_in_loop_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
list_in_closure_test.dart We have to create different locals when analyzing a closure. Otherwise the inferrer visitor might think an aborting body in a closure aborts the enclosing function. 2013-06-19 13:21:08 +00:00
list_is_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
list_length_tracer_test.dart Fix list length optimization bug: do not inline a length access to a constant if the receiver can be null. 2013-09-27 07:08:12 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
list_literal3_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
list_literal4_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
list_literal_negative_test.dart
list_literal_syntax_test.dart Support new malformed types semantics. 2013-07-29 10:19:58 +00:00
list_literal_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Use selectors instead of names to know if a call site returns the element of a list. This fixes the bug where, for example, a.last() would return the element type of the list. 2013-10-02 14:06:43 +00:00
list_tracer_closure_test.dart Re-apply "Move the container tracer to the call graph inferrer.". 2013-09-27 10:31:45 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
local_function2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
local_function3_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
local_function_non_equal_test.dart Re-apply "Implement operator== and hashCode for bound closures.". The emitter should not try to share a bound closure class between an intercepted method and a non-intercepted method because the call has different calling conventions: the intercepted version pass an extra argument, which is the actual receiver. 2013-05-30 08:27:28 +00:00
local_function_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
loop_exchange3_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
loop_exchange4_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
loop_exchange_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
loop_hoist_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Add test for using a type literal for a malbounded type. Crashes the VM in debug mode. 2013-10-09 23:09:30 +00:00
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 Disallow extending a malformed type (issue 13940). 2013-10-10 23:30:42 +00:00
malformed_test.dart Fix parsing and resolving of prefixed names 2014-06-23 23:26:26 +00:00
malformed_type_test.dart Fix type check elimination bug in code generator (issue 11792). 2013-07-12 17:37:38 +00:00
many_calls_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
many_generic_instanceof_test.dart More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
many_named_arguments_test.dart Change how we emit code for Function.apply. 2013-07-25 09:10:51 +00:00
many_overridden_no_such_method_test.dart More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
map_literal3_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
map_literal4_test.dart map_literal4_test works only in checked mode 2014-04-08 22:43:11 +00:00
map_literal5_test.dart Support general expressions as keys in literal maps. 2013-09-18 14:59:28 +00:00
map_literal6_test.dart Support general expressions as keys in literal maps. 2013-09-18 14:59:28 +00:00
map_literal7_test.dart Support general expressions as keys in literal maps. 2013-09-18 14:59:28 +00:00
map_literal8_test.dart Support general expressions as keys in literal maps. 2013-09-18 14:59:28 +00:00
map_literal9_test.dart Support general expressions as keys in literal maps. 2013-09-18 14:59:28 +00:00
map_literal10_test.dart Support general expressions as keys in literal maps. 2013-09-18 14:59:28 +00:00
map_literal_negative_test.dart
map_literal_syntax_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
map_literal_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
map_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
mega_load_test.dart Adds debugger patching to arm64. 2014-05-09 23:20:14 +00:00
megamorphic_no_such_method_test.dart More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
method_invocation_test.dart Correctly deal with method invocation of a getter. 2013-06-26 08:44:00 +00:00
method_name_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
method_override2_test.dart Update test and status file. 2013-07-11 11:36:45 +00:00
method_override3_test.dart Update test and status file. 2013-07-11 11:36:45 +00:00
method_override4_test.dart Relax method override restrictions. 2013-07-03 18:02:11 +00:00
method_override5_test.dart Relax method override restrictions. 2013-07-03 18:02:11 +00:00
method_override6_test.dart Relax method override restrictions. 2013-07-03 18:02:11 +00:00
method_override7_test.dart Report compile-time errors for conflicting overrides as specified by latest 2013-08-16 23:39:41 +00:00
method_override8_test.dart Report compile-time errors for conflicting overrides as specified by latest 2013-08-16 23:39:41 +00:00
method_override_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
methods_as_constants2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
methods_as_constants_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
mint_compares_test.dart More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
missing_const_constructor_test.dart Handle missing const constructor. 2013-10-14 07:14:18 +00:00
missing_part_of_tag_part.dart Remove support for missing part-of tag. 2013-08-07 06:02:10 +00:00
missing_part_of_tag_test.dart Remove support for missing part-of tag. 2013-08-07 06:02:10 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
mixin_extends_is_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
mixin_extends_method_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
mixin_field_initializer_test.dart Remove deprecated Expect from the libraries. 2013-04-08 16:07:34 +00:00
mixin_field_test.dart Implement new mixin application syntax 2013-10-15 16:13:02 +00:00
mixin_forwarding_constructor1_test.dart Rewrite how we handle synthesized constructors in the compiler. This was motivated by issue https://code.google.com/p/dart/issues/detail?id=11822. 2013-07-18 15:51:40 +00:00
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 Add mixin language tests. 2013-09-19 22:20:36 +00:00
mixin_getter_regression_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Fix issue 10216. If the type mask is a subtype, and its base mixes in class A, it should consider an element of class A as potential runtime targets. 2013-04-29 10:58:42 +00:00
mixin_lib_extends_field_lib.dart
mixin_lib_extends_field_test.dart Remove deprecated Expect from the libraries. 2013-04-08 16:07:34 +00:00
mixin_lib_extends_method_lib.dart
mixin_lib_extends_method_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove usage of dart:json. 2013-08-28 14:05:11 +00:00
mixin_prefix_test.dart Use library prefixes in scope of the mixin class when compiling a functions of 2013-07-19 18:08:17 +00:00
mixin_regress_11398_test.dart Fix issue 11398 by making sure we look at mixin applications 2013-06-24 09:27:38 +00:00
mixin_regress_13688_test.dart Do not share type arguments of mixin types, but clone them to avoid finalization 2013-10-01 18:26:05 +00:00
mixin_super_constructor2_test.dart Implement implicit constructors in mixin applications. 2013-05-03 12:15:35 +00:00
mixin_super_constructor_default_test.dart Implement implicit constructors in mixin applications. 2013-05-03 12:15:35 +00:00
mixin_super_constructor_multiple_test.dart Implement implicit constructors in mixin applications. 2013-05-03 12:15:35 +00:00
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 Implement implicit constructors in mixin applications. 2013-05-03 12:15:35 +00:00
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 Do not use the NamedMixinApplication node for anonymous mixins: otherwise, the [MixinApplicationElement.computeTypeParameters] would create additional type variables that should not exist. 2013-07-19 10:59:26 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Rewrite how we handle synthesized constructors in the compiler. This was motivated by issue https://code.google.com/p/dart/issues/detail?id=11822. 2013-07-18 15:51:40 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
multi_pass2_test.dart BREAKING CHANGE: enforce part of directive 2013-05-01 20:46:48 +00:00
multi_pass_a.dart BREAKING CHANGE: enforce part of directive 2013-05-01 20:46:48 +00:00
multi_pass_b.dart BREAKING CHANGE: enforce part of directive 2013-05-01 20:46:48 +00:00
multi_pass_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Make analyzer happy and use annotations the right way. 2013-08-14 13:29:53 +00:00
named_argument_in_const_creation_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
named_argument_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
named_parameters3_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
named_parameters4_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
named_parameters_aggregated_test.dart - Fix broken test from http://dartbug.com/12634 2013-08-22 22:34:37 +00:00
named_parameters_named_count_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
named_parameters_passing_false_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
named_parameters_passing_falsy_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
named_parameters_passing_null_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
named_parameters_passing_zero_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
named_parameters_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
named_parameters_type_test.dart Rewrite two tests to multi-tests 2013-08-30 08:43:00 +00:00
named_parameters_with_conversions_test.dart Fix bug in the inliner when dealing with named optional parameters. 2013-07-12 16:02:02 +00:00
named_parameters_with_dollars_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
named_parameters_with_object_property_names_test.dart Add compilation error on named parameters with private names 2013-08-27 16:41:33 +00:00
namer2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
namer_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
naming2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
naming3_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
naming_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
native_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
nested_comments_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
nested_if_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
nested_switch_label_test.dart Implement continue for switch. 2013-05-17 09:35:05 +00:00
new_expression1_negative_test.dart
new_expression2_negative_test.dart
new_expression3_negative_test.dart
new_expression_type_args_test.dart Support new malformed types semantics. 2013-07-29 10:19:58 +00:00
new_prefix_test.dart Change compile time error into a warning and update multitest. 2013-08-27 08:55:21 +00:00
new_statement_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Add missing tests from last CL. 2013-08-16 07:07:33 +00:00
no_such_constructor_test.dart Add missing tests from last CL. 2013-08-16 07:07:33 +00:00
no_such_method2_test.dart Rename InvocationMirror to Invocation. 2013-04-15 15:42:44 +00:00
no_such_method3_test.dart More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
no_such_method_dispatcher_test.dart Move VM-specific part of a test into a separate vm_test file. 2013-07-29 13:44:21 +00:00
no_such_method_empty_selector_test.dart Fix a bug where we would emit a noSuchMethod handler in the Object class for Object methods because of a selector with an empty receiver type, or an exact type for an abstract class. 2013-08-27 11:27:40 +00:00
no_such_method_negative_test.dart
no_such_method_subtype_test.dart A typed selector needs no such method handling if at least one of its implemented subtype (in case it's not exact) does not implement the selector name. 2013-09-04 08:36:56 +00:00
no_such_method_test.dart Move invokeOn to InstanceMirror. 2013-04-17 16:39:19 +00:00
non_const_constructor_without_body_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
non_const_super_negative_test.dart Fix for issue 10839, use the class in order to trigger compilation. 2013-05-24 20:09:29 +00:00
non_dominating_loop_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
non_parameterized_factory2_test.dart
non_parameterized_factory_test.dart
not_enough_positional_arguments_test.dart Update language status and rewrite a test 2013-08-28 08:52:39 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
null_inline_test.dart Now that we inline instance methods on all kinds of receivers (not only "this" calls), we need to do an explicit null check. 2013-05-15 13:16:26 +00:00
null_is2_test.dart Fix type tests for null. 2013-05-30 08:46:25 +00:00
null_is_test.dart Cleanup making Null a public class of dart:core in the VM. Remove special cases for Null in lookup and compile-time type tests. 2013-08-15 18:34:23 +00:00
null_method_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
null_no_such_method_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
null_to_string_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
number_constant_folding1_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
number_identifier_test.dart Fix dart2js decimal number tokenization. Remove support for 'd'-suffixed double format. 2013-09-11 01:58:07 +00:00
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 More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
number_syntax_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
numbers_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
operator3_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
operator4_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
operator5_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
operator6_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
operator_equals_test.dart Remove deprecated Expect from the libraries. 2013-04-08 16:07:34 +00:00
operator_index_evaluation_order_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
operator_negate_and_method_negate_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
operator_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
optimize_redundant_array_load_test.dart More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
optimized_constant_array_string_access_test.dart More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
optimized_hoisting_checked_mode_assert_test.dart More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
optimized_isempty_test.dart Fix crash in optimized code caused by missing IC data. 2013-08-26 09:46:30 +00:00
optimized_lists_test.dart More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
optimized_setter_test.dart Remove unnecessary loop in a test. 2013-07-11 20:19:20 +00:00
optimized_string_charat_test.dart More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
osr_test.dart Add failing test. 2014-01-17 22:13:54 +00:00
other_library.dart
overridden_no_such_method.dart Fix another part-of related test failure 2013-05-01 22:05:15 +00:00
overridden_no_such_method_test.dart Move invokeOn to InstanceMirror. 2013-04-17 16:39:19 +00:00
override_field_method1_negative_test.dart
override_field_method2_negative_test.dart
override_field_method4_negative_test.dart
override_field_method5_negative_test.dart
override_field_test.dart
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
param1_test.dart
param2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
param_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
parameter_default_test.dart Emit compile-time error for incorrectly used optional parameters. 2013-09-16 08:14:33 +00:00
parameter_initializer1_negative_test.dart
parameter_initializer2_negative_test.dart
parameter_initializer2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
parameter_initializer3_negative_test.dart
parameter_initializer4_negative_test.dart
parameter_initializer5_negative_test.dart
parameter_initializer6_negative_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
parameter_types_specialization_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
patch_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
phi_merge_test.dart Fix a crash in the compiler. 2013-12-06 15:55:58 +00:00
positional_parameters_type_test.dart Rewrite two tests to multi-tests 2013-08-30 08:43:00 +00:00
positive_bit_operations_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
prefix1_negative_test.dart
prefix2_negative_test.dart
prefix3_negative_test.dart
prefix4_negative_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
prefix5_negative_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
prefix6_negative_test.dart
prefix7_negative_test.dart
prefix8_negative_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
prefix10_negative_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
prefix10_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
prefix11_negative_test.dart
prefix11_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
prefix12_negative_test.dart
prefix12_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
prefix13_negative_test.dart
prefix14_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
prefix15_negative_test.dart
prefix15_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
prefix16_test.dart Support new malformed types semantics. 2013-07-29 10:19:58 +00:00
prefix17_test.dart
prefix18_negative_test.dart
prefix21_bad_lib.dart
prefix21_good_lib.dart
prefix21_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
prefix22_test.dart
prefix23_test.dart
prefix24_lib1.dart Do not export library prefix names used in a library 2013-09-03 22:19:27 +00:00
prefix24_lib2.dart Do not export library prefix names used in a library 2013-09-03 22:19:27 +00:00
prefix24_lib3.dart Do not export library prefix names used in a library 2013-09-03 22:19:27 +00:00
prefix24_test.dart Do not export library prefix names used in a library 2013-09-03 22:19:27 +00:00
prefix101_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
prefix_new_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
prefix_new_test1.dart
prefix_new_test2.dart
prefix_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
prefix_test1.dart
prefix_test2.dart
private1.dart BREAKING CHANGE: enforce part of directive 2013-05-01 20:46:48 +00:00
private2.dart BREAKING CHANGE: enforce part of directive 2013-05-01 20:46:48 +00:00
private2_lib.dart BREAKING CHANGE: enforce part of directive 2013-05-01 20:46:48 +00:00
private2_lib.lib Remove legacy syntax support for library import 2013-03-25 18:11:08 +00:00
private2_main.dart BREAKING CHANGE: enforce part of directive 2013-05-01 20:46:48 +00:00
private2_test.dart
private3.dart BREAKING CHANGE: enforce part of directive 2013-05-01 20:46:48 +00:00
private3_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
private4_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove legacy syntax support for library import 2013-03-25 18:11:08 +00:00
private_lib.dart BREAKING CHANGE: enforce part of directive 2013-05-01 20:46:48 +00:00
private_main.dart BREAKING CHANGE: enforce part of directive 2013-05-01 20:46:48 +00:00
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 Remove deprecated Expect from the libraries. 2013-04-08 16:07:34 +00:00
private_mixin_exception_throw_test.dart Fix bug 11637: 2013-07-03 01:37:02 +00:00
private_other.dart BREAKING CHANGE: enforce part of directive 2013-05-01 20:46:48 +00:00
private_other.lib Remove legacy syntax support for library import 2013-03-25 18:11:08 +00:00
private_other_mixin2.lib Handle private fields from mixins. 2013-04-05 13:20:11 +00:00
private_selector_lib.dart
private_selector_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
private_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
property_field_override_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
raw_string_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
readuntil_test.dat
recursive_calls_test.dart Support for inlining small methods (independent of they're called inside a loop or not) 2013-07-17 13:03:11 +00:00
recursive_loop_phis_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Check if signatures are compatible in a redirecting factory before synthesizing a call in the inferrer. 2013-09-18 08:48:06 +00:00
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 Delete comment referring to an invalid issue in a language test. 2013-08-29 23:01:13 +00:00
reexport_core_helper.dart
reexport_core_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Fix receiver refining optimization in the presence of null: any Object method can be called on the null object. 2013-08-21 07:30:19 +00:00
reg_ex2_test.dart
reg_exp2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
reg_exp3_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
reg_exp_test.dart Add optional start index to Pattern.allMatches. 2014-08-12 07:13:01 +00:00
regress_10996_lib.dart Fix issue with dart2dart translation of parameters (collision risk). 2013-05-31 08:54:43 +00:00
regress_10996_test.dart Fix issue with dart2dart translation of parameters (collision risk). 2013-05-31 08:54:43 +00:00
regress_11010_test.dart Fix dartbug.com/11010. 2013-06-03 10:51:46 +00:00
regress_11800_test.dart Fix register allocation bug in building use intervals. 2013-08-06 12:43:09 +00:00
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 Fix allocation of indices for try-blocks. 2013-08-23 08:49:05 +00:00
regress_13462_0_test.dart Fix http://dartbug.com/13462. 2013-09-23 13:12:16 +00:00
regress_13462_1_test.dart Fix http://dartbug.com/13462. 2013-09-23 13:12:16 +00:00
regress_13494_test.dart Don't evaluate the argument twice for unresolved static setter calls. 2013-10-04 08:47:10 +00:00
regress_14105_test.dart Avoid generating members for classes only for needed rti. 2013-10-15 15:00:48 +00:00
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 Add regression test for r24720. 2013-07-05 07:11:46 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
resolve_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
rethrow_test.dart Implement rethrow statement 2013-04-12 16:32:37 +00:00
return_in_loop_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
return_this_type_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
return_type_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Triage Safari bug 7414. 2013-08-27 17:17:35 +00:00
runtime_type_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
savannah_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
scanner_test.dart
scope_variable_test.dart Merge two static_final_field tests and rewrite a negative test to a multi-test 2013-09-04 13:26:32 +00:00
scoped_variables_try_catch_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
setter0_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
setter1_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
setter2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
setter3_test.dart
setter4_test.dart
setter_declaration2_negative_test.dart
setter_declaration_negative_test.dart
setter_no_getter_call_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
setter_no_getter_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
setter_override2_test.dart Report compile-time errors for conflicting overrides as specified by latest 2013-08-16 23:39:41 +00:00
setter_override_test.dart Report compile-time errors for conflicting overrides as specified by latest 2013-08-16 23:39:41 +00:00
side_effect_throw_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
skip_expression_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
smaller_4_Interface_Types_A11_t01_test.dart Enable optimization of try-finally in the VM's optimizing compiler. 2013-06-04 14:35:43 +00:00
smaller_4_Interface_Types_A11_t02_test.dart Enable optimization of try-finally in the VM's optimizing compiler. 2013-06-04 14:35:43 +00:00
smi_type_test.dart Fix 11574: Smi is a subtype of parametrizable Compare. 2013-06-28 22:30:59 +00:00
source_self_negative_test.dart
stack_overflow_stacktrace_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
stack_overflow_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
stack_trace_test.dart If a rethrow is encountered in the catch block, then its handler must be marked that it needs stacktrace. Fix issue r12584. 2013-08-31 00:26:47 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
state_mangling2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
state_mangling3_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
state_mangling4_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
state_mangling_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
statement_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
static_call_wrong_argument_count_negative_test.dart
static_closure_identical_test.dart Re-apply "Implement operator== and hashCode for bound closures.". The emitter should not try to share a bound closure class between an intercepted method and a non-intercepted method because the call has different calling conventions: the intercepted version pass an extra argument, which is the actual receiver. 2013-05-30 08:27:28 +00:00
static_const_field_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
static_field1_test.dart
static_field1a_test.dart
static_field2_test.dart
static_field2a_test.dart
static_field3_test.dart
static_field_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
static_initializer_type_error_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
static_inline_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
static_parameter_test.dart Emit compile-time error for 'static' formal parameters. 2013-09-24 06:32:50 +00:00
static_postfix_operator_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
static_top_level_test.dart
strict_equal_test.dart More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
string_interpolate1_negative_test.dart
string_interpolate2_negative_test.dart
string_interpolate2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
string_interpolate_null_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
string_interpolation8_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
string_interpolation9_test.dart
string_interpolation_and_buffer.dart Remove deprecated StringBuffer.add, addAll and addCharCode. 2013-03-08 13:07:18 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
string_intrinsics_test.dart More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
string_join_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
string_optimizations_test.dart Optimizations on String.concat and String.toString need to make sure the receiver is not null. 2013-08-27 06:24:59 +00:00
string_overflow.dart Fix issue 11214 avoid length overflow in String::ConcatAll 2013-06-11 23:07:57 +00:00
string_supertype_checked_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
string_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
super_assign_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
super_call4_test.dart Move invokeOn to InstanceMirror. 2013-04-17 16:39:19 +00:00
super_call_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
super_closure_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
super_field_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
super_first_constructor_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
super_getter_setter_test.dart Change memberName and namedArguments in Invocation to use Symbol. 2013-04-17 07:54:48 +00:00
super_implicit_closure_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
super_inferrer_test.dart Handle super calls in the backend type inferrer. 2013-05-16 11:12:34 +00:00
super_operator_index2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
super_operator_index3_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
super_operator_index4_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
super_operator_index5_test.dart Change memberName and namedArguments in Invocation to use Symbol. 2013-04-17 07:54:48 +00:00
super_operator_index6_test.dart Change memberName and namedArguments in Invocation to use Symbol. 2013-04-17 07:54:48 +00:00
super_operator_index7_test.dart Change memberName and namedArguments in Invocation to use Symbol. 2013-04-17 07:54:48 +00:00
super_operator_index8_test.dart Fix two bugs in the Dart VM's super-noSuchMethod invocation. 2013-06-03 17:09:09 +00:00
super_operator_index_test.dart Stop creating selectors in the SSA builder that were already created by the resolver. 2013-02-27 13:18:52 +00:00
super_operator_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
super_setter_interceptor_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
super_setter_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
super_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
switch1_negative_test.dart
switch3_negative_test.dart
switch4_negative_test.dart
switch5_negative_test.dart
switch6_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Disallow double in case clauses and const map literal keys 2013-10-01 17:22:39 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
switch_label2_test.dart Implement continue for switch. 2013-05-17 09:35:05 +00:00
switch_label_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
switch_scope_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
switch_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 - Tests should not rely on --compile_all. 2013-08-27 17:09:22 +00:00
temp_mangling_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
ternary_test.dart Remove support for + prefix in number literals 2013-06-14 21:16:46 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
throw2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
throw3_test.dart Fix uses of throw/rethrow in tests. 2013-08-07 07:38:44 +00:00
throw4_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
throw5_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
throw6_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
throw8_test.dart Add failing throw test. 2013-07-23 12:06:25 +00:00
throw_expr_test.dart Fix issue 10487 by adapting the type checker so it uses the dynamic type for throw expressions. 2013-05-08 09:28:10 +00:00
throw_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
throwing_lazy_variable_test.dart Let the inferrer know that lazy variables can also be null incase their initializer throws. 2013-09-19 15:40:55 +00:00
top_level_entry.dart BREAKING CHANGE: enforce part of directive 2013-05-01 20:46:48 +00:00
top_level_entry_test.dart
top_level_file1.dart BREAKING CHANGE: enforce part of directive 2013-05-01 20:46:48 +00:00
top_level_file2.dart BREAKING CHANGE: enforce part of directive 2013-05-01 20:46:48 +00:00
top_level_file3.dart
top_level_func_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
top_level_getter_arrow_syntax_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
top_level_in_initializer_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
top_level_method_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
top_level_multiple_files_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
top_level_non_prefixed_library_test.dart Fix more library name inconsistencies in tests 2013-05-01 23:22:40 +00:00
top_level_prefixed_declaration_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
top_level_prefixed_library_test.lib Remove legacy syntax support for library import 2013-03-25 18:11:08 +00:00
top_level_var_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
try_catch3_test.dart Fix resolution of stack trace parameters 2015-04-14 15:01:45 +00:00
try_catch4_test.dart More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
try_catch5_test.dart More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
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 Fix uses of throw/rethrow. 2013-08-07 08:55:30 +00:00
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 Make sure the type arguments of the supertype of a class are being added to the isCheck set. That supertype may not be instantiated. 2013-05-23 10:49:35 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 More throw/rethrow fixes. 2013-08-07 08:04:38 +00:00
type_guard_conversion_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
type_intersection_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Break a cycle in the speculative type propagator by checking if a desired type goes to unknown. 2013-06-10 12:27:24 +00:00
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 More tests updated to optimize code (Part 2). 2013-07-11 20:12:37 +00:00
type_propagation_in_for_update_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
type_propagation_phi_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
type_propagation_test.dart Re-apply: Fix type propagation bug by always narrowing types, and fix unit tests where the type inferrer does not run. 2013-06-04 07:48:22 +00:00
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 Support new malformed types semantics. 2013-07-29 10:19:58 +00:00
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 Fix type variables in closures. 2013-06-20 11:35:44 +00:00
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 Add test for conflicts between type variables and instance or static getters, methods or fields. 2013-10-09 20:06:58 +00:00
type_variable_field_initializer_closure_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
type_variable_field_initializer_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
type_variable_function_type_test.dart Implement dynamic function checks. 2013-12-06 06:47:07 +00:00
type_variable_identifier_expression_test.dart Support type parameters and classes as expression in the vm. 2013-07-09 19:35:56 +00:00
type_variable_initializer_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
type_variable_nested_test.dart Remove deprecated Expect from the libraries. 2013-04-08 16:07:34 +00:00
type_variable_scope2_test.dart Support new malformed types semantics. 2013-07-29 10:19:58 +00:00
type_variable_scope3_test.dart
type_variable_scope_test.dart Support new malformed types semantics. 2013-07-29 10:19:58 +00:00
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 BREAKING CHANGE: Remove === and !== in the VM compiler 2013-06-07 16:31:33 +00:00
typed_message_test.dart Make test async safe 2013-12-02 12:14:57 +00:00
typed_selector2_test.dart
typed_selector_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
typedef_is_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
typevariable_substitution2_test.dart Compute correct constructor type for synthesized mixin constructors. 2014-01-06 09:41:17 +00:00
unary2_test.dart Remove support for + prefix in number literals 2013-06-14 21:16:46 +00:00
unary_plus_negative_test.dart
unary_test.dart Remove support for + prefix in number literals 2013-06-14 21:16:46 +00:00
unbalanced_brace_test.dart
unbound_getter_test.dart
unconditional_break.dart dart2js: Fix SSA corner case with always breaking loop and failing assert 2013-04-05 13:06:04 +00:00
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 Fixes scanning of Utf16 surrogate pairs in string literals. 2013-08-14 17:34:31 +00:00
unnamed_closure_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
unqual_name_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Remove support for remaining deprecated features. 2013-08-07 06:58:25 +00:00
value_range2_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
value_range3_test.dart Remove deprecated Expect from the libraries. 2013-04-08 16:07:34 +00:00
value_range_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
var_init_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
variable_declaration_metadata_test.dart Don't permit annotations inside variable declarations. 2015-04-15 13:28:38 +00:00
void_type_test.dart Remove Expect from core library. 2013-04-05 19:43:16 +00:00
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 Support new malformed types semantics. 2013-07-29 10:19:58 +00:00