dart-sdk/tests/compiler/dart2js
2015-04-29 11:44:05 +00:00
..
backend_dart Add structural equality to ConstantExpression. 2015-04-22 13:03:57 +00:00
http_launch_data dart2js: Support https. 2014-09-11 13:37:54 +00:00
incremental Remove CompilerCancelledException. 2015-01-14 12:51:41 +00:00
mirrors Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
path with spaces Fix bad space handling in Uris. 2014-01-13 17:28:56 +00:00
analyze_all_test.dart Implement typechecker using the new members model. 2014-02-21 10:49:34 +00:00
analyze_api_test.dart Remove effect tracking for statements from the type-checker. 2014-08-06 10:03:49 +00:00
analyze_dart2js_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
analyze_helper.dart Implementation of async-await transformation on js ast. 2015-02-09 12:02:52 +00:00
analyze_only_test.dart Remove Compiler.assembledCode. 2015-01-06 11:06:23 +00:00
analyze_unused_dart2js_test.dart "Redo "Avoid getInterceptor calls in cases were the interceptor would be constant if it were not null." agains. 2015-04-02 02:59:47 +00:00
arithmetic_simplification_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
array_static_intercept_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
array_tracing_mirror_test.dart Bailout on array optimizations if the array might escape to reflection land. 2013-11-25 14:00:39 +00:00
async_await_js_transform_test.dart Rename the inner function of async functions. 2015-03-25 12:37:47 +00:00
async_await_syntax_test.dart Allow sync *, async * and yield * in dart2js 2015-02-09 14:26:03 +00:00
async_compiler_input_provider_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
bad_loop_test.dart Update imports to use package:compiler and package:try. 2014-06-20 10:33:46 +00:00
bad_output_io_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
begin_end_token_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
boolified_operator_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
boolify_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
builtin_equals_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
builtin_interceptor_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
call_site_simple_type_inferer_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
check_elements_invariants_test.dart Reenable check_elements_invariants_test 2014-12-05 09:08:12 +00:00
check_members_test.dart Perform override and inheritance checks. 2014-01-31 12:21:49 +00:00
class_codegen2_test.dart Call asyncEnd only on success. 2013-09-13 07:36:02 +00:00
class_codegen_test.dart Update tests. 2014-02-21 13:27:38 +00:00
class_order_test.dart First pass at asynchronous input loading in dart2js. 2013-09-03 08:04:38 +00:00
closure_codegen_test.dart Mix in [TreeElementMixin] only on nodes that need it. 2014-08-04 07:50:03 +00:00
closure_tracer_test.dart Properly trace list elements through uses of insert. 2014-06-04 08:58:15 +00:00
code_motion_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
codegen_helper.dart Convert property methods into getters. 2014-05-07 07:48:04 +00:00
command_line_split_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
compiler_helper.dart Refactor SsaBuilder.visitStaticSend and visitGetterSend. 2015-04-29 11:44:05 +00:00
compiler_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
concrete_type_inference_test.dart Use ClassWorld on TypeMask 2014-08-27 08:54:26 +00:00
const_exp_test.dart Use ConstExp for storing constants. 2014-09-29 09:17:43 +00:00
constant_folding_codeUnitAt_test.dart Redo "Constant fold charCodeAt via constant system" 2014-10-29 01:00:09 +00:00
constant_folding_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
constant_namer_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
container_mask_equal_test.dart Use ClassWorld on TypeMask 2014-08-27 08:54:26 +00:00
cpa_inference_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
dart2js.status Mark dart2js/exit_code_test as slow. 2015-04-22 10:09:29 +00:00
dart2js_batch2_run.dart Avoid spurious "The compiler crashed" messages in batch mode. 2015-02-16 11:52:29 +00:00
dart2js_batch2_test.dart Make unittests work on Windows (again) 2015-03-25 07:59:23 +00:00
dart2js_batch_test.dart Avoid spurious "The compiler crashed" messages in batch mode. 2015-02-16 11:52:29 +00:00
dead_code_test.dart First pass at asynchronous input loading in dart2js. 2013-09-03 08:04:38 +00:00
dead_phi_eliminator_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
declare_once_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
deferred_custom_element_test.dart Register the constructors of custom elements for deferred loading 2014-07-01 12:53:52 +00:00
deferred_dont_inline_deferred_constants_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
deferred_dont_inline_deferred_globals_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
deferred_emit_type_checks_test.dart Fix deferred loading test for is checks. 2015-01-28 10:07:51 +00:00
deferred_follow_constant_dependencies_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
deferred_follow_implicit_super_regression_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
deferred_load_graph_segmentation2_test.dart Remove support for the DeferredLibrary annotation and remove tests of it 2014-09-03 08:34:34 +00:00
deferred_load_graph_segmentation_test.dart Native classes are now part of the classes-list. 2015-01-27 12:54:22 +00:00
deferred_load_mapping_test.dart Add deferred map info to dump-info. 2015-01-12 08:25:29 +00:00
deferred_mirrors_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
deferred_not_in_main_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
diagnose_ambiguous_test.dart Update imports to use package:compiler and package:try. 2014-06-20 10:33:46 +00:00
dictionary_types_test.dart Use ClassWorld on TypeMask 2014-08-27 08:54:26 +00:00
dump_info_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
duplicate_library_test.dart Improve diagnostic on duplicate library names. 2014-03-10 07:36:01 +00:00
emit_const_fields_test.dart First pass at asynchronous input loading in dart2js. 2013-09-03 08:04:38 +00:00
erroneous_element_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
exit_code_helper.dart Check compiler exitCode. 2013-11-27 08:18:33 +00:00
exit_code_test.dart Move constant systems into their own libraries. 2015-04-17 16:29:44 +00:00
expect_annotations2_test.dart Support @NoInline for constructor bodies. 2015-03-11 14:15:07 +00:00
expect_annotations_test.dart Support @NoInlining in the ssa-builder. 2015-02-16 11:50:37 +00:00
field_codegen_test.dart First pass at asynchronous input loading in dart2js. 2013-09-03 08:04:38 +00:00
field_type_simple_inferer_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
field_update_test.dart Emit read-modify-write of fields as assignment op. 2014-04-01 20:10:55 +00:00
find_my_name_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
flatten_test.dart Implement new flatten specification. 2015-03-24 11:28:30 +00:00
for_in_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
forloop_box_test.dart Avoid boxing loop variables that are only mutated in initializer or update 2015-01-13 14:11:13 +00:00
frontend_checker.dart Allow sync *, async * and yield * in dart2js 2015-02-09 14:26:03 +00:00
generate_at_use_site_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
gvn_dynamic_field_get_test.dart Scanner for UTF-8 byte arrays 2013-10-18 06:40:07 +00:00
gvn_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
http_test.dart dart2js: Support https. 2014-09-11 13:37:54 +00:00
identity_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
if_do_while_test.dart Work-around for Android 4.0 browser. 2014-07-15 09:18:17 +00:00
import_mirrors_test.dart Display exports that lead to dart:mirrors. 2014-12-11 13:26:30 +00:00
import_test.dart Recover from read errors. 2015-01-14 14:16:10 +00:00
in_user_code_test.dart Move Compiler.libraries to LibraryLoader. 2014-06-26 13:10:13 +00:00
indentation_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
inferrer_factory_test.dart First pass at asynchronous input loading in dart2js. 2013-09-03 08:04:38 +00:00
instantiated_classes_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
interceptor_almost_constant_test.dart "Redo "Avoid getInterceptor calls in cases were the interceptor would be constant if it were not null." agains. 2015-04-02 02:59:47 +00:00
interceptor_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
interpolation_folding_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
inverse_operator_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
is_inference2_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
is_inference_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
is_test_with_type_parameters_test.dart Use prototype inheritance to reduce number of is check properties. 2015-01-28 08:54:46 +00:00
issue13354_test.dart Move TypeMask.simplify to a test helper. 2014-02-20 16:53:23 +00:00
js_backend_cps_ir.dart Add a command line option to use the new CPS based backend. 2015-04-16 11:22:02 +00:00
js_backend_cps_ir_basic_test.dart Add a command line option to use the new CPS based backend. 2015-04-16 11:22:02 +00:00
js_backend_cps_ir_closures_test.dart Add a command line option to use the new CPS based backend. 2015-04-16 11:22:02 +00:00
js_backend_cps_ir_constructor_test.dart Add a command line option to use the new CPS based backend. 2015-04-16 11:22:02 +00:00
js_backend_cps_ir_control_flow_test.dart Add a command line option to use the new CPS based backend. 2015-04-16 11:22:02 +00:00
js_backend_cps_ir_interceptors_test.dart Add a command line option to use the new CPS based backend. 2015-04-16 11:22:02 +00:00
js_backend_cps_ir_literals_test.dart Add a command line option to use the new CPS based backend. 2015-04-16 11:22:02 +00:00
js_backend_cps_ir_operators_test.dart Add a command line option to use the new CPS based backend. 2015-04-16 11:22:02 +00:00
js_backend_cps_ir_runtime_types_test.dart Add a command line option to use the new CPS based backend. 2015-04-16 11:22:02 +00:00
js_backend_cps_ir_source_information_test.dart Add a command line option to use the new CPS based backend. 2015-04-16 11:22:02 +00:00
js_backend_cps_ir_supercall_test.dart Add a command line option to use the new CPS based backend. 2015-04-16 11:22:02 +00:00
js_parser_statements_test.dart Avoid printing braces for one-statement blocks in js-printer. 2015-02-25 08:38:13 +00:00
js_parser_test.dart Implement await and async for the js-ast. 2015-01-20 08:10:47 +00:00
js_spec_optimization_test.dart Use native behavior for dead code elimination 2015-04-13 16:30:02 +00:00
js_spec_string_test.dart Improve error handling of JS-calls 2015-04-09 18:20:14 +00:00
js_throw_behavior_test.dart Add unary arithmetic (+#, -#) to ThrowBehaviorVisitor 2015-04-10 22:21:29 +00:00
least_upper_bound_language_test.dart Implement least upper bound. 2013-11-26 08:32:08 +00:00
least_upper_bound_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
library_resolution_test.dart Emit to StreamCodeOutput instead of CodeBuffer. 2015-01-13 09:14:25 +00:00
licm_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
line_column_provider_test.dart Fix shift in source map positions. 2015-02-02 10:54:57 +00:00
link_helper.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
link_test.dart Add Link.copyWithout. 2014-11-21 09:46:01 +00:00
list_tracer2_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
list_tracer3_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
list_tracer_length_test.dart Use compile time constant handler to find the length of a fixed list. 2013-11-07 14:12:59 +00:00
list_tracer_node_type_test.dart Fix static state in dart2js. 2014-05-09 06:37:36 +00:00
list_tracer_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
list_tracer_typed_data_length_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
literal_list_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
literal_map_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
load_elimination_test.dart Refactor SsaBuilder.visitStaticSend and visitGetterSend. 2015-04-29 11:44:05 +00:00
logical_expression_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
lookup_member_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
loop_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
map_tracer_const_test.dart Extend closure tracer to also trace dynamic tear offs and use the result to identify closures that might be passed to Function.apply 2014-04-29 09:46:07 +00:00
map_tracer_keys_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
map_tracer_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
maplet_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
members_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
memory_compiler.dart Remove Compiler.assembledCode. 2015-01-06 11:06:23 +00:00
memory_source_file_helper.dart Refactor SourceFile, SourceFileProvider and SourceLocation. 2015-02-13 14:02:32 +00:00
message_kind_helper.dart Avoid duplicated messages. 2015-01-15 11:59:35 +00:00
message_kind_test.dart Emit warning on import of dart:mirrors. 2014-11-19 09:20:14 +00:00
metadata_test.dart Fix await parsing. 2015-02-03 14:20:21 +00:00
minify_many_locals_test.dart Update minify_many_locals_test to match capabilities. 2015-04-16 08:57:54 +00:00
mirror_final_field_inferrer2_test.dart Move TypeMask.simplify to a test helper. 2014-02-20 16:53:23 +00:00
mirror_final_field_inferrer_test.dart Move TypeMask.simplify to a test helper. 2014-02-20 16:53:23 +00:00
mirror_helper_rename_test.dart Remove Compiler.assembledCode. 2015-01-06 11:06:23 +00:00
mirror_helper_test.dart Handle platform access through prefix in dart2dart 2015-01-09 10:29:59 +00:00
mirror_helper_unique_minification_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
mirror_private_name_inheritance_test.dart Properly treat private names when computing reflectable elements. 2014-07-02 12:12:36 +00:00
mirror_system_helper.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
mirror_tree_shaking_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
mirrors_exports_test.dart dart2js: Support isDeferred on DependencyMirrors. 2015-02-20 10:37:44 +00:00
mirrors_helper.dart Cleanup warnings in unit tests. 2014-07-09 09:29:01 +00:00
mirrors_lookup_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
mirrors_metadata_test.dart Remove scanBuiltinLibraries. 2014-06-17 12:58:39 +00:00
mirrors_mixin_test.dart Align source mirrors with runtime mirrors. 2014-01-31 14:15:26 +00:00
mirrors_test.dart Throw ArgumentError if packageRoot is null. 2015-01-08 08:36:27 +00:00
mirrors_used_test.dart dart2js: Refactoring, documentation, and a few bugfixes in Namer class. 2015-02-27 14:20:49 +00:00
missing_file_test.dart Recover from read errors. 2015-01-14 14:16:10 +00:00
mixin_constructor_default_parameter_values_test.dart Use correct context when inferring type for default parameters of synthesized functions. 2014-08-29 09:13:18 +00:00
mixin_language_test.dart Compute correct constructor type for synthesized mixin constructors. 2014-01-06 09:41:17 +00:00
mixin_typevariable_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
mock_compiler.dart Refactor SourceFile, SourceFileProvider and SourceLocation. 2015-02-13 14:02:32 +00:00
mock_libraries.dart Rewrite for-in loop on JavaScript indexable arrays as indexing loop 2015-04-21 03:13:36 +00:00
no_constructor_body_test.dart Update tests. 2014-02-21 13:27:38 +00:00
no_duplicate_constructor_body2_test.dart First pass at asynchronous input loading in dart2js. 2013-09-03 08:04:38 +00:00
no_duplicate_constructor_body_test.dart Update tests. 2014-02-21 13:27:38 +00:00
no_duplicate_stub_test.dart First pass at asynchronous input loading in dart2js. 2013-09-03 08:04:38 +00:00
no_such_method_codegen_test.dart Allow infering of return types on runtime helpers. It's only arugments the inferrer does not see. 2013-08-15 11:53:41 +00:00
no_such_method_enabled_test.dart Emit diagnostics for bad NSM implementations 2015-03-31 17:11:26 +00:00
null_check_test.dart Fix an oversight wiht HIndex and HIndexAssign: they can throw if the receiver can be null. 2013-11-21 13:17:19 +00:00
null_type_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
number_output_test.dart Extends shortened representation of numbers to negative numbers. 2015-02-25 03:06:36 +00:00
one_line_dart_program.dart dart2js: Handle zero-terminated content explicitly. 2015-03-12 12:33:00 +00:00
output_collector.dart Remove Compiler.assembledCode. 2015-01-06 11:06:23 +00:00
override_inheritance_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
package_root_test.dart Recover from read errors. 2015-01-14 14:16:10 +00:00
parameter_phi_elimination_test.dart Updated tests/compiler/* to use new library syntax. 2012-11-09 18:39:05 +00:00
parser_helper.dart Refactor SourceFile, SourceFileProvider and SourceLocation. 2015-02-13 14:02:32 +00:00
parser_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
part_of_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
partial_parser_test.dart Scanner for UTF-8 byte arrays 2013-10-18 06:40:07 +00:00
patch_test.dart Supported versioned patching. 2015-01-29 12:07:48 +00:00
preserve_uris_test.dart dart2js: add --preserve-uris flag. 2014-10-22 09:05:26 +00:00
pretty_parameter_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
private_test.dart Extract CallStructure from Selector. 2015-04-09 07:44:17 +00:00
proxy_test.dart Handle @proxy classes in type checker. 2013-12-10 09:34:25 +00:00
redundant_phi_eliminator_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
reexport_handled_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
regress_10231_test.dart First pass at asynchronous input loading in dart2js. 2013-09-03 08:04:38 +00:00
resolution_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
resolver_test.dart Better hints for await in non-async functions 2015-04-17 20:58:59 +00:00
scanner_offset_length_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
scanner_test.dart dart2js: Handle zero-terminated content explicitly. 2015-03-12 12:33:00 +00:00
semantic_visitor_test.dart Refactor SsaBuilder.visitStaticSend and visitGetterSend. 2015-04-29 11:44:05 +00:00
setlet_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
sha1_long_test_vectors.dart Communicate between deferred files and main files via hash. 2014-09-09 07:34:48 +00:00
sha1_short_test_vectors.dart Communicate between deferred files and main files via hash. 2014-09-09 07:34:48 +00:00
sha1_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
show_package_warnings_test.dart Change --hide-package-warnings to --show-package-warnings and add hint on suppress warnings. 2014-03-04 07:15:26 +00:00
side_effect_tdiv_regression_test.dart Re-apply: Fix regression on side effects of tdiv. 2013-12-18 09:24:27 +00:00
simple_function_subtype_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
simple_inferrer_and_or_test.dart Fix bad type-inferrence for logical expressions. 2014-02-28 10:18:59 +00:00
simple_inferrer_callers_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
simple_inferrer_closure_test.dart Adapt TypeMask tests to new TypeMask interface. 2014-09-09 10:54:56 +00:00
simple_inferrer_const_closure2_test.dart Infer types for compile-time constant closures. 2014-02-04 12:40:13 +00:00
simple_inferrer_const_closure3_test.dart Move TypeMask.simplify to a test helper. 2014-02-20 16:53:23 +00:00
simple_inferrer_const_closure4_test.dart Move TypeMask.simplify to a test helper. 2014-02-20 16:53:23 +00:00
simple_inferrer_const_closure5_test.dart Move TypeMask.simplify to a test helper. 2014-02-20 16:53:23 +00:00
simple_inferrer_const_closure_test.dart Test for Issue 16448 2014-01-31 21:10:18 +00:00
simple_inferrer_final_field2_test.dart Implements tracking of specific key/value types in dictionary style maps. 2014-03-04 09:03:50 +00:00
simple_inferrer_final_field3_test.dart Move TypeMask.simplify to a test helper. 2014-02-20 16:53:23 +00:00
simple_inferrer_final_field_test.dart Move TypeMask.simplify to a test helper. 2014-02-20 16:53:23 +00:00
simple_inferrer_global_field_closure2_test.dart Move TypeMask.simplify to a test helper. 2014-02-20 16:53:23 +00:00
simple_inferrer_global_field_closure_test.dart Infer types for compile-time constant closures. 2014-02-04 12:40:13 +00:00
simple_inferrer_no_such_method_test.dart Don't bailout of type inference for simple NSM implementations 2015-03-24 00:10:54 +00:00
simple_inferrer_postfix_prefix_test.dart Move TypeMask.simplify to a test helper. 2014-02-20 16:53:23 +00:00
simple_inferrer_relations_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
simple_inferrer_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
simple_inferrer_try_catch_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
simple_inferrer_unregister_call_test.dart Add UInt32 and UInt31 types to better infer bit operations. 2013-11-27 07:41:52 +00:00
size_test.dart dart2js OldEmitter: inline FinishClasses. 2015-01-05 09:15:45 +00:00
source_map_d2js_validity_test.dart Fix shift in source map positions. 2015-02-02 10:54:57 +00:00
source_map_deferred_d2js_validity_test.dart Fix shift in source map positions. 2015-02-02 10:54:57 +00:00
source_map_deferred_validator_test_file.dart Add support for source maps in deferred libraries. 2014-10-14 16:53:36 +00:00
source_map_deferred_validator_test_lib.dart Add support for source maps in deferred libraries. 2014-10-14 16:53:36 +00:00
source_map_pub_build_validity_test.dart Make unittests work on Windows (again) 2015-03-25 07:59:23 +00:00
source_map_test.dart Remove deprecated sourceMapping syntax. 2014-07-01 15:42:59 +00:00
source_map_validator_helper.dart Fix shift in source map positions. 2015-02-02 10:54:57 +00:00
source_map_validator_test_file.dart Add support for source maps in deferred libraries. 2014-10-14 16:53:36 +00:00
source_mapping_test.dart Add SourceInformationFactory. 2015-04-21 12:07:51 +00:00
space_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
ssa_phi_codegen_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
static_closure_test.dart Fix issues that caused revert of r30955: 2013-12-08 10:29:16 +00:00
stats_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
strength_eq_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
string_add_test.dart Turn a Dart String + String into a JavaScript String + String. 2013-09-09 09:37:08 +00:00
string_escapes_test.dart Allow whitespace and \ before the first newline of multiline string. 2014-06-18 14:43:34 +00:00
string_interpolation_test.dart Turn a Dart String + String into a JavaScript String + String. 2013-09-09 09:37:08 +00:00
strip_comment_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
subtype_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
switch_empty_default_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
tag_mapping_test.dart Move Compiler.libraries to LibraryLoader. 2014-06-26 13:10:13 +00:00
tree_shaking_test.dart First pass at asynchronous input loading in dart2js. 2013-09-03 08:04:38 +00:00
trust_type_annotations2_test.dart dart2js: Trust type annotations more often with --trust-type-annotation. 2014-11-10 16:53:44 +00:00
trust_type_annotations_test.dart Potentially trust type annotations on parameters and fields. 2014-09-19 08:21:04 +00:00
type_checker_test.dart Typecheck return with respect to async. 2015-03-02 13:04:43 +00:00
type_combination_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
type_equals_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
type_guard_unuser_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
type_inference2_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
type_inference3_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
type_inference4_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
type_inference5_test.dart Make dart2js unittests async. 2014-06-10 13:02:46 +00:00
type_inference6_test.dart Fix static state in dart2js. 2014-05-09 06:37:36 +00:00
type_mask2_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
type_mask_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
type_mask_test_helper.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
type_order_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
type_promotion_test.dart Implement least upper bound. 2013-11-26 08:32:08 +00:00
type_representation_test.dart dart2js: create a 'types' table for each deferred unit. 2015-04-10 11:21:10 +00:00
type_substitution_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
type_test_helper.dart Implement new flatten specification. 2015-03-24 11:28:30 +00:00
type_variable_bound_test.dart Enable static checking of type variable bounds. 2013-09-12 13:30:25 +00:00
type_variable_occurrence_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
types_of_captured_variables_test.dart Fix issues that caused revert of r30955: 2013-12-08 10:29:16 +00:00
union_type_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
unneeded_part_js_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
unparser2_test.dart Support parsing of enums in dart2js. 2014-11-07 09:34:56 +00:00
unparser_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
unused_empty_map_test.dart Mark empty HashMap constructor as NoThrows. 2014-12-08 10:40:15 +00:00
uri_extras_test.dart Move dart2js from sdk/lib/_internal/compiler to pkg/compiler 2014-11-05 08:51:01 +00:00
uri_retention_test.dart Remove Compiler.assembledCode. 2015-01-06 11:06:23 +00:00
use_checks_test.dart dart2js: Use type-checks in later operations. 2014-11-07 13:58:23 +00:00
use_strict_test.dart dart2js: Don't emit fields that are named "eval" or "arguments". 2015-02-23 16:24:53 +00:00
value_range2_test.dart Move constant systems into their own libraries. 2015-04-17 16:29:44 +00:00
value_range3_test.dart Use the integer type to get rid of above 0 checks in bounds checks. 2013-11-27 10:21:48 +00:00
value_range_test.dart Generate mock libraries and assert that helpers are non-null. 2014-07-03 09:32:55 +00:00
warnings_checker.dart Refactor SourceFile, SourceFileProvider and SourceLocation. 2015-02-13 14:02:32 +00:00
zero_termination_test.dart dart2js: Handle zero-terminated content explicitly. 2015-03-12 12:33:00 +00:00