| 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 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 468 | 468 |
| 469 | 469 |
| 470 # | 470 # |
| 471 # The following tests are all negative tests that should be fixed. | 471 # The following tests are all negative tests that should be fixed. |
| 472 # | 472 # |
| 473 [ $compiler == dart2js ] | 473 [ $compiler == dart2js ] |
| 474 Language/03_Overview/1_Scoping_A01_t35: Fail # @compile-error | 474 Language/03_Overview/1_Scoping_A01_t35: Fail # @compile-error |
| 475 Language/03_Overview/1_Scoping_A01_t39: Fail # @compile-error | 475 Language/03_Overview/1_Scoping_A01_t39: Fail # @compile-error |
| 476 Language/03_Overview/1_Scoping_A01_t40: Fail # @compile-error | 476 Language/03_Overview/1_Scoping_A01_t40: Fail # @compile-error |
| 477 Language/03_Overview/1_Scoping_A01_t41: Fail # @compile-error | 477 Language/03_Overview/1_Scoping_A01_t41: Fail # @compile-error |
| 478 Language/03_Overview/1_Scoping_A01_t46: Fail # @compile-error | |
| 479 Language/03_Overview/1_Scoping_A02_t10: Fail # @compile-error | 478 Language/03_Overview/1_Scoping_A02_t10: Fail # @compile-error |
| 480 Language/03_Overview/1_Scoping_A03_t05: Fail # @compile-error | 479 Language/03_Overview/1_Scoping_A03_t05: Fail # @compile-error |
| 481 Language/03_Overview/2_Privacy_A01_t09: Fail # @compile-error | 480 Language/03_Overview/2_Privacy_A01_t09: Fail # @compile-error |
| 482 Language/03_Overview/2_Privacy_A01_t10: Fail # @compile-error | 481 Language/03_Overview/2_Privacy_A01_t10: Fail # @compile-error |
| 483 Language/03_Overview/2_Privacy_A01_t19: Fail # @compile-error | 482 Language/03_Overview/2_Privacy_A01_t19: Fail # @compile-error |
| 484 Language/03_Overview/2_Privacy_A01_t20: Fail # @compile-error | 483 Language/03_Overview/2_Privacy_A01_t20: Fail # @compile-error |
| 485 Language/05_Variables/05_Variables_A01_t04: Fail # @compile-error | 484 Language/05_Variables/05_Variables_A01_t04: Fail # @compile-error |
| 486 Language/05_Variables/05_Variables_A01_t05: Fail # @compile-error | 485 Language/05_Variables/05_Variables_A01_t05: Fail # @compile-error |
| 487 Language/05_Variables/05_Variables_A01_t08: Fail # @compile-error | 486 Language/05_Variables/05_Variables_A01_t08: Fail # @compile-error |
| 488 Language/05_Variables/05_Variables_A01_t15: Fail # @compile-error | 487 Language/05_Variables/05_Variables_A01_t15: Fail # @compile-error |
| (...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 756 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error | 755 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error |
| 757 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error | 756 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error |
| 758 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error | 757 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error |
| 759 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error | 758 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error |
| 760 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error | 759 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error |
| 761 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile-
error | 760 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile-
error |
| 762 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error | 761 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error |
| 763 | 762 |
| 764 [ $compiler == dart2dart ] | 763 [ $compiler == dart2dart ] |
| 765 *: Skip | 764 *: Skip |
| OLD | NEW |