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

Side by Side Diff: dart/tests/co19/co19-dart2js.status

Issue 10911298: Parse new library syntax. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 8
9 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai lure. 9 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(ahe): Please triage this fai lure.
10 Language/07_Classes/4_Abstract_Instance_Members_A07_t01: Fail # TODO(ahe): Pleas e triage this failure. 10 Language/07_Classes/4_Abstract_Instance_Members_A07_t01: Fail # TODO(ahe): Pleas e triage this failure.
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 LibTest/core/Queue/addLast_A01_t01: Slow, Pass 240 LibTest/core/Queue/addLast_A01_t01: Slow, Pass
241 LibTest/core/Queue/add_A01_t01: Slow, Pass 241 LibTest/core/Queue/add_A01_t01: Slow, Pass
242 242
243 # These test the Clock class which has been removed. 243 # These test the Clock class which has been removed.
244 # issue co19 - 173 244 # issue co19 - 173
245 LibTest/core/Clock/frequency_A01_t01: Fail, OK 245 LibTest/core/Clock/frequency_A01_t01: Fail, OK
246 LibTest/core/Clock/now_A01_t01: Fail, OK 246 LibTest/core/Clock/now_A01_t01: Fail, OK
247 247
248 # Tests that fail because they use the legacy try-catch syntax. 248 # Tests that fail because they use the legacy try-catch syntax.
249 # See co19 issue 184. 249 # See co19 issue 184.
250 Language/03_Overview/1_Scoping_A02_t30: Fail, OK
251 Language/03_Overview/2_Privacy_A01_t08: Fail, OK 250 Language/03_Overview/2_Privacy_A01_t08: Fail, OK
252 Language/03_Overview/2_Privacy_A01_t21: Fail, OK
253 Language/07_Classes/6_Constructors/2_Factories_A06_t03: Fail, OK 251 Language/07_Classes/6_Constructors/2_Factories_A06_t03: Fail, OK
254 Language/10_Expressions/28_Identifier_Reference_A04_t07: Fail, OK 252 Language/10_Expressions/28_Identifier_Reference_A04_t07: Fail, OK
255 Language/11_Statements/09_Try_A01_t01: Fail, OK 253 Language/11_Statements/09_Try_A01_t01: Fail, OK
256 Language/11_Statements/09_Try_A02_t03: Fail, OK 254 Language/11_Statements/09_Try_A02_t03: Fail, OK
257 Language/11_Statements/09_Try_A04_t01: Fail, OK 255 Language/11_Statements/09_Try_A04_t01: Fail, OK
258 Language/11_Statements/14_Throw_A02_t02: Fail, OK 256 Language/11_Statements/14_Throw_A02_t02: Fail, OK
259 Language/11_Statements/14_Throw_A02_t03: Fail, OK 257 Language/11_Statements/14_Throw_A02_t03: Fail, OK
260 LibTest/core/AssertionError/column_A01_t02: Fail, OK 258 LibTest/core/AssertionError/column_A01_t02: Fail, OK
261 LibTest/core/AssertionError/failedAssertion_A01_t01: Fail, OK 259 LibTest/core/AssertionError/failedAssertion_A01_t01: Fail, OK
262 LibTest/core/AssertionError/line_A01_t02: Fail, OK 260 LibTest/core/AssertionError/line_A01_t02: Fail, OK
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 LibTest/core/TypeError/failedAssertion_A01_t01: Fail, OK 454 LibTest/core/TypeError/failedAssertion_A01_t01: Fail, OK
457 LibTest/core/TypeError/line_A01_t01: Fail, OK 455 LibTest/core/TypeError/line_A01_t01: Fail, OK
458 LibTest/core/TypeError/srcType_A01_t01: Fail, OK 456 LibTest/core/TypeError/srcType_A01_t01: Fail, OK
459 LibTest/core/TypeError/toString_A01_t01: Fail, OK 457 LibTest/core/TypeError/toString_A01_t01: Fail, OK
460 LibTest/core/TypeError/url_A01_t01: Fail, OK 458 LibTest/core/TypeError/url_A01_t01: Fail, OK
461 LibTest/isolate/ReceivePort/receive_A01_t02: Fail, OK 459 LibTest/isolate/ReceivePort/receive_A01_t02: Fail, OK
462 460
463 # Tests that used to fail before deprecating the old try-catch syntax. 461 # Tests that used to fail before deprecating the old try-catch syntax.
464 # The original issue that used to cause the test to fail is put in an 462 # The original issue that used to cause the test to fail is put in an
465 # end-of-line comment. See co19 issue 184. 463 # end-of-line comment. See co19 issue 184.
466 Language/03_Overview/2_Privacy_A01_t02: Pass, OK # Unresolvable constructors are not a compile-time error after 0.11.
467 Language/08_Interfaces/1_Methods_A03_t01: Pass, OK # co19 issue 188 464 Language/08_Interfaces/1_Methods_A03_t01: Pass, OK # co19 issue 188
468 Language/08_Interfaces/1_Methods_A03_t02: Pass, OK # co19 issue 188 465 Language/08_Interfaces/1_Methods_A03_t02: Pass, OK # co19 issue 188
469 Language/08_Interfaces/1_Methods_A03_t03: Pass, OK # co19 issue 188 466 Language/08_Interfaces/1_Methods_A03_t03: Pass, OK # co19 issue 188
470 Language/08_Interfaces/1_Methods_A03_t04: Pass, OK # co19 issue 188 467 Language/08_Interfaces/1_Methods_A03_t04: Pass, OK # co19 issue 188
471 Language/08_Interfaces/2_Getters_and_Setters_A03_t03: Pass, OK # co19 issue 188 468 Language/08_Interfaces/2_Getters_and_Setters_A03_t03: Pass, OK # co19 issue 188
472 Language/08_Interfaces/Interfaces_A01_t04: Pass, OK # TODO(ahe): Is this a bad t est or a bug in dart2js? 469 Language/08_Interfaces/Interfaces_A01_t04: Pass, OK # TODO(ahe): Is this a bad t est or a bug in dart2js?
473 Language/10_Expressions/01_Constants_A15_t48: Pass, OK # co19 issue 171 470 Language/10_Expressions/01_Constants_A15_t48: Pass, OK # co19 issue 171
474 Language/10_Expressions/10_Instance_Creation/2_Const_A02_t05: Pass, OK # Missing check for const initializer 471 Language/10_Expressions/10_Instance_Creation/2_Const_A02_t05: Pass, OK # Missing check for const initializer
475 472
476 [ $compiler == dart2js && $system == macos && $runtime == d8 ] 473 [ $compiler == dart2js && $system == macos && $runtime == d8 ]
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 Language/11_Statements/09_Try_A06_t04: Fail, OK # co19 issue 194 781 Language/11_Statements/09_Try_A06_t04: Fail, OK # co19 issue 194
785 Language/11_Statements/09_Try_A06_t05: Fail, OK # co19 issue 194 782 Language/11_Statements/09_Try_A06_t05: Fail, OK # co19 issue 194
786 LibTest/core/Futures/wait_A03_t01: Fail, OK # co19 issue 194 783 LibTest/core/Futures/wait_A03_t01: Fail, OK # co19 issue 194
787 784
788 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021 785 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021
789 786
790 Language/07_Classes/4_Abstract_Instance_Members_A02_t01: Fail, OK # co19 issue 1 95 787 Language/07_Classes/4_Abstract_Instance_Members_A02_t01: Fail, OK # co19 issue 1 95
791 788
792 Language/07_Classes/07_Classes_A02_t01: Fail, OK # co19 issue 197 789 Language/07_Classes/07_Classes_A02_t01: Fail, OK # co19 issue 197
793 790
791 Language/03_Overview/2_Privacy_A01_t02: Fail, OK # co19 issue 198
792 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198
793 Language/03_Overview/2_Privacy_A01_t10: Fail, OK # co19 issue 198
794 Language/03_Overview/2_Privacy_A01_t19: Fail, OK # co19 issue 198
795 Language/03_Overview/2_Privacy_A01_t20: Fail, OK # co19 issue 198
796
797 Language/13_Libraries_and_Scripts/2_Imports_A01_t03: Fail, OK # co19 issue 213
798
794 799
795 [ $compiler == dart2js && $runtime == d8 ] 800 [ $compiler == dart2js && $runtime == d8 ]
796 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333 801 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333
797 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333 802 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333
798 803
799 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. 804 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint.
800 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. 805 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint.
801 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string. 806 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string.
802 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180 807 LibTest/core/Date/Date_A01_t03: Fail, OK # co19 issue 180
803 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. 808 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int.
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
1074 Language/11_Statements/10_Return_A04_t02: Fail # Checks that a compile-time erro r occurs if a return statement of the form return e; appears in a named generat ive constructor. 1079 Language/11_Statements/10_Return_A04_t02: Fail # Checks that a compile-time erro r occurs if a return statement of the form return e; appears in a named generat ive constructor.
1075 Language/11_Statements/10_Return_A04_t03: Fail # Checks that a compile-time erro r occurs if a return statement of the form return e; appears in a generative co nstructor. 1080 Language/11_Statements/10_Return_A04_t03: Fail # Checks that a compile-time erro r occurs if a return statement of the form return e; appears in a generative co nstructor.
1076 Language/13_Libraries_and_Scripts/3_Includes_A01_t01: Fail # Checks that a sourc e tag must be started with the character '#'. 1081 Language/13_Libraries_and_Scripts/3_Includes_A01_t01: Fail # Checks that a sourc e tag must be started with the character '#'.
1077 Language/13_Libraries_and_Scripts/3_Includes_A03_t03: Fail # Checks that it is a compile-time error if the contents of the URI are not a valid compilation unit (invalid variable declaration). 1082 Language/13_Libraries_and_Scripts/3_Includes_A03_t03: Fail # Checks that it is a compile-time error if the contents of the URI are not a valid compilation unit (invalid variable declaration).
1078 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 n ame as a type alias). 1083 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 n ame as a type alias).
1079 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). 1084 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).
1080 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # Checks that self -referencing typedef is not allowed (optional formal parameter type annotation h as the same name as a type alias). 1085 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # Checks that self -referencing typedef is not allowed (optional formal parameter type annotation h as the same name as a type alias).
1081 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # Checks th at other Unicode whitespaces are not allowed: check NO-BREAK SPACE (U+00A0) 1086 Language/15_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # Checks th at other Unicode whitespaces are not allowed: check NO-BREAK SPACE (U+00A0)
1082 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # Checks that Unicode whites paces other than WHITESPACE are not permitted in the source code. Checks symbol U+00a0. 1087 Language/15_Reference/1_Lexical_Rules_A02_t06: Fail # Checks that Unicode whites paces other than WHITESPACE are not permitted in the source code. Checks symbol U+00a0.
1083 1088
1089 Language/05_Variables/05_Variables_A08_t01: Fail # http://dartbug.com/5170
1090
1084 1091
1085 # 1092 #
1086 # Unexpected compile-time errors. 1093 # Unexpected compile-time errors.
1087 # 1094 #
1088 [ $compiler == dart2js ] 1095 [ $compiler == dart2js ]
1089 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t03: Fail # http://dartbug.com/5027 1096 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t03: Fail # http://dartbug.com/5027
1090 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t06: Fail # http://dartbug.com/5027 1097 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t06: Fail # http://dartbug.com/5027
1091 Language/10_Expressions/16_Assignment_A04_t05: Fail # http://dartbug.com/5027 1098 Language/10_Expressions/16_Assignment_A04_t05: Fail # http://dartbug.com/5027
1092 1099
1093 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A02_t01: Fail # http://dartbug.com/5028 1100 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A02_t01: Fail # http://dartbug.com/5028
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
1140 Language/14_Types/5_Function_Types_A01_t16: Fail # http://dartbug.com/5022 1147 Language/14_Types/5_Function_Types_A01_t16: Fail # http://dartbug.com/5022
1141 Language/14_Types/5_Function_Types_A01_t17: Fail # http://dartbug.com/5022 1148 Language/14_Types/5_Function_Types_A01_t17: Fail # http://dartbug.com/5022
1142 Language/14_Types/5_Function_Types_A01_t18: Fail # http://dartbug.com/5022 1149 Language/14_Types/5_Function_Types_A01_t18: Fail # http://dartbug.com/5022
1143 Language/14_Types/5_Function_Types_A01_t19: Fail # http://dartbug.com/5022 1150 Language/14_Types/5_Function_Types_A01_t19: Fail # http://dartbug.com/5022
1144 Language/14_Types/5_Function_Types_A01_t20: Fail # http://dartbug.com/5022 1151 Language/14_Types/5_Function_Types_A01_t20: Fail # http://dartbug.com/5022
1145 Language/14_Types/5_Function_Types_A01_t21: Fail # http://dartbug.com/5022 1152 Language/14_Types/5_Function_Types_A01_t21: Fail # http://dartbug.com/5022
1146 Language/14_Types/5_Function_Types_A01_t22: Fail # http://dartbug.com/5022 1153 Language/14_Types/5_Function_Types_A01_t22: Fail # http://dartbug.com/5022
1147 Language/14_Types/5_Function_Types_A01_t23: Fail # http://dartbug.com/5022 1154 Language/14_Types/5_Function_Types_A01_t23: Fail # http://dartbug.com/5022
1148 1155
1149 Language/06_Functions/06_Functions_A01_t03: Fail # http://dartbug.com/4050 1156 Language/06_Functions/06_Functions_A01_t03: Fail # http://dartbug.com/4050
1150 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A01_t01: Fail # http: //dartbug.com/4050 1157 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # http://dartbug.co m/4050
1151 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A03_t01: Fail # http: //dartbug.com/4050
1152 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A03_t02: Fail # http: //dartbug.com/4050
1153 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A04_t02: Fail # http: //dartbug.com/4050
1154 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A04_t20: Fail # http: //dartbug.com/4050 1158 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A04_t20: Fail # http: //dartbug.com/4050
1155 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t01: Fail # http: //dartbug.com/4050 1159 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t01: Fail # http: //dartbug.com/4050
1156 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t02: Fail # http: //dartbug.com/4050 1160 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t02: Fail # http: //dartbug.com/4050
1157 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t03: Fail # http: //dartbug.com/4050 1161 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t03: Fail # http: //dartbug.com/4050
1158 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail # http: //dartbug.com/4050 1162 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail # http: //dartbug.com/4050
1159 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A06_t01: Fail # http: //dartbug.com/4050 1163 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A06_t01: Fail # http: //dartbug.com/4050
1160 Language/13_Libraries_and_Scripts/1_Exports_A01_t01: Fail # http://dartbug.com/4 050 1164 Language/13_Libraries_and_Scripts/1_Exports_A01_t01: Fail # http://dartbug.com/4 050
1161 Language/13_Libraries_and_Scripts/2_Imports_A01_t18: Fail # http://dartbug.com/4 050 1165 Language/13_Libraries_and_Scripts/2_Imports_A01_t18: Fail # http://dartbug.com/4 050
1166 Language/13_Libraries_and_Scripts/2_Imports_A01_t24: Fail # http://dartbug.com/4 050
1167 Language/13_Libraries_and_Scripts/2_Imports_A01_t27: Fail # http://dartbug.com/4 050
1168 Language/13_Libraries_and_Scripts/2_Imports_A01_t28: Fail # http://dartbug.com/4 050
1169 Language/13_Libraries_and_Scripts/2_Imports_A01_t29: Fail # http://dartbug.com/4 050
1170 Language/13_Libraries_and_Scripts/2_Imports_A01_t32: Fail # http://dartbug.com/4 050
1171 Language/13_Libraries_and_Scripts/2_Imports_A01_t39: Fail # http://dartbug.com/4 050
1172 Language/13_Libraries_and_Scripts/2_Imports_A01_t40: Fail # http://dartbug.com/4 050
1162 Language/13_Libraries_and_Scripts/2_Imports_A02_t01: Fail # http://dartbug.com/4 050 1173 Language/13_Libraries_and_Scripts/2_Imports_A02_t01: Fail # http://dartbug.com/4 050
1163 Language/13_Libraries_and_Scripts/2_Imports_A02_t02: Fail # http://dartbug.com/4 050 1174 Language/13_Libraries_and_Scripts/2_Imports_A02_t02: Fail # http://dartbug.com/4 050
1164 Language/13_Libraries_and_Scripts/2_Imports_A02_t06: Fail # http://dartbug.com/4 050 1175 Language/13_Libraries_and_Scripts/2_Imports_A02_t06: Fail # http://dartbug.com/4 050
1176 Language/13_Libraries_and_Scripts/2_Imports_A02_t09: Fail # http://dartbug.com/4 050
1165 Language/13_Libraries_and_Scripts/2_Imports_A02_t11: Fail # http://dartbug.com/4 050 1177 Language/13_Libraries_and_Scripts/2_Imports_A02_t11: Fail # http://dartbug.com/4 050
1166 Language/13_Libraries_and_Scripts/2_Imports_A02_t14: Fail # http://dartbug.com/4 050 1178 Language/13_Libraries_and_Scripts/2_Imports_A02_t14: Fail # http://dartbug.com/4 050
1167 Language/13_Libraries_and_Scripts/2_Imports_A02_t16: Fail # http://dartbug.com/4 050 1179 Language/13_Libraries_and_Scripts/2_Imports_A02_t16: Fail # http://dartbug.com/4 050
1168 Language/13_Libraries_and_Scripts/2_Imports_A02_t17: Fail # http://dartbug.com/4 050 1180 Language/13_Libraries_and_Scripts/2_Imports_A02_t17: Fail # http://dartbug.com/4 050
1169 Language/13_Libraries_and_Scripts/2_Imports_A02_t18: Fail # http://dartbug.com/4 050 1181 Language/13_Libraries_and_Scripts/2_Imports_A02_t18: Fail # http://dartbug.com/4 050
1170 Language/13_Libraries_and_Scripts/2_Imports_A02_t09: Fail # http://dartbug.com/4 050
1171 Language/13_Libraries_and_Scripts/2_Imports_A02_t10: Fail # http://dartbug.com/4 050
1172 Language/13_Libraries_and_Scripts/2_Imports_A02_t20: Fail # http://dartbug.com/4 050 1182 Language/13_Libraries_and_Scripts/2_Imports_A02_t20: Fail # http://dartbug.com/4 050
1173 Language/13_Libraries_and_Scripts/2_Imports_A02_t21: Fail # http://dartbug.com/4 050 1183 Language/13_Libraries_and_Scripts/2_Imports_A02_t21: Fail # http://dartbug.com/4 050
1174 Language/13_Libraries_and_Scripts/2_Imports_A02_t22: Fail # http://dartbug.com/4 050 1184 Language/13_Libraries_and_Scripts/2_Imports_A02_t22: Fail # http://dartbug.com/4 050
1185 Language/13_Libraries_and_Scripts/2_Imports_A02_t23: Fail # http://dartbug.com/4 050
1186 Language/13_Libraries_and_Scripts/2_Imports_A02_t24: Fail # http://dartbug.com/4 050
1187 Language/13_Libraries_and_Scripts/2_Imports_A02_t26: Fail # http://dartbug.com/4 050
1175 Language/13_Libraries_and_Scripts/2_Imports_A02_t27: Fail # http://dartbug.com/4 050 1188 Language/13_Libraries_and_Scripts/2_Imports_A02_t27: Fail # http://dartbug.com/4 050
1176 Language/13_Libraries_and_Scripts/2_Imports_A03_t04: Fail # http://dartbug.com/4 050 1189 Language/13_Libraries_and_Scripts/2_Imports_A03_t04: Fail # http://dartbug.com/4 050
1177 Language/13_Libraries_and_Scripts/2_Imports_A03_t05: Fail # http://dartbug.com/4 050 1190 Language/13_Libraries_and_Scripts/2_Imports_A03_t05: Fail # http://dartbug.com/4 050
1178 Language/13_Libraries_and_Scripts/2_Imports_A03_t13: Fail # http://dartbug.com/4 050 1191 Language/13_Libraries_and_Scripts/2_Imports_A03_t13: Fail # http://dartbug.com/4 050
1179 Language/13_Libraries_and_Scripts/2_Imports_A03_t14: Fail # http://dartbug.com/4 050 1192 Language/13_Libraries_and_Scripts/2_Imports_A03_t14: Fail # http://dartbug.com/4 050
1180 Language/13_Libraries_and_Scripts/2_Imports_A03_t23: Fail # http://dartbug.com/4 050 1193 Language/13_Libraries_and_Scripts/2_Imports_A03_t23: Fail # http://dartbug.com/4 050
1181 Language/13_Libraries_and_Scripts/2_Imports_A03_t24: Fail # http://dartbug.com/4 050 1194 Language/13_Libraries_and_Scripts/2_Imports_A03_t24: Fail # http://dartbug.com/4 050
1182 Language/13_Libraries_and_Scripts/2_Imports_A05_t02: Fail # http://dartbug.com/4 050 1195 Language/13_Libraries_and_Scripts/2_Imports_A05_t02: Fail # http://dartbug.com/4 050
1183 Language/13_Libraries_and_Scripts/2_Imports_A01_t24: Fail # http://dartbug.com/4 050 1196 Language/13_Libraries_and_Scripts/2_Imports_A06_t01: Fail # http://dartbug.com/4 050
1184 Language/13_Libraries_and_Scripts/2_Imports_A01_t27: Fail # http://dartbug.com/4 050
1185 Language/13_Libraries_and_Scripts/2_Imports_A01_t28: Fail # http://dartbug.com/4 050
1186 Language/13_Libraries_and_Scripts/2_Imports_A01_t29: Fail # http://dartbug.com/4 050
1187 Language/13_Libraries_and_Scripts/2_Imports_A01_t32: Fail # http://dartbug.com/4 050
1188 Language/13_Libraries_and_Scripts/2_Imports_A01_t39: Fail # http://dartbug.com/4 050
1189 Language/13_Libraries_and_Scripts/2_Imports_A01_t40: Fail # http://dartbug.com/4 050
1190 Language/13_Libraries_and_Scripts/2_Imports_A02_t23: Fail # http://dartbug.com/4 050
1191 Language/13_Libraries_and_Scripts/2_Imports_A02_t24: Fail # http://dartbug.com/4 050
1192 Language/13_Libraries_and_Scripts/2_Imports_A02_t25: Fail # http://dartbug.com/4 050
1193 Language/13_Libraries_and_Scripts/2_Imports_A02_t26: Fail # http://dartbug.com/4 050
1194 Language/03_Overview/1_Scoping_A03_t02: Fail # http://dartbug.com/4050
1195 Language/03_Overview/2_Privacy_A01_t01: Fail # http://dartbug.com/4050
1196 Language/03_Overview/2_Privacy_A01_t16: Fail # http://dartbug.com/4050
1197 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # http://dartbug.co m/4050
1198 1197
1199 1198
1200 # 1199 #
1201 # Unexpected runtime errors. 1200 # Unexpected runtime errors.
1202 # 1201 #
1203 [ $compiler == dart2js ] 1202 [ $compiler == dart2js ]
1204 Language/10_Expressions/01_Constants_A19_t01: Fail # TypeError: Cannot set prope rty 'call$0' of undefined 1203 Language/10_Expressions/01_Constants_A19_t01: Fail # TypeError: Cannot set prope rty 'call$0' of undefined
1205 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail # TypeError: Object #<C> has no method 'call$0' 1204 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail # TypeError: Object #<C> has no method 'call$0'
1206 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TypeError: Object #<Foo> has no method 'call$0' 1205 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TypeError: Object #<Foo> has no method 'call$0'
1207 Language/10_Expressions/30_Type_Cast_A02_t01: Fail # Expect.identical(expected: <Instance of 'C'>, actual: <Instance of 'C'>) fails. 1206 Language/10_Expressions/30_Type_Cast_A02_t01: Fail # Expect.identical(expected: <Instance of 'C'>, actual: <Instance of 'C'>) fails.
1208 Language/10_Expressions/30_Type_Cast_A02_t02: Fail # Expect.fail('NullPointerExc eption expected') 1207 Language/10_Expressions/30_Type_Cast_A02_t02: Fail # Expect.fail('NullPointerExc eption expected')
1209 Language/10_Expressions/30_Type_Cast_A02_t03: Fail # Expect.fail('CastException expected') 1208 Language/10_Expressions/30_Type_Cast_A02_t03: Fail # Expect.fail('CastException expected')
1210 Language/10_Expressions/30_Type_Cast_A05_t03: Fail # CastException: Casting valu e of type Number to incompatible type G 1209 Language/10_Expressions/30_Type_Cast_A05_t03: Fail # CastException: Casting valu e of type Number to incompatible type G
1211 Language/10_Expressions/30_Type_Cast_A05_t05: Fail # CastException: Casting valu e of type Number to incompatible type G 1210 Language/10_Expressions/30_Type_Cast_A05_t05: Fail # CastException: Casting valu e of type Number to incompatible type G
1212 Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails. 1211 Language/14_Types/5_Function_Types_A02_t01: Fail # Expect.isTrue(false) fails.
1213 1212
1214 Language/14_Types/4_Interface_Types_A05_t03: Fail # http://dartbug.com/5020 1213 Language/14_Types/4_Interface_Types_A05_t03: Fail # http://dartbug.com/5020
1215 Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020 1214 Language/14_Types/4_Interface_Types_A08_t06: Fail # http://dartbug.com/5020
1216 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 1215 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
1217 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 1216 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
1218 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 1217 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
1219 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 1218 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
1220 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 1219 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
1221 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 1220 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
1222 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 1221 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
1223 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 1222 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
1224 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 1223 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
1225 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 1224 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698