| 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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 402 LibTest/core/int/remainder/int/remainder/A01/t02: Fail | 402 LibTest/core/int/remainder/int/remainder/A01/t02: Fail |
| 403 LibTest/core/int/remainder/int/remainder/A01/t03: Fail | 403 LibTest/core/int/remainder/int/remainder/A01/t03: Fail |
| 404 LibTest/core/int/toDouble/int/toDouble/A01/t01: Fail | 404 LibTest/core/int/toDouble/int/toDouble/A01/t01: Fail |
| 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 | |
| 413 LangSpecTest/13_Types/13_4_Interface_Types/A11/t02: Crash | |
| 414 LibTest/core/Map/forEach/Map/forEach/A01/t03: Fail | 412 LibTest/core/Map/forEach/Map/forEach/A01/t03: Fail |
| 415 LibTest/core/Map/operator\[]/Map/operator\[]/A01/t03: Fail | 413 LibTest/core/Map/operator\[]/Map/operator\[]/A01/t03: Fail |
| 416 LibTest/core/Map/operator\[]=/Map/operator\[]=/A01/t03: Fail | 414 LibTest/core/Map/operator\[]=/Map/operator\[]=/A01/t03: Fail |
| 417 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t04: Fail | 415 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t04: Fail |
| 418 LibTest/core/String/toLowerCase/String/toLowerCase/A01/t04: Fail | |
| 419 LibTest/core/String/toUpperCase/String/toUpperCase/A01/t04: Fail | |
| 420 | 416 |
| 421 [ $component == dartium ] | 417 [ $component == dartium ] |
| 422 *: Skip | 418 *: Skip |
| 423 | 419 |
| 424 | 420 |
| 425 [ $component == chromium ] | 421 [ $component == chromium ] |
| 426 *: Skip | 422 *: Skip |
| OLD | NEW |