| 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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 LibTest/core/RegExp/firstMatch/RegExp/firstMatch/A01/t01: Fail | 299 LibTest/core/RegExp/firstMatch/RegExp/firstMatch/A01/t01: Fail |
| 300 LibTest/core/RegExp/firstMatch/RegExp/firstMatch/A03/t01: Fail | 300 LibTest/core/RegExp/firstMatch/RegExp/firstMatch/A03/t01: Fail |
| 301 LibTest/core/RegExp/hasMatch/RegExp/hasMatch/A01/t02: Fail | 301 LibTest/core/RegExp/hasMatch/RegExp/hasMatch/A01/t02: Fail |
| 302 LibTest/core/RegExp/hasMatch/RegExp/hasMatch/A02/t01: Fail | 302 LibTest/core/RegExp/hasMatch/RegExp/hasMatch/A02/t01: Fail |
| 303 LibTest/core/RegExp/stringMatch/RegExp/stringMatch/A02/t01: Fail | 303 LibTest/core/RegExp/stringMatch/RegExp/stringMatch/A02/t01: Fail |
| 304 LibTest/core/SendPort/call/SendPort/call/A01/t01: Fail # Open receive ports. | 304 LibTest/core/SendPort/call/SendPort/call/A01/t01: Fail # Open receive ports. |
| 305 LibTest/core/SendPort/send/SendPort/send/A02/t01: Fail | 305 LibTest/core/SendPort/send/SendPort/send/A02/t01: Fail |
| 306 LibTest/core/SendPort/send/SendPort/send/A03/t02: Fail | 306 LibTest/core/SendPort/send/SendPort/send/A03/t02: Fail |
| 307 LibTest/core/Set/filter/Set/filter/A01/t03: Fail | 307 LibTest/core/Set/filter/Set/filter/A01/t03: Fail |
| 308 LibTest/core/Set/forEach/Set/forEach/A01/t03: Fail | 308 LibTest/core/Set/forEach/Set/forEach/A01/t03: Fail |
| 309 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail | |
| 310 LibTest/core/String/A02/t01: Fail | 309 LibTest/core/String/A02/t01: Fail |
| 311 LibTest/core/String/String.fromCharCodes/String/String.fromCharCodes/A02/t01: Fa
il | 310 LibTest/core/String/String.fromCharCodes/String/String.fromCharCodes/A02/t01: Fa
il |
| 312 LibTest/core/String/charCodeAt/String/charCodeAt/A01/t01: Fail | 311 LibTest/core/String/charCodeAt/String/charCodeAt/A01/t01: Fail |
| 313 LibTest/core/String/charCodeAt/String/charCodeAt/A03/t01: Fail | 312 LibTest/core/String/charCodeAt/String/charCodeAt/A03/t01: Fail |
| 314 LibTest/core/String/charCodes/String/charCodes/A01/t01: Fail | 313 LibTest/core/String/charCodes/String/charCodes/A01/t01: Fail |
| 315 LibTest/core/String/concat/String/concat/A02/t01: Fail | 314 LibTest/core/String/concat/String/concat/A02/t01: Fail |
| 316 LibTest/core/String/contains/String/contains/A02/t01: Fail | 315 LibTest/core/String/contains/String/contains/A02/t01: Fail |
| 317 LibTest/core/String/indexOf/String/indexOf/A01/t02: Fail | 316 LibTest/core/String/indexOf/String/indexOf/A01/t02: Fail |
| 318 LibTest/core/String/indexOf/String/indexOf/A03/t01: Fail | 317 LibTest/core/String/indexOf/String/indexOf/A03/t01: Fail |
| 319 LibTest/core/String/lastIndexOf/String/lastIndexOf/A01/t02: Fail | 318 LibTest/core/String/lastIndexOf/String/lastIndexOf/A01/t02: Fail |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 394 LibTest/core/int/toStringAsFixed/int/toStringAsFixed/A01/t01: Fail | 393 LibTest/core/int/toStringAsFixed/int/toStringAsFixed/A01/t01: Fail |
| 395 LibTest/core/int/toStringAsPrecision/int/toStringAsPrecision/A01/t01: Fail | 394 LibTest/core/int/toStringAsPrecision/int/toStringAsPrecision/A01/t01: Fail |
| 396 | 395 |
| 397 # Started failing after making @static-type-error non-negative. | 396 # Started failing after making @static-type-error non-negative. |
| 398 [ $component == dartc ] | 397 [ $component == dartc ] |
| 399 LibTest/core/Map/forEach/Map/forEach/A01/t03: Fail | 398 LibTest/core/Map/forEach/Map/forEach/A01/t03: Fail |
| 400 LibTest/core/Map/operator\[]/Map/operator\[]/A01/t03: Fail | 399 LibTest/core/Map/operator\[]/Map/operator\[]/A01/t03: Fail |
| 401 LibTest/core/Map/operator\[]=/Map/operator\[]=/A01/t03: Fail | 400 LibTest/core/Map/operator\[]=/Map/operator\[]=/A01/t03: Fail |
| 402 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t04: Fail | 401 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t04: Fail |
| 403 | 402 |
| 403 # Failing test due to rename of StopWatch to Stopwatch. |
| 404 [ $component == dartc ] |
| 405 LibTest/core/StopWatch/StopWatch/StopWatch/A01/t01: Fail |
| 406 LibTest/core/StopWatch/start/StopWatch/start/A01/t01: Fail |
| 407 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail # Also broken test. |
| 408 LibTest/core/StopWatch/start/StopWatch/start/A01/t03: Fail |
| 409 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t01: Fail |
| 410 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Fail |
| 411 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t03: Fail |
| 412 LibTest/core/StopWatch/frequency/StopWatch/frequency/A01/t01: Fail |
| 413 |
| 404 [ $component == dartium ] | 414 [ $component == dartium ] |
| 405 *: Skip | 415 *: Skip |
| 406 | 416 |
| 407 | 417 |
| 408 [ $component == chromium ] | 418 [ $component == chromium ] |
| 409 *: Skip | 419 *: Skip |
| 410 | 420 |
| 411 [ $component == frogium ] | 421 [ $component == frogium ] |
| 412 *: Skip | 422 *: Skip |
| OLD | NEW |