| 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 # Crashes first, please. Then untriaged bugs. There is a section below | 5 # Crashes first, please. Then untriaged bugs. There is a section below |
| 6 # for co19 bugs. | 6 # for co19 bugs. |
| 7 [ $compiler == dart2js ] | 7 [ $compiler == dart2js ] |
| 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai
lure. | 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai
lure. |
| 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_A05_t04: Fail # TODO(ahe): Please triage this
failure. | 10 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this
failure. |
| (...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 644 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints
, issue 389 | 644 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints
, issue 389 |
| 645 LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns i
nts, issue 389 | 645 LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns i
nts, issue 389 |
| 646 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i
nts, issue 389 | 646 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i
nts, issue 389 |
| 647 | 647 |
| 648 # Issues with co19 test suite in checked mode. | 648 # Issues with co19 test suite in checked mode. |
| 649 [ $compiler == dart2js && $checked ] | 649 [ $compiler == dart2js && $checked ] |
| 650 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i
ssue 367 | 650 LibTest/isolate/SendPort/call_A01_t01: Fail # Future is in async library. co19 i
ssue 367 |
| 651 | 651 |
| 652 LibTest/core/Set/add_A01_t06: Fail # issue 390 | 652 LibTest/core/Set/add_A01_t06: Fail # issue 390 |
| 653 LibTest/core/Set/containsAll_A01_t01: Fail # issue 390 | 653 LibTest/core/Set/containsAll_A01_t01: Fail # issue 390 |
| 654 LibTest/core/Set/containsAll_A01_t02: Pass # issue 390 | |
| 655 LibTest/core/Set/every_A01_t01: Fail # issue 390 | 654 LibTest/core/Set/every_A01_t01: Fail # issue 390 |
| 656 LibTest/core/Set/every_A01_t03: Fail # issue 390 | 655 LibTest/core/Set/every_A01_t03: Fail # issue 390 |
| 657 LibTest/core/Set/forEach_A01_t05: Fail # issue 390 | 656 LibTest/core/Set/forEach_A01_t05: Fail # issue 390 |
| 658 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 | 657 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 |
| 659 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 | 658 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 |
| 660 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 | 659 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 |
| 661 LibTest/core/Set/intersection_A03_t01: Pass # issue 390 | |
| 662 LibTest/core/Set/isSubsetOf_A01_t01: Fail # issue 390 | |
| 663 LibTest/core/Set/isSubsetOf_A01_t02: Pass # issue 390 | |
| 664 LibTest/core/Set/removeAll_A01_t01: Fail # issue 390 | 660 LibTest/core/Set/removeAll_A01_t01: Fail # issue 390 |
| 665 LibTest/core/Set/remove_A01_t01: Fail # issue 390 | 661 LibTest/core/Set/remove_A01_t01: Fail # issue 390 |
| 666 LibTest/core/Set/remove_A01_t03: Fail # issue 390 | 662 LibTest/core/Set/remove_A01_t03: Fail # issue 390 |
| 667 | 663 |
| 668 # Issues with co19 test suite in unchecked mode. | 664 # Issues with co19 test suite in unchecked mode. |
| 669 [ $compiler == dart2js && $unchecked ] | 665 [ $compiler == dart2js && $unchecked ] |
| 666 LibTest/core/Set/containsAll_A01_t02: Fail # Doesn't expect null to be allowed i
n Set or Map keys (issue 377). Passes in checked mode due to Issue 390. |
| 667 LibTest/core/Set/intersection_A03_t01: Fail # Doesn't expect null to be allowed
in Set or Map keys (issue 377). Passes in checked mode due to Issue 390. |
| 668 |
| 670 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue
367 | 669 LibTest/core/Future/chain_A02_t05: Fail # Future is in async library. co19 issue
367 |
| 671 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i
ssue 367 | 670 LibTest/core/Future/transform_A02_t04: Fail # Future is in async library. co19 i
ssue 367 |
| 672 | 671 |
| 673 [ $compiler == dart2js && $jscl ] | 672 [ $compiler == dart2js && $jscl ] |
| 674 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail, Pass # issue 3333 | 673 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail, Pass # issue 3333 |
| 675 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail, Pass # issue 3333 | 674 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail, Pass # issue 3333 |
| 676 | 675 |
| 677 Language/11_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. | 676 Language/11_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. |
| 678 Language/11_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. | 677 Language/11_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. |
| 679 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180 | 678 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180 |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 862 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 | 861 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 |
| 863 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 | 862 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 |
| 864 | 863 |
| 865 LibTest/core/Map/containsKey_A01_t02: Fail # Doesn't expect null to be allowed i
n Set or Map keys (issue 377). | 864 LibTest/core/Map/containsKey_A01_t02: Fail # Doesn't expect null to be allowed i
n Set or Map keys (issue 377). |
| 866 LibTest/core/Map/operator_subscript_A01_t02: Fail # Doesn't expect null to be al
lowed in Set or Map keys (issue 377). | 865 LibTest/core/Map/operator_subscript_A01_t02: Fail # Doesn't expect null to be al
lowed in Set or Map keys (issue 377). |
| 867 LibTest/core/Map/operator_subscripted_assignment_A01_t02: Fail # Doesn't expect
null to be allowed in Set or Map keys (issue 377). | 866 LibTest/core/Map/operator_subscripted_assignment_A01_t02: Fail # Doesn't expect
null to be allowed in Set or Map keys (issue 377). |
| 868 LibTest/core/Map/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set
or Map keys (issue 377). | 867 LibTest/core/Map/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set
or Map keys (issue 377). |
| 869 LibTest/core/Set/add_A01_t02: Fail # Doesn't expect null to be allowed in Set or
Map keys (issue 377). | 868 LibTest/core/Set/add_A01_t02: Fail # Doesn't expect null to be allowed in Set or
Map keys (issue 377). |
| 870 LibTest/core/Set/addAll_A01_t02: Fail # Doesn't expect null to be allowed in Set
or Map keys (issue 377). | 869 LibTest/core/Set/addAll_A01_t02: Fail # Doesn't expect null to be allowed in Set
or Map keys (issue 377). |
| 871 LibTest/core/Set/contains_A01_t02: Fail # Doesn't expect null to be allowed in S
et or Map keys (issue 377). | 870 LibTest/core/Set/contains_A01_t02: Fail # Doesn't expect null to be allowed in S
et or Map keys (issue 377). |
| 872 LibTest/core/Set/containsAll_A01_t02: Fail # Doesn't expect null to be allowed i
n Set or Map keys (issue 377). | |
| 873 LibTest/core/Set/intersection_A03_t01: Fail # Doesn't expect null to be allowed
in Set or Map keys (issue 377). | |
| 874 LibTest/core/Set/isSubsetOf_A01_t02: Fail # Doesn't expect null to be allowed in
Set or Map keys (issue 377). | |
| 875 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set
or Map keys (issue 377). | 871 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set
or Map keys (issue 377). |
| 876 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in
Set or Map keys (issue 377). | 872 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in
Set or Map keys (issue 377). |
| 873 LibTest/core/Set/isSubsetOf_A01_t02: Fail # Doesn't expect null to be allowed in
Set or Map keys (issue 377). |
| 877 | 874 |
| 878 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification
error (issue 376). | 875 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification
error (issue 376). |
| 879 | 876 |
| 880 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). | 877 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| 881 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). | 878 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). |
| 882 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). | 879 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). |
| 883 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). | 880 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| 884 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). | 881 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| OLD | NEW |