| 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_A04_t09: Fail, OK | 6 Language/05_Variables/05_Variables_A04_t09: Fail, OK |
| 7 Language/05_Variables/05_Variables_A03_t09: Fail, OK | 7 Language/05_Variables/05_Variables_A03_t09: Fail, OK |
| 8 Language/12_Libraries_and_Scripts/3_Includes_A02_t03: Fail, OK | 8 Language/12_Libraries_and_Scripts/3_Includes_A02_t03: Fail, OK |
| 9 LibTest/core/double/ceil_A01_t03: Fail, OK | 9 LibTest/core/double/ceil_A01_t03: Fail, OK |
| 10 LibTest/core/double/truncate_A01_t05: Fail, OK | 10 LibTest/core/double/truncate_A01_t05: Fail, OK |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 LibTest/core/Math/acos_A01_t01: Fail, OK | 111 LibTest/core/Math/acos_A01_t01: Fail, OK |
| 112 LibTest/core/Math/asin_A01_t01: Fail, OK | 112 LibTest/core/Math/asin_A01_t01: Fail, OK |
| 113 LibTest/core/Math/atan_A01_t01: Fail, OK | 113 LibTest/core/Math/atan_A01_t01: Fail, OK |
| 114 | 114 |
| 115 [ $compiler == dart2js && $system == windows && $runtime == d8 ] | 115 [ $compiler == dart2js && $system == windows && $runtime == d8 ] |
| 116 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail # Compile-time error:
duplicate definition | 116 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail # Compile-time error:
duplicate definition |
| 117 LibTest/core/double/operator_remainder_A01_t04: Fail | 117 LibTest/core/double/operator_remainder_A01_t04: Fail |
| 118 | 118 |
| 119 [ $compiler == dart2js ] | 119 [ $compiler == dart2js ] |
| 120 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash | 120 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash |
| 121 Language/10_Expressions/09_This_A03_t04: Crash | |
| 122 Language/11_Statements/05_For_A01_t13: Crash | 121 Language/11_Statements/05_For_A01_t13: Crash |
| 123 | 122 |
| 124 # This test sometimes passes (as a negative test), sometimes it | 123 # This test sometimes passes (as a negative test), sometimes it |
| 125 # crashes. The problem is that there is a stack overflow in | 124 # crashes. The problem is that there is a stack overflow in |
| 126 # dart2js. The reason for the test sometimes passing is VM issue | 125 # dart2js. The reason for the test sometimes passing is VM issue |
| 127 # 3874. The stack overflow is addressed in | 126 # 3874. The stack overflow is addressed in |
| 128 # https://chromiumcodereview.appspot.com/10661029/. | 127 # https://chromiumcodereview.appspot.com/10661029/. |
| 129 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Crash, Fail # Cyclic ty
pedef check is not implemented. | 128 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Crash, Fail # Cyclic ty
pedef check is not implemented. |
| 130 | 129 |
| 131 Language/07_Classes/07_Classes_A04_t03: Fail # TODO(ahe): Is this a bad test or
a bug in dart2js? | 130 Language/07_Classes/07_Classes_A04_t03: Fail # TODO(ahe): Is this a bad test or
a bug in dart2js? |
| (...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 833 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error | 832 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error |
| 834 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error | 833 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error |
| 835 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error | 834 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error |
| 836 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error | 835 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error |
| 837 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error | 836 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error |
| 838 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile-
error | 837 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile-
error |
| 839 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error | 838 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error |
| 840 | 839 |
| 841 [ $compiler == dart2dart ] | 840 [ $compiler == dart2dart ] |
| 842 *: Skip | 841 *: Skip |
| OLD | NEW |