| 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 LibTest/core/Date/Date.fromString/Date/Date.fromString/A01/t04: Fail | 124 LibTest/core/Date/Date.fromString/Date/Date.fromString/A01/t04: Fail |
| 125 LibTest/core/Date/Date.fromString/Date/Date.fromString/A04/t01: Fail | 125 LibTest/core/Date/Date.fromString/Date/Date.fromString/A04/t01: Fail |
| 126 LibTest/core/Date/Date.fromString/Date/Date.fromString/A05/t01: Fail | 126 LibTest/core/Date/Date.fromString/Date/Date.fromString/A05/t01: Fail |
| 127 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t02: Fail | 127 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t02: Fail |
| 128 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t04: Fail | 128 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t04: Fail |
| 129 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t05: Fail | 129 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t05: Fail |
| 130 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t06: Fail | 130 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t06: Fail |
| 131 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t07: Fail | 131 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t07: Fail |
| 132 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t08: Fail | 132 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t08: Fail |
| 133 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t10: Fail | 133 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t10: Fail |
| 134 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A02/t01: Fail | |
| 135 LibTest/core/Date/Date/Date/A01/t01: Fail | 134 LibTest/core/Date/Date/Date/A01/t01: Fail |
| 136 LibTest/core/Date/Date/Date/A01/t02: Fail | 135 LibTest/core/Date/Date/Date/A01/t02: Fail |
| 137 LibTest/core/Date/Date/Date/A01/t03: Fail | 136 LibTest/core/Date/Date/Date/A01/t03: Fail |
| 138 LibTest/core/Date/toString/Date/toString/A02/t01: Fail | 137 LibTest/core/Date/toString/Date/toString/A02/t01: Fail |
| 139 LibTest/core/Date/weekday/Date/weekday/A01/t01: Fail | 138 LibTest/core/Date/weekday/Date/weekday/A01/t01: Fail |
| 140 LibTest/core/Date/weekday/Date/weekday/A01/t02: Fail | 139 LibTest/core/Date/weekday/Date/weekday/A01/t02: Fail |
| 141 LibTest/core/Date/year/Date/year/A01/t01: Fail | 140 LibTest/core/Date/year/Date/year/A01/t01: Fail |
| 142 LibTest/core/Dispatcher/Dispatcher_Dispatcher/A01/t01: Fail | 141 LibTest/core/Dispatcher/Dispatcher_Dispatcher/A01/t01: Fail |
| 143 LibTest/core/Dispatcher/Dispatcher_serve/A01/t01: Fail | 142 LibTest/core/Dispatcher/Dispatcher_serve/A01/t01: Fail |
| 144 LibTest/core/Duration/Duration/Duration/A03/t01: Fail | 143 LibTest/core/Duration/Duration/Duration/A03/t01: Fail |
| (...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 402 | 401 |
| 403 [ $component == dartium ] | 402 [ $component == dartium ] |
| 404 *: Skip | 403 *: Skip |
| 405 | 404 |
| 406 | 405 |
| 407 [ $component == chromium ] | 406 [ $component == chromium ] |
| 408 *: Skip | 407 *: Skip |
| 409 | 408 |
| 410 [ $component == frogium ] | 409 [ $component == frogium ] |
| 411 *: Skip | 410 *: Skip |
| OLD | NEW |