Chromium Code Reviews| 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 [ $compiler == dart2js ] | 5 [ $compiler == dart2js ] |
| 6 Language/05_Variables/05_Variables_A05_t03: Fail, OK | 6 Language/05_Variables/05_Variables_A05_t03: Fail, OK |
| 7 Language/05_Variables/05_Variables_A04_t09: Fail, OK | 7 Language/05_Variables/05_Variables_A04_t09: Fail, OK |
| 8 Language/05_Variables/05_Variables_A03_t09: Fail, OK | 8 Language/05_Variables/05_Variables_A03_t09: Fail, OK |
| 9 Language/12_Libraries_and_Scripts/3_Includes_A02_t03: Fail, OK | 9 Language/12_Libraries_and_Scripts/3_Includes_A02_t03: Fail, OK |
| 10 LibTest/core/double/ceil_A01_t03: Fail, OK | 10 LibTest/core/double/ceil_A01_t03: Fail, OK |
| (...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 410 LibTest/core/double/toInt_A01_t01: Fail, OK # Requires big int. | 410 LibTest/core/double/toInt_A01_t01: Fail, OK # Requires big int. |
| 411 LibTest/core/double/toInt_A01_t02: Fail, OK # Requires big int. | 411 LibTest/core/double/toInt_A01_t02: Fail, OK # Requires big int. |
| 412 LibTest/core/double/toInt_A01_t05: Fail, OK # Requires big int. | 412 LibTest/core/double/toInt_A01_t05: Fail, OK # Requires big int. |
| 413 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub. | 413 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub. |
| 414 LibTest/core/double/toStringAsExponential_A01_t01: Fail, OK # Unimplemented test stub. | 414 LibTest/core/double/toStringAsExponential_A01_t01: Fail, OK # Unimplemented test stub. |
| 415 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, OK # Unimplemented test s tub. | 415 LibTest/core/double/toStringAsPrecision_A01_t01: Fail, OK # Unimplemented test s tub. |
| 416 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int. | 416 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int. |
| 417 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion. | 417 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion. |
| 418 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API. | 418 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API. |
| 419 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API. | 419 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API. |
| 420 LibTest/core/int/operator_NOT_A01_t01: Fail, OK # Requires big int. | 420 # The following test will start to fail when dart2js fixes issue 2887 (constant |
| 421 # folding with runtime-semantics). | |
| 422 # It should then be marked as: Fail, OK # Requires big int. | |
| 423 LibTest/core/int/operator_NOT_A01_t01: Pass | |
|
ahe
2012/12/05 10:25:50
It would be great if you could avoid marking tests
| |
| 421 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int. | 424 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int. |
| 422 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double. | 425 LibTest/core/int/operator_remainder_A01_t03: Fail, OK # Leg only has double. |
| 423 LibTest/core/int/operator_truncating_division_A01_t01: Fail, Pass # Requires big int unless type inference fools us. | 426 LibTest/core/int/operator_truncating_division_A01_t01: Fail, Pass # Requires big int unless type inference fools us. |
| 424 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d ouble. | 427 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d ouble. |
| 425 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int. | 428 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int. |
| 426 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double. | 429 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double. |
| 427 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. | 430 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. |
| 428 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int. | 431 LibTest/core/int/toInt_A01_t01: Fail, OK # Requires big int. |
| 429 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes. | 432 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E xpect.throws, assumes case of result, and uses unsupported radixes. |
| 430 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # Co19 Issue 112. | 433 LibTest/core/int/toStringAsExponential_A01_t01: Fail, OK # Co19 Issue 112. |
| (...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 837 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error | 840 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error |
| 838 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error | 841 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error |
| 839 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error | 842 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error |
| 840 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error | 843 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error |
| 841 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error | 844 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error |
| 842 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error | 845 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error |
| 843 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error | 846 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error |
| 844 | 847 |
| 845 [ $compiler == dart2dart ] | 848 [ $compiler == dart2dart ] |
| 846 *: Skip | 849 *: Skip |
| OLD | NEW |