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 [ $component == leg ] | 7 [ $component == leg ] |
8 # These classes have been removed, co19 issue 79. | 8 # These classes have been removed, co19 issue 79. |
9 LibTest/core/Dispatcher/*: Fail, OK | 9 LibTest/core/Dispatcher/*: Fail, OK |
10 LibTest/core/List/every_A03_t01: Fail, OK | 10 LibTest/core/List/every_A03_t01: Fail, OK |
11 LibTest/core/List/filter_A03_t01: Fail, OK | 11 LibTest/core/List/filter_A03_t01: Fail, OK |
12 LibTest/core/List/some_A03_t01: Fail, OK | 12 LibTest/core/List/some_A03_t01: Fail, OK |
13 LibTest/core/Promise/*: Fail, OK | 13 LibTest/core/Promise/*: Fail, OK |
14 LibTest/core/Proxy/*: Fail, OK | 14 LibTest/core/Proxy/*: Fail, OK |
15 | 15 |
| 16 # missing #import("dart:isolate"), co19 issue 80 |
| 17 LibTest/core/Isolate/*: Fail, OK |
| 18 LibTest/core/SendPort/*: Fail, OK |
| 19 LibTest/core/ReceivePort/*: Fail, OK |
| 20 |
16 | 21 |
17 [ $component == leg && $checked ] | 22 [ $component == leg && $checked ] |
18 # Leg does not support checked mode yet. | 23 # Leg does not support checked mode yet. |
19 *: Skip | 24 *: Skip |
20 | 25 |
21 | 26 |
22 [ $component == leg && $mode == release ] | 27 [ $component == leg && $mode == release ] |
23 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Cras
h | 28 LangGuideTest/02_Language_Constructs/02_6_Functions/02_6_Functions_A01_t07: Cras
h |
24 Language/06_Functions/06_Functions_A01_t01: Crash | 29 Language/06_Functions/06_Functions_A01_t01: Crash |
25 | 30 |
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
725 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error | 730 Language/08_Interfaces/Interfaces_A01_t03: Fail, OK # @compile-error |
726 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error | 731 Language/08_Interfaces/Interfaces_A02_t01: Fail, OK # @compile-error |
727 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error | 732 Language/08_Interfaces/Interfaces_A02_t02: Fail, OK # @compile-error |
728 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error | 733 Language/09_Generics/09_Generics_A01_t05: Fail, OK # @compile-error |
729 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error | 734 Language/09_Generics/09_Generics_A01_t08: Fail, OK # @compile-error |
730 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error | 735 Language/09_Generics/09_Generics_A01_t10: Fail, OK # @compile-error |
731 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error | 736 Language/09_Generics/09_Generics_A01_t11: Fail, OK # @compile-error |
732 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error | 737 Language/09_Generics/09_Generics_A04_t05: Fail, OK # @compile-error |
733 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error | 738 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error |
734 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error | 739 Language/13_Types/7_Type_Void_A01_t09: Fail, OK # @compile-error |
OLD | NEW |