| 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 # Rename "BadNumberFormatException" to "FormatException" | 6 # Rename "BadNumberFormatException" to "FormatException" |
| 7 # TODO(rnystrom): These can be enabled when | 7 # TODO(rnystrom): These can be enabled when |
| 8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. | 8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. |
| 9 LibTest/core/BadNumberFormatException/*: Fail | 9 LibTest/core/BadNumberFormatException/*: Fail |
| 10 LibTest/core/double/toInt_A01_t03: Fail | 10 LibTest/core/double/toInt_A01_t03: Fail |
| 11 LibTest/core/double/toInt_A01_t04: Fail | 11 LibTest/core/double/toInt_A01_t04: Fail |
| 12 LibTest/core/Math/parseInt_A02_t01: Fail | 12 LibTest/core/Math/parseInt_A02_t01: Fail |
| 13 LibTest/core/Math/parseDouble_A02_t01: Fail | 13 LibTest/core/Math/parseDouble_A02_t01: Fail |
| 14 | 14 |
| 15 # Slow tests that needs extra time to finish. |
| 16 LibTest/core/List/sort_A01_t06: Slow, Pass |
| 15 | 17 |
| 16 [ $compiler == dart2js && $system == macos && $runtime == d8 ] | 18 [ $compiler == dart2js && $system == macos && $runtime == d8 ] |
| 17 LibTest/core/Math/acos_A01_t01: Fail, OK | 19 LibTest/core/Math/acos_A01_t01: Fail, OK |
| 18 LibTest/core/Math/asin_A01_t01: Fail, OK | 20 LibTest/core/Math/asin_A01_t01: Fail, OK |
| 19 LibTest/core/Math/atan_A01_t01: Fail, OK | 21 LibTest/core/Math/atan_A01_t01: Fail, OK |
| 20 | 22 |
| 21 [ $compiler == dart2js && $system == windows && $runtime == d8 ] | 23 [ $compiler == dart2js && $system == windows && $runtime == d8 ] |
| 22 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail # Compile-time error:
duplicate definition | 24 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail # Compile-time error:
duplicate definition |
| 23 LibTest/core/double/operator_remainder_A01_t04: Fail | 25 LibTest/core/double/operator_remainder_A01_t04: Fail |
| 24 | 26 |
| (...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 722 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error | 724 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error |
| 723 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error | 725 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error |
| 724 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error | 726 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error |
| 725 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error | 727 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error |
| 726 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error | 728 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error |
| 727 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile-
error | 729 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile-
error |
| 728 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error | 730 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error |
| 729 | 731 |
| 730 [ $compiler == dart2dart ] | 732 [ $compiler == dart2dart ] |
| 731 *: Skip | 733 *: Skip |
| OLD | NEW |