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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 | 50 |
51 [ $compiler == dart2js && $system == windows && $runtime == d8 ] | 51 [ $compiler == dart2js && $system == windows && $runtime == d8 ] |
52 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail # Compile-time error:
duplicate definition | 52 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail # Compile-time error:
duplicate definition |
53 LibTest/core/double/operator_remainder_A01_t04: Fail | 53 LibTest/core/double/operator_remainder_A01_t04: Fail |
54 | 54 |
55 [ $compiler == dart2js ] | 55 [ $compiler == dart2js ] |
56 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash | 56 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash |
57 Language/10_Expressions/09_This_A03_t04: Crash | 57 Language/10_Expressions/09_This_A03_t04: Crash |
58 Language/11_Statements/05_For_A01_t13: Crash | 58 Language/11_Statements/05_For_A01_t13: Crash |
59 | 59 |
| 60 # This test sometimes passes (as a negative test), sometimes it |
| 61 # crashes. The problem is that there is a stack overflow in |
| 62 # dart2js. The reason for the test sometimes passing is VM issue |
| 63 # 3874. The stack overflow is addressed in |
| 64 # https://chromiumcodereview.appspot.com/10661029/. |
| 65 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Crash, Fail # Cyclic ty
pedef check is not implemented. |
| 66 |
60 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t01: Fail # Compile-time error: Unimplemented non-matching static call | 67 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t01: Fail # Compile-time error: Unimplemented non-matching static call |
61 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t04: Fail # Compile-time error: Unimplemented non-matching static call | 68 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t04: Fail # Compile-time error: Unimplemented non-matching static call |
62 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t05: Fail # Compile-time error: Unimplemented non-matching static call | 69 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t05: Fail # Compile-time error: Unimplemented non-matching static call |
63 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t08: Fail # Compile-time error: Unimplemented non-matching static call | 70 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_
t08: Fail # Compile-time error: Unimplemented non-matching static call |
64 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
t01: Fail # Compile-time error: Unimplemented non-matching static call | 71 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
t01: Fail # Compile-time error: Unimplemented non-matching static call |
65 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
t04: Fail # Compile-time error: Unimplemented non-matching static call | 72 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_
t04: Fail # Compile-time error: Unimplemented non-matching static call |
66 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time err
or: duplicate definition | 73 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time err
or: duplicate definition |
67 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error:
duplicate definition | 74 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error:
duplicate definition |
68 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n
ot a type | 75 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n
ot a type |
69 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Compile-time error:
error: cannot resolve foo | 76 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Compile-time error:
error: cannot resolve foo |
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
470 | 477 |
471 # | 478 # |
472 # The following tests are all negative tests that should be fixed. | 479 # The following tests are all negative tests that should be fixed. |
473 # | 480 # |
474 [ $compiler == dart2js ] | 481 [ $compiler == dart2js ] |
475 Language/03_Overview/1_Scoping_A01_t19: Fail # @compile-error | 482 Language/03_Overview/1_Scoping_A01_t19: Fail # @compile-error |
476 Language/03_Overview/1_Scoping_A01_t20: Fail # @compile-error | 483 Language/03_Overview/1_Scoping_A01_t20: Fail # @compile-error |
477 Language/03_Overview/1_Scoping_A01_t21: Fail # @compile-error | 484 Language/03_Overview/1_Scoping_A01_t21: Fail # @compile-error |
478 Language/03_Overview/1_Scoping_A01_t23: Fail # @compile-error | 485 Language/03_Overview/1_Scoping_A01_t23: Fail # @compile-error |
479 Language/03_Overview/1_Scoping_A01_t24: Fail # @compile-error | 486 Language/03_Overview/1_Scoping_A01_t24: Fail # @compile-error |
480 Language/03_Overview/1_Scoping_A01_t35: Fail # @compile-error | |
481 Language/03_Overview/1_Scoping_A01_t39: Fail # @compile-error | 487 Language/03_Overview/1_Scoping_A01_t39: Fail # @compile-error |
482 Language/03_Overview/1_Scoping_A01_t40: Fail # @compile-error | 488 Language/03_Overview/1_Scoping_A01_t40: Fail # @compile-error |
483 Language/03_Overview/1_Scoping_A01_t41: Fail # @compile-error | 489 Language/03_Overview/1_Scoping_A01_t41: Fail # @compile-error |
484 Language/03_Overview/1_Scoping_A01_t45: Fail # @compile-error | 490 Language/03_Overview/1_Scoping_A01_t45: Fail # @compile-error |
485 Language/03_Overview/1_Scoping_A01_t46: Fail # @compile-error | 491 Language/03_Overview/1_Scoping_A01_t46: Fail # @compile-error |
486 Language/03_Overview/1_Scoping_A02_t10: Fail # @compile-error | 492 Language/03_Overview/1_Scoping_A02_t10: Fail # @compile-error |
487 Language/03_Overview/1_Scoping_A03_t05: Fail # @compile-error | 493 Language/03_Overview/1_Scoping_A03_t05: Fail # @compile-error |
488 Language/03_Overview/2_Privacy_A01_t09: Fail # @compile-error | 494 Language/03_Overview/2_Privacy_A01_t09: Fail # @compile-error |
489 Language/03_Overview/2_Privacy_A01_t10: Fail # @compile-error | 495 Language/03_Overview/2_Privacy_A01_t10: Fail # @compile-error |
490 Language/03_Overview/2_Privacy_A01_t19: Fail # @compile-error | 496 Language/03_Overview/2_Privacy_A01_t19: Fail # @compile-error |
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
785 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error | 791 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error |
786 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error | 792 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error |
787 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error | 793 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error |
788 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error | 794 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error |
789 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error | 795 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error |
790 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile-
error | 796 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile-
error |
791 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error | 797 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error |
792 | 798 |
793 [ $compiler == dart2dart ] | 799 [ $compiler == dart2dart ] |
794 *: Skip | 800 *: Skip |
OLD | NEW |