| 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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 405 LibTest/core/int/toRadixString/int/toRadixString/A01/t01: Fail | 405 LibTest/core/int/toRadixString/int/toRadixString/A01/t01: Fail |
| 406 LibTest/core/int/toStringAsExponential/int/toStringAsExponential/A01/t01: Fail | 406 LibTest/core/int/toStringAsExponential/int/toStringAsExponential/A01/t01: Fail |
| 407 LibTest/core/int/toStringAsFixed/int/toStringAsFixed/A01/t01: Fail | 407 LibTest/core/int/toStringAsFixed/int/toStringAsFixed/A01/t01: Fail |
| 408 LibTest/core/int/toStringAsPrecision/int/toStringAsPrecision/A01/t01: Fail | 408 LibTest/core/int/toStringAsPrecision/int/toStringAsPrecision/A01/t01: Fail |
| 409 | 409 |
| 410 # Started failing after making @static-type-error non-negative. | 410 # Started failing after making @static-type-error non-negative. |
| 411 [ $component == dartc ] | 411 [ $component == dartc ] |
| 412 LangSpecTest/13_Types/13_4_Interface_Types/A11/t01: Crash | 412 LangSpecTest/13_Types/13_4_Interface_Types/A11/t01: Crash |
| 413 LangSpecTest/13_Types/13_4_Interface_Types/A11/t02: Crash | 413 LangSpecTest/13_Types/13_4_Interface_Types/A11/t02: Crash |
| 414 LibTest/core/Map/forEach/Map/forEach/A01/t03: Fail | 414 LibTest/core/Map/forEach/Map/forEach/A01/t03: Fail |
| 415 LibTest/core/Map/operator\[\]/Map/operator\[\]/A01/t03: Fail | 415 LibTest/core/Map/operator\[]/Map/operator\[]/A01/t03: Fail |
| 416 LibTest/core/Map/operator\[\]=/Map/operator\[\]=/A01/t03: Fail | 416 LibTest/core/Map/operator\[]=/Map/operator\[]=/A01/t03: Fail |
| 417 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t04: Fail | 417 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t04: Fail |
| 418 LibTest/core/String/toLowerCase/String/toLowerCase/A01/t04: Fail | 418 LibTest/core/String/toLowerCase/String/toLowerCase/A01/t04: Fail |
| 419 LibTest/core/String/toUpperCase/String/toUpperCase/A01/t04: Fail | 419 LibTest/core/String/toUpperCase/String/toUpperCase/A01/t04: Fail |
| 420 | 420 |
| 421 [ $component == dartium ] | 421 [ $component == dartium ] |
| 422 *: Skip | 422 *: Skip |
| 423 | 423 |
| 424 | 424 |
| 425 [ $component == chromium ] | 425 [ $component == chromium ] |
| 426 *: Skip | 426 *: Skip |
| OLD | NEW |