Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(702)

Issue 11368150: Updated tests/compiler/* to use new library syntax. (Closed)

Created:
8 years, 1 month ago by gram
Modified:
8 years, 1 month ago
Reviewers:
ahe
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Updated tests/compiler/* to use new library syntax. Committed: https://code.google.com/p/dart/source/detail?r=14748

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -102 lines) Patch
M tests/compiler/dart2js/array_static_intercept_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/boolified_operator_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/boolify_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/builtin_equals_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/builtin_interceptor_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/class_codegen2_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/class_codegen_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/class_order_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/closure_codegen_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/code_motion_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/concrete_type_inference_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/constant_folding_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/dart_backend_test.dart View 15 chunks +20 lines, -20 lines 0 comments Download
M tests/compiler/dart2js/dead_phi_eliminator_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/field_codegen_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/generate_at_use_site_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/gvn_dynamic_field_get_test.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js/gvn_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/identity_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/inverse_operator_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/is_inference2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/is_inference_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/literal_list_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/loop_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/minify_many_locals_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/no_constructor_body_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/no_duplicate_constructor_body2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/no_duplicate_constructor_body_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/no_duplicate_stub_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/null_type_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/parameter_phi_elimination_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/pretty_parameter_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/redundant_phi_eliminator_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/rewrite_better_user_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/ssa_phi_codegen_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/static_closure_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/string_escapes_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/string_interpolation_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/tree_shaking_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/type_guard_unuser_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/type_inference2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/type_inference3_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/type_inference4_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/type_inference5_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/type_inference_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/value_range_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js_extra/inline_position_crash_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js_extra/math_lib_prefix_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js_extra/math_lib_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js_extra/panda_lib.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js_extra/panda_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js_extra/regress/4434_lib.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js_extra/regress/4434_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js_extra/regress/4740_library.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js_extra/regress/4740_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js_extra/source_mapping_crash_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js_foreign/native_library_same_name_used_lib1.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js_foreign/native_library_same_name_used_lib2.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js_foreign/native_library_same_name_used_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js_native/native_library_same_name_used_frog_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js_native/native_library_same_name_used_lib1.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tests/compiler/dart2js_native/native_library_same_name_used_lib2.dart View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
gram
I'm trying to get all the repo code updated this week in a bunch of ...
8 years, 1 month ago (2012-11-08 21:37:12 UTC) #1
ahe
8 years, 1 month ago (2012-11-09 16:32:33 UTC) #2
AWESOME! Thank you. LGTM

Powered by Google App Engine
This is Rietveld 408576698