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

Side by Side Diff: tests/compiler/dart2js_extra/dart2js_extra.status

Issue 1215503012: dart2js cps: Do not propagate uses of loop variables past their update. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Another non-complex -> simple Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « pkg/compiler/lib/src/tree_ir/optimization/statement_rewriter.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 16407_test: Fail # Issue 16407 6 16407_test: Fail # Issue 16407
7 class_test: Fail 7 class_test: Fail
8 statements_test: Fail 8 statements_test: Fail
9 typed_locals_test: Fail 9 typed_locals_test: Fail
10 no_such_method_test: Fail # Wrong Invocation.memberName. 10 no_such_method_test: Fail # Wrong Invocation.memberName.
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 closure_capture5_test: Crash # (i=0): For-loop variable captured in loop header 79 closure_capture5_test: Crash # (i=0): For-loop variable captured in loop header
80 conditional_send_test: RuntimeError # receiver.get$_collection$_nums is not a fu nction 80 conditional_send_test: RuntimeError # receiver.get$_collection$_nums is not a fu nction
81 deferred/deferred_class_test: RuntimeError # receiver.get$_collection$_nums is n ot a function 81 deferred/deferred_class_test: RuntimeError # receiver.get$_collection$_nums is n ot a function
82 deferred/deferred_constant2_test: RuntimeError # receiver.get$_collection$_nums is not a function 82 deferred/deferred_constant2_test: RuntimeError # receiver.get$_collection$_nums is not a function
83 deferred/deferred_constant3_test: RuntimeError # receiver.get$_collection$_nums is not a function 83 deferred/deferred_constant3_test: RuntimeError # receiver.get$_collection$_nums is not a function
84 deferred/deferred_constant4_test: RuntimeError # receiver.get$_collection$_nums is not a function 84 deferred/deferred_constant4_test: RuntimeError # receiver.get$_collection$_nums is not a function
85 deferred/deferred_function_test: RuntimeError # receiver.get$_collection$_nums i s not a function 85 deferred/deferred_function_test: RuntimeError # receiver.get$_collection$_nums i s not a function
86 deferred/deferred_mirrors1_test: RuntimeError # receiver.get$_collection$_nums i s not a function 86 deferred/deferred_mirrors1_test: RuntimeError # receiver.get$_collection$_nums i s not a function
87 deferred/deferred_mirrors2_test : RuntimeError # TypeError: receiver.get$_collec tion$_nums is not a function 87 deferred/deferred_mirrors2_test : RuntimeError # TypeError: receiver.get$_collec tion$_nums is not a function
88 deferred/deferred_overlapping_test: RuntimeError # receiver.get$_collection$_num s is not a function 88 deferred/deferred_overlapping_test: RuntimeError # receiver.get$_collection$_num s is not a function
89 for_test: RuntimeError # Please triage this failure.
90 if_null_test: RuntimeError # receiver.get$_collection$_nums is not a function 89 if_null_test: RuntimeError # receiver.get$_collection$_nums is not a function
91 mirror_invalid_field_access3_test: Crash # Internal Error: No default constructo r available. 90 mirror_invalid_field_access3_test: Crash # Internal Error: No default constructo r available.
92 mirror_invalid_field_access_test: Crash # Internal Error: No default constructor available. 91 mirror_invalid_field_access_test: Crash # Internal Error: No default constructor available.
93 mirror_invalid_invoke3_test: Crash # Internal Error: No default constructor avai lable. 92 mirror_invalid_invoke3_test: Crash # Internal Error: No default constructor avai lable.
94 mirror_invalid_invoke_test: Crash # Internal Error: No default constructor avail able. 93 mirror_invalid_invoke_test: Crash # Internal Error: No default constructor avail able.
95 mirror_printer_test: Crash # Internal Error: No default constructor available. 94 mirror_printer_test: Crash # Internal Error: No default constructor available.
96 mirror_test: Crash # Internal Error: No default constructor available. 95 mirror_test: Crash # Internal Error: No default constructor available.
97 mirror_type_inference_field2_test: Crash # Internal Error: No default constructo r available. 96 mirror_type_inference_field2_test: Crash # Internal Error: No default constructo r available.
98 mirror_type_inference_field_test: Crash # Internal Error: No default constructor available. 97 mirror_type_inference_field_test: Crash # Internal Error: No default constructor available.
99 mirror_type_inference_function_test: Crash # Internal Error: No default construc tor available. 98 mirror_type_inference_function_test: Crash # Internal Error: No default construc tor available.
100 mirrors_used_warning2_test : RuntimeError # TypeError: receiver.get$_nums is not a function 99 mirrors_used_warning2_test : RuntimeError # TypeError: receiver.get$_nums is not a function
101 mirrors_used_warning_test/minif : RuntimeError # TypeError: receiver.get$_nums i s not a function 100 mirrors_used_warning_test/minif : RuntimeError # TypeError: receiver.get$_nums i s not a function
102 mirrors_used_warning_test/none : RuntimeError # TypeError: receiver.get$_nums is not a function 101 mirrors_used_warning_test/none : RuntimeError # TypeError: receiver.get$_nums is not a function
103 reflect_native_types_test: Crash # Internal Error: No default constructor availa ble. 102 reflect_native_types_test: Crash # Internal Error: No default constructor availa ble.
104 runtime_type_test: RuntimeError # Cannot read property 'prototype' of undefined 103 runtime_type_test: RuntimeError # Cannot read property 'prototype' of undefined
105 switch_test/none: Crash # (switch (val){foo:ba... continue to a labeled switch case 104 switch_test/none: Crash # (switch (val){foo:ba... continue to a labeled switch case
106 timer_test: RuntimeError # receiver.get$_collection$_nums is not a function 105 timer_test: RuntimeError # receiver.get$_collection$_nums is not a function
107 no_such_method_test : Crash # Internal Error: No default constructor available. 106 no_such_method_test : Crash # Internal Error: No default constructor available.
108 mirrors_used_closure_test : Crash # Internal Error: No default constructor avail able. 107 mirrors_used_closure_test : Crash # Internal Error: No default constructor avail able.
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/tree_ir/optimization/statement_rewriter.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698