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 [ $component == dart2js && $system == macos ] | 5 [ $compiler == dart2js && $system == macos ] |
6 LibTest/core/Math/acos_A01_t01: Fail, OK | 6 LibTest/core/Math/acos_A01_t01: Fail, OK |
7 LibTest/core/Math/asin_A01_t01: Fail, OK | 7 LibTest/core/Math/asin_A01_t01: Fail, OK |
8 LibTest/core/Math/atan_A01_t01: Fail, OK | 8 LibTest/core/Math/atan_A01_t01: Fail, OK |
9 | 9 |
10 | 10 |
11 [ $component == dart2js ] | 11 [ $compiler == dart2js ] |
12 # These classes have been removed, co19 issue 79. | 12 # These classes have been removed, co19 issue 79. |
13 LibTest/core/Dispatcher/*: Fail, OK | 13 LibTest/core/Dispatcher/*: Fail, OK |
14 LibTest/core/List/every_A03_t01: Fail, OK | 14 LibTest/core/List/every_A03_t01: Fail, OK |
15 LibTest/core/List/filter_A03_t01: Fail, OK | 15 LibTest/core/List/filter_A03_t01: Fail, OK |
16 LibTest/core/List/some_A03_t01: Fail, OK | 16 LibTest/core/List/some_A03_t01: Fail, OK |
17 LibTest/core/Promise/*: Fail, OK | 17 LibTest/core/Promise/*: Fail, OK |
18 LibTest/core/Proxy/*: Fail, OK | 18 LibTest/core/Proxy/*: Fail, OK |
19 | 19 |
20 | 20 |
21 # missing #import("dart:isolate"), co19 issue 80 | 21 # missing #import("dart:isolate"), co19 issue 80 |
22 LibTest/core/Isolate/*: Fail, OK | 22 LibTest/core/Isolate/*: Fail, OK |
23 LibTest/core/SendPort/*: Fail, OK | 23 LibTest/core/SendPort/*: Fail, OK |
24 LibTest/core/ReceivePort/*: Fail, OK | 24 LibTest/core/ReceivePort/*: Fail, OK |
25 | 25 |
26 | 26 |
27 [ $component == dart2js && $checked ] | 27 [ $compiler == dart2js && $checked ] |
28 # Leg does not support checked mode yet. | 28 # Leg does not support checked mode yet. |
29 *: Skip | 29 *: Skip |
30 | 30 |
31 | 31 |
32 [ $component == legium ] | 32 [ $compiler == dart2js && $runtime == drt] |
33 *: Skip | 33 *: Skip |
34 | 34 |
35 | 35 |
36 [ $component == dart2js ] | 36 [ $compiler == dart2js ] |
37 Language/10_Expressions/01_Constants_A17_t03: Skip # Cycle reference. Times out. | 37 Language/10_Expressions/01_Constants_A17_t03: Skip # Cycle reference. Times out. |
38 | 38 |
39 | 39 |
40 # | 40 # |
41 # Issues with co19 test suite. | 41 # Issues with co19 test suite. |
42 # | 42 # |
43 # If you add anything here, either file a bug against the Dart | 43 # If you add anything here, either file a bug against the Dart |
44 # langauge specification, co19 test suite, or add a comment that ahe | 44 # langauge specification, co19 test suite, or add a comment that ahe |
45 # can understand so he can file a bug later. | 45 # can understand so he can file a bug later. |
46 # | 46 # |
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
513 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error | 513 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error |
514 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error | 514 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error |
515 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error | 515 Language/12_Libraries_and_Scripts/2_Includes_A03_t02: Fail, OK # @compile-error |
516 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error | 516 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error |
517 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error | 517 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error |
518 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err
or | 518 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t01: Fail, OK # @compile-err
or |
519 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err
or | 519 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t02: Fail, OK # @compile-err
or |
520 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err
or | 520 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t03: Fail, OK # @compile-err
or |
521 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err
or | 521 Language/13_Types/3_Type_Declarations/1_Typedef_A06_t04: Fail, OK # @compile-err
or |
522 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error | 522 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error |
OLD | NEW |