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

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

Issue 1560963002: Do TypePropagation again after inlining (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: fix tests Created 4 years, 11 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/supercall_1.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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 runTest('basic_7.dart', update: true); 72 runTest('basic_7.dart', update: true);
73 runTest('basic_8.dart', update: true); 73 runTest('basic_8.dart', update: true);
74 runTest('basic_9.dart', update: true); 74 runTest('basic_9.dart', update: true);
75 runTest('closures_1.dart', update: true); 75 runTest('closures_1.dart', update: true);
76 runTest('closures_10.dart', update: true); 76 runTest('closures_10.dart', update: true);
77 runTest('closures_11.dart', update: true); 77 runTest('closures_11.dart', update: true);
78 runTest('closures_12.dart', update: true); 78 runTest('closures_12.dart', update: true);
79 runTest('closures_13.dart', update: true); 79 runTest('closures_13.dart', update: true);
80 runTest('closures_14.dart', update: true); 80 runTest('closures_14.dart', update: true);
81 runTest('closures_15.dart', update: true); 81 runTest('closures_15.dart', update: true);
82 runTest('closures_16.dart', update: true);
82 runTest('closures_2.dart', update: true); 83 runTest('closures_2.dart', update: true);
83 runTest('closures_3.dart', update: true); 84 runTest('closures_3.dart', update: true);
84 runTest('closures_4.dart', update: true); 85 runTest('closures_4.dart', update: true);
85 runTest('closures_5.dart', update: true); 86 runTest('closures_5.dart', update: true);
86 runTest('closures_6.dart', update: true); 87 runTest('closures_6.dart', update: true);
87 runTest('closures_7.dart', update: true); 88 runTest('closures_7.dart', update: true);
88 runTest('closures_8.dart', update: true); 89 runTest('closures_8.dart', update: true);
89 runTest('closures_9.dart', update: true); 90 runTest('closures_9.dart', update: true);
90 runTest('codeUnitAt_1.dart', update: true); 91 runTest('codeUnitAt_1.dart', update: true);
91 runTest('codeUnitAt_2.dart', update: true); 92 runTest('codeUnitAt_2.dart', update: true);
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 runTest('operators_7.dart', update: true); 134 runTest('operators_7.dart', update: true);
134 runTest('operators_8.dart', update: true); 135 runTest('operators_8.dart', update: true);
135 runTest('runtime_types_1.dart', update: true); 136 runTest('runtime_types_1.dart', update: true);
136 runTest('runtime_types_2.dart', update: true); 137 runTest('runtime_types_2.dart', update: true);
137 runTest('runtime_types_3.dart', update: true); 138 runTest('runtime_types_3.dart', update: true);
138 runTest('runtime_types_4.dart', update: true); 139 runTest('runtime_types_4.dart', update: true);
139 runTest('supercall_1.dart', update: true); 140 runTest('supercall_1.dart', update: true);
140 runTest('supercall_2.dart', update: true); 141 runTest('supercall_2.dart', update: true);
141 runTest('supercall_3.dart', update: true); 142 runTest('supercall_3.dart', update: true);
142 } 143 }
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/cps_ir/input/supercall_1.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698