| OLD | NEW |
| 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 prefix co19 | 5 prefix co19 |
| 6 | 6 |
| 7 # | 7 # |
| 8 # Problems specific to compiler in release build (--optimize) | 8 # Problems specific to compiler in release build (--optimize) |
| 9 # | 9 # |
| 10 [ $component == dartc && $mode == release ] | 10 [ $component == dartc && $mode == release ] |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 LibTest/core/Date/toString/Date/toString/A02/t01: Fail | 138 LibTest/core/Date/toString/Date/toString/A02/t01: Fail |
| 139 LibTest/core/Date/weekday/Date/weekday/A01/t01: Fail | 139 LibTest/core/Date/weekday/Date/weekday/A01/t01: Fail |
| 140 LibTest/core/Date/weekday/Date/weekday/A01/t02: Fail | 140 LibTest/core/Date/weekday/Date/weekday/A01/t02: Fail |
| 141 LibTest/core/Date/year/Date/year/A01/t01: Fail | 141 LibTest/core/Date/year/Date/year/A01/t01: Fail |
| 142 LibTest/core/Dispatcher/Dispatcher_Dispatcher/A01/t01: Fail | 142 LibTest/core/Dispatcher/Dispatcher_Dispatcher/A01/t01: Fail |
| 143 LibTest/core/Dispatcher/Dispatcher_serve/A01/t01: Fail | 143 LibTest/core/Dispatcher/Dispatcher_serve/A01/t01: Fail |
| 144 LibTest/core/Duration/Duration/Duration/A03/t01: Fail | 144 LibTest/core/Duration/Duration/Duration/A03/t01: Fail |
| 145 LibTest/core/Expect/approxEquals/Expect/approxEquals/A03/t01: Fail | 145 LibTest/core/Expect/approxEquals/Expect/approxEquals/A03/t01: Fail |
| 146 LibTest/core/Expect/fail/Expect/fail/A02/t01: Fail | 146 LibTest/core/Expect/fail/Expect/fail/A02/t01: Fail |
| 147 LibTest/core/Expect/identical/Expect/identical/A01/t01: Fail | 147 LibTest/core/Expect/identical/Expect/identical/A01/t01: Fail |
| 148 LibTest/core/Expect/listEquals/Expect/listEquals/A03/t01: Fail | |
| 149 LibTest/core/Expect/setEquals/Expect/setEquals/A01/t01: Fail | 148 LibTest/core/Expect/setEquals/Expect/setEquals/A01/t01: Fail |
| 150 LibTest/core/Expect/setEquals/Expect/setEquals/A01/t02: Fail | 149 LibTest/core/Expect/setEquals/Expect/setEquals/A01/t02: Fail |
| 151 LibTest/core/Expect/stringEquals/Expect/stringEquals/A02/t01: Fail | 150 LibTest/core/Expect/stringEquals/Expect/stringEquals/A02/t01: Fail |
| 152 LibTest/core/Expect/throws/Expect/throws/A02/t01: Fail | 151 LibTest/core/Expect/throws/Expect/throws/A02/t01: Fail |
| 153 LibTest/core/Expect/throws/Expect/throws/A03/t01: Fail | 152 LibTest/core/Expect/throws/Expect/throws/A03/t01: Fail |
| 154 LibTest/core/FallThroughError/line/FallThroughError/line/A01/t01: Fail | 153 LibTest/core/FallThroughError/line/FallThroughError/line/A01/t01: Fail |
| 155 LibTest/core/FallThroughError/line/FallThroughError/line/A01/t02: Fail | 154 LibTest/core/FallThroughError/line/FallThroughError/line/A01/t02: Fail |
| 156 LibTest/core/FallThroughError/throwNew/FallThroughError/throwNew/A01/t01: Fail | 155 LibTest/core/FallThroughError/throwNew/FallThroughError/throwNew/A01/t01: Fail |
| 157 LibTest/core/FallThroughError/throwNew/FallThroughError/throwNew/A01/t02: Fail | 156 LibTest/core/FallThroughError/throwNew/FallThroughError/throwNew/A01/t02: Fail |
| 158 LibTest/core/FallThroughError/toString/FallThroughError/toString/A01/t01: Fail | 157 LibTest/core/FallThroughError/toString/FallThroughError/toString/A01/t01: Fail |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 403 | 402 |
| 404 [ $component == dartium ] | 403 [ $component == dartium ] |
| 405 *: Skip | 404 *: Skip |
| 406 | 405 |
| 407 | 406 |
| 408 [ $component == chromium ] | 407 [ $component == chromium ] |
| 409 *: Skip | 408 *: Skip |
| 410 | 409 |
| 411 [ $component == frogium ] | 410 [ $component == frogium ] |
| 412 *: Skip | 411 *: Skip |
| OLD | NEW |