| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |