| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |