| 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 | 5 |
| 6 # Crashes first, please. Then untriaged bugs. There is a section below | 6 # Crashes first, please. Then untriaged bugs. There is a section below |
| 7 # for co19 bugs. | 7 # for co19 bugs. |
| 8 [ $compiler == dart2js ] | 8 [ $compiler == dart2js ] |
| 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai
lure. | 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai
lure. |
| 10 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(ahe): Please triage this
failure. | 10 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(ahe): Please triage this
failure. |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 LibTest/core/List/length_A04_t01: Fail, OK # co19 issue 285 | 227 LibTest/core/List/length_A04_t01: Fail, OK # co19 issue 285 |
| 228 LibTest/core/List/List_A01_t02: Fail, OK # co19 issue 285 | 228 LibTest/core/List/List_A01_t02: Fail, OK # co19 issue 285 |
| 229 LibTest/core/List/removeLast_A02_t01: Fail, OK # co19 issue 285 | 229 LibTest/core/List/removeLast_A02_t01: Fail, OK # co19 issue 285 |
| 230 LibTest/core/List/removeRange_A02_t01: Fail, OK # co19 issue 285 | 230 LibTest/core/List/removeRange_A02_t01: Fail, OK # co19 issue 285 |
| 231 LibTest/core/UnsupportedOperationException/toString_A01_t01: Fail, OK # co19 iss
ue 285 | 231 LibTest/core/UnsupportedOperationException/toString_A01_t01: Fail, OK # co19 iss
ue 285 |
| 232 LibTest/core/UnsupportedOperationException/UnsupportedOperationException_A01_t01
: Fail, OK # co19 issue 285 | 232 LibTest/core/UnsupportedOperationException/UnsupportedOperationException_A01_t01
: Fail, OK # co19 issue 285 |
| 233 | 233 |
| 234 [ $compiler == dart2js && $unchecked ] | 234 [ $compiler == dart2js && $unchecked ] |
| 235 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple
ase triage this failure. | 235 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Ple
ase triage this failure. |
| 236 | 236 |
| 237 [ $compiler == dart2js && $runtime == jsshell ] |
| 238 Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail # TODO(ahe): Triage the
se tests. |
| 239 Language/07_Classes/8_Static_Variables_A02_t01: Fail # TODO(ahe): Triage these t
ests. |
| 240 LibTest/core/List/every_A03_t01: Fail # TODO(ahe): Triage these tests. |
| 241 LibTest/core/List/filter_A03_t01: Fail # TODO(ahe): Triage these tests. |
| 242 LibTest/core/List/forEach_A02_t01: Fail # TODO(ahe): Triage these tests. |
| 243 LibTest/core/List/some_A03_t01: Fail # TODO(ahe): Triage these tests. |
| 244 LibTest/core/Map/forEach_A01_t02: Fail # TODO(ahe): Triage these tests. |
| 245 LibTest/core/Map/putIfAbsent_A01_t06: Fail # TODO(ahe): Triage these tests. |
| 246 LibTest/core/Map/putIfAbsent_A01_t08: Fail # TODO(ahe): Triage these tests. |
| 247 LibTest/core/Queue/every_A01_t03: Fail # TODO(ahe): Triage these tests. |
| 248 LibTest/core/Queue/filter_A01_t03: Fail # TODO(ahe): Triage these tests. |
| 249 LibTest/core/Queue/forEach_A01_t03: Fail # TODO(ahe): Triage these tests. |
| 250 LibTest/core/Queue/some_A01_t03: Fail # TODO(ahe): Triage these tests. |
| 251 LibTest/core/double/round_A01_t01: Fail # TODO(ahe): Triage these tests. |
| 252 LibTest/core/double/toStringAsExponential_A01_t07: Fail # TODO(ahe): Triage thes
e tests. |
| 253 LibTest/core/double/toStringAsFixed_A01_t05: Fail # TODO(ahe): Triage these test
s. |
| 254 LibTest/core/double/toStringAsFixed_A01_t06: Fail # TODO(ahe): Triage these test
s. |
| 255 LibTest/core/double/toStringAsPrecision_A01_t07: Fail # TODO(ahe): Triage these
tests. |
| 256 LibTest/math/acos_A01_t01: Fail # TODO(ahe): Triage these tests. |
| 257 LibTest/math/asin_A01_t01: Fail # TODO(ahe): Triage these tests. |
| 258 |
| 237 [ $compiler == dart2js && $checked ] | 259 [ $compiler == dart2js && $checked ] |
| 238 Language/03_Overview/1_Scoping_A02_t30: Fail # http://dartbug.com/5348 | 260 Language/03_Overview/1_Scoping_A02_t30: Fail # http://dartbug.com/5348 |
| 239 | 261 |
| 240 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD
O(ahe): Please triage this failure. | 262 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD
O(ahe): Please triage this failure. |
| 241 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD
O(ahe): Please triage this failure. | 263 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD
O(ahe): Please triage this failure. |
| 242 Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please
triage this failure. | 264 Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please
triage this failure. |
| 243 Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # TODO(ahe): Please
triage this failure. | 265 Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # TODO(ahe): Please
triage this failure. |
| 244 Language/07_Classes/6_Constructors/2_Factories_A06_t03: Fail # TODO(ahe): Please
triage this failure. | 266 Language/07_Classes/6_Constructors/2_Factories_A06_t03: Fail # TODO(ahe): Please
triage this failure. |
| 245 Language/07_Classes/6_Constructors/2_Factories_A06_t04: Fail # TODO(ahe): Please
triage this failure. | 267 Language/07_Classes/6_Constructors/2_Factories_A06_t04: Fail # TODO(ahe): Please
triage this failure. |
| 246 Language/09_Generics/09_Generics_A03_t01: Fail # TODO(ahe): Please triage this f
ailure. | 268 Language/09_Generics/09_Generics_A03_t01: Fail # TODO(ahe): Please triage this f
ailure. |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 428 LibTest/core/double/NAN_A01_t01: Fail, OK # co19 issue 280 | 450 LibTest/core/double/NAN_A01_t01: Fail, OK # co19 issue 280 |
| 429 LibTest/core/int/operator_subtraction_A01_t01: Fail, OK # co19 issue 280 | 451 LibTest/core/int/operator_subtraction_A01_t01: Fail, OK # co19 issue 280 |
| 430 LibTest/core/int/operator_division_A01_t02: Fail, OK # co19 issue 280 | 452 LibTest/core/int/operator_division_A01_t02: Fail, OK # co19 issue 280 |
| 431 LibTest/core/int/remainder_A01_t02: Fail, OK # co19 issue 280 | 453 LibTest/core/int/remainder_A01_t02: Fail, OK # co19 issue 280 |
| 432 LibTest/core/int/isNaN_A01_t01: Fail, OK # co19 issue 280 | 454 LibTest/core/int/isNaN_A01_t01: Fail, OK # co19 issue 280 |
| 433 LibTest/core/int/operator_remainder_A01_t02: Fail, OK # co19 issue 280 | 455 LibTest/core/int/operator_remainder_A01_t02: Fail, OK # co19 issue 280 |
| 434 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 280 | 456 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 280 |
| 435 | 457 |
| 436 | 458 |
| 437 | 459 |
| 438 [ $compiler == dart2js && $system == windows && $runtime == d8 ] | 460 [ $compiler == dart2js && $system == windows && $jscl ] |
| 439 LibTest/core/double/operator_remainder_A01_t04: Fail | 461 LibTest/core/double/operator_remainder_A01_t04: Fail |
| 440 | 462 |
| 441 [ $compiler == dart2js ] | 463 [ $compiler == dart2js ] |
| 442 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # Red
irecting constructors can not use initializing formals. This bug was previously
masked - compilation failed, but for different, wrong reason. | 464 Language/07_Classes/6_Constructors/1_Generative_Constructors_A16_t07: Fail # Red
irecting constructors can not use initializing formals. This bug was previously
masked - compilation failed, but for different, wrong reason. |
| 443 | 465 |
| 444 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD
O(ahe): Enforce optional parameter semantics. | 466 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD
O(ahe): Enforce optional parameter semantics. |
| 445 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD
O(ahe): Enforce optional parameter semantics. | 467 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t11: Fail # TOD
O(ahe): Enforce optional parameter semantics. |
| 446 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD
O(ahe): Enforce optional parameter semantics. | 468 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # TOD
O(ahe): Enforce optional parameter semantics. |
| 447 | 469 |
| 448 Language/09_Generics/09_Generics_A05_t01: Fail # dart2js fails to reject type va
riable within static member | 470 Language/09_Generics/09_Generics_A05_t01: Fail # dart2js fails to reject type va
riable within static member |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 569 LibTest/core/Map/Map_class_A01_t03: Fail, OK # co19 issue 273 | 591 LibTest/core/Map/Map_class_A01_t03: Fail, OK # co19 issue 273 |
| 570 LibTest/core/Set/remove_A01_t03: Fail, OK # co19 issue 273 | 592 LibTest/core/Set/remove_A01_t03: Fail, OK # co19 issue 273 |
| 571 LibTest/core/Set/addAll_A01_t03: Fail, OK # co19 issue 273 | 593 LibTest/core/Set/addAll_A01_t03: Fail, OK # co19 issue 273 |
| 572 LibTest/core/Set/forEach_A01_t03: Fail, OK # co19 issue 273 | 594 LibTest/core/Set/forEach_A01_t03: Fail, OK # co19 issue 273 |
| 573 LibTest/core/Set/add_A01_t03: Fail, OK # co19 issue 273 | 595 LibTest/core/Set/add_A01_t03: Fail, OK # co19 issue 273 |
| 574 LibTest/core/Set/filter_A01_t03: Fail, OK # co19 issue 273 | 596 LibTest/core/Set/filter_A01_t03: Fail, OK # co19 issue 273 |
| 575 LibTest/core/String/hashCode_A01_t01: Fail, OK # co19 issue 273 | 597 LibTest/core/String/hashCode_A01_t01: Fail, OK # co19 issue 273 |
| 576 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 issue 273 | 598 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 issue 273 |
| 577 | 599 |
| 578 | 600 |
| 579 [ $compiler == dart2js && $runtime == d8 ] | 601 [ $compiler == dart2js && $jscl ] |
| 580 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail, Pass # issue 3333 | 602 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail, Pass # issue 3333 |
| 581 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail, Pass # issue 3333 | 603 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail, Pass # issue 3333 |
| 582 | 604 |
| 583 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. | 605 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. |
| 584 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. | 606 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. |
| 585 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180 | 607 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180 |
| 586 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. | 608 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. |
| 587 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It
erable. | 609 LibTest/core/Match/pattern_A01_t01: Fail, OK # Bad test, allMatches return an It
erable. |
| 588 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab
le. | 610 LibTest/core/Match/str_A01_t01: Fail, OK # Bad test, allMatches return an Iterab
le. |
| 589 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il, OK # This is not rejected by V8. | 611 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il, OK # This is not rejected by V8. |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 634 | 656 |
| 635 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime
ConstantEvaluator not implemented | 657 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime
ConstantEvaluator not implemented |
| 636 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_
t01: Fail # Unimplemented non-matching static call | 658 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_
t01: Fail # Unimplemented non-matching static call |
| 637 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_
t04: Fail # Unimplemented non-matching static call | 659 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_
t04: Fail # Unimplemented non-matching static call |
| 638 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_
t05: Fail # Unimplemented non-matching static call | 660 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_
t05: Fail # Unimplemented non-matching static call |
| 639 Language/10_Expressions/22_Equality_A05_t01: Fail # != cannot be called on super | 661 Language/10_Expressions/22_Equality_A05_t01: Fail # != cannot be called on super |
| 640 Language/10_Expressions/27_Unary_Expressions_A01_t01: Fail # ! cannot be called
on super | 662 Language/10_Expressions/27_Unary_Expressions_A01_t01: Fail # ! cannot be called
on super |
| 641 Language/10_Expressions/27_Unary_Expressions_A01_t10: Fail # cannot deal with su
per in complex assignments | 663 Language/10_Expressions/27_Unary_Expressions_A01_t10: Fail # cannot deal with su
per in complex assignments |
| 642 Language/10_Expressions/30_Identifier_Reference_A02_t01: Fail # Pseudo keyword "
abstract". | 664 Language/10_Expressions/30_Identifier_Reference_A02_t01: Fail # Pseudo keyword "
abstract". |
| 643 | 665 |
| 644 [ $compiler == dart2js && $runtime == d8 ] | 666 [ $compiler == dart2js && $jscl ] |
| 645 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 | 667 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 |
| 646 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i
n ExpectException message (Expect.isTrue(false) fails.) | 668 LibTest/core/Expect/throws_A02_t01: Fail # reason (sdsds sd dsf) not mentioned i
n ExpectException message (Expect.isTrue(false) fails.) |
| 647 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/
: Unterminated group' | 669 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/
: Unterminated group' |
| 648 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E
xpect.fail('Some exception expected') | 670 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # E
xpect.fail('Some exception expected') |
| 649 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Expect.fail('Some exception expected') | 671 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Expect.fail('Some exception expected') |
| 650 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Expect.fail('Some exception expected') | 672 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Expect.fail('Some exception expected') |
| 651 | 673 |
| 652 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los
t during canonicalization. | 674 Language/10_Expressions/06_Lists_A07_t02: Fail # generic type information is los
t during canonicalization. |
| 653 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost
during canonicalization. | 675 Language/10_Expressions/07_Maps_A06_t02: Fail # generic type information is lost
during canonicalization. |
| 654 | 676 |
| 655 # | 677 # |
| 656 # The following tests may be broken, but require further review. | 678 # The following tests may be broken, but require further review. |
| 657 # | 679 # |
| 658 [ $compiler == dart2js && $runtime == d8 ] | 680 [ $compiler == dart2js && $jscl ] |
| 659 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t
o NaN? | 681 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t
o NaN? |
| 660 | 682 |
| 661 | 683 |
| 662 [ $compiler == dart2js && $browser ] | 684 [ $compiler == dart2js && $browser ] |
| 663 *: Skip | 685 *: Skip |
| 664 | 686 |
| 665 | 687 |
| 666 # | 688 # |
| 667 # Missing compile-time errors. | 689 # Missing compile-time errors. |
| 668 # | 690 # |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 849 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 | 871 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 |
| 850 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 | 872 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 |
| 851 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 | 873 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 |
| 852 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 | 874 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 |
| 853 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 | 875 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 |
| 854 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 | 876 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 |
| 855 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 | 877 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 |
| 856 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 | 878 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 |
| 857 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 | 879 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 |
| 858 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 | 880 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 |
| OLD | NEW |