| 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 LibTest/core/FallThroughError/throwNew/FallThroughError/throwNew/A01/t01: Fail | 185 LibTest/core/FallThroughError/throwNew/FallThroughError/throwNew/A01/t01: Fail |
| 186 LibTest/core/FallThroughError/throwNew/FallThroughError/throwNew/A01/t02: Fail | 186 LibTest/core/FallThroughError/throwNew/FallThroughError/throwNew/A01/t02: Fail |
| 187 LibTest/core/FallThroughError/toString/FallThroughError/toString/A01/t01: Fail | 187 LibTest/core/FallThroughError/toString/FallThroughError/toString/A01/t01: Fail |
| 188 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t01: Fail | 188 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t01: Fail |
| 189 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t02: Fail | 189 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t02: Fail |
| 190 LibTest/core/InternalError/InternalError/InternalError/A01/t01: Fail | 190 LibTest/core/InternalError/InternalError/InternalError/A01/t01: Fail |
| 191 LibTest/core/InternalError/toString/InternalError/toString/A01/t01: Fail | 191 LibTest/core/InternalError/toString/InternalError/toString/A01/t01: Fail |
| 192 LibTest/core/Isolate/A01/t01: Fail | 192 LibTest/core/Isolate/A01/t01: Fail |
| 193 LibTest/core/Isolate/A02/t01: Fail | 193 LibTest/core/Isolate/A02/t01: Fail |
| 194 LibTest/core/Isolate/port/Isolate/port/A01/t01: Fail | 194 LibTest/core/Isolate/port/Isolate/port/A01/t01: Fail |
| 195 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t07: Skip # http://code.google.com
/p/co19/issues/detail?id=13 |
| 195 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t09: Fail | 196 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t09: Fail |
| 196 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t10: Fail | 197 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t10: Fail |
| 197 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t11: Fail | 198 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t11: Fail |
| 198 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t12: Fail | 199 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t12: Fail |
| 199 LibTest/core/List/List.fromList/*: Fail # List.fromList has been removed. | 200 LibTest/core/List/List.fromList/*: Fail # List.fromList has been removed. |
| 200 LibTest/core/List/List/List/A01/t03: Fail | 201 LibTest/core/List/List/List/A01/t03: Fail |
| 201 LibTest/core/List/copyFrom/List/copyFrom/A01/t06: Fail | 202 LibTest/core/List/copyFrom/List/copyFrom/A01/t06: Fail |
| 202 LibTest/core/List/every/List/every/A01/t04: Fail | 203 LibTest/core/List/every/List/every/A01/t04: Fail |
| 203 LibTest/core/List/every/List/every/A01/t05: Fail | 204 LibTest/core/List/every/List/every/A01/t05: Fail |
| 204 LibTest/core/List/every/List/every/A01/t06: Fail | 205 LibTest/core/List/every/List/every/A01/t06: Fail |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 427 LibTest/core/int/toStringAsExponential/int/toStringAsExponential/A01/t01: Fail | 428 LibTest/core/int/toStringAsExponential/int/toStringAsExponential/A01/t01: Fail |
| 428 LibTest/core/int/toStringAsFixed/int/toStringAsFixed/A01/t01: Fail | 429 LibTest/core/int/toStringAsFixed/int/toStringAsFixed/A01/t01: Fail |
| 429 LibTest/core/int/toStringAsPrecision/int/toStringAsPrecision/A01/t01: Fail | 430 LibTest/core/int/toStringAsPrecision/int/toStringAsPrecision/A01/t01: Fail |
| 430 | 431 |
| 431 [ $component == dartium ] | 432 [ $component == dartium ] |
| 432 *: Skip | 433 *: Skip |
| 433 | 434 |
| 434 | 435 |
| 435 [ $component == chromium ] | 436 [ $component == chromium ] |
| 436 *: Skip | 437 *: Skip |
| OLD | NEW |