| 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 [ $compiler == dart2js && $system == macos && $runtime == d8 ] | 5 [ $compiler == dart2js && $system == macos && $runtime == d8 ] |
| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d
ouble. | 112 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d
ouble. |
| 113 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int. | 113 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int. |
| 114 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double. | 114 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double. |
| 115 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. | 115 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. |
| 116 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int. | 116 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int. |
| 117 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E
xpect.throws, assumes case of result, and uses unsupported radixes. | 117 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E
xpect.throws, assumes case of result, and uses unsupported radixes. |
| 118 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # Co19 Issue 112. | 118 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # Co19 Issue 112. |
| 119 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # Co19 Issue 114. | 119 LibTest/core/int/toStringAsFixed_A01_t01: Fail, OK # Co19 Issue 114. |
| 120 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # Co19 Issue 113. | 120 LibTest/core/int/toStringAsPrecision_A01_t01: Fail, OK # Co19 Issue 113. |
| 121 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105. | 121 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105. |
| 122 Language/07_Classes/1_Instance_Methods/2_Operators_A02_t01: Fail, OK # Expects n
egative result from bit-operation. |
| 123 Language/10_Expressions/16_Assignment/1_Compound_Assignment_A01_t07: Fail, OK #
Expects negative result from bit-operation. |
| 122 Language/13_Types/4_Interface_Types_A12_t10: Fail, OK # Type test assuming int !
= double. | 124 Language/13_Types/4_Interface_Types_A12_t10: Fail, OK # Type test assuming int !
= double. |
| 123 | 125 |
| 124 | 126 |
| 125 # | 127 # |
| 126 # The following tests are failing. Please add the error message | 128 # The following tests are failing. Please add the error message |
| 127 # (either a compiler error or exception message). The error messages | 129 # (either a compiler error or exception message). The error messages |
| 128 # may sometime be out of date. | 130 # may sometime be out of date. |
| 129 # | 131 # |
| 130 [ $compiler == dart2js ] | 132 [ $compiler == dart2js ] |
| 131 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail
# compiler cancelled: internal error: expected expected optional parameters | 133 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A01_t01: Fail
# compiler cancelled: internal error: expected expected optional parameters |
| (...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 507 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @
compile-error | 509 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @
compile-error |
| 508 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @
compile-error | 510 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @
compile-error |
| 509 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error | 511 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error |
| 510 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error | 512 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error |
| 511 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error | 513 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error |
| 512 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error | 514 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error |
| 513 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error | 515 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error |
| 514 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 |
| 515 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 |
| 516 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error | 518 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error |
| OLD | NEW |