| 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 LibTest/core/Isolate/*: Skip # missing #import("dart:isolate") (co19 issue #80) |
| 9 LibTest/core/SendPort/*: Skip # missing #import("dart:isolate") (co19 issue #80) |
| 10 LibTest/core/ReceivePort/*: Skip # missing #import("dart:isolate") (co19 issue #
80) |
| 8 | 11 |
| 9 | 12 |
| 10 # Marked failed after code generation removed from dartc | 13 # Marked failed after code generation removed from dartc |
| 11 | 14 |
| 12 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A02_t01: Fail
# issue 963 | 15 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A02_t01: Fail
# issue 963 |
| 13 LibTest/core/List/every_A03_t01: Skip # status change with --check-only, Promise
removed (co19 issue #79) | 16 LibTest/core/List/every_A03_t01: Skip # status change with --check-only, Promise
removed (co19 issue #79) |
| 14 LibTest/core/List/filter_A03_t01: Skip # status change with --check-only, Promis
e removed (co19 issue #79) | 17 LibTest/core/List/filter_A03_t01: Skip # status change with --check-only, Promis
e removed (co19 issue #79) |
| 15 LibTest/core/List/some_A03_t01: Skip # status change with --check-only, Promise
removed (co19 issue #79) | 18 LibTest/core/List/some_A03_t01: Skip # status change with --check-only, Promise
removed (co19 issue #79) |
| 16 | 19 |
| 17 | 20 |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 | 79 |
| 77 [ $component == dartium ] | 80 [ $component == dartium ] |
| 78 *: Skip | 81 *: Skip |
| 79 | 82 |
| 80 | 83 |
| 81 [ $component == chromium ] | 84 [ $component == chromium ] |
| 82 *: Skip | 85 *: Skip |
| 83 | 86 |
| 84 [ $component == frogium ] | 87 [ $component == frogium ] |
| 85 *: Skip | 88 *: Skip |
| OLD | NEW |