dart-sdk/tests/language
Martin Kustermann 117924ed15 Update kernel status files for precompilation after refactoring
The tests for which dartk is missing a compile-time error will run the precompiler on the result and will therefore have a different status entry (even though it is caused by dartk).

Review URL: https://codereview.chromium.org/2547523002 .
2016-12-01 14:48:24 +01:00
..
sub
vm Fixed the conditions of an assert causing the debug VM to crash when trying to load a library from an invalid path. Created copy of a previous deferred_import_t02.dart test from co19 as a regression test until deferred_import_t02.dart is reverted to the previous test. 2016-11-29 14:07:19 -08:00
aborting_switch_case_test.dart
abstract_beats_arguments_test.dart AbstractClassInstantiationError beats NoSuchMethodError 2015-12-03 16:56:26 -08:00
abstract_exact_selector_test.dart
abstract_factory_constructor_test.dart
abstract_getter_test.dart
abstract_method_test.dart
abstract_object_method_test.dart
abstract_runtime_error_test.dart
abstract_syntax_test.dart
accessor_conflict_export2_helper.dart Add shared tests demonstrating bugs #25624, #25625, and #25626. 2016-02-01 08:14:00 -08:00
accessor_conflict_export2_test.dart Add shared tests demonstrating bugs #25624, #25625, and #25626. 2016-02-01 08:14:00 -08:00
accessor_conflict_export_helper.dart Add shared tests demonstrating bugs #25624, #25625, and #25626. 2016-02-01 08:14:00 -08:00
accessor_conflict_export_test.dart Add shared tests demonstrating bugs #25624, #25625, and #25626. 2016-02-01 08:14:00 -08:00
accessor_conflict_getter.dart Add shared tests demonstrating bugs #25624, #25625, and #25626. 2016-02-01 08:14:00 -08:00
accessor_conflict_import2_test.dart Add shared tests demonstrating bugs #25624, #25625, and #25626. 2016-02-01 08:14:00 -08:00
accessor_conflict_import_prefixed2_test.dart Add shared tests demonstrating bugs #25624, #25625, and #25626. 2016-02-01 08:14:00 -08:00
accessor_conflict_import_prefixed_test.dart Add shared tests demonstrating bugs #25624, #25625, and #25626. 2016-02-01 08:14:00 -08:00
accessor_conflict_import_test.dart Add shared tests demonstrating bugs #25624, #25625, and #25626. 2016-02-01 08:14:00 -08:00
accessor_conflict_setter.dart Add shared tests demonstrating bugs #25624, #25625, and #25626. 2016-02-01 08:14:00 -08:00
ackermann_test.dart
adjacent_const_string_literals_test.dart
adjacent_string_literals_test.dart
allocate_large_object_test.dart
allocate_test.dart
allocation_sinking_inlining_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
application_negative_test.dart
application_test.dart
arg_param_trailing_comma_test.dart dart2js: allow trailing commas in parameter and argument lists 2016-07-08 10:03:51 -07:00
argument_definition_test.dart
arithmetic2_test.dart
arithmetic_canonicalization_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
arithmetic_smi_overflow_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
arithmetic_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
assert_assignable_type_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
assert_initializer_test.dart See: https://docs.google.com/document/d/1iEuLbDMgbB657R5aFj9EfnT6B0obzQk93Of7CfWKc00/edit#heading=h.9ixvz54wwawi 2016-08-24 12:43:26 +02:00
assert_with_type_test_or_cast_test.dart Add SkipSlow marker 2015-02-13 10:02:30 +00:00
assertion_test.dart This is a fixed up version of: 2015-09-14 07:58:18 +02:00
assign_instance_method_negative_test.dart
assign_op_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
assign_static_type_test.dart
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
assignable_expression_test.dart
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 Yield in non-generator function is compile-time error 2015-06-25 10:40:25 -07:00
async_await_test.dart Remove multitests from language/async_await_test. Skip on linux x64 dartium 2016-04-07 10:26:13 +02:00
async_backwards_compatibility_1_test.dart
async_backwards_compatibility_2_test.dart
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 Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08: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
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 Report wrong async function result type as type error in checked mode (Fixes #26133). 2016-05-09 15:06:45 -07: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_cancel_while_paused_test.dart Factor failing tests out of language/async_star_test.dart 2015-08-06 14:56:30 +02:00
async_star_no_cancel2_test.dart More tests for async* functions. 2016-02-11 14:53:44 +01:00
async_star_no_cancel_test.dart More tests for async* functions. 2016-02-11 14:53:44 +01:00
async_star_pause_test.dart Make StreamIterator not delay pausing between requests. 2016-09-26 09:35:46 +02:00
async_star_regression_2238_test.dart Factor failing tests out of language/async_star_test.dart 2015-08-06 14:56:30 +02: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_regression_fisk_test.dart Forward cancel subscription in stream pipes. 2015-08-13 12:57:35 +02:00
async_star_stream_take_test.dart Factor failing tests out of language/async_star_test.dart 2015-08-06 14:56:30 +02:00
async_star_take_reyield_test.dart Factor failing tests out of language/async_star_test.dart 2015-08-06 14:56:30 +02:00
async_star_test.dart Make StreamIterator not delay pausing between requests. 2016-09-26 09:35:46 +02: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 Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08: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 Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
await_nonfuture_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
await_not_started_immediately_test.dart Implementation of async-await transformation on js ast. 2015-02-09 12:02:52 +00:00
await_null_aware_test.dart VM: Fix bug with ??= expressions using await. 2015-11-03 21:47:06 +01:00
await_postfix_expr_test.dart Fix issue 22875 2015-03-17 23:49:05 +00:00
await_regression_test.dart Fix await transformation of function calls 2015-10-05 10:31:05 -07:00
await_test.dart Correct and GC unrecognized flags from our tests. 2016-08-15 18:28:11 -07:00
bad_constructor_test.dart
bad_initializer1_negative_test.dart
bad_initializer2_negative_test.dart
bad_named_constructor_negative_test.dart
bad_named_parameters2_test.dart
bad_named_parameters_test.dart
bad_override_test.dart
bad_raw_string_negative_test.dart
bailout2_test.dart
bailout3_test.dart
bailout4_test.dart
bailout5_test.dart
bailout6_test.dart
bailout7_test.dart
bailout_container_type_test.dart
bailout_test.dart
bind_test.dart
bit_operations_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
bit_shift_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
black_listed_test.dart
body_less_constructor_wrong_arg_negative_test.dart
bool_check_test.dart Implement correct semantics of Boolean Conversion 2014-12-08 18:51:48 +00:00
bool_condition_check_test.dart Fix boolean conversion bug in dart2js + update JSRegExp accordingly. 2015-07-27 14:19:26 +02:00
bool_test.dart
bootstrap_test.dart --check_function_fingerprints is available only in dart_no_snapshot, i.e., it was not tested. Make it default true, catch failure at build time then 2015-06-02 16:36:54 -07:00
bound_closure_equality_test.dart
bound_closure_primitives_test.dart
branch_canonicalization_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
branches_test.dart
break_test.dart
built_in_identifier_illegal_test.dart
built_in_identifier_prefix_library_abstract.dart
built_in_identifier_prefix_library_as.dart
built_in_identifier_prefix_library_dynamic.dart
built_in_identifier_prefix_library_export.dart
built_in_identifier_prefix_library_external.dart
built_in_identifier_prefix_library_factory.dart
built_in_identifier_prefix_library_get.dart
built_in_identifier_prefix_library_implements.dart
built_in_identifier_prefix_library_import.dart
built_in_identifier_prefix_library_library.dart
built_in_identifier_prefix_library_operator.dart
built_in_identifier_prefix_library_part.dart
built_in_identifier_prefix_library_set.dart
built_in_identifier_prefix_library_static.dart
built_in_identifier_prefix_library_typedef.dart
built_in_identifier_test.dart
call_argument_inference_test.dart
call_closurization_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
call_constructor_on_unresolvable_class_test.dart
call_function_apply_test.dart dart2js: Add failing test for Function.apply on normal class with call. 2015-07-21 11:28:44 +02:00
call_non_method_field_test.dart
call_nonexistent_constructor_test.dart
call_nonexistent_static_test.dart
call_operator_test.dart
call_property_test.dart
call_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
call_this_test.dart
call_through_getter_test.dart Revert "Probe safari codegen bug" 2014-12-11 05:24:25 +00:00
call_through_null_getter_test.dart
call_type_literal_test.dart
call_with_no_such_method_test.dart
callable_test.dart
canonical_const2_test.dart
canonical_const3_test.dart
canonical_const_test.dart
cascade2_test.dart
cascade_2_test.dart
cascade_in_expression_function_test.dart
cascade_in_initializer_list_test.dart
cascade_precedence_test.dart
cascade_test.dart
cast2_test.dart
cast_test.dart
catch_liveness_test.dart Fix static warning in language/catch_liveness_test. 2015-04-08 16:44:37 +00:00
cha_deopt1_deferred_lib.dart
cha_deopt1_lib.dart
cha_deopt1_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
cha_deopt2_deferred_lib.dart
cha_deopt2_lib.dart
cha_deopt2_test.dart VM: Fix --no-use-field-guards. 2016-03-29 17:40:58 -07:00
cha_deopt3_deferred_lib.dart
cha_deopt3_lib.dart
cha_deopt3_test.dart VM: Fix --no-use-field-guards. 2016-03-29 17:40:58 -07:00
char_escape_test.dart
check_member_static_test.dart
check_method_override_test.dart
checked_mode_helper.dart
checked_null_test.dart
checked_setter2_test.dart
checked_setter3_test.dart
checked_setter_test.dart
class_codegen_test.dart
class_cycle2_test.dart
class_cycle_test.dart
class_keyword_test.dart
class_literal_test.dart
class_override_test.dart
class_syntax2_test.dart
class_syntax_test.dart
class_test.dart
classes_static_method_clash_test.dart dart2js: add failing test for namer and global stubs. 2015-07-21 22:47:13 +02:00
closure2_test.dart
closure3_test.dart
closure4_test.dart
closure5_test.dart
closure6_test.dart
closure7_test.dart
closure8_test.dart
closure_break1_test.dart
closure_break2_test.dart
closure_break_test.dart
closure_call_wrong_argument_count_negative_test.dart
closure_cycles_test.dart
closure_in_constructor_test.dart
closure_in_field_initializer_test.dart
closure_in_initializer2_test.dart
closure_in_initializer_test.dart
closure_internals_test.dart
closure_parameter_types_test.dart
closure_self_reference_test.dart Handle field-invocation and method-extraction in the runtime when --lazy_dispatchers=false. 2015-06-30 15:14:35 -07:00
closure_shared_state_test.dart
closure_side_effect_test.dart
closure_test.dart
closure_type_test.dart
closure_type_variable_test.dart
closure_type_variables_test.dart
closure_variable_shadow_test.dart
closure_with_super_field_test.dart
closure_with_super_send_test.dart
closures_initializer2_test.dart
closures_initializer_test.dart
closures_with_complex_params_test.dart
code_after_try_is_executed_test.dart
code_motion_crash_test.dart
comparison_test.dart
compile_time_constant2_test.dart
compile_time_constant3_test.dart
compile_time_constant5_test.dart
compile_time_constant6_test.dart
compile_time_constant7_test.dart
compile_time_constant8_test.dart
compile_time_constant9_test.dart
compile_time_constant10_test.dart
compile_time_constant11_test.dart
compile_time_constant12_test.dart Accept constant string concatenation and constant string length as constant 2015-02-18 00:38:40 +00:00
compile_time_constant13_test.dart
compile_time_constant_a_test.dart
compile_time_constant_arguments_test.dart
compile_time_constant_b_test.dart
compile_time_constant_c_test.dart dart2js: Support new const operations on strings. 2015-01-09 16:07:53 +00:00
compile_time_constant_checked2_test.dart
compile_time_constant_checked3_test.dart
compile_time_constant_checked4_test.dart
compile_time_constant_checked5_test.dart In constant evaluation, handle final vars initialized at declaration site. 2015-05-04 16:21:54 +00:00
compile_time_constant_checked_test.dart
compile_time_constant_d_test.dart
compile_time_constant_e_test.dart Update tests to make latent errors explicit. 2016-07-08 10:41:23 +02:00
compile_time_constant_f_test.dart
compile_time_constant_g_test.dart
compile_time_constant_h_test.dart
compile_time_constant_i_test.dart
compile_time_constant_j_test.dart
compile_time_constant_k_test.dart
compile_time_constant_l_test.dart
compile_time_constant_m_test.dart
compile_time_constant_n_test.dart
compile_time_constant_o_test.dart
compile_time_constant_p_test.dart
compile_time_constant_q_test.dart
compile_time_constant_r_test.dart
compile_time_constant_test.dart
compiler_annotations.dart
compound_assignment_operator_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
cond_expr_test.dart
condition_bailout_test.dart
conditional_access_helper.dart Fix analyzer interpretation of 'ClassName?.staticMember'. 2015-07-28 09:49:35 -07:00
conditional_import_string_test.dart Make dart2js not consider dart:io there if the library is unsupported. 2016-09-13 09:21:54 +02:00
conditional_import_test.dart Make dart2js not consider dart:io there if the library is unsupported. 2016-09-13 09:21:54 +02:00
conditional_method_invocation_test.dart Fix analyzer interpretation of 'ClassName?.staticMember'. 2015-07-28 09:49:35 -07:00
conditional_property_access_test.dart Fix analyzer interpretation of 'ClassName?.staticMember'. 2015-07-28 09:49:35 -07:00
conditional_property_assignment_test.dart Fix analyzer interpretation of 'ClassName?.staticMember'. 2015-07-28 09:49:35 -07:00
conditional_property_increment_decrement_test.dart Fix analyzer interpretation of 'ClassName?.staticMember'. 2015-07-28 09:49:35 -07:00
conditional_rewrite_test.dart dart2js cps: Use JS semantics for logical operators in the tree IR. 2015-06-16 15:21:30 +02:00
config_import_lib1a.dart dart2js: add support for configuration-specific imports. 2015-12-11 06:17:15 +01:00
config_import_lib1b.dart dart2js: add support for configuration-specific imports. 2015-12-11 06:17:15 +01:00
config_import_lib1c.dart dart2js: add support for configuration-specific imports. 2015-12-11 06:17:15 +01:00
config_import_lib2a.dart dart2js: add support for configuration-specific imports. 2015-12-11 06:17:15 +01:00
config_import_lib2b.dart dart2js: add support for configuration-specific imports. 2015-12-11 06:17:15 +01:00
config_import_lib2c.dart dart2js: add support for configuration-specific imports. 2015-12-11 06:17:15 +01:00
config_import_lib3a.dart dart2js: add support for configuration-specific imports. 2015-12-11 06:17:15 +01:00
config_import_lib3b.dart dart2js: add support for configuration-specific imports. 2015-12-11 06:17:15 +01:00
config_import_lib3c.dart dart2js: add support for configuration-specific imports. 2015-12-11 06:17:15 +01:00
config_import_lib4a.dart dart2js: add support for configuration-specific imports. 2015-12-11 06:17:15 +01:00
config_import_lib4b.dart dart2js: add support for configuration-specific imports. 2015-12-11 06:17:15 +01:00
config_import_lib4c.dart dart2js: add support for configuration-specific imports. 2015-12-11 06:17:15 +01:00
config_import_test.dart Enable conditional directives by default. 2016-04-14 19:02:41 +02:00
conflicting_type_variable_and_setter_test.dart Introduce language test for bug #25525 2016-01-19 09:14:46 -08:00
const_conditional_test.dart
const_constructor2_test.dart
const_constructor3_test.dart
const_constructor_mixin2_test.dart
const_constructor_mixin3_test.dart
const_constructor_mixin_test.dart
const_constructor_nonconst_field_test.dart
const_constructor_super2_test.dart Enforce use of the forEachInstanceField ordering for constructed constants. 2016-06-20 12:49:30 +02:00
const_constructor_super_test.dart
const_constructor_syntax_test.dart
const_constructor_test.dart
const_counter_negative_test.dart
const_dynamic_type_literal_test.dart Allow "dynamic" as a constant value in analyzer. 2015-03-26 21:50:44 +00:00
const_error_multiply_initialized_test.dart Report a compile-time error if a const field is multiply initialized. 2015-06-10 14:02:43 -07:00
const_escape_frog_test.dart
const_evaluation_test.dart
const_factory_redirection_test.dart
const_factory_with_body_test.dart
const_for_in_variable_test.dart Handle const loop variable. 2015-12-08 11:30:00 +01:00
const_getter_test.dart Disallow const getters. 2015-12-09 10:46:04 +01:00
const_global_test.dart
const_init2_test.dart
const_init_test.dart
const_instance_field_test.dart
const_list_test.dart
const_local_test.dart
const_locals_test.dart
const_map2_test.dart Use annotations on confuse() functions 2015-12-09 12:30:01 -08:00
const_map3_test.dart
const_map4_test.dart
const_map_test.dart Use annotations on confuse() functions 2015-12-09 12:30:01 -08:00
const_named_test.dart
const_native_factory_test.dart
const_nested_test.dart
const_objects_are_immutable_test.dart
const_optional_args_negative_test.dart
const_qq_test.dart Make ?? a compile-time constant operator. 2016-01-12 12:30:07 +01:00
const_redirect_skips_supertype_test.dart Fix a corner case of constant evaluation cycle detection. 2016-03-28 18:50:14 -07:00
const_redirecting_factory_test.dart Handle default values on constant redirecting factories. 2015-05-04 13:39:14 +00:00
const_string_test.dart Canonicalize expressions that may be used as constants 2016-01-05 08:51:52 -08:00
const_switch2_test.dart
const_switch_test.dart
const_syntax_test.dart Fix test so that dartanalyzer can hadle it correctly. 2015-07-28 13:18:00 -07:00
const_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
const_types_test.dart
const_var_helper.dart
const_var_test.dart
constant_fold_equals_test.dart
constant_locals_test.dart
constant_propagation_phis_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
constant_string_interpolation2_test.dart Make dart2js accept constant null values in string interpolations. 2015-11-06 10:58:06 +01:00
constant_string_interpolation_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
constant_type_literal_test.dart
constructor2_test.dart
constructor3_negative_test.dart
constructor3_test.dart
constructor4_test.dart
constructor5_test.dart
constructor6_test.dart
constructor7_test.dart
constructor8_test.dart
constructor9_test.dart
constructor10_test.dart
constructor11_test.dart
constructor12_test.dart Fix order of box and types for constructor-body invocations. 2015-03-02 14:57:49 +00:00
constructor_body_test.dart
constructor_call_as_function_test.dart
constructor_call_wrong_argument_count_negative_test.dart
constructor_default_test.dart
constructor_duplicate_final_test.dart
constructor_duplicate_initializers_test.dart
constructor_initializer_test.dart
constructor_name_clash_lib.dart dart2js: Refactoring, documentation, and a few bugfixes in Namer class. 2015-02-27 14:20:49 +00:00
constructor_name_clash_test.dart dart2js: Refactoring, documentation, and a few bugfixes in Namer class. 2015-02-27 14:20:49 +00:00
constructor_name_test.dart
constructor_named_arguments_test.dart
constructor_redirect1_negative_test.dart
constructor_redirect2_negative_test.dart
constructor_redirect2_test.dart Compute NewStructure in resolution. 2015-11-11 11:46:08 +01:00
constructor_redirect_test.dart
constructor_return_test.dart
constructor_setter_negative_test.dart
constructor_test.dart
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
context_args_with_defaults_test.dart
context_test.dart
continue_test.dart
core_type_check_test.dart
crash_6725_part.dart
crash_6725_test.dart
crash_12118_test.dart
create_unresolved_type_test.dart
critical_edge2_test.dart
critical_edge_test.dart
ct_const2_test.dart
ct_const3_test.dart
ct_const4_lib.dart
ct_const4_test.dart
ct_const_test.dart
custom_await_stack_trace_test.dart Add StackTrace.fromString constructor. 2015-04-13 09:17:13 +00:00
cyclic_class_member_test.dart
cyclic_constructor_test.dart
cyclic_default_values_test.dart Add cyclic default-value test. 2015-08-04 13:55:55 +02:00
cyclic_import_test.dart
cyclic_metadata_test.dart
cyclic_type2_test.dart
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
dangling_else_test.dart Delete dart_backend from compiler. 2016-08-04 15:57:04 -07:00
dead_field_access_test.dart dart2js cps: Replace getter/setter calls with direct field access. 2015-06-22 16:08:51 +02:00
deep_nesting1_negative_test.dart Fix test expectation for deep recursion tests 2016-01-22 09:47:15 -08:00
deep_nesting2_negative_test.dart Fix test expectation for deep recursion tests 2016-01-22 09:47:15 -08:00
default_class_implicit_constructor_test.dart
default_factory2_test.dart
default_factory3_test.dart
default_factory_library.dart
default_factory_library_test.dart
default_factory_test.dart
default_implementation2_test.dart
default_implementation_test.dart
default_init_test.dart
deferred_call_empty_before_load_lib.dart Add test for calling an empty function from unloaded deferred library. 2015-05-06 10:28:55 +00:00
deferred_call_empty_before_load_test.dart Add test for calling an empty function from unloaded deferred library. 2015-05-06 10:28:55 +00:00
deferred_closurize_load_library_lib.dart
deferred_closurize_load_library_test.dart
deferred_constant_list_lib.dart
deferred_constant_list_test.dart
deferred_constraints_constants_lib.dart
deferred_constraints_constants_test.dart
deferred_constraints_lib.dart
deferred_constraints_lib2.dart
deferred_constraints_type_annotation_test.dart
deferred_duplicate_prefix1_test.dart
deferred_duplicate_prefix2_test.dart
deferred_duplicate_prefix3_test.dart
deferred_function_type_lib.dart 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_import_core_test.dart Test that a deferred import of dart:core is ok. 2016-01-13 08:24:28 -08:00
deferred_inheritance_constraints_lib.dart
deferred_inheritance_constraints_test.dart Insert the right checks for redirecting factories to deferred constructors. 2015-05-08 09:18:00 +00:00
deferred_inlined_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08: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
deferred_load_inval_code_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
deferred_load_library_wrong_args_lib.dart
deferred_load_library_wrong_args_test.dart
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
deferred_no_such_method_lib.dart
deferred_no_such_method_test.dart
deferred_not_loaded_check_lib.dart
deferred_not_loaded_check_test.dart Fix issues with argument evaluation order and noSuchMethod errors. 2016-10-12 17:04:55 -07:00
deferred_only_constant_lib.dart
deferred_only_constant_test.dart
deferred_optimized_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
deferred_prefix_constraints_lib.dart
deferred_prefix_constraints_lib2.dart
deferred_redirecting_factory_lib1.dart Insert the right checks for redirecting factories to deferred constructors. 2015-05-08 09:18:00 +00:00
deferred_redirecting_factory_lib2.dart Insert the right checks for redirecting factories to deferred constructors. 2015-05-08 09:18:00 +00:00
deferred_redirecting_factory_test.dart Avoid using multitest. 2015-05-08 12:09:41 +00:00
deferred_regression_22995_lib.dart Dart2js deferred loading. Follow types of functions when calculating dependencies. 2015-04-15 10:55:39 +00:00
deferred_regression_22995_test.dart Dart2js deferred loading. Follow types of functions when calculating dependencies. 2015-04-15 10:55:39 +00:00
deferred_shadow_load_library_lib.dart
deferred_shadow_load_library_test.dart
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 Added full deferred loading semantic to precompiled/--noopt/eager-loading code (some corner cases, e.g., compile-time errors for constants, still missing) 2015-07-09 10:56:55 -07:00
deferred_super_dependency_lib.dart Fix crash when deferred loading would encounter an unresolved super setter. 2015-09-09 14:56:11 +02:00
deferred_super_dependency_test.dart Fix crash when deferred loading would encounter an unresolved super setter. 2015-09-09 14:56:11 +02:00
deferred_type_dependency_lib1.dart Move shared class to it's own library. 2015-07-22 18:59:31 +02:00
deferred_type_dependency_lib2.dart Move shared class to it's own library. 2015-07-22 18:59:31 +02:00
deferred_type_dependency_lib3.dart Move shared class to it's own library. 2015-07-22 18:59:31 +02:00
deferred_type_dependency_test.dart Don't use "var" to introduce the deferred_initializer. 2016-01-29 21:52:52 +01:00
deopt_inlined_function_lazy_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
deopt_inlined_function_test.dart
deopt_lazy_finalization_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
deopt_no_feedback_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
deopt_smi_op_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
deoptimized_function_on_stack_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
disassemble_test.dart VM: Avoid allocating strings when disassembling code. 2016-09-27 12:43:05 -07:00
div_by_zero_test.dart
div_with_power_of_two2_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
div_with_power_of_two_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
do_while2_test.dart
do_while3_test.dart
do_while4_test.dart
do_while_test.dart
double_comparison_test.dart
double_int_addition_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
double_int_to_string_test.dart
double_modulo_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
double_nan_comparison_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
double_to_string_as_exponential2_test.dart
double_to_string_as_exponential3_test.dart
double_to_string_as_exponential_test.dart
double_to_string_as_fixed2_test.dart
double_to_string_as_fixed_test.dart
double_to_string_as_precision2_test.dart
double_to_string_as_precision3_test.dart
double_to_string_as_precision_test.dart
double_to_string_test.dart
duplicate_constructor_test.dart
duplicate_export_liba.dart
duplicate_export_negative_test.dart
duplicate_export_test.dart
duplicate_implements_test.dart
duplicate_import_liba.dart
duplicate_import_libb.dart
duplicate_import_libc.dart
duplicate_import_libd.dart
duplicate_import_prefix_test.dart
duplicate_interface_lib.dart
duplicate_interface_negative_test.dart
duplicate_interface_test.dart
dynamic2_test.dart
dynamic_call_test.dart
dynamic_field_test.dart
dynamic_prefix_core_test.dart
dynamic_test.dart
dynamic_type_literal_test.dart
efficient_length_warning_test.dart Make EfficientLength extend Iterable. 2016-11-28 08:04:04 +01:00
emit_const_fields_test.dart
empty_block_case_test.dart
empty_library.dart Fix analyzer's handling of import prefixes not followed by '.'. 2015-06-09 13:38:53 -07:00
empty_main.dart
enum_duplicate_lib.dart Support enums in dart2dart. 2015-01-28 09:04:49 +00:00
enum_duplicate_test.dart Correct and GC unrecognized flags from our tests. 2016-08-15 18:28:11 -07:00
enum_index_test.dart Correct and GC unrecognized flags from our tests. 2016-08-15 18:28:11 -07:00
enum_is_keyword_test.dart Make enum a keyword in dart2js. 2015-02-20 10:54:48 +00:00
enum_mirror_test.dart Correct and GC unrecognized flags from our tests. 2016-08-15 18:28:11 -07:00
enum_private_lib.dart Support enums in dart2dart. 2015-01-28 09:04:49 +00:00
enum_private_test.dart Correct and GC unrecognized flags from our tests. 2016-08-15 18:28:11 -07:00
enum_syntax_test.dart Correct and GC unrecognized flags from our tests. 2016-08-15 18:28:11 -07:00
enum_test.dart Correct and GC unrecognized flags from our tests. 2016-08-15 18:28:11 -07:00
equality_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08: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
example_constructor_test.dart
exception_identity_test.dart
exception_in_increment_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
exception_test.dart
execute_finally1_test.dart
execute_finally2_test.dart
execute_finally3_test.dart
execute_finally4_test.dart
execute_finally5_test.dart
execute_finally6_test.dart
execute_finally7_test.dart
execute_finally8_test.dart
execute_finally9_test.dart
execute_finally10_test.dart
execute_finally11_test.dart
execute_finally12_test.dart
exhaustive_for_test.dart
expect_test.dart
export1_lib.dart
export_ambiguous_main_a.dart
export_ambiguous_main_b.dart
export_ambiguous_main_negative_test.dart
export_cyclic_helper1.dart
export_cyclic_helper2.dart
export_cyclic_helper3.dart
export_cyclic_test.dart
export_double_same_main_test.dart
export_helper1.dart
export_helper2.dart
export_helper3.dart
export_helper4.dart
export_main_override_test.dart
export_main_test.dart
export_not_shadowed_by_prefix_helper.dart Verify that import prefixes don't shadow exports. 2016-01-13 12:45:21 -08:00
export_not_shadowed_by_prefix_helper2.dart Verify that import prefixes don't shadow exports. 2016-01-13 12:45:21 -08:00
export_not_shadowed_by_prefix_test.dart Verify that import prefixes don't shadow exports. 2016-01-13 12:45:21 -08:00
export_private_test.dart Fix accessing dart:_ libraries via exports. 2015-06-12 16:50:27 -07:00
export_test.dart
extend_type_parameter2_negative_test.dart
extend_type_parameter_negative_test.dart
extends_test.dart
extends_test_lib.dart
external_test.dart
f_bounded_equality_test.dart
f_bounded_quantification2_test.dart
f_bounded_quantification3_test.dart
f_bounded_quantification4_test.dart
f_bounded_quantification5_test.dart dart2js: add common names to mangledGlobalNames in new emitter. 2015-02-06 08:52:15 +00:00
f_bounded_quantification_test.dart
factory1_test.dart
factory2_negative_test.dart
factory2_test.dart
factory3_negative_test.dart
factory3_test.dart
factory4_test.dart
factory5_test.dart Remove analyzer warning from test. 2016-07-08 14:12:24 +02:00
factory6_test.dart Handle redirects to unresolved redirects 2016-07-08 11:14:20 +02:00
factory_arrow_test.dart
factory_implementation_test.dart
factory_negative_test.dart
factory_redirection2_test.dart
factory_redirection3_cyclic_test.dart
factory_redirection_test.dart
factory_return_type_checked_test.dart
factory_test.dart
factory_type_parameter2_test.dart
factory_type_parameter_test.dart
failing_main.dart
fannkuch_test.dart
fast_method_extraction_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
fauxverride_test.dart
fibo_test.dart
field1_negative_test.dart
field2_negative_test.dart
field3_negative_test.dart
field3a_negative_test.dart
field4_negative_test.dart
field5_negative_test.dart
field6_negative_test.dart
field6a_negative_test.dart
field_decl_missing_var_type_test.dart
field_increment_bailout_test.dart
field_inference_test.dart
field_initialization_order_test.dart
field_method4_negative_test.dart
field_method_test.dart
field_optimization2_test.dart
field_optimization3_test.dart
field_optimization_test.dart
field_override2_test.dart
field_override3_test.dart
field_override4_test.dart
field_override_test.dart
field_parameter_test.dart
field_test.dart Fix typos 'overriden' to 'overridden' and '@mustCall super' to '@mustCallSuper' (#27853) 2016-11-18 09:36:25 -08:00
field_type_check2_test.dart
field_type_check_test.dart
final_field_initialization_order_test.dart
final_for_in_variable_test.dart
final_initializer_instance_reference_test.dart Ensure correct current element for field initializers. 2016-08-11 13:19:36 +02:00
final_is_not_const_test.dart
final_param_test.dart
final_super_field_set_test.dart Test (and fix some) invalid assignments. 2015-05-22 15:00:07 +02:00
final_syntax_test.dart
final_used_in_try_test.dart
final_variable_assignment_test.dart
finally_test.dart
first_class_types_constants_test.dart
first_class_types_lib1.dart
first_class_types_lib2.dart
first_class_types_libraries_test.dart
first_class_types_literals_test.dart
first_class_types_test.dart
first_test.dart
fixed_length_test.dart
fixed_type_variable2_test.dart
fixed_type_variable_test.dart
flatten_test.dart Implement the new definition of flatten() from r44569 in analyzer. 2015-03-20 13:29:05 +00:00
for2_test.dart
for_in2_test.dart
for_in3_test.dart Don't allow to iterate over strings. 2016-02-10 23:21:56 +01:00
for_in_side_effects_test.dart
for_in_test.dart
for_inlining_test.dart
for_test.dart
for_variable_capture_test.dart Use closure conversion in new dart2js backend. 2015-01-13 11:57:15 +00:00
for_without_condition_test.dart
forwarding_factory_constructor_default_values_test.dart
full_stacktrace1_test.dart
full_stacktrace2_test.dart
full_stacktrace3_test.dart
function_argument_test.dart
function_field_test.dart Correct and GC unrecognized flags from our tests. 2016-08-15 18:28:11 -07:00
function_getter_test.dart
function_literals2_test.dart
function_literals_test.dart
function_malformed_result_type_test.dart
function_propagation_test.dart
function_subtype0_test.dart
function_subtype1_test.dart
function_subtype2_test.dart
function_subtype3_test.dart dart2js cps: Support function types in 'is' and 'as' operators. 2015-06-18 11:30:57 +02:00
function_subtype_bound_closure0_test.dart
function_subtype_bound_closure1_test.dart
function_subtype_bound_closure2_test.dart
function_subtype_bound_closure3_test.dart
function_subtype_bound_closure4_test.dart
function_subtype_bound_closure5_test.dart
function_subtype_bound_closure5a_test.dart
function_subtype_bound_closure6_test.dart
function_subtype_bound_closure7_test.dart
function_subtype_call0_test.dart
function_subtype_call1_test.dart
function_subtype_call2_test.dart
function_subtype_cast0_test.dart
function_subtype_cast1_test.dart
function_subtype_cast2_test.dart
function_subtype_cast3_test.dart
function_subtype_checked0_test.dart
function_subtype_closure0_test.dart
function_subtype_closure1_test.dart
function_subtype_factory0_test.dart
function_subtype_factory1_test.dart
function_subtype_inline0_test.dart
function_subtype_inline1_test.dart
function_subtype_inline2_test.dart
function_subtype_local0_test.dart
function_subtype_local1_test.dart
function_subtype_local2_test.dart
function_subtype_local3_test.dart
function_subtype_local4_test.dart
function_subtype_local5_test.dart
function_subtype_local6_test.dart
function_subtype_named1_test.dart
function_subtype_named2_test.dart
function_subtype_not0_test.dart
function_subtype_not1_test.dart
function_subtype_not2_test.dart
function_subtype_not3_test.dart
function_subtype_null.dart
function_subtype_optional1_test.dart
function_subtype_optional2_test.dart
function_subtype_setter0_test.dart
function_subtype_simple0_test.dart
function_subtype_simple1_test.dart
function_subtype_simple2_test.dart
function_subtype_top_level0_test.dart
function_subtype_top_level1_test.dart
function_subtype_typearg0_test.dart
function_subtype_typearg1_test.dart
function_subtype_typearg2_test.dart
function_subtype_typearg3_test.dart
function_subtype_typearg4_test.dart
function_subtype_typearg5_test.dart Add language test with nested function typedef with two references to argument 2016-08-30 13:27:20 -07:00
function_syntax_test.dart
function_test.dart
function_type2_test.dart
function_type3_test.dart Update no-inline annotation in test. 2015-02-16 13:07:23 +00:00
function_type_alias2_test.dart
function_type_alias3_test.dart
function_type_alias4_test.dart
function_type_alias5_test.dart
function_type_alias6_test.dart
function_type_alias7_test.dart
function_type_alias8_test.dart
function_type_alias9_test.dart
function_type_alias_test.dart
function_type_call_getter2_test.dart
function_type_call_getter_test.dart
function_type_parameter2_negative_test.dart
function_type_parameter2_test.dart
function_type_parameter_negative_test.dart
function_type_parameter_test.dart
function_type_test.dart
function_type_this_parameter_test.dart
gc_test.dart
generic2_test.dart
generic_closure_test.dart
generic_constructor_mixin2_test.dart
generic_constructor_mixin3_test.dart
generic_constructor_mixin_test.dart
generic_creation_test.dart
generic_deep_test.dart
generic_field_mixin2_test.dart
generic_field_mixin3_test.dart
generic_field_mixin4_test.dart
generic_field_mixin5_test.dart
generic_field_mixin6_test.dart
generic_field_mixin_test.dart
generic_functions_test.dart Enable syntax-only support for generic functions by default, take 2. 2016-11-22 12:33:43 +01:00
generic_functions_test.options Adds tests for syntactic support for generic methods. 2016-03-11 10:27:37 +01:00
generic_inheritance_test.dart
generic_instanceof.dart
generic_instanceof2_test.dart
generic_instanceof3_test.dart
generic_instanceof4_test.dart Upgrade some tests to use annotations instead of 'clever' confuse() function. 2015-11-02 14:11:36 -08:00
generic_instanceof5_test.dart dart2js: is-checks for the new emitter. 2015-01-05 11:33:32 +00:00
generic_instanceof_test.dart
generic_is_check_test.dart
generic_list_checked_test.dart
generic_local_functions_test.dart Enable syntax-only support for generic functions by default, take 2. 2016-11-22 12:33:43 +01:00
generic_local_functions_test.options Adds support for remaining generic method syntax constructs. 2016-04-14 15:25:44 +02:00
generic_metadata_test.dart Support raw types in metadata. 2016-08-23 09:49:33 +02:00
generic_methods_function_type_test.dart Enable syntax-only support for generic functions by default, take 2. 2016-11-22 12:33:43 +01:00
generic_methods_function_type_test.options Revision of "Adjusts dart2js backend to handle method type arguments" 2016-05-24 11:12:02 +02:00
generic_methods_generic_function_parameter_test.dart Enable syntax-only support for generic functions by default, take 2. 2016-11-22 12:33:43 +01:00
generic_methods_generic_function_parameter_test.options Add new language test for generic function parameter (filed issue #27299). 2016-09-13 09:24:57 -07:00
generic_methods_new_test.dart Enable syntax-only support for generic functions by default, take 2. 2016-11-22 12:33:43 +01:00
generic_methods_new_test.options Revision of "Adjusts dart2js backend to handle method type arguments" 2016-05-24 11:12:02 +02:00
generic_methods_test.dart Enable syntax-only support for generic functions by default, take 2. 2016-11-22 12:33:43 +01:00
generic_methods_test.options Adds tests for syntactic support for generic methods. 2016-03-11 10:27:37 +01:00
generic_methods_type_expression_test.dart Enable syntax-only support for generic functions by default, take 2. 2016-11-22 12:33:43 +01:00
generic_methods_type_expression_test.options Revision of "Adjusts dart2js backend to handle method type arguments" 2016-05-24 11:12:02 +02:00
generic_native_test.dart
generic_object_type_test.dart dart2js: put all type-test related properties on the prototype and not on the constructor. 2014-12-17 15:05:15 +00:00
generic_parameterized_extends_test.dart
generic_sends_test.dart Enable syntax-only support for generic functions by default, take 2. 2016-11-22 12:33:43 +01:00
generic_sends_test.options Adds tests for syntactic support for generic methods. 2016-03-11 10:27:37 +01:00
generic_syntax_test.dart
generic_test.dart
generics2_test.dart
generics3_test.dart
generics_test.dart
get_set_syntax_test.dart
getter_closure_execution_order_test.dart
getter_declaration_negative_test.dart
getter_no_setter2_test.dart
getter_no_setter_test.dart
getter_override2_test.dart
getter_override_test.dart
getter_parameters_test.dart
getter_setter_in_lib.dart Properly resolve top-level setters 2015-04-21 17:36:34 +00:00
getter_setter_in_lib2.dart Properly resolve top-level setters 2015-04-21 17:36:34 +00:00
getter_setter_in_lib3.dart Properly resolve top-level setters 2015-04-21 17:36:34 +00:00
getter_setter_in_lib_test.dart Properly resolve top-level setters 2015-04-21 17:36:34 +00:00
getter_setter_interceptor_test.dart
getter_setter_order_test.dart
getters_setters2_test.dart
getters_setters_test.dart
getters_setters_type2_test.dart
getters_setters_type3_test.dart
getters_setters_type_test.dart
guess_cid_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
gvn_field_access_test.dart
gvn_interceptor_test.dart
gvn_test.dart
hash_code_mangling_test.dart
hash_map_null_key_foreach_test.dart
hello_dart_test.dart
hello_script_lib.dart
hello_script_lib_source.dart
hello_script_test.dart
hidden_import_lib.dart
hidden_import_test.dart
identical_closure2_test.dart
identical_closure_test.dart
identical_const_test.dart
identical_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
if_and_test.dart
if_null_assignment_behavior_test.dart Fix analyzer interpretation of 'ClassName?.staticMember'. 2015-07-28 09:49:35 -07: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 Switch on null-aware operators by default in analyzer. 2015-07-13 15:56:21 -07:00
if_null_behavior_test.dart Switch on null-aware operators by default in analyzer. 2015-07-13 15:56:21 -07:00
if_null_evaluation_order_test.dart Switch on null-aware operators by default in analyzer. 2015-07-13 15:56:21 -07:00
if_null_precedence_test.dart Switch on null-aware operators by default in analyzer. 2015-07-13 15:56:21 -07:00
if_test.dart
illegal_declaration_test.dart
illegal_initializer_test.dart
illegal_invocation_lib.dart
illegal_invocation_test.dart Update analyzer to reflect new rules for prefixes. 2015-06-18 10:03:07 -07:00
implicit_closure1_test.dart
implicit_closure2_test.dart
implicit_closure_test.dart
implicit_scope_test.dart
implicit_super_constructor_call_test.dart Support @NoInline for constructor bodies. 2015-03-11 14:15:07 +00:00
implicit_this_test.dart
implied_interface_test.dart
import1_lib.dart
import_collection_no_prefix_test.dart
import_combinators_negative_test.dart
import_combinators_part.dart
import_combinators_test.dart
import_core_no_prefix_test.dart
import_core_prefix_test.dart
import_core_test.dart
import_private_test.dart
import_self_test.dart
import_show_lib.dart
import_show_test.dart
incr_op_test.dart
index_test.dart
indirect_const_null_test.dart Fix bad assert in constant evaluation. 2015-07-22 14:25:04 -07:00
inference_captured_variable2_test.dart
inference_captured_variable_test.dart
inference_list_or_null_test.dart
inference_mixin_field_test.dart
inference_super_constructor_call_test.dart
inferrer_closure_test.dart
inferrer_constructor2_test.dart
inferrer_constructor3_test.dart
inferrer_constructor4_test.dart
inferrer_constructor5_test.dart
inferrer_constructor_test.dart
inferrer_named_parameter_test.dart
inferrer_synthesized_constructor_test.dart
inferrer_synthesized_super_constructor2_test.dart
inferrer_synthesized_super_constructor_test.dart
inferrer_this_access_test.dart
infinite_switch_label_test.dart
infinity_test.dart
inheritance_chain_lib.dart dart2js: Make sure that super classes have their inheritance chain set up correctly. 2015-09-23 11:48:18 +02:00
inheritance_chain_test.dart dart2js: Make sure that super classes have their inheritance chain set up correctly. 2015-09-23 11:48:18 +02:00
initializing_formal_access_test.dart Implement the language change that makes initializing formal parameters visible in the initializer list, but not in the constructor's body. 2016-08-04 11:24:25 -07:00
initializing_formal_capture_test.dart Implement the language change that makes initializing formal parameters visible in the initializer list, but not in the constructor's body. 2016-08-04 11:24:25 -07:00
initializing_formal_final_test.dart Implement the language change that makes initializing formal parameters visible in the initializer list, but not in the constructor's body. 2016-08-04 11:24:25 -07:00
initializing_formal_promotion_test.dart Corrects tests/language/initializing_formal_promotion_test.dart. 2016-10-05 16:05:41 +02:00
initializing_formal_scope_test.dart Implement the language change that makes initializing formal parameters visible in the initializer list, but not in the constructor's body. 2016-08-04 11:24:25 -07:00
initializing_formal_type_test.dart Make initializing formal access available by default 2016-11-25 10:15:21 +01:00
inline_add_constants_to_initial_env_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
inline_argument_test.dart
inline_closure_with_constant_arguments_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
inline_effect_context_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
inline_getter_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
inline_in_for_initializer_and_bailout_test.dart
inline_super_field_lib.dart
inline_super_field_test.dart
inline_super_part.dart
inline_super_test.dart
inline_test.dart
inline_test_context_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
inline_value_context_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
inlined_conditional_test.dart
inlined_throw_test.dart
inst_field_initializer1_negative_test.dart
inst_field_initializer_test.dart
instance_call_wrong_argument_count_negative_test.dart
instance_compound_assignment_operator_test.dart
instance_creation_in_function_annotation_test.dart Make sure to visit function annotations in ElementBuilder. 2015-05-04 13:25:08 +00:00
instance_field_initializer_test.dart
instance_incr_deopt_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
instance_inline_test.dart
instance_method2_negative_test.dart
instance_method_negative_test.dart
instanceof2_test.dart
instanceof3_test.dart
instanceof4_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
instanceof_optimized_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
instanceof_test.dart
instantiate_type_variable_test.dart
int2_test.dart
int_test.dart
integer_division_by_zero_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
interceptor2_test.dart
interceptor3_test.dart
interceptor4_test.dart
interceptor5_test.dart
interceptor6_test.dart
interceptor7_test.dart
interceptor8_test.dart
interceptor9_test.dart
interceptor_test.dart
interface2_negative_test.dart
interface_constants_test.dart
interface_cycle_test.dart
interface_inherit_field_test.dart
interface_injection1_negative_test.dart
interface_injection2_negative_test.dart
interface_static_method_negative_test.dart
interface_static_non_final_fields_negative_test.dart
interface_test.dart
internal_library_test.dart
intrinsified_methods_test.dart
invocation_mirror2_test.dart
invocation_mirror_empty_arguments_test.dart Spec says empty namedArguments is const {}, not const <Symbol, dynamic>{}. 2015-09-18 17:05:35 -07:00
invocation_mirror_invoke_on2_test.dart
invocation_mirror_invoke_on_test.dart
invocation_mirror_test.dart
is_function_test.dart
is_interfaces2_test.dart
is_interfaces_test.dart
is_malformed_type_test.dart
is_nan_test.dart
is_not_class1_negative_test.dart
is_not_class2_test.dart
is_not_class4_negative_test.dart
is_object_test.dart
is_operator_clash_test.dart dart2js: Refactoring, documentation, and a few bugfixes in Namer class. 2015-02-27 14:20:49 +00:00
is_operator_test.dart
isnot_malformed_type_test.dart
issue1363_lib.dart
issue1363_test.dart
issue1578_negative_test.dart
issue3806_test.dart
issue7513_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
issue7525_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
issue9602_other.dart
issue9602_test.dart
issue9664_test.dart
issue9687_test.dart
issue9939_test.dart
issue9949_test.dart
issue10204_test.dart
issue10321_test.dart
issue10561_test.dart
issue10581_test.dart
issue10721_test.dart
issue10747_test.dart
issue10783_test.dart
issue11724_test.dart
issue11793_test.dart
issue12023_test.dart
issue12284_test.dart
issue12288_test.dart
issue12336_test.dart
issue13179_test.dart Don't define parameters when visiting a function-typed formal parameter. 2015-03-04 00:39:14 +00:00
issue13474_test.dart
issue13556_test.dart
issue13673_test.dart
issue14014_2_test.dart
issue14014_3_test.dart
issue14014_test.dart
issue14242_test.dart
issue15606_test.dart
issue15702_test.dart
issue15720_test.dart
issue18628_1_test.dart
issue18628_2_test.dart
issue20476_test.dart
issue21079_test.dart Fix analyzer warning from test for issue21079. 2015-07-30 10:51:08 -07: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
issue23244_test.dart Fix tests that don't catch asynchronous errors from isolate spawning. Update co19 status. 2015-11-25 14:33:09 -08:00
issue4157508_test.dart
issue4295001_test.dart
issue4515170_test.dart
issue_22780_test.dart Fix for issue 22780 - print the stack trace on OOM and Stack overflow exceptions too. 2015-03-16 23:32:22 +00:00
issue_23914_test.dart Fix issue #23914: do not attempt to make an already immutable array immutable 2015-07-27 16:43:13 -07:00
issue_25671a_test.dart Fix super noSuchMethod handling. 2016-02-09 15:19:19 +01:00
issue_25671b_test.dart Fix super noSuchMethod handling. 2016-02-09 15:19:19 +01:00
issue_1751477_lib1.dart
issue_1751477_lib2.dart
issue_1751477_lib3.dart
issue_1751477_lib4.dart
issue_1751477_lib5.dart
issue_1751477_lib6.dart
issue_1751477_lib7.dart
issue_1751477_lib8.dart
issue_1751477_lib9.dart
issue_1751477_lib11.dart
issue_1751477_lib21.dart
issue_1751477_lib31.dart
issue_1751477_lib41.dart
issue_1751477_lib51.dart
issue_1751477_lib61.dart
issue_1751477_lib71.dart
issue_1751477_lib81.dart
issue_1751477_lib91.dart
issue_1751477_test.dart
js_properties_test.dart
keyword_type_expression_test.dart
label2_negative_test.dart
label3_negative_test.dart
label5_negative_test.dart
label6_negative_test.dart
label8_negative_test.dart
label_test.dart
language.status Changes to language.status to fix broken tests on vm-reload and analyzer. 2016-11-29 16:07:56 -08:00
language_analyzer2.status Make initializing formal access available by default 2016-11-25 10:15:21 +01:00
language_dart2js.status Removed status entries for initformal tests with dart2js/browser. 2016-11-25 17:21:24 +01:00
language_kernel.status Update kernel status files for precompilation after refactoring 2016-12-01 14:48:24 +01:00
large_class_declaration_test.dart
large_implicit_getter_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
larger_implicit_getter_test.dart Fix analyzer warnings in test case. 2015-07-23 14:04:42 +02:00
lazy_map_test.dart
lazy_static2_test.dart
lazy_static3_test.dart
lazy_static4_test.dart
lazy_static5_test.dart
lazy_static6_src.dart
lazy_static6_test.dart
lazy_static7_test.dart dart2js: Fix lazy statics in the startup-emitter. 2015-08-04 14:21:16 +02:00
lazy_static_test.dart
least_upper_bound_expansive_test.dart
least_upper_bound_test.dart
left_shift_test.dart
library1.dart
library1_lib.dart
library1_lib.lib
library1_test.dart
library2.dart
library3.dart
library4.dart
library5_test.dart
library5a.dart
library5b.dart
library6.dart
library10.dart
library11.dart
library12.dart
library_a.dart
library_ambiguous_test.dart
library_b.dart
library_c.dart
library_d.dart
library_e.dart
library_env_test.dart Adjust expectations of library_env_test to take into account noopt, precompiled and product mode. 2016-02-29 17:11:07 -08:00
library_f.dart
library_juxtaposition_lib.dart
library_juxtaposition_part.dart
library_juxtaposition_test.dart
library_negative_test.dart
library_prefixes.dart
library_prefixes.lib
library_prefixes_test.dart
library_prefixes_test1.dart
library_prefixes_test1.lib
library_prefixes_test2.dart
library_prefixes_test2.lib
library_private_in_constructor_a.dart
library_private_in_constructor_b.dart
library_private_in_constructor_test.dart
library_same_name_used_lib1.dart
library_same_name_used_lib2.dart
library_same_name_used_test.dart
licm2_test.dart
licm3_test.dart
licm_test.dart
list_double_index_in_loop2_test.dart
list_double_index_in_loop_test.dart
list_in_closure_test.dart
list_is_test.dart
list_length_tracer_test.dart
list_literal1_test.dart
list_literal2_negative_test.dart
list_literal2_test.dart
list_literal3_test.dart
list_literal4_test.dart
list_literal_negative_test.dart
list_literal_syntax_test.dart
list_literal_test.dart
list_test.dart
list_tracer_call_last_test.dart
list_tracer_closure_test.dart
list_tracer_in_list_test.dart
list_tracer_in_map_test.dart
list_tracer_return_from_tearoff_closure_test.dart
literal_unary_plus_test.dart
liveness_test.dart
load_indexed_constant_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
local_export_a.dart
local_export_a_export.dart
local_export_test.dart
local_function2_test.dart
local_function3_test.dart
local_function_non_equal_test.dart
local_function_test.dart
logical_expression2_test.dart
logical_expression3_test.dart
logical_expression4_test.dart
logical_expression5_test.dart
logical_expression_test.dart
loop_exchange2_test.dart
loop_exchange3_test.dart
loop_exchange4_test.dart
loop_exchange_test.dart
loop_hoist_test.dart
main_not_a_function_test.dart
main_test.dart
malbounded_instantiation_test.dart
malbounded_redirecting_factory2_test.dart
malbounded_redirecting_factory_test.dart
malbounded_type_cast2_test.dart
malbounded_type_cast_test.dart
malbounded_type_literal_test.dart
malbounded_type_test2_test.dart
malbounded_type_test_test.dart
malformed2_lib.dart
malformed2_test.dart
malformed_bound_test.dart
malformed_inheritance_test.dart
malformed_test.dart
malformed_type_test.dart
many_calls_test.dart
many_generic_instanceof_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
many_method_calls_test.dart dart2js cps: Avoid deep recursion using trampolines and basic blocks. 2015-07-23 13:52:04 +02:00
many_named_arguments_test.dart
many_overridden_no_such_method_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
map_literal1_test.dart
map_literal2_negative_test.dart
map_literal2_test.dart
map_literal3_test.dart
map_literal4_test.dart
map_literal5_test.dart
map_literal6_test.dart
map_literal7_test.dart
map_literal8_test.dart
map_literal9_test.dart
map_literal10_test.dart
map_literal_negative_test.dart
map_literal_syntax_test.dart
map_literal_test.dart
map_test.dart
mega_load_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
megamorphic_no_such_method_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
memory_swap_test.dart
metadata_lib.dart
metadata_scope1_test.dart
metadata_scope2_test.dart
metadata_self_test.dart
metadata_test.dart Allow metadata on local functions 2015-03-26 18:28:38 +00:00
method_binding_test.dart
method_invocation_test.dart
method_name_test.dart Allow methods to be named ‘factory’ 2016-01-25 13:46:52 -08:00
method_override2_test.dart
method_override3_test.dart
method_override4_test.dart
method_override5_test.dart
method_override6_test.dart
method_override7_test.dart
method_override8_test.dart
method_override_test.dart
methods_as_constants2_test.dart
methods_as_constants_test.dart
minify_closure_variable_collision_test.dart
mint_arithmetic_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
mint_compares_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
missing_const_constructor_test.dart
missing_part_of_tag_part.dart
missing_part_of_tag_test.dart
mixin_black_listed_test.dart
mixin_bound_test.dart
mixin_cyclic_test.dart
mixin_extends_field_test.dart
mixin_extends_is_test.dart
mixin_extends_method_test.dart
mixin_field_initializer_test.dart
mixin_field_test.dart
mixin_forwarding_constructor1_test.dart
mixin_forwarding_constructor2_test.dart
mixin_forwarding_constructor3_test.dart
mixin_forwarding_constructor4_test.dart
mixin_generic_test.dart
mixin_getter_regression_test.dart
mixin_illegal_constructor_test.dart Allow factory constructors on mixin classes. 2016-02-22 10:19:49 -08:00
mixin_illegal_cycles_test.dart
mixin_illegal_object_test.dart Allow super calls in mixins (for now behind a --supermixin flag). 2015-07-17 11:32:23 -07:00
mixin_illegal_static_access_test.dart
mixin_illegal_super_use_test.dart Restore old supermixin functionality to shared language tests. 2016-01-26 08:50:21 -08:00
mixin_illegal_superclass_test.dart Restore old supermixin functionality to shared language tests. 2016-01-26 08:50:21 -08:00
mixin_illegal_syntax_test.dart
mixin_implements2_test.dart
mixin_implements_test.dart
mixin_invalid_bound2_test.dart
mixin_invalid_bound_test.dart
mixin_invalid_inheritance1_test.dart
mixin_invalid_inheritance2_test.dart
mixin_is_test.dart
mixin_issue10216_2_test.dart
mixin_issue10216_test.dart
mixin_lib_extends_field_lib.dart
mixin_lib_extends_field_test.dart
mixin_lib_extends_method_lib.dart
mixin_lib_extends_method_test.dart
mixin_method_test.dart
mixin_mixin2_test.dart
mixin_mixin3_test.dart
mixin_mixin4_test.dart
mixin_mixin5_test.dart
mixin_mixin6_test.dart
mixin_mixin7_test.dart Dynamicize some mixin type tests 2016-09-02 11:08:06 -07:00
mixin_mixin_bound2_test.dart
mixin_mixin_bound_test.dart
mixin_mixin_test.dart
mixin_naming_test.dart
mixin_of_mixin_test.dart Report when members indirectly inherited through a mixin are not implemented (issue 26411) 2016-05-06 11:29:44 -07: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
mixin_prefix_lib.dart
mixin_prefix_test.dart
mixin_regress_11398_test.dart
mixin_regress_13688_test.dart Dynamicize some mixin type tests 2016-09-02 11:08:06 -07:00
mixin_super_2_test.dart Restore old supermixin functionality to shared language tests. 2016-01-26 08:50:21 -08:00
mixin_super_bound2_test.dart Restore old supermixin functionality to shared language tests. 2016-01-26 08:50:21 -08:00
mixin_super_bound_test.dart Allow super calls in mixins (for now behind a --supermixin flag). 2015-07-17 11:32:23 -07:00
mixin_super_constructor2_test.dart
mixin_super_constructor_default_test.dart
mixin_super_constructor_multiple_test.dart
mixin_super_constructor_named_test.dart
mixin_super_constructor_positionals_test.dart
mixin_super_constructor_test.dart
mixin_super_test.dart Restore old supermixin functionality to shared language tests. 2016-01-26 08:50:21 -08:00
mixin_super_use_test.dart Restore old supermixin functionality to shared language tests. 2016-01-26 08:50:21 -08:00
mixin_superclass_test.dart Restore old supermixin functionality to shared language tests. 2016-01-26 08:50:21 -08:00
mixin_supertype_subclass2_test.dart Add shared tests demonstrating bug #25614. 2016-01-29 10:23:03 -08:00
mixin_supertype_subclass3_test.dart Add shared tests demonstrating bug #25614. 2016-01-29 10:23:03 -08:00
mixin_supertype_subclass4_test.dart Add shared tests demonstrating bug #25614. 2016-01-29 10:23:03 -08:00
mixin_supertype_subclass_test.dart Add shared tests demonstrating bug #25614. 2016-01-29 10:23:03 -08:00
mixin_this_use_test.dart
mixin_type_parameter1_test.dart
mixin_type_parameter2_test.dart
mixin_type_parameter3_test.dart
mixin_type_parameter4_test.dart
mixin_type_parameter5_test.dart
mixin_type_parameter6_test.dart
mixin_type_parameters_errors_test.dart
mixin_type_parameters_mixin_extends_test.dart
mixin_type_parameters_mixin_test.dart
mixin_type_parameters_simple_test.dart dart2js: add common names to mangledGlobalNames in new emitter. 2015-02-06 08:52:15 +00:00
mixin_type_parameters_super_extends_test.dart
mixin_type_parameters_super_test.dart
mixin_type_variable_test.dart
mixin_typedef_constructor_test.dart
mixin_with_two_implicit_constructors_test.dart
modulo_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
mul_recipr_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
multi_assign_test.dart
multi_pass2_test.dart
multi_pass_a.dart
multi_pass_b.dart
multi_pass_test.dart
multiline_newline_cr.dart Add tests for problem with newline encoding in multiline strings. 2015-07-22 13:10:13 +02:00
multiline_newline_crlf.dart Add tests for problem with newline encoding in multiline strings. 2015-07-22 13:10:13 +02:00
multiline_newline_lf.dart Add tests for problem with newline encoding in multiline strings. 2015-07-22 13:10:13 +02:00
multiline_newline_test.dart Add tests for problem with newline encoding in multiline strings. 2015-07-22 13:10:13 +02:00
multiline_strings_test.dart Fix some tests and exclude others from CRLF rewriting. 2015-06-26 14:40:01 +02:00
multiple_field_assignment_constructor_test.dart
named_argument_in_const_creation_test.dart
named_argument_test.dart
named_constructor_lib.dart
named_constructor_test.dart
named_parameter_clash_test.dart dart2js: Refactoring, documentation, and a few bugfixes in Namer class. 2015-02-27 14:20:49 +00:00
named_parameter_regression_test.dart
named_parameters2_test.dart
named_parameters3_test.dart
named_parameters4_test.dart
named_parameters_aggregated_test.dart
named_parameters_default_eq_test.dart Add reference to invalid typedef so dart2js will detect it. 2016-10-14 12:56:40 +02:00
named_parameters_named_count_test.dart
named_parameters_passing_false_test.dart
named_parameters_passing_falsy_test.dart
named_parameters_passing_null_test.dart
named_parameters_passing_zero_test.dart
named_parameters_test.dart
named_parameters_type_test.dart
named_parameters_with_conversions_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
named_parameters_with_dollars_test.dart
named_parameters_with_object_property_names_test.dart
namer2_test.dart
namer_test.dart
naming2_test.dart
naming3_test.dart
naming_test.dart
nan_identical_test.dart Fix language test that failed on mips hardware, because the created NaN happened 2016-03-23 15:59:44 -07:00
native_test.dart
nested_comments_test.dart
nested_if_test.dart
nested_switch_label_test.dart
new_expression1_negative_test.dart
new_expression2_negative_test.dart
new_expression3_negative_test.dart
new_expression_type_args_test.dart
new_prefix_test.dart
new_statement_test.dart
no_main_test.dart
no_such_constructor2_test.dart
no_such_constructor_test.dart
no_such_method2_test.dart
no_such_method3_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
no_such_method_dispatcher_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
no_such_method_empty_selector_test.dart
no_such_method_negative_test.dart
no_such_method_subtype_test.dart
no_such_method_test.dart
non_const_constructor_without_body_test.dart
non_const_super_negative_test.dart
non_dominating_loop_test.dart
non_parameterized_factory2_test.dart
non_parameterized_factory_test.dart
not_enough_positional_arguments_test.dart
null2_test.dart Upgrade some tests to use annotations instead of 'clever' confuse() function. 2015-11-02 14:11:36 -08:00
null_access_error_test.dart
null_inline_test.dart
null_is2_test.dart
null_is_test.dart
null_method_test.dart
null_no_such_method_test.dart
null_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
null_to_string2_test.dart
null_to_string_test.dart
nullaware_opt_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
number_constant_folding1_test.dart
number_identifier_test.dart
number_identity2_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
number_identity_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
number_syntax_test.dart
numbers_test.dart
on_catch_malformed_type_test.dart
operations_on_non_num_operand_test.dart Generalize and_operation_on_non_int_operand_test. 2015-10-16 10:29:14 -07:00
operator1_negative_test.dart
operator2_negative_test.dart
operator2_test.dart
operator3_test.dart
operator4_test.dart
operator5_test.dart
operator6_test.dart
operator_equals_test.dart
operator_index_evaluation_order_test.dart
operator_negate_and_method_negate_test.dart
operator_test.dart
optimize_redundant_array_load_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
optimized_constant_array_string_access_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
optimized_hoisting_checked_mode_assert_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
optimized_isempty_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
optimized_lists_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
optimized_setter_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
optimized_string_charat_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
optimized_string_charcodeat_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
optional_named_parameters_test.dart
ordered_maps_test.dart
osr_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
other_library.dart
overridden_no_such_method.dart
overridden_no_such_method_test.dart
override_field_method1_negative_test.dart
override_field_method2_negative_test.dart
override_field_method4_negative_test.dart
override_field_method5_negative_test.dart
override_field_test.dart
override_inheritance_abstract_test.dart
override_inheritance_field_test.dart
override_inheritance_generic_test.dart
override_inheritance_method_test.dart
override_inheritance_mixed_test.dart
override_inheritance_no_such_method_test.dart Do not generate warnings when noSuchMethod is inherited (issue 24337) 2015-10-20 10:35:53 -07:00
override_method_with_field_test.dart
param1_test.dart
param2_test.dart
param_test.dart
parameter_default_test.dart
parameter_initializer1_negative_test.dart
parameter_initializer2_negative_test.dart
parameter_initializer2_test.dart
parameter_initializer3_negative_test.dart
parameter_initializer4_negative_test.dart
parameter_initializer5_test.dart Make initializing formal access available by default 2016-11-25 10:15:21 +01:00
parameter_initializer6_negative_test.dart
parameter_initializer_test.dart Redo "Use an explicit 'this' parameter instead of 'This' nodes." 2015-03-20 10:10:58 +00:00
parameter_metadata_test.dart
parameter_name_conflict_test.dart
parameter_types_specialization_test.dart
parse_closures_in_initializers_test.dart
parse_types_test.dart
parser_quirks_test.dart
part2_test.dart
part_part.dart
part_test.dart
partial_min_test.dart
patch_test.dart
phi_merge_test.dart
positional_parameters_type_test.dart
positive_bit_operations_test.dart
prefix1_negative_test.dart
prefix2_negative_test.dart
prefix3_negative_test.dart
prefix4_negative_test.dart
prefix5_negative_test.dart
prefix6_negative_test.dart
prefix7_negative_test.dart
prefix8_negative_test.dart
prefix10_negative_test.dart
prefix10_test.dart
prefix11_negative_test.dart
prefix11_test.dart
prefix12_negative_test.dart
prefix12_test.dart
prefix13_negative_test.dart
prefix14_test.dart
prefix15_negative_test.dart
prefix15_test.dart
prefix16_test.dart
prefix17_test.dart
prefix18_negative_test.dart
prefix21_bad_lib.dart
prefix21_good_lib.dart
prefix21_test.dart
prefix22_test.dart
prefix23_test.dart
prefix24_lib1.dart
prefix24_lib2.dart
prefix24_lib3.dart
prefix24_test.dart
prefix101_test.dart
prefix_assignment_test.dart Update analyzer to reflect new rules for prefixes. 2015-06-18 10:03:07 -07:00
prefix_identifier_reference_test.dart Fix analyzer's handling of import prefixes not followed by '.'. 2015-06-09 13:38:53 -07:00
prefix_new_test.dart
prefix_new_test1.dart
prefix_new_test2.dart
prefix_test.dart
prefix_test1.dart
prefix_test2.dart
prefix_unqualified_invocation_test.dart Update analyzer to reflect new rules for prefixes. 2015-06-18 10:03:07 -07:00
private1.dart
private2.dart
private2_lib.dart
private2_lib.lib
private2_main.dart
private2_test.dart
private3.dart
private3_test.dart
private4_test.dart
private_access_lib.dart Extract CallStructure from Selector. 2015-04-09 07:44:17 +00:00
private_access_test.dart Extract CallStructure from Selector. 2015-04-09 07:44:17 +00:00
private_clash_lib.dart dart2js: Refactoring, documentation, and a few bugfixes in Namer class. 2015-02-27 14:20:49 +00:00
private_clash_test.dart dart2js: Refactoring, documentation, and a few bugfixes in Namer class. 2015-02-27 14:20:49 +00:00
private_lib
private_lib.dart
private_main.dart
private_member1_lib_b.dart
private_member1_negative_test.dart
private_member2_lib_b.dart
private_member2_negative_test.dart
private_member3_lib_b.dart
private_member3_negative_test.dart
private_member_lib_b.dart
private_member_test.dart
private_mixin2_test.dart
private_mixin_exception_throw_test.dart
private_other.dart
private_other.lib
private_other_mixin2.lib
private_selector_lib.dart
private_selector_test.dart
private_super_constructor_lib.dart Normalize constructor lookup. 2015-09-24 10:07:08 +02:00
private_super_constructor_test.dart Normalize constructor lookup. 2015-09-24 10:07:08 +02:00
private_test.dart
propagate_past_constant_test.dart Propagate pseudo-constants expressions separately in tree rewriter. 2015-02-23 12:57:34 +00:00
propagated_argument_type_check_test.dart
property_field_override_test.dart
proxy2_test.dart
proxy3_test.dart
proxy4_test.dart Remove warning for inherited noSuchMethod. 2016-01-26 13:39:57 +01:00
proxy5_test.dart Remove warning for inherited noSuchMethod. 2016-01-26 13:39:57 +01:00
proxy_test.dart
pure_function2_test.dart Upgrade some tests to use annotations instead of 'clever' confuse() function. 2015-11-02 14:11:36 -08:00
pure_function_test.dart
range_analysis2_test.dart
range_analysis3_test.dart Change confuse() for range_analysis3_test to return non-null int 2015-12-09 12:51:27 -08:00
range_analysis_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
raw_string_test.dart Fix some tests and exclude others from CRLF rewriting. 2015-06-26 14:40:01 +02:00
readuntil_test.dat
recursive_calls_test.dart
recursive_loop_phis_test.dart
redirecting_constructor_initializer_test.dart Fix evaluation field initialization order for forwarding constructors. 2015-05-20 10:05:53 +02:00
redirecting_factory_default_values_test.dart
redirecting_factory_incompatible_signature_test.dart
redirecting_factory_infinite_steps_test.dart
redirecting_factory_long_test.dart
redirecting_factory_malbounded_test.dart
redirecting_factory_reflection_test.dart dart2js cps: Implement compilation of redirecting factory constructors for reflection. 2015-07-09 14:54:23 +02:00
reexport_core_helper.dart
reexport_core_test.dart
ref_before_declaration_test.dart
refine_receiver_null_test.dart
reg_ex2_test.dart
reg_exp2_test.dart
reg_exp3_test.dart
reg_exp_test.dart
regress_10996_lib.dart
regress_10996_test.dart
regress_11010_test.dart
regress_11800_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
regress_12561_test.dart
regress_12615_test.dart
regress_13462_0_test.dart
regress_13462_1_test.dart
regress_13494_test.dart
regress_14105_test.dart
regress_14348_test.dart
regress_16640_test.dart
regress_17382_test.dart Evaluate parameters of static calls that throw NSM 2015-03-30 19:31:20 +00:00
regress_18435_test.dart
regress_18535_test.dart
regress_18713_test.dart Dynamicize some mixin type tests 2016-09-02 11:08:06 -07:00
regress_18865_test.dart
regress_19413_bar.dart
regress_19413_foo.dart
regress_19413_test.dart
regress_19728_test.dart
regress_20074_test.dart
regress_20394_lib.dart
regress_20394_test.dart
regress_20840_test.dart
regress_21016_test.dart
regress_21793_test.dart 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 Fix handling of nested typedefs (for real this time). 2015-06-01 12:45:27 -07: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 Update tests to make latent errors explicit. 2016-07-08 10:41:23 +02: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_23408_lib.dart Redirection type of a redirecting factory can be deferred 2015-06-30 14:57:07 -07:00
regress_23408_test.dart Redirection type of a redirecting factory can be deferred 2015-06-30 14:57:07 -07:00
regress_23498_test.dart Fix restoring of async try context in catch clause (issue 23498). 2015-05-27 13:58:57 -07:00
regress_23500_test.dart Fix issue 23500 2015-05-29 13:31:16 -07:00
regress_23537_test.dart Adjust context level when required before executing inlined finally clauses. 2015-06-03 10:31:48 -07:00
regress_23650_test.dart Do not mark type variables as needing a box inside try; they are immutable. 2015-06-16 14:13:01 +02:00
regress_23996_test.dart Replace broken language/async_star_await_pauses_test 2016-04-08 14:21:10 +02:00
regress_24283_test.dart Fix right shifting of a Mint value by an amount larger than 63. 2015-09-14 18:20:48 +08:00
regress_24567_test.dart Remove signature classes from the VM. 2016-01-19 16:32:59 -08:00
regress_24935_test.dart Restore try contexts when breaking out of async for loops 2016-02-02 13:33:15 -08:00
regress_25122_test.dart Improve upper bound finalization in VM and fix #25122. 2015-12-08 14:38:27 -08:00
regress_25246_1_test.dart Fix owner of mixin forwarding constructors 2015-12-17 14:16:40 -08:00
regress_25246_2.dart Fix owner of mixin forwarding constructors 2015-12-17 14:16:40 -08:00
regress_25246_3.dart Fix owner of mixin forwarding constructors 2015-12-17 14:16:40 -08:00
regress_25389_part.dart Fix finalization of recursive type graph with bounds (issue 25389). 2016-01-13 11:19:14 -08:00
regress_25389_test.dart Fix finalization of recursive type graph with bounds (issue 25389). 2016-01-13 11:19:14 -08:00
regress_25550_test.dart A type should be a subtype of Function if its class declares a call function, 2016-02-10 10:54:00 -08:00
regress_25568_test.dart Keep a trail while checking upper bounds in the VM in order to properly handle 2016-02-09 10:49:43 -08:00
regress_25609_lib1.dart Resolve signature from correct scope class (fix #25609). 2016-01-28 13:29:28 -08:00
regress_25609_lib2.dart Resolve signature from correct scope class (fix #25609). 2016-01-28 13:29:28 -08:00
regress_25609_test.dart Resolve signature from correct scope class (fix #25609). 2016-01-28 13:29:28 -08:00
regress_25620_test.dart Fix typedef cycle check (fixes #25620). 2016-02-01 14:43:37 -08:00
regress_25935_test.dart Ignore bounds in compile time type tests, since they will have been checked at 2016-03-10 14:22:44 -08:00
regress_26133_test.dart Report wrong async function result type as type error in checked mode (Fixes #26133). 2016-05-09 15:06:45 -07:00
regress_26175_test.dart Fix the Dart VM build. 2016-04-08 09:55:42 +02:00
regress_26230_test.dart Properly handle unfinalized type parameters of generic mixins (fixes #26230). 2016-04-13 10:04:53 -07:00
regress_26453_test.dart Fix capturing variables in optimized compilations 2016-05-27 11:27:10 -07:00
regress_26530_test.dart Allow rethrow in nested try statements 2016-06-16 16:04:53 -07:00
regress_26543_1_test.dart Correctly skip if-null expressions. 2016-05-27 10:44:47 +02:00
regress_26543_2_test.dart Correctly skip if-null expressions. 2016-05-27 10:44:47 +02:00
regress_26543_3_test.dart Correctly skip if-null expressions. 2016-05-27 10:44:47 +02:00
regress_26668_test.dart Delete stray comment in tests. 2016-06-13 11:30:57 -07:00
regress_26855_test.dart Tighten check disallowing use of initializing formals (fixes #26855). 2016-07-11 15:30:24 -07:00
regress_26948_test.dart Force local context allocation in finally clauses (fixes #26948). 2016-07-27 14:03:25 -07:00
regress_27164_test.dart Ensure that constant field initializers are canonicalized 2016-09-01 13:23:20 -07:00
regress_27572_test.dart Fix issues with argument evaluation order and noSuchMethod errors. 2016-10-12 17:04:55 -07:00
regress_27617_test.dart Add check for constness in constructor redirection 2016-10-19 15:15:02 -07:00
regress_27659_test.dart Avoid parsing formal type parameters a second time from inside an async body, 2016-10-25 08:11:37 -07:00
regress_r24720_test.dart
reify_typevar_static_test.dart Allow direct access to type parameters from factory (issue 22700). 2015-03-09 19:39:17 +00:00
reify_typevar_test.dart
resolution_test.dart
resolve_test.dart
rethrow_test.dart
return_in_loop_test.dart
return_this_type_test.dart
return_type_test.dart
rewrite_assign_test.dart
rewrite_compound_assign_test.dart
rewrite_conditional_test.dart
rewrite_for_update_order_test.dart
rewrite_if_empty_then_test.dart
rewrite_if_return_test.dart
rewrite_if_swap_test.dart
rewrite_implicit_this_test.dart
rewrite_logical_test.dart
rewrite_nested_if1_test.dart
rewrite_nested_if2_test.dart
rewrite_nested_if3_test.dart
rewrite_swap_test.dart
rewrite_variable_initializer_test.dart
rewrite_while_many_exits_test.dart
rewrite_while_test.dart
round_test.dart
runtime_type_test.dart Intrinsic version of Object.runtimeType 2015-07-01 10:13:14 -07:00
savannah_test.dart
scanner_test.dart
scope_variable_test.dart
scoped_variables_try_catch_test.dart
script1_negative_lib.dart
script1_negative_test.dart
script2_negative_lib.dart
script2_negative_source.dart
script2_negative_test.dart
script_lib.dart
script_source.dart
second_test.dart
setter0_test.dart
setter1_test.dart
setter2_test.dart
setter3_test.dart
setter4_test.dart Update tests to make latent errors explicit. 2016-07-08 10:41:23 +02:00
setter_declaration2_negative_test.dart
setter_declaration_negative_test.dart
setter_no_getter_call_test.dart
setter_no_getter_test.dart
setter_override2_test.dart
setter_override_test.dart
side_effect_throw_test.dart
skip_expression_test.dart
smaller_4_Interface_Types_A11_t01_test.dart
smaller_4_Interface_Types_A11_t02_test.dart
smi_type_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
source_self_negative_test.dart
stack_overflow_stacktrace_test.dart
stack_overflow_test.dart
stack_trace_test.dart
stacktrace_rethrow_error_test.dart
stacktrace_rethrow_nonerror_test.dart
stacktrace_test.dart Add StackTrace.current getter. 2015-11-24 08:26:03 +01:00
state_mangling2_test.dart
state_mangling3_test.dart
state_mangling4_test.dart
state_mangling_test.dart
statement_test.dart
static_call_wrong_argument_count_negative_test.dart
static_closure_identical_test.dart
static_const_field_test.dart
static_field1_test.dart
static_field1a_test.dart
static_field2_test.dart
static_field2a_test.dart
static_field3_test.dart
static_field_test.dart
static_final_field2_test.dart
static_getter_no_setter1_test.dart Ensure ErroneousElement for static getter with no setter. 2015-05-20 09:54:45 +02:00
static_getter_no_setter2_test.dart Ensure ErroneousElement for static getter with no setter. 2015-05-20 09:54:45 +02:00
static_getter_no_setter3_test.dart Ensure ErroneousElement for static getter with no setter. 2015-05-20 09:54:45 +02:00
static_implicit_closure_test.dart
static_initializer_type_error_test.dart
static_inline_test.dart
static_parameter_test.dart
static_postfix_operator_test.dart
static_setter_get_test.dart Test (and fix some) invalid assignments. 2015-05-22 15:00:07 +02:00
static_top_level_test.dart
strict_equal_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
string_charcode_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
string_escape2_negative_test_helper.dart
string_escape3_negative_test_helper.dart
string_escape4_negative_test.dart
string_escapes_test.dart
string_interpolate1_negative_test.dart
string_interpolate2_negative_test.dart
string_interpolate2_test.dart
string_interpolate_null_test.dart
string_interpolate_test.dart
string_interpolation1_test.dart Fix string_interpolation tests. 2016-08-10 11:39:25 +02:00
string_interpolation2_test.dart Fix string_interpolation tests. 2016-08-10 11:39:25 +02:00
string_interpolation3_test.dart Fix string_interpolation tests. 2016-08-10 11:39:25 +02:00
string_interpolation4_test.dart Fix string_interpolation tests. 2016-08-10 11:39:25 +02:00
string_interpolation5_test.dart Fix string_interpolation tests. 2016-08-10 11:39:25 +02:00
string_interpolation6_test.dart Fix string_interpolation tests. 2016-08-10 11:39:25 +02:00
string_interpolation7_test.dart
string_interpolation8_test.dart
string_interpolation9_test.dart
string_interpolation_and_buffer_test.dart Enable analyzer tests after fixing them for analysis 2015-08-11 17:43:13 -07:00
string_interpolation_newline_test.dart
string_interpolation_test.dart
string_intrinsics_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
string_join_test.dart
string_literals_test.dart Allow surrogates in string literals. 2016-09-26 13:23:41 +02:00
string_no_operator_test.dart dart2js cps: Bugfix in operator specialization. 2015-07-06 11:15:02 +02:00
string_optimizations_test.dart
string_overflow.dart
string_split_test.dart Enable analyzer tests after fixing them for analysis 2015-08-11 17:43:13 -07:00
string_supertype_checked_test.dart
string_test.dart
string_unicode1_negative_test.dart
string_unicode2_negative_test.dart
string_unicode3_negative_test.dart
string_unicode4_negative_test.dart Allow surrogates in string literals. 2016-09-26 13:23:41 +02:00
substring_test.dart
super_abstract_method_test.dart
super_all_named_constructor_test.dart
super_assign_test.dart
super_bound_closure_test.dart Upgrade some tests to use annotations instead of 'clever' confuse() function. 2015-11-02 14:11:36 -08:00
super_call2_test.dart
super_call3_test.dart
super_call4_test.dart
super_call_test.dart
super_closure_test.dart
super_conditional_operator_test.dart Switch on null-aware operators by default in analyzer. 2015-07-13 15:56:21 -07:00
super_field_2_test.dart
super_field_access_test.dart
super_field_test.dart
super_first_constructor_test.dart
super_getter_setter_test.dart
super_implicit_closure_test.dart
super_inferrer_test.dart
super_mixin_test.dart Avoid creating invalid TypeMask.nonNullExact 2015-10-13 15:12:40 +02:00
super_no_such_method1_test.dart Fix super noSuchMethod handling. 2016-02-09 15:19:19 +01:00
super_no_such_method2_test.dart Fix super noSuchMethod handling. 2016-02-09 15:19:19 +01:00
super_no_such_method3_test.dart Fix super noSuchMethod handling. 2016-02-09 15:19:19 +01:00
super_no_such_method4_test.dart Fix super noSuchMethod handling. 2016-02-09 15:19:19 +01:00
super_no_such_method5_test.dart Fix super noSuchMethod handling. 2016-02-09 15:19:19 +01:00
super_operator_index2_test.dart
super_operator_index3_test.dart
super_operator_index4_test.dart
super_operator_index5_test.dart
super_operator_index6_test.dart
super_operator_index7_test.dart
super_operator_index8_test.dart
super_operator_index_test.dart
super_operator_test.dart
super_setter_interceptor_test.dart
super_setter_test.dart
super_test.dart
switch1_negative_test.dart
switch3_negative_test.dart
switch4_negative_test.dart
switch5_negative_test.dart
switch6_test.dart
switch7_negative_test.dart
switch8_test.dart
switch_bad_case_test.dart
switch_case_static_const_test.dart
switch_case_test.dart
switch_case_warn_test.dart Adapt analyzer to new warnings around switch-case fallthrough. 2016-10-26 10:51:50 +02:00
switch_fallthru_test.dart
switch_label2_test.dart
switch_label_test.dart
switch_scope_test.dart
switch_test.dart
switch_try_catch_test.dart
symbol_conflict_test.dart Avoid creating illegal symbols in symbol_conflict_test. 2015-07-24 06:33:52 -07:00
symbol_literal_test.dart Allow Symbols in switch and maps 2014-12-10 00:24:07 +00:00
sync_generator1_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08: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_less_than_test.dart Update confuse() on syncstar_less_than_test 2015-12-09 12:40:48 -08: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 Class fields cannot be declared to be of type void 2016-08-15 17:14:58 -07:00
tearoff_basic_lib.dart Implement tear-off closure operator # 2015-07-22 12:50:36 -07:00
tearoff_basic_test.dart Implement tear-off closure operator # 2015-07-22 12:50:36 -07:00
tearoff_constructor_basic_test.dart Implement constructor closures 2015-08-03 15:50:46 -07:00
temp_mangling_test.dart
ternary_test.dart
test_negative_test.dart
third_test.dart
this_conditional_operator_test.dart Switch on null-aware operators by default in analyzer. 2015-07-13 15:56:21 -07:00
this_test.dart
throw1_test.dart
throw2_test.dart
throw3_test.dart
throw4_test.dart
throw5_test.dart
throw6_test.dart
throw8_test.dart
throw_expr_test.dart
throw_test.dart
throwing_lazy_variable_test.dart
top_level_entry.dart
top_level_entry_test.dart
top_level_file1.dart
top_level_file2.dart
top_level_file3.dart
top_level_func_test.dart
top_level_getter_arrow_syntax_test.dart
top_level_getter_no_setter1_test.dart Ensure ErroneousElement for static getter with no setter. 2015-05-20 09:54:45 +02:00
top_level_getter_no_setter2_test.dart Ensure ErroneousElement for static getter with no setter. 2015-05-20 09:54:45 +02:00
top_level_in_initializer_test.dart
top_level_method_test.dart
top_level_multiple_files_test.dart
top_level_non_prefixed_library_test.dart
top_level_prefixed_declaration_test.dart
top_level_prefixed_library_test.lib
top_level_var_test.dart
toplevel_collision1_test.dart
toplevel_collision2_test.dart
transitive_private_library_access_test.dart Remove embedder-package scheme 2015-04-15 15:49:50 +00:00
tree_shake_typed_selector_test.dart
truncdiv_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
truncdiv_uint32_test.dart
try_catch2_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
try_catch3_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
try_catch4_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
try_catch5_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08: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 Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
try_catch_optimized2_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
try_catch_optimized3_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
try_catch_optimized4_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
try_catch_optimized5_test.dart VM: Make optimized try-catch work in DBC. 2016-10-13 11:36:23 -07:00
try_catch_osr_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
try_catch_regress_27483_test.dart Fix try-catch optimizer. 2016-10-04 14:39:49 -07:00
try_catch_syntax_test.dart
try_catch_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
try_finally_regress_25333_test.dart Fix VM bug with try-catch inside of try-finally. 2016-01-06 18:50:53 +01:00
try_finally_regress_25654_test.dart VM: Fix bug with break out of a try-finally inside a loop. 2016-02-02 17:09:06 -08:00
type_argument_in_super_type_test.dart
type_argument_substitution_test.dart Add a test to test that substitutions are emitted for classes that are only used as type arguments. 2014-12-02 09:01:10 +00:00
type_check_const_function_typedef2_test.dart
type_check_const_function_typedef_test.dart
type_check_test.dart
type_checks_in_factory_method_test.dart
type_conversion_ssa_test.dart
type_error_test.dart
type_guard_conversion_test.dart
type_intersection_test.dart
type_literal_prefix_call_test.dart Annotate type_literal_prefix_call_test.dart properly for analyzer. 2014-12-11 23:07:48 +00:00
type_parameter_literal_test.dart
type_parameter_test.dart
type_promotion_assign_test.dart
type_promotion_closure_test.dart
type_promotion_functions_test.dart
type_promotion_local_test.dart
type_promotion_logical_and_test.dart
type_promotion_more_specific_test.dart
type_promotion_multiple_test.dart
type_promotion_parameter_test.dart
type_propagation2_test.dart
type_propagation3_test.dart
type_propagation_assert_assignable_test.dart Add --no-background-compilation to tests that expect to run code in optimized form 2016-03-02 16:30:58 -08:00
type_propagation_in_for_update_test.dart
type_propagation_phi_test.dart
type_propagation_test.dart
type_variable_bounds2_test.dart
type_variable_bounds3_test.dart
type_variable_bounds4_test.dart
type_variable_bounds_test.dart
type_variable_closure2_test.dart Triage a few cps-ir failures 2016-01-11 18:51:57 -08:00
type_variable_closure3_test.dart Triage a few cps-ir failures 2016-01-11 18:51:57 -08:00
type_variable_closure4_test.dart Triage a few cps-ir failures 2016-01-11 18:51:57 -08:00
type_variable_closure_test.dart
type_variable_conflict2_test.dart
type_variable_conflict_test.dart
type_variable_field_initializer2_test.dart Triage a few cps-ir failures 2016-01-11 18:51:57 -08:00
type_variable_field_initializer_closure2_test.dart Triage a few cps-ir failures 2016-01-11 18:51:57 -08:00
type_variable_field_initializer_closure_test.dart
type_variable_field_initializer_test.dart
type_variable_function_type_test.dart
type_variable_identifier_expression_test.dart
type_variable_initializer_test.dart
type_variable_nested_test.dart
type_variable_scope2_test.dart
type_variable_scope3_test.dart
type_variable_scope_test.dart
type_variable_static_context_negative_test.dart
type_variable_typedef_test.dart
typecheck_multifield_declaration_test.dart Type check field initializers in the correct context. 2016-08-19 09:58:51 +02:00
typed_equality_test.dart
typed_selector2_test.dart
typed_selector_test.dart
typedef_is_test.dart
typevariable_substitution2_test.dart
unary2_test.dart
unary_plus_negative_test.dart
unary_test.dart
unbalanced_brace_test.dart
unbound_getter_test.dart
unconditional_break.dart
unhandled_exception_negative_test.dart
unicode_bom_middle_test.dart
unicode_bom_test.dart
unicode_hash_test.dart
unnamed_closure_test.dart
unqual_name_test.dart
unresolved_default_constructor_test.dart
unresolved_in_factory_negative_test.dart
unresolved_top_level_method_negative_test.dart
unresolved_top_level_var_negative_test.dart
unsigned_right_shift_test.dart
unsupported_operators_test.dart
value_range2_test.dart
value_range3_test.dart
value_range_test.dart
var_init_test.dart
variable_declaration_metadata_test.dart Don't permit annotations inside variable declarations. 2015-04-15 13:28:38 +00:00
void_type_test.dart
while_test.dart
wrong_number_type_arguments_test.dart
yieldstar_pause_test.dart Don't make main async in the asyncstar_main_test file. 2016-09-01 14:29:37 +02:00