| 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 |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 Language/10_Expressions/09_This_A03_t04: Crash | 34 Language/10_Expressions/09_This_A03_t04: Crash |
| 35 Language/11_Statements/05_For_A01_t13: Crash | 35 Language/11_Statements/05_For_A01_t13: Crash |
| 36 | 36 |
| 37 # This test sometimes passes (as a negative test), sometimes it | 37 # This test sometimes passes (as a negative test), sometimes it |
| 38 # crashes. The problem is that there is a stack overflow in | 38 # crashes. The problem is that there is a stack overflow in |
| 39 # dart2js. The reason for the test sometimes passing is VM issue | 39 # dart2js. The reason for the test sometimes passing is VM issue |
| 40 # 3874. The stack overflow is addressed in | 40 # 3874. The stack overflow is addressed in |
| 41 # https://chromiumcodereview.appspot.com/10661029/. | 41 # https://chromiumcodereview.appspot.com/10661029/. |
| 42 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Crash, Fail # Cyclic ty
pedef check is not implemented. | 42 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Crash, Fail # Cyclic ty
pedef check is not implemented. |
| 43 | 43 |
| 44 Language/07_Classes/07_Classes_A04_t03: Fail # TODO(ahe): Is this a bad test or
a bug in dart2js? |
| 45 Language/08_Interfaces/Interfaces_A01_t04: Fail # TODO(ahe): Is this a bad test
or a bug in dart2js? |
| 46 |
| 44 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t01: Fail # Compile-time error: Unimplemented non-matching static call | 47 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t01: Fail # Compile-time error: Unimplemented non-matching static call |
| 45 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t04: Fail # Compile-time error: Unimplemented non-matching static call | 48 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t04: Fail # Compile-time error: Unimplemented non-matching static call |
| 46 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t05: Fail # Compile-time error: Unimplemented non-matching static call | 49 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t05: Fail # Compile-time error: Unimplemented non-matching static call |
| 47 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t08: Fail # Compile-time error: Unimplemented non-matching static call | 50 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t08: Fail # Compile-time error: Unimplemented non-matching static call |
| 48 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
t01: Fail # Compile-time error: Unimplemented non-matching static call | 51 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
t01: Fail # Compile-time error: Unimplemented non-matching static call |
| 49 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
t04: Fail # Compile-time error: Unimplemented non-matching static call | 52 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
t04: Fail # Compile-time error: Unimplemented non-matching static call |
| 50 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time err
or: duplicate definition | 53 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time err
or: duplicate definition |
| 51 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error:
duplicate definition | 54 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error:
duplicate definition |
| 52 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n
ot a type | 55 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n
ot a type |
| 53 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Compile-time error:
error: cannot resolve foo | 56 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Compile-time error:
error: cannot resolve foo |
| (...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 743 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error | 746 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error |
| 744 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error | 747 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error |
| 745 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error | 748 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error |
| 746 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error | 749 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error |
| 747 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error | 750 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error |
| 748 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile-
error | 751 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile-
error |
| 749 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error | 752 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error |
| 750 | 753 |
| 751 [ $compiler == dart2dart ] | 754 [ $compiler == dart2dart ] |
| 752 *: Skip | 755 *: Skip |
| OLD | NEW |