| 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 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A04_t01:
Pass # status change with --check-only | 15 LangGuideTest/02_Language_Constructs/02_11_Exceptions/02_11_Exceptions_A04_t01:
Pass # status change with --check-only |
| 13 LangGuideTest/04_Operators/04_2_Operations_on_basic_types/04_2_Operations_on_bas
ic_types_A02_t01: Pass # status change with --check-only | 16 LangGuideTest/04_Operators/04_2_Operations_on_basic_types/04_2_Operations_on_bas
ic_types_A02_t01: Pass # status change with --check-only |
| 14 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ
ality_A01_t02: Pass # status change with --check-only | 17 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ
ality_A01_t02: Pass # status change with --check-only |
| 15 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ
ality_A01_t03: Pass # status change with --check-only | 18 LangGuideTest/05_Equality/05_1_Object_Identity_Equality/05_1_Object_Identity_Equ
ality_A01_t03: Pass # status change with --check-only |
| 16 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A02_t01: Fail | 19 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A02_t01: Fail |
| 17 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A02_t01: Pass # status
change with --check-only | 20 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A02_t01: Pass # status
change with --check-only |
| (...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 475 | 478 |
| 476 [ $component == dartium ] | 479 [ $component == dartium ] |
| 477 *: Skip | 480 *: Skip |
| 478 | 481 |
| 479 | 482 |
| 480 [ $component == chromium ] | 483 [ $component == chromium ] |
| 481 *: Skip | 484 *: Skip |
| 482 | 485 |
| 483 [ $component == frogium ] | 486 [ $component == frogium ] |
| 484 *: Skip | 487 *: Skip |
| OLD | NEW |