| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 [ $component == dartc ] | 7 [ $component == dartc ] |
| 8 | 8 |
| 9 | 9 |
| 10 # Marked failed after code generation removed from dartc | 10 # Marked failed after code generation removed from dartc |
| (...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 518 LibTest/core/String/contains_A01_t02: Fail | 518 LibTest/core/String/contains_A01_t02: Fail |
| 519 LibTest/core/Strings/concatAll_A04_t01: Fail | 519 LibTest/core/Strings/concatAll_A04_t01: Fail |
| 520 LibTest/core/Strings/join_A04_t01: Fail | 520 LibTest/core/Strings/join_A04_t01: Fail |
| 521 | 521 |
| 522 | 522 |
| 523 Language/07_Classes/3_Setters_A01_t02: Fail | 523 Language/07_Classes/3_Setters_A01_t02: Fail |
| 524 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t03: Fail | 524 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t03: Fail |
| 525 Language/07_Classes/2_Getters_A01_t02: Fail | 525 Language/07_Classes/2_Getters_A01_t02: Fail |
| 526 | 526 |
| 527 | 527 |
| 528 [ $component == dartc && $mode == release ] | |
| 529 *: Skip | |
| 530 | |
| 531 [ $component == dartium ] | 528 [ $component == dartium ] |
| 532 *: Skip | 529 *: Skip |
| 533 | 530 |
| 534 | 531 |
| 535 [ $component == chromium ] | 532 [ $component == chromium ] |
| 536 *: Skip | 533 *: Skip |
| 537 | 534 |
| 538 [ $component == frogium ] | 535 [ $component == frogium ] |
| 539 *: Skip | 536 *: Skip |
| OLD | NEW |