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

Side by Side Diff: tests/compiler/dart2js/cps_ir/update_all.dart

Issue 1671073002: dart2js cps: Pull SetFields into field initializer arguments. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Disable tracing of LetCont Created 4 years, 10 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 | « tests/compiler/dart2js/cps_ir/input/constructor_15.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 // ---- AUTO-GENERATED ------------------- 1 // ---- AUTO-GENERATED -------------------
2 // This file was autogenerated by running: 2 // This file was autogenerated by running:
3 // 3 //
4 // dart path/to/up_to_date_test.dart update 4 // dart path/to/up_to_date_test.dart update
5 // 5 //
6 // Do not edit this file by hand. 6 // Do not edit this file by hand.
7 // --------------------------------------- 7 // ---------------------------------------
8 8
9 library tests.compiler.dart2js.cps_ir.update_all; 9 library tests.compiler.dart2js.cps_ir.update_all;
10 10
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 runTest('closures_8.dart', update: true); 89 runTest('closures_8.dart', update: true);
90 runTest('closures_9.dart', update: true); 90 runTest('closures_9.dart', update: true);
91 runTest('codeUnitAt_1.dart', update: true); 91 runTest('codeUnitAt_1.dart', update: true);
92 runTest('codeUnitAt_2.dart', update: true); 92 runTest('codeUnitAt_2.dart', update: true);
93 runTest('constructor_1.dart', update: true); 93 runTest('constructor_1.dart', update: true);
94 runTest('constructor_10.dart', update: true); 94 runTest('constructor_10.dart', update: true);
95 runTest('constructor_11.dart', update: true); 95 runTest('constructor_11.dart', update: true);
96 runTest('constructor_12.dart', update: true); 96 runTest('constructor_12.dart', update: true);
97 runTest('constructor_13.dart', update: true); 97 runTest('constructor_13.dart', update: true);
98 runTest('constructor_14.dart', update: true); 98 runTest('constructor_14.dart', update: true);
99 runTest('constructor_15.dart', update: true);
99 runTest('constructor_2.dart', update: true); 100 runTest('constructor_2.dart', update: true);
100 runTest('constructor_3.dart', update: true); 101 runTest('constructor_3.dart', update: true);
101 runTest('constructor_4.dart', update: true); 102 runTest('constructor_4.dart', update: true);
102 runTest('constructor_5.dart', update: true); 103 runTest('constructor_5.dart', update: true);
103 runTest('constructor_6.dart', update: true); 104 runTest('constructor_6.dart', update: true);
104 runTest('constructor_7.dart', update: true); 105 runTest('constructor_7.dart', update: true);
105 runTest('constructor_8.dart', update: true); 106 runTest('constructor_8.dart', update: true);
106 runTest('constructor_9.dart', update: true); 107 runTest('constructor_9.dart', update: true);
107 runTest('control_flow_1.dart', update: true); 108 runTest('control_flow_1.dart', update: true);
108 runTest('control_flow_2.dart', update: true); 109 runTest('control_flow_2.dart', update: true);
(...skipping 27 matching lines...) Expand all
136 runTest('optimize_indexers.dart', update: true); 137 runTest('optimize_indexers.dart', update: true);
137 runTest('redundant_condition.dart', update: true); 138 runTest('redundant_condition.dart', update: true);
138 runTest('runtime_types_1.dart', update: true); 139 runTest('runtime_types_1.dart', update: true);
139 runTest('runtime_types_2.dart', update: true); 140 runTest('runtime_types_2.dart', update: true);
140 runTest('runtime_types_3.dart', update: true); 141 runTest('runtime_types_3.dart', update: true);
141 runTest('runtime_types_4.dart', update: true); 142 runTest('runtime_types_4.dart', update: true);
142 runTest('supercall_1.dart', update: true); 143 runTest('supercall_1.dart', update: true);
143 runTest('supercall_2.dart', update: true); 144 runTest('supercall_2.dart', update: true);
144 runTest('supercall_3.dart', update: true); 145 runTest('supercall_3.dart', update: true);
145 } 146 }
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/cps_ir/input/constructor_15.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698