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/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015 | 6 Language/11_Statements/05_For_A01_t13: Crash # http://dartbug.com/5015 |
7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c
om/5017 | 7 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Crash # http://dartbug.c
om/5017 |
8 Language/13_Libraries_and_Scripts/2_Imports_A03_t07: Crash # http://dartbug.com/
5429 | 8 Language/13_Libraries_and_Scripts/2_Imports_A03_t07: Crash # http://dartbug.com/
5429 |
9 Language/13_Libraries_and_Scripts/2_Imports_A03_t08: Crash # http://dartbug.com/
5429 | 9 Language/13_Libraries_and_Scripts/2_Imports_A03_t08: Crash # http://dartbug.com/
5429 |
10 | 10 |
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
488 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review. | 488 LibTest/core/Math/pow_A11_t01: Fail, OK # TODO(floitsch): Review. |
489 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review. | 489 LibTest/core/Math/pow_A13_t01: Fail, OK # TODO(floitsch): Review. |
490 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review. | 490 LibTest/core/Math/sin_A01_t01: Fail, OK # TODO(floitsch): Review. |
491 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review. | 491 LibTest/core/Math/tan_A01_t01: Fail, OK # TODO(floitsch): Review. |
492 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il, OK # This is not rejected by V8. | 492 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il, OK # This is not rejected by V8. |
493 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i
ssue 92. | 493 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i
ssue 92. |
494 LibTest/core/RegExp/RegExp_A01_t03: Fail, OK # Expects exception from const cons
tructor. | 494 LibTest/core/RegExp/RegExp_A01_t03: Fail, OK # Expects exception from const cons
tructor. |
495 LibTest/core/RegExp/RegExp_A01_t04: Fail, OK # Expects exception from const cons
tructor. | 495 LibTest/core/RegExp/RegExp_A01_t04: Fail, OK # Expects exception from const cons
tructor. |
496 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return
an Iterable. | 496 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Bad test, allMatches return
an Iterable. |
497 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n
ot Match.pattern. | 497 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n
ot Match.pattern. |
498 LibTest/core/String/hashCode_A01_t01: Fail, OK # Bad test closurizes hashCode. | |
499 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub. | 498 LibTest/core/double/toRadixString_A01_t01: Fail, OK # Unimplemented test stub. |
500 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int. | 499 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int. |
501 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion. | 500 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion. |
502 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API. | 501 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API. |
503 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API. | 502 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API. |
504 # The following test will start to fail when dart2js fixes issue 2887 (constant | 503 # The following test will start to fail when dart2js fixes issue 2887 (constant |
505 # folding with runtime-semantics). | 504 # folding with runtime-semantics). |
506 # It should then be marked as: Fail, OK # Requires big int. | 505 # It should then be marked as: Fail, OK # Requires big int. |
507 LibTest/core/int/operator_NOT_A01_t01: Pass | 506 LibTest/core/int/operator_NOT_A01_t01: Pass |
508 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int. | 507 LibTest/core/int/operator_left_shift_A01_t01: Fail, OK # Requires big int. |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
755 Language/10_Expressions/30_Type_Cast_A03_t01: Fail # http://dartbug.com/5029 | 754 Language/10_Expressions/30_Type_Cast_A03_t01: Fail # http://dartbug.com/5029 |
756 Language/10_Expressions/30_Type_Cast_A03_t02: Fail # http://dartbug.com/5029 | 755 Language/10_Expressions/30_Type_Cast_A03_t02: Fail # http://dartbug.com/5029 |
757 Language/10_Expressions/30_Type_Cast_A05_t01: Fail # http://dartbug.com/5029 | 756 Language/10_Expressions/30_Type_Cast_A05_t01: Fail # http://dartbug.com/5029 |
758 Language/10_Expressions/30_Type_Cast_A05_t02: Fail # http://dartbug.com/5029 | 757 Language/10_Expressions/30_Type_Cast_A05_t02: Fail # http://dartbug.com/5029 |
759 Language/10_Expressions/30_Type_Cast_A05_t04: Fail # http://dartbug.com/5029 | 758 Language/10_Expressions/30_Type_Cast_A05_t04: Fail # http://dartbug.com/5029 |
760 | 759 |
761 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t03: Fail #
http://dartbug.com/3566 | 760 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t03: Fail #
http://dartbug.com/3566 |
762 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t04: Fail #
http://dartbug.com/3566 | 761 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t04: Fail #
http://dartbug.com/3566 |
763 | 762 |
764 Language/03_Overview/03_Overview_A01_t01: Fail # http://dartbug.com/3903 | 763 Language/03_Overview/03_Overview_A01_t01: Fail # http://dartbug.com/3903 |
| 764 Language/03_Overview/03_Overview_A01_t02: Fail, OK # co19 issue 229 |
765 | 765 |
766 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail # htt
p://dartbug.com/5026 | 766 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail # htt
p://dartbug.com/5026 |
767 | 767 |
768 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023 | 768 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023 |
769 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023 | 769 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023 |
770 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023 | 770 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023 |
771 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023 | 771 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023 |
772 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023 | 772 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023 |
773 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023 | 773 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023 |
774 Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023 | 774 Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023 |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
860 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 860 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
861 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 861 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
862 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 862 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
863 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | 863 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 |
864 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 864 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
865 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 865 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
866 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 866 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
867 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 867 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
868 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 868 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
869 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 869 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
OLD | NEW |