Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(64)

Unified Diff: dart/tests/co19/co19-dart2js.status

Issue 11306006: Upgrade co19 to r412. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « dart/tests/co19/co19-dart2dart.status ('k') | dart/tests/co19/co19-runtime.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/co19/co19-dart2js.status
diff --git a/dart/tests/co19/co19-dart2js.status b/dart/tests/co19/co19-dart2js.status
index 1608f12a496958b409448c1ad047f8cb73e7c200..fb2b903f8a2b55042bb8c9b1eebb4ab35d196f3f 100644
--- a/dart/tests/co19/co19-dart2js.status
+++ b/dart/tests/co19/co19-dart2js.status
@@ -6,6 +6,9 @@
# Crashes first, please. Then untriaged bugs. There is a section below
# for co19 bugs.
[ $compiler == dart2js ]
+Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Crash
+Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Crash
+
Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this failure.
Language/05_Variables/05_Variables_A03_t09: Fail # TODO(ahe): Please triage this failure.
Language/05_Variables/05_Variables_A03_t11: Fail # TODO(ahe): Please triage this failure.
@@ -18,7 +21,6 @@ Language/06_Functions/06_Functions_A01_t22: Fail # TODO(ahe): Please triage this
Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this failure.
Language/07_Classes/07_Classes_A03_t07: Fail # TODO(ahe): Please triage this failure.
Language/07_Classes/1_Instance_Methods_A06_t01: Fail # TODO(ahe): Please triage this failure.
-Language/07_Classes/4_Abstract_Instance_Members_A06_t02: Fail # TODO(ahe): Please triage this failure.
Language/07_Classes/6_Constructors/2_Factories_A05_t01: Fail # TODO(ahe): Please triage this failure.
Language/07_Classes/6_Constructors/2_Factories_A05_t02: Fail # TODO(ahe): Please triage this failure.
Language/07_Classes/6_Constructors/2_Factories_A05_t03: Fail # TODO(ahe): Please triage this failure.
@@ -37,6 +39,8 @@ Language/10_Expressions/08_Throw_A01_t01: Fail # TODO(ahe): Please triage this f
Language/10_Expressions/08_Throw_A05_t01: Fail # TODO(ahe): Please triage this failure.
Language/10_Expressions/08_Throw_A05_t02: Fail # TODO(ahe): Please triage this failure.
Language/10_Expressions/08_Throw_A05_t03: Fail # TODO(ahe): Please triage this failure.
+Language/10_Expressions/09_Function_Expressions_A03_t02: Fail # TODO(ahe): Please triage this failure.
+Language/10_Expressions/09_Function_Expressions_A04_t02: Fail # TODO(ahe): Please triage this failure.
Language/10_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # TODO(ahe): Please triage this failure.
Language/10_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # TODO(ahe): Please triage this failure.
Language/10_Expressions/11_Instance_Creation/1_New_A02_t06: Fail # TODO(ahe): Please triage this failure.
@@ -46,8 +50,6 @@ Language/10_Expressions/11_Instance_Creation/1_New_A12_t02: Fail # TODO(ahe): Pl
Language/10_Expressions/11_Instance_Creation/1_New_A13_t04: Fail # TODO(ahe): Please triage this failure.
Language/10_Expressions/11_Instance_Creation/1_New_A14_t01: Fail # TODO(ahe): Please triage this failure.
Language/10_Expressions/11_Instance_Creation/2_Const_A01_t02: Fail # TODO(ahe): Please triage this failure.
-Language/10_Expressions/13_Property_Extraction_A01_t01: Fail # TODO(ahe): Please triage this failure.
-Language/10_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t01: Fail # TODO(ahe): Please triage this failure.
Language/10_Expressions/17_Getter_Invocation_A02_t01: Fail # TODO(ahe): Please triage this failure.
Language/10_Expressions/17_Getter_Invocation_A02_t02: Fail # TODO(ahe): Please triage this failure.
Language/10_Expressions/18_Assignment_A05_t02: Fail # TODO(ahe): Please triage this failure.
@@ -140,16 +142,20 @@ Language/11_Statements/04_Local_Function_Declaration_A01_t01: Fail # TODO(ahe):
Language/11_Statements/04_Local_Function_Declaration_A02_t02: Fail # TODO(ahe): Please triage this failure.
Language/11_Statements/06_For_A01_t11: Fail # TODO(ahe): Please triage this failure.
Language/11_Statements/06_For_A01_t12: Fail # TODO(ahe): Please triage this failure.
-Language/11_Statements/08_Do_A02_t02: Fail # TODO(ahe): Please triage this failure.
Language/11_Statements/09_Switch_A02_t01: Fail # TODO(ahe): Please triage this failure.
-Language/11_Statements/09_Switch_A05_t01: Fail # TODO(ahe): Please triage this failure.
-Language/11_Statements/09_Switch_A05_t02: Fail # TODO(ahe): Please triage this failure.
-Language/11_Statements/09_Switch_A06_t01: Fail # TODO(ahe): Please triage this failure.
+Language/11_Statements/09_Switch_A02_t02: Fail # TODO(ahe): Please triage this failure.
+Language/11_Statements/09_Switch_A02_t03: Fail # TODO(ahe): Please triage this failure.
+Language/11_Statements/09_Switch_A03_t01: Fail # TODO(ahe): Please triage this failure.
+Language/11_Statements/09_Switch_A03_t02: Fail # TODO(ahe): Please triage this failure.
Language/11_Statements/09_Switch_A06_t02: Fail # TODO(ahe): Please triage this failure.
-Language/11_Statements/09_Switch_A06_t03: Fail # TODO(ahe): Please triage this failure.
-Language/11_Statements/09_Switch_A06_t04: Fail # TODO(ahe): Please triage this failure.
-Language/11_Statements/09_Switch_A07_t02: Fail # TODO(ahe): Please triage this failure.
-Language/11_Statements/10_Try_A05_t03: Fail # TODO(ahe): Please triage this failure.
+Language/11_Statements/10_Try_A06_t01: Fail # TODO(ahe): Please triage this failure.
+Language/11_Statements/10_Try_A07_t03: Fail # TODO(ahe): Please triage this failure.
+Language/11_Statements/11_Return_A05_t01: Fail # TODO(ahe): Please triage this failure.
+Language/11_Statements/11_Return_A05_t02: Fail # TODO(ahe): Please triage this failure.
+Language/11_Statements/11_Return_A05_t03: Fail # TODO(ahe): Please triage this failure.
+Language/11_Statements/12_Labels_A03_t04: Fail # TODO(ahe): Please triage this failure.
+Language/11_Statements/14_Continue_A02_t12: Fail # TODO(ahe): Please triage this failure.
+Language/11_Statements/14_Continue_A02_t13: Fail # TODO(ahe): Please triage this failure.
Language/13_Libraries_and_Scripts/1_Imports_A02_t01: Fail # TODO(ahe): Please triage this failure.
Language/13_Libraries_and_Scripts/1_Imports_A02_t02: Fail # TODO(ahe): Please triage this failure.
Language/13_Libraries_and_Scripts/1_Imports_A02_t16: Fail # TODO(ahe): Please triage this failure.
@@ -170,6 +176,15 @@ Language/13_Libraries_and_Scripts/1_Imports_A03_t50: Fail # TODO(ahe): Please tr
Language/13_Libraries_and_Scripts/1_Imports_A03_t62: Fail # TODO(ahe): Please triage this failure.
Language/13_Libraries_and_Scripts/1_Imports_A03_t69: Fail # TODO(ahe): Please triage this failure.
Language/13_Libraries_and_Scripts/1_Imports_A03_t70: Fail # TODO(ahe): Please triage this failure.
+Language/13_Libraries_and_Scripts/2_Exports_A01_t07: Fail # TODO(ahe): Please triage this failure.
+Language/13_Libraries_and_Scripts/2_Exports_A01_t15: Fail # TODO(ahe): Please triage this failure.
+Language/13_Libraries_and_Scripts/2_Exports_A01_t16: Fail # TODO(ahe): Please triage this failure.
+Language/13_Libraries_and_Scripts/2_Exports_A04_t01: Fail # TODO(ahe): Please triage this failure.
+Language/13_Libraries_and_Scripts/2_Exports_A04_t04: Fail # TODO(ahe): Please triage this failure.
+Language/13_Libraries_and_Scripts/2_Exports_A04_t05: Fail # TODO(ahe): Please triage this failure.
+Language/13_Libraries_and_Scripts/2_Exports_A04_t06: Fail # TODO(ahe): Please triage this failure.
+Language/13_Libraries_and_Scripts/3_Parts_A03_t02: Fail # TODO(ahe): Please triage this failure.
+Language/13_Libraries_and_Scripts/4_Scripts_A01_t16: Fail # TODO(ahe): Please triage this failure.
Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: Fail # TODO(ahe): Please triage this failure.
LibTest/core/String/replaceAll_A02_t01: Fail # TODO(ahe): Please triage this failure.
LibTest/core/String/replaceFirst_A02_t01: Fail # TODO(ahe): Please triage this failure.
@@ -188,66 +203,13 @@ LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure.
Language/07_Classes/6_Constructors/2_Factories_A01_t05: Fail
-LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272
-LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fail # co19 issue 272
-
-LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 274
-LibTest/core/Map/forEach_A01_t02: Fail, OK # co19 issue 274
-LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 274
-LibTest/core/Queue/some_A01_t03: Fail, OK # co19 issue 274
-LibTest/core/Queue/filter_A01_t03: Fail, OK # co19 issue 274
-LibTest/core/Queue/every_A01_t03: Fail, OK # co19 issue 274
-LibTest/core/Queue/forEach_A01_t03: Fail, OK # co19 issue 274
-
-LibTest/core/ObjectNotClosureException/toString_A01_t01: Fail, OK # co19 issue 276
-LibTest/core/ObjectNotClosureException/ObjectNotClosureException_A01_t01: Fail, OK # co19 issue 276
-LibTest/core/List/forEach_A02_t01: Fail, OK # co19 issue 276
-LibTest/core/List/filter_A03_t01: Fail, OK # co19 issue 276
-LibTest/core/List/some_A03_t01: Fail, OK # co19 issue 276
-LibTest/core/List/every_A03_t01: Fail, OK # co19 issue 276
-LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 276
-LibTest/core/Map/forEach_A01_t02: Fail, OK # co19 issue 276
-LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 276
-LibTest/core/Queue/filter_A01_t03: Fail, OK # co19 issue 276
-LibTest/core/Queue/some_A01_t03: Fail, OK # co19 issue 276
-LibTest/core/Queue/every_A01_t03: Fail, OK # co19 issue 276
-LibTest/core/Queue/forEach_A01_t03: Fail, OK # co19 issue 276
-LibTest/core/ClosureArgumentMismatchException/toString_A01_t01: Fail, OK # co19 issue 276
-LibTest/core/ClosureArgumentMismatchException/ClosureArgumentMismatchException_A01_t01: Fail, OK # co19 issue 276
-Language/11_Statements/15_Assert_A04_t04: Fail, OK # co19 issue 276
-LibTest/isolate/ReceivePort/receive_A01_t02: Fail, OK # co19 issue 276
-
-LibTest/core/IllegalAccessException/IllegalAccessException_A01_t01: Fail, OK # co19 issue 285
-LibTest/core/IllegalAccessException/toString_A01_t01: Fail, OK # co19 issue 285
-LibTest/core/List/add_A02_t01: Fail, OK # co19 issue 285
-LibTest/core/List/addAll_A02_t01: Fail, OK # co19 issue 285
-LibTest/core/List/addLast_A02_t01: Fail, OK # co19 issue 285
-LibTest/core/List/clear_A02_t01: Fail, OK # co19 issue 285
-LibTest/core/List/insertRange_A02_t01: Fail, OK # co19 issue 285
-LibTest/core/List/length_A04_t01: Fail, OK # co19 issue 285
-LibTest/core/List/List_A01_t02: Fail, OK # co19 issue 285
-LibTest/core/List/removeLast_A02_t01: Fail, OK # co19 issue 285
-LibTest/core/List/removeRange_A02_t01: Fail, OK # co19 issue 285
-LibTest/core/UnsupportedOperationException/toString_A01_t01: Fail, OK # co19 issue 285
-LibTest/core/UnsupportedOperationException/UnsupportedOperationException_A01_t01: Fail, OK # co19 issue 285
-
[ $compiler == dart2js && $unchecked ]
LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(ahe): Please triage this failure.
[ $compiler == dart2js && $runtime == jsshell ]
Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail # TODO(ahe): Triage these tests.
Language/07_Classes/8_Static_Variables_A02_t01: Fail # TODO(ahe): Triage these tests.
-LibTest/core/List/every_A03_t01: Fail # TODO(ahe): Triage these tests.
-LibTest/core/List/filter_A03_t01: Fail # TODO(ahe): Triage these tests.
-LibTest/core/List/forEach_A02_t01: Fail # TODO(ahe): Triage these tests.
-LibTest/core/List/some_A03_t01: Fail # TODO(ahe): Triage these tests.
-LibTest/core/Map/forEach_A01_t02: Fail # TODO(ahe): Triage these tests.
-LibTest/core/Map/putIfAbsent_A01_t06: Fail # TODO(ahe): Triage these tests.
LibTest/core/Map/putIfAbsent_A01_t08: Fail # TODO(ahe): Triage these tests.
-LibTest/core/Queue/every_A01_t03: Fail # TODO(ahe): Triage these tests.
-LibTest/core/Queue/filter_A01_t03: Fail # TODO(ahe): Triage these tests.
-LibTest/core/Queue/forEach_A01_t03: Fail # TODO(ahe): Triage these tests.
-LibTest/core/Queue/some_A01_t03: Fail # TODO(ahe): Triage these tests.
LibTest/core/double/round_A01_t01: Fail # TODO(ahe): Triage these tests.
LibTest/core/double/toStringAsExponential_A01_t07: Fail # TODO(ahe): Triage these tests.
LibTest/core/double/toStringAsFixed_A01_t05: Fail # TODO(ahe): Triage these tests.
@@ -257,10 +219,9 @@ LibTest/math/acos_A01_t01: Fail # TODO(ahe): Triage these tests.
LibTest/math/asin_A01_t01: Fail # TODO(ahe): Triage these tests.
[ $compiler == dart2js && $checked ]
-Language/03_Overview/1_Scoping_A02_t30: Fail # http://dartbug.com/5348
-
Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TODO(ahe): Please triage this failure.
Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TODO(ahe): Please triage this failure.
+Language/07_Classes/6_Constructors/2_Factories_A03_t07: Fail # TODO(ahe): Please triage this failure.
Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please triage this failure.
Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # TODO(ahe): Please triage this failure.
Language/07_Classes/6_Constructors/2_Factories_A06_t03: Fail # TODO(ahe): Please triage this failure.
@@ -272,9 +233,7 @@ Language/10_Expressions/06_Lists_A09_t04: Fail # TODO(ahe): Please triage this f
Language/10_Expressions/06_Lists_A09_t05: Fail # TODO(ahe): Please triage this failure.
Language/10_Expressions/07_Maps_A10_t04: Fail # TODO(ahe): Please triage this failure.
Language/10_Expressions/07_Maps_A10_t05: Fail # TODO(ahe): Please triage this failure.
-Language/10_Expressions/09_Function_Expressions_A03_t02: Fail # TODO(ahe): Please triage this failure.
Language/10_Expressions/09_Function_Expressions_A03_t03: Fail # TODO(ahe): Please triage this failure.
-Language/10_Expressions/09_Function_Expressions_A04_t02: Fail # TODO(ahe): Please triage this failure.
Language/10_Expressions/09_Function_Expressions_A04_t03: Fail # TODO(ahe): Please triage this failure.
Language/10_Expressions/09_Function_Expressions_A05_t02: Fail # TODO(ahe): Please triage this failure.
Language/10_Expressions/09_Function_Expressions_A05_t04: Fail # TODO(ahe): Please triage this failure.
@@ -290,9 +249,10 @@ Language/10_Expressions/20_Logical_Boolean_Expressions_A03_t01: Fail # TODO(ahe)
Language/10_Expressions/27_Unary_Expressions_A02_t03: Fail # TODO(ahe): Please triage this failure.
Language/10_Expressions/32_Type_Cast_A05_t03: Fail # TODO(ahe): Please triage this failure.
Language/10_Expressions/32_Type_Cast_A05_t05: Fail # TODO(ahe): Please triage this failure.
-Language/11_Statements/05_If_A02_t02: Fail # TODO(ahe): Please triage this failure.
+Language/11_Statements/05_If_A02_t01: Fail # TODO(ahe): Please triage this failure.
Language/11_Statements/06_For/1_For_Loop_A01_t08: Fail # TODO(ahe): Please triage this failure.
-Language/11_Statements/07_While_A02_t02: Fail # TODO(ahe): Please triage this failure.
+Language/11_Statements/09_Switch_A05_t01: Fail # TODO(ahe): Please triage this failure.
+Language/11_Statements/11_Return_A04_t01: Fail # TODO(ahe): Please triage this failure.
Language/14_Types/4_Interface_Types_A08_t03: Fail # TODO(ahe): Please triage this failure.
Language/14_Types/8_Parameterized_Types_A02_t01: Fail # TODO(ahe): Please triage this failure.
LibTest/core/AssertionError/column_A01_t02: Fail # TODO(ahe): Please triage this failure.
@@ -302,6 +262,9 @@ LibTest/core/AssertionError/url_A01_t01: Fail # TODO(ahe): Please triage this fa
LibTest/core/List/operator_subscript_A03_t01: Fail # TODO(ahe): Please triage this failure.
LibTest/core/List/operator_subscripted_assignment_A03_t01: Fail # TODO(ahe): Please triage this failure.
LibTest/core/Map/putIfAbsent_A01_t04: Fail # TODO(ahe): Please triage this failure.
+LibTest/core/Map/putIfAbsent_A01_t07: Fail # TODO(ahe): Please triage this failure.
+LibTest/core/Map/putIfAbsent_A01_t08: Fail # TODO(ahe): Please triage this failure.
+LibTest/core/Queue/iterator_hasNext_A01_t01: Fail # TODO(ahe): Please triage this failure.
LibTest/core/TypeError/column_A01_t01: Fail # TODO(ahe): Please triage this failure.
LibTest/core/TypeError/dstName_A01_t01: Fail # TODO(ahe): Please triage this failure.
LibTest/core/TypeError/dstType_A01_t01: Fail # TODO(ahe): Please triage this failure.
@@ -310,7 +273,7 @@ LibTest/core/TypeError/line_A01_t01: Fail # TODO(ahe): Please triage this failur
LibTest/core/TypeError/srcType_A01_t01: Fail # TODO(ahe): Please triage this failure.
LibTest/core/TypeError/url_A01_t01: Fail # TODO(ahe): Please triage this failure.
-Language/11_Statements/15_Assert_A04_t04: Fail # dart2js doesn't throw ClosureArgumentMismatchException
+Language/03_Overview/1_Scoping_A02_t30: Fail # http://dartbug.com/5348
[ $compiler == dart2js ]
@@ -330,9 +293,7 @@ LibTest/core/List/setRange_A05_t01: Fail, OK
# These tests need to be updated for new optional parameter syntax and semantics, co19 issue 258:
Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK
Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK
-Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK
Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK
-Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail, OK
Language/14_Types/5_Function_Types_A01_t21: Fail, OK
LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289
@@ -388,127 +349,12 @@ LibTest/core/Queue/last_A01_t01: Fail, OK # co19 issue 291
LibTest/core/List/last_A02_t01: Fail, OK # co19 issue 291
LibTest/core/List/last_A01_t01: Fail, OK # co19 issue 291
-Language/10_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287
-Language/10_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287
-Language/10_Expressions/06_Lists_A05_t02: Fail, OK # co19 issue 287
-Language/10_Expressions/06_Lists_A08_t03: Fail, OK # co19 issue 287
-LibTest/core/HashSet/HashSet_A01_t01: Fail, OK # co19 issue 287
-LibTest/core/LinkedHashMap/LinkedHashMap_A01_t01: Fail, OK # co19 issue 287
-LibTest/core/LinkedHashMap/LinkedHashMap.from_A01_t01: Fail, OK # co19 issue 287
LibTest/core/Queue/filter_A01_t04: Fail, OK # co19 issue 287
-LibTest/core/Queue/some_A01_t06: Fail, OK # co19 issue 287
-LibTest/core/Queue/every_A01_t06: Fail, OK # co19 issue 287
-LibTest/core/Queue/isEmpty_A01_t01: Fail, OK # co19 issue 287
-LibTest/core/Queue/filter_A01_t06: Fail, OK # co19 issue 287
-LibTest/core/Queue/clear_A01_t01: Fail, OK # co19 issue 287
-LibTest/core/Queue/Queue_A01_t01: Fail, OK # co19 issue 287
-LibTest/core/Queue/filter_A01_t02: Fail, OK # co19 issue 287
-LibTest/core/Queue/forEach_A01_t04: Fail, OK # co19 issue 287
-LibTest/core/Map/putIfAbsent_A01_t10: Fail, OK # co19 issue 287
LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 287
-LibTest/core/Map/isEmpty_A01_t01: Fail, OK # co19 issue 287
-LibTest/core/Map/forEach_A01_t07: Fail, OK # co19 issue 287
-LibTest/core/Expect/identical_A02_t01: Fail, OK # co19 issue 287
-LibTest/core/Expect/equals_A02_t01: Fail, OK # co19 issue 287
-LibTest/core/Expect/isNull_A02_t01: Fail, OK # co19 issue 287
-LibTest/core/Expect/stringEquals_A02_t01: Fail, OK # co19 issue 287
-LibTest/core/Expect/isTrue_A02_t01: Fail, OK # co19 issue 287
-LibTest/core/Expect/isFalse_A02_t01: Fail, OK # co19 issue 287
-LibTest/core/Expect/notEquals_A02_t01: Fail, OK # co19 issue 287
-LibTest/core/Expect/approxEquals_A04_t01: Fail, OK # co19 issue 287
-LibTest/core/Expect/listEquals_A03_t01: Fail, OK # co19 issue 287
-LibTest/core/Expect/setEquals_A03_t01: Fail, OK # co19 issue 287
-LibTest/core/Expect/isNotNull_A02_t01: Fail, OK # co19 issue 287
-LibTest/core/List/isEmpty_A01_t01: Fail, OK # co19 issue 287
-LibTest/core/List/filter_A02_t01: Fail, OK # co19 issue 287
-LibTest/core/List/filter_A01_t01: Fail, OK # co19 issue 287
-LibTest/core/HashMap/HashMap.from_A01_t01: Fail, OK # co19 issue 287
-LibTest/core/HashMap/HashMap_A01_t01: Fail, OK # co19 issue 287
-LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 287
-LibTest/core/Set/isEmpty_A01_t01: Fail, OK # co19 issue 287
-LibTest/core/Set/Set_A01_t01: Fail, OK # co19 issue 287
-LibTest/core/Set/filter_A01_t02: Fail, OK # co19 issue 287
-LibTest/core/Set/forEach_A01_t01: Fail, OK # co19 issue 287
-LibTest/core/Set/filter_A01_t01: Fail, OK # co19 issue 287
-LibTest/core/String/isEmpty_A01_t01: Fail, OK # co19 issue 287
-LibTest/core/String/splitChars_A01_t01: Fail, OK # co19 issue 287
-
LibTest/core/int/isOdd_A01_t01: Fail, OK # co19 issue 277
LibTest/core/int/isEven_A01_t01: Fail, OK # co19 issue 277
-LibTest/core/double/NEGATIVE_INFINITY_A01_t01: Fail, OK # co19 issue 278
-LibTest/core/double/INFINITY_A01_t01: Fail, OK # co19 issue 278
-LibTest/core/double/isInfinite_A01_t03: Fail, OK # co19 issue 278
-LibTest/core/double/isInfinite_A01_t02: Fail, OK # co19 issue 278
-LibTest/core/double/isInfinite_A01_t01: Fail, OK # co19 issue 278
-LibTest/core/int/isInfinite_A01_t01: Fail, OK # co19 issue 278
-
-LibTest/core/double/NEGATIVE_INFINITY_A01_t01: Fail, OK # co19 issue 279
-LibTest/core/double/INFINITY_A01_t01: Fail, OK # co19 issue 279
-LibTest/core/double/isNegative_A01_t01: Fail, OK # co19 issue 279
-LibTest/core/double/operator_unary_minus_A01_t01: Fail, OK # co19 issue 279
-LibTest/core/double/operator_unary_minus_A01_t03: Fail, OK # co19 issue 279
-LibTest/core/double/isNegative_A01_t02: Fail, OK # co19 issue 279
-LibTest/core/int/isNegative_A01_t01: Fail, OK # co19 issue 279
-
-LibTest/math/sqrt_A01_t02: Fail, OK # co19 issue 280
-LibTest/math/tan_A01_t02: Fail, OK # co19 issue 280
-LibTest/math/atan_A01_t02: Fail, OK # co19 issue 280
-LibTest/math/sqrt_A01_t03: Fail, OK # co19 issue 280
-LibTest/math/acos_A01_t02: Fail, OK # co19 issue 280
-LibTest/math/max_A01_t02: Fail, OK # co19 issue 280
-LibTest/math/cos_A01_t02: Fail, OK # co19 issue 280
-LibTest/math/pow_A12_t01: Fail, OK # co19 issue 280
-LibTest/math/pow_A02_t01: Fail, OK # co19 issue 280
-LibTest/math/acos_A01_t03: Fail, OK # co19 issue 280
-LibTest/math/log_A01_t02: Fail, OK # co19 issue 280
-LibTest/math/asin_A01_t03: Fail, OK # co19 issue 280
-LibTest/math/pow_A18_t01: Fail, OK # co19 issue 280
-LibTest/math/atan2_A01_t02: Fail, OK # co19 issue 280
-LibTest/math/exp_A01_t02: Fail, OK # co19 issue 280
-LibTest/math/parseDouble_A01_t01: Fail, OK # co19 issue 280
-LibTest/math/min_A01_t02: Fail, OK # co19 issue 280
-LibTest/math/log_A01_t03: Fail, OK # co19 issue 280
-LibTest/math/sin_A01_t02: Fail, OK # co19 issue 280
-LibTest/math/asin_A01_t02: Fail, OK # co19 issue 280
-LibTest/core/double/isNaN_A01_t03: Fail, OK # co19 issue 280
-LibTest/core/double/operator_multiplication_A01_t03: Fail, OK # co19 issue 280
-LibTest/core/double/toDouble_A01_t02: Fail, OK # co19 issue 280
-LibTest/core/double/operator_truncating_division_A01_t01: Fail, OK # co19 issue 280
-LibTest/core/double/operator_division_A01_t06: Fail, OK # co19 issue 280
-LibTest/core/double/operator_subtraction_A01_t01: Fail, OK # co19 issue 280
-LibTest/core/double/operator_remainder_A01_t05: Fail, OK # co19 issue 280
-LibTest/core/double/operator_division_A01_t01: Fail, OK # co19 issue 280
-LibTest/core/double/operator_subtraction_A01_t03: Fail, OK # co19 issue 280
-LibTest/core/double/operator_truncating_division_A01_t04: Fail, OK # co19 issue 280
-LibTest/core/double/operator_unary_minus_A01_t02: Fail, OK # co19 issue 280
-LibTest/core/double/remainder_A01_t02: Fail, OK # co19 issue 280
-LibTest/core/double/remainder_A01_t03: Fail, OK # co19 issue 280
-LibTest/core/double/abs_A01_t04: Fail, OK # co19 issue 280
-LibTest/core/double/truncate_A01_t03: Fail, OK # co19 issue 280
-LibTest/core/double/isNaN_A01_t01: Fail, OK # co19 issue 280
-LibTest/core/double/round_A01_t02: Fail, OK # co19 issue 280
-LibTest/core/double/operator_addition_A01_t04: Fail, OK # co19 issue 280
-LibTest/core/double/operator_remainder_A01_t02: Fail, OK # co19 issue 280
-LibTest/core/double/operator_multiplication_A01_t01: Fail, OK # co19 issue 280
-LibTest/core/double/remainder_A01_t05: Fail, OK # co19 issue 280
-LibTest/core/double/operator_division_A01_t04: Fail, OK # co19 issue 280
-LibTest/core/double/ceil_A01_t03: Fail, OK # co19 issue 280
-LibTest/core/double/operator_truncating_division_A01_t06: Fail, OK # co19 issue 280
-LibTest/core/double/floor_A01_t03: Fail, OK # co19 issue 280
-LibTest/core/double/operator_addition_A01_t01: Fail, OK # co19 issue 280
-LibTest/core/double/isNaN_A01_t02: Fail, OK # co19 issue 280
-LibTest/core/double/operator_remainder_A01_t03: Fail, OK # co19 issue 280
-LibTest/core/double/NAN_A01_t01: Fail, OK # co19 issue 280
-LibTest/core/int/operator_subtraction_A01_t01: Fail, OK # co19 issue 280
-LibTest/core/int/operator_division_A01_t02: Fail, OK # co19 issue 280
-LibTest/core/int/remainder_A01_t02: Fail, OK # co19 issue 280
-LibTest/core/int/isNaN_A01_t01: Fail, OK # co19 issue 280
-LibTest/core/int/operator_remainder_A01_t02: Fail, OK # co19 issue 280
-LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 280
-
-
[ $compiler == dart2js && $system == windows && $jscl ]
LibTest/core/double/operator_remainder_A01_t04: Fail
@@ -571,25 +417,6 @@ LibTest/core/int/operator_right_shift_A01_t01: Fail, OK # Expects negative resul
LibTest/core/int/operator_OR_A01_t01: Fail, OK # Requires bigints.
LibTest/core/int/operator_remainder_A01_t01: Fail, OK # Requires bigints.
-
-Language/11_Statements/07_Do_A02_t01: Fail, OK # co19 issue 286
-Language/11_Statements/05_For/2_For_in_A01_t01: Fail, OK # co19 issue 286
-Language/11_Statements/05_For/2_For_in_A01_t05: Fail, OK # co19 issue 286
-Language/11_Statements/06_For/2_For_in_A01_t01: Fail, OK # co19 issue 286
-Language/11_Statements/06_For/2_For_in_A01_t05: Fail, OK # co19 issue 286
-Language/11_Statements/06_While_A02_t01: Fail, OK # co19 issue 286
-Language/11_Statements/07_While_A02_t01: Fail, OK # co19 issue 286
-Language/11_Statements/08_Do_A02_t01: Fail, OK # co19 issue 286
-LibTest/core/Queue/iterator_hasNext_A01_t02: Fail, OK # co19 issue 286
-LibTest/core/Queue/iterator_hasNext_A01_t01: Fail, OK # co19 issue 286
-LibTest/core/Queue/iterator_A01_t02: Fail, OK # co19 issue 286
-LibTest/core/Queue/Queue.from_A01_t02: Fail, OK # co19 issue 286
-LibTest/core/List/iterator_hasNext_A01_t01: Fail, OK # co19 issue 286
-LibTest/core/List/iterator_next_A01_t01: Fail, OK # co19 issue 286
-LibTest/core/List/iterator_A01_t01: Fail, OK # co19 issue 286
-LibTest/core/List/List.from_A01_t01: Fail, OK # co19 issue 286
-LibTest/core/Set/Set.from_A01_t02: Fail, OK # co19 issue 286
-
# The following tests use the deprecated Date interface.
# Issue co19 - 125
LibTest/core/Date/toString_A02_t01: Fail, OK
@@ -599,11 +426,13 @@ LibTest/core/Match/str_A01_t01: Fail, OK # co19 issue 212
LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 212
LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 issue 212
+
[ $compiler == dart2js && $checked ]
LibTest/core/Queue/addLast_A01_t01: Slow, Pass
LibTest/core/Queue/add_A01_t01: Slow, Pass
LibTest/core/Queue/iterator_hasNext_A01_t01: Slow, Pass
+
#
# Issues with co19 test suite.
#
@@ -618,8 +447,6 @@ LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl
LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
-Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecated factory syntax.
-
Language/06_Functions/1_Function_Declaration_A02_t03: Fail, OK # co19 issue 210
Language/06_Functions/1_Function_Declaration_A03_t03: Fail, OK # co19 issue 210
Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210
@@ -639,17 +466,11 @@ Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198
Language/03_Overview/2_Privacy_A01_t10: Fail, OK # co19 issue 198
Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK # co19 issue 273
-LibTest/isolate/SendPort/hashCode_A01_t01: Fail, OK # co19 issue 273
-LibTest/core/Map/putIfAbsent_A01_t04: Fail, OK # co19 issue 273
-LibTest/core/Map/Map_class_A01_t03: Fail, OK # co19 issue 273
-LibTest/core/Set/remove_A01_t03: Fail, OK # co19 issue 273
-LibTest/core/Set/addAll_A01_t03: Fail, OK # co19 issue 273
-LibTest/core/Set/forEach_A01_t03: Fail, OK # co19 issue 273
-LibTest/core/Set/add_A01_t03: Fail, OK # co19 issue 273
-LibTest/core/Set/filter_A01_t03: Fail, OK # co19 issue 273
LibTest/core/String/hashCode_A01_t01: Fail, OK # co19 issue 273
LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 issue 273
+LibTest/core/UnsupportedError/toString_A01_t01: Fail, OK # co19 issue 295
+
[ $compiler == dart2js && $jscl ]
LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: Fail, Pass # issue 3333
@@ -695,17 +516,12 @@ Language/07_Classes/1_Instance_Methods/2_Operators_A02_t01: Fail, OK # Expects n
#
[ $compiler == dart2js ]
Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # compiler cancelled: cannot resolve type T
-Language/11_Statements/13_Continue_A02_t12: Fail # compiler cancelled: cannot resolve label L
-Language/11_Statements/13_Continue_A02_t13: Fail # compiler cancelled: cannot resolve label L
-
Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){f();}
Language/03_Overview/1_Scoping_A02_t12: Fail # duplicate definition of x=42
Language/03_Overview/2_Privacy_A01_t06: Fail # cannot resolve type _inaccessibleFuncType
Language/03_Overview/2_Privacy_A01_t11: Fail # internal error: super property read not implemented
Language/03_Overview/2_Privacy_A01_t14: Fail # duplicate definition of _(var _)=> _
-Language/11_Statements/11_Labels_A03_t04: Fail # continue not implemented
-
Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTimeConstantEvaluator not implemented
Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_t01: Fail # Unimplemented non-matching static call
@@ -803,7 +619,6 @@ Language/07_Classes/1_Instance_Methods/2_Operators_A07_t04: Fail # Checks that a
Language/07_Classes/1_Instance_Methods_A02_t01: Fail # Checks that a compile-time error is produced if m1 has fewer named parameters than m2 (2 vs 3) and neither have any required parameters.
Language/07_Classes/1_Instance_Methods_A02_t02: Fail # Checks that a compile-time error is produced if m1 has fewer named parameters than m2 (1 vs. 0) and neither have any required parameters.
Language/07_Classes/1_Instance_Methods_A02_t05: Fail # Checks that a compile-time error is produced if m1 has almost the same set of named parameters as m2 except for one of them having a different name.
-Language/07_Classes/1_Instance_Methods_A02_t06: Fail # Checks that a compile-time error is produced if m1 has the same set of named parameters as m2 but in a different order even if the class declaring m1 is not a direct subtype of the class declaring m2.
Language/07_Classes/2_Getters_A01_t03: Fail # Checks that a compile-time error is produced if empty formal parameter list is present.
Language/07_Classes/2_Getters_A01_t04: Fail # Checks that a compile-time error is produced if non-empty formal parameter list is present.
Language/07_Classes/2_Getters_A01_t05: Fail # Checks that a compile-time error is produced if an static getter has empty formal parameter list.
@@ -843,9 +658,6 @@ Language/10_Expressions/23_Relational_Expressions_A01_t12: Fail # Checks that a
Language/10_Expressions/23_Relational_Expressions_A01_t13: Fail # Checks that a relational expression cannot be the operand of another relational expression.
Language/10_Expressions/30_Identifier_Reference_A07_t01: Fail # Checks that it is a compile-time error when a built-in identifier "abstract" is used as a type annotation of a local variable.
Language/11_Statements/03_Variable_Declaration_A04_t01: Fail # Checks that if the variable declaration is prefixed with the const modifier, then variable must be initialized to a constant expression.
-Language/11_Statements/10_Return_A04_t01: Fail # Checks that a compile-time error occurs if a return statement of the form return e; appears in a generative constructor.
-Language/11_Statements/10_Return_A04_t02: Fail # Checks that a compile-time error occurs if a return statement of the form return e; appears in a named generative constructor.
-Language/11_Statements/10_Return_A04_t03: Fail # Checks that a compile-time error occurs if a return statement of the form return e; appears in a generative constructor.
Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # Checks that self-referencing typedef is not allowed (return value type annotation has the same name as a type alias).
Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # Checks that self-referencing typedef is not allowed (positional formal parameter type annotation has the same name as a type alias).
Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # Checks that self-referencing typedef is not allowed (optional formal parameter type annotation has the same name as a type alias).
« no previous file with comments | « dart/tests/co19/co19-dart2dart.status ('k') | dart/tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698