| 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 [ $component == 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 |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 [ $component == dart2js && $checked ] | 27 [ $component == 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 [ $component == legium ] |
| 33 *: Skip | 33 *: Skip |
| 34 | 34 |
| 35 | 35 |
| 36 [ $component == dart2js ] | 36 [ $component == dart2js ] |
| 37 Language/10_Expressions/01_Constants_A17_t03: Skip # Cycle reference. Times out. | |
| 38 | |
| 39 | 37 |
| 40 # | 38 # |
| 41 # Issues with co19 test suite. | 39 # Issues with co19 test suite. |
| 42 # | 40 # |
| 43 # If you add anything here, either file a bug against the Dart | 41 # If you add anything here, either file a bug against the Dart |
| 44 # langauge specification, co19 test suite, or add a comment that ahe | 42 # langauge specification, co19 test suite, or add a comment that ahe |
| 45 # can understand so he can file a bug later. | 43 # can understand so he can file a bug later. |
| 46 # | 44 # |
| 47 Language/10_Expressions/01_Constants_A15_t01: Fail, OK # Assumes interpolations
can't be constant. | 45 Language/10_Expressions/01_Constants_A15_t01: Fail, OK # Assumes interpolations
can't be constant. |
| 48 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. | 46 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. |
| (...skipping 464 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 | 511 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 | 512 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 | 513 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 | 514 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 | 515 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 | 516 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 | 517 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 | 518 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 | 519 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 | 520 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error |
| OLD | NEW |