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

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

Issue 15299002: Reapply "Enable full type-checks in checked mode." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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 && $runtime == jsshell ] 5 [ $compiler == dart2js && $runtime == jsshell ]
6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash. 6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash.
7 7
8 [ $compiler == dart2js && $checked && $runtime == ie9 ]
9 LibTest/core/Map/Map_class_A01_t04: Slow, Pass
8 10
9 # Crashes first, please. Then untriaged bugs. There is a section below 11 # Crashes first, please. Then untriaged bugs. There is a section below
10 # for co19 bugs. 12 # for co19 bugs.
11 [ $compiler == dart2js ] 13 [ $compiler == dart2js ]
12 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. 14 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure.
13 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 15 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
14 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure. 16 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure.
15 Language/05_Variables/05_Variables_A05_t05: Fail # TODO(ahe): Please triage this failure. 17 Language/05_Variables/05_Variables_A05_t05: Fail # TODO(ahe): Please triage this failure.
16 Language/05_Variables/05_Variables_A05_t06: Fail # TODO(ahe): Please triage this failure. 18 Language/05_Variables/05_Variables_A05_t06: Fail # TODO(ahe): Please triage this failure.
17 Language/05_Variables/05_Variables_A05_t07: Fail # TODO(ahe): Please triage this failure. 19 Language/05_Variables/05_Variables_A05_t07: Fail # TODO(ahe): Please triage this failure.
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 # fixed by using the invocation mirror to invoke a method on a different object 223 # fixed by using the invocation mirror to invoke a method on a different object
222 # and checking that the correct method is invoked. 224 # and checking that the correct method is invoked.
223 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK 225 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK
224 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK 226 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK
225 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK 227 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK
226 228
227 229
228 [ $compiler == dart2js && $checked ] 230 [ $compiler == dart2js && $checked ]
229 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD O(ahe): Please triage this failure. 231 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD O(ahe): Please triage this failure.
230 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD O(ahe): Please triage this failure. 232 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD O(ahe): Please triage this failure.
231 Language/07_Classes/6_Constructors/2_Factories_A03_t07: Fail # TODO(ahe): Please triage this failure.
232 Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please triage this failure. 233 Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please triage this failure.
233 Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # TODO(ahe): Please triage this failure. 234 Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # TODO(ahe): Please triage this failure.
234 Language/07_Classes/6_Constructors/2_Factories_A06_t03: Fail # TODO(ahe): Please triage this failure. 235 Language/07_Classes/6_Constructors/2_Factories_A06_t03: Fail # TODO(ahe): Please triage this failure.
235 Language/07_Classes/6_Constructors/2_Factories_A06_t04: Fail # TODO(ahe): Please triage this failure. 236 Language/07_Classes/6_Constructors/2_Factories_A06_t04: Fail # TODO(ahe): Please triage this failure.
236 Language/09_Generics/09_Generics_A03_t01: Fail # TODO(ahe): Please triage this f ailure. 237 Language/09_Generics/09_Generics_A03_t01: Fail # TODO(ahe): Please triage this f ailure.
237 Language/09_Generics/09_Generics_A04_t06: Fail # TODO(ahe): Please triage this f ailure. 238 Language/09_Generics/09_Generics_A04_t06: Fail # TODO(ahe): Please triage this f ailure.
238 Language/11_Expressions/03_Numbers_A05_t02: Fail # TODO(ahe): Please triage this failure. 239 Language/11_Expressions/03_Numbers_A05_t02: Fail # TODO(ahe): Please triage this failure.
239 Language/11_Expressions/06_Lists_A09_t01: Fail # TODO(ahe): Please triage this f ailure. 240 Language/11_Expressions/06_Lists_A09_t01: Fail # TODO(ahe): Please triage this f ailure.
240 Language/11_Expressions/06_Lists_A09_t04: Fail # TODO(ahe): Please triage this f ailure. 241 Language/11_Expressions/06_Lists_A09_t04: Fail # TODO(ahe): Please triage this f ailure.
241 Language/11_Expressions/06_Lists_A09_t05: Fail # TODO(ahe): Please triage this f ailure. 242 Language/11_Expressions/06_Lists_A09_t05: Fail # TODO(ahe): Please triage this f ailure.
242 Language/11_Expressions/07_Maps_A10_t04: Fail # TODO(ahe): Please triage this fa ilure.
243 Language/11_Expressions/07_Maps_A10_t05: Fail # TODO(ahe): Please triage this fa ilure. 243 Language/11_Expressions/07_Maps_A10_t05: Fail # TODO(ahe): Please triage this fa ilure.
244 Language/11_Expressions/07_Maps_A11_t01: Fail # TODO(ahe): Please triage this fa ilure. 244 Language/11_Expressions/07_Maps_A11_t01: Fail # TODO(ahe): Please triage this fa ilure.
245 Language/11_Expressions/11_Instance_Creation/1_New_A07_t01: Fail # TODO(ahe): Pl ease triage this failure. 245 Language/11_Expressions/11_Instance_Creation/1_New_A07_t01: Fail # TODO(ahe): Pl ease triage this failure.
246 Language/11_Expressions/11_Instance_Creation/1_New_A11_t01: Fail # TODO(ahe): Pl ease triage this failure. 246 Language/11_Expressions/11_Instance_Creation/1_New_A11_t01: Fail # TODO(ahe): Pl ease triage this failure.
247 Language/11_Expressions/11_Instance_Creation/2_Const_A09_t02: Fail # TODO(ahe): Please triage this failure. 247 Language/11_Expressions/11_Instance_Creation/2_Const_A09_t02: Fail # TODO(ahe): Please triage this failure.
248 Language/11_Expressions/11_Instance_Creation/2_Const_A09_t03: Fail # TODO(ahe): Please triage this failure. 248 Language/11_Expressions/11_Instance_Creation/2_Const_A09_t03: Fail # TODO(ahe): Please triage this failure.
249 Language/11_Expressions/11_Instance_Creation_A05_t01: Fail # TODO(ahe): Please t riage this failure. 249 Language/11_Expressions/11_Instance_Creation_A05_t01: Fail # TODO(ahe): Please t riage this failure.
250 Language/11_Expressions/19_Conditional_A04_t03: Fail # TODO(ahe): Please triage this failure. 250 Language/11_Expressions/19_Conditional_A04_t03: Fail # TODO(ahe): Please triage this failure.
251 Language/11_Expressions/20_Logical_Boolean_Expressions_A03_t01: Fail # TODO(ahe) : Please triage this failure. 251 Language/11_Expressions/20_Logical_Boolean_Expressions_A03_t01: Fail # TODO(ahe) : Please triage this failure.
252 Language/11_Expressions/27_Unary_Expressions_A02_t03: Fail # TODO(ahe): Please t riage this failure. 252 Language/11_Expressions/27_Unary_Expressions_A02_t03: Fail # TODO(ahe): Please t riage this failure.
253 Language/11_Expressions/32_Type_Cast_A05_t03: Fail # TODO(ahe): Please triage th is failure. 253 Language/11_Expressions/32_Type_Cast_A05_t03: Fail # TODO(ahe): Please triage th is failure.
254 Language/11_Expressions/32_Type_Cast_A05_t05: Fail # TODO(ahe): Please triage th is failure. 254 Language/11_Expressions/32_Type_Cast_A05_t05: Fail # TODO(ahe): Please triage th is failure.
255 Language/12_Statements/06_For/1_For_Loop_A01_t08: Fail # TODO(ahe): Please triag e this failure. 255 Language/12_Statements/06_For/1_For_Loop_A01_t08: Fail # TODO(ahe): Please triag e this failure.
256 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(ahe): Please triage this f ailure. 256 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(ahe): Please triage this f ailure.
257 Language/13_Libraries_and_Scripts/1_Imports_A03_t06: Fail # TODO(ahe): Please tr iage this failure. 257 Language/13_Libraries_and_Scripts/1_Imports_A03_t06: Fail # TODO(ahe): Please tr iage this failure.
258 Language/13_Libraries_and_Scripts/1_Imports_A03_t26: Fail # TODO(ahe): Please tr iage this failure. 258 Language/13_Libraries_and_Scripts/1_Imports_A03_t26: Fail # TODO(ahe): Please tr iage this failure.
259 Language/13_Libraries_and_Scripts/1_Imports_A03_t46: Fail # TODO(ahe): Please tr iage this failure. 259 Language/13_Libraries_and_Scripts/1_Imports_A03_t46: Fail # TODO(ahe): Please tr iage this failure.
260 Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail # TODO(ahe): Please tr iage this failure. 260 Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail # TODO(ahe): Please tr iage this failure.
261 LibTest/core/AssertionError/column_A01_t02: Fail # TODO(ahe): Please triage this failure. 261 LibTest/core/AssertionError/column_A01_t02: Fail # TODO(ahe): Please triage this failure.
262 LibTest/core/AssertionError/failedAssertion_A01_t01: Fail # TODO(ahe): Please tr iage this failure. 262 LibTest/core/AssertionError/failedAssertion_A01_t01: Fail # TODO(ahe): Please tr iage this failure.
263 LibTest/core/AssertionError/line_A01_t02: Fail # TODO(ahe): Please triage this f ailure. 263 LibTest/core/AssertionError/line_A01_t02: Fail # TODO(ahe): Please triage this f ailure.
264 LibTest/core/AssertionError/url_A01_t01: Fail # TODO(ahe): Please triage this fa ilure. 264 LibTest/core/AssertionError/url_A01_t01: Fail # TODO(ahe): Please triage this fa ilure.
265 LibTest/core/Map/putIfAbsent_A01_t04: Fail # TODO(ahe): Please triage this failu re.
266 LibTest/core/Match/pattern_A01_t01: Fail # TODO(ahe): Please triage this failure . 265 LibTest/core/Match/pattern_A01_t01: Fail # TODO(ahe): Please triage this failure .
267 LibTest/core/Match/str_A01_t01: Fail # TODO(ahe): Please triage this failure. 266 LibTest/core/Match/str_A01_t01: Fail # TODO(ahe): Please triage this failure.
268 LibTest/core/RegExp/RegExp_A01_t02: Fail # TODO(ahe): Please triage this failure .
269 LibTest/core/RegExp/allMatches_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 267 LibTest/core/RegExp/allMatches_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
270 LibTest/core/Set/intersection_A03_t01: Fail # TODO(ahe): Please triage this fail ure. 268 LibTest/core/Set/intersection_A03_t01: Fail # TODO(ahe): Please triage this fail ure.
271 LibTest/core/TypeError/column_A01_t01: Fail # TODO(ahe): Please triage this fail ure. 269 LibTest/core/TypeError/column_A01_t01: Fail # TODO(ahe): Please triage this fail ure.
272 LibTest/core/TypeError/dstName_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 270 LibTest/core/TypeError/dstName_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
273 LibTest/core/TypeError/dstType_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 271 LibTest/core/TypeError/dstType_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
274 LibTest/core/TypeError/failedAssertion_A01_t01: Fail # TODO(ahe): Please triage this failure. 272 LibTest/core/TypeError/failedAssertion_A01_t01: Fail # TODO(ahe): Please triage this failure.
275 LibTest/core/TypeError/line_A01_t01: Fail # TODO(ahe): Please triage this failur e. 273 LibTest/core/TypeError/line_A01_t01: Fail # TODO(ahe): Please triage this failur e.
276 LibTest/core/TypeError/srcType_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 274 LibTest/core/TypeError/srcType_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
277 LibTest/core/TypeError/url_A01_t01: Fail # TODO(ahe): Please triage this failure . 275 LibTest/core/TypeError/url_A01_t01: Fail # TODO(ahe): Please triage this failure .
278 276
279 Language/11_Expressions/11_Instance_Creation/1_New_A12_t02: Fail # http://dartbu g.com/3970 277 Language/11_Expressions/11_Instance_Creation/1_New_A12_t02: Fail # http://dartbu g.com/3970
280 278
281 Language/14_Types/3_Type_Declarations/1_Typedef_A01_t01: Fail # http://dartbug.c om/5022 279 Language/14_Types/3_Type_Declarations/1_Typedef_A01_t01: Fail # http://dartbug.c om/5022
282 280
283 LibTest/core/List/operator_subscript_A03_t01: Fail # http://dartbug.com/9228 281 LibTest/core/List/operator_subscript_A03_t01: Fail # http://dartbug.com/9228
284 LibTest/core/List/operator_subscripted_assignment_A03_t01: Fail # http://dartbug .com/9228 282 LibTest/core/List/operator_subscripted_assignment_A03_t01: Fail # http://dartbug .com/9228
283 Language/09_Generics/09_Generics_A04_t01: Fail, OK # 1.0 is an int in dart2js; d artbug.com/1533.
285 284
286 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 405 285 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 405
287 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK # co19 issue 405 286 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK # co19 issue 405
288 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK # co19 issue 405 287 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK # co19 issue 405
289 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail , OK # co19 issue 405 288 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail , OK # co19 issue 405
290 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail, O K # co19 issue 405 289 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail, O K # co19 issue 405
291 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail, O K # co19 issue 405 290 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail, O K # co19 issue 405
292 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail, O K # co19 issue 405 291 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail, O K # co19 issue 405
293 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail, O K # co19 issue 405 292 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail, O K # co19 issue 405
294 Language/11_Expressions/17_Getter_Invocation_A02_t02: Fail, OK # co19 issue 405 293 Language/11_Expressions/17_Getter_Invocation_A02_t02: Fail, OK # co19 issue 405
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 542
544 Language/14_Types/5_Function_Types_A01_t10: Fail # co19 issue 410 543 Language/14_Types/5_Function_Types_A01_t10: Fail # co19 issue 410
545 Language/14_Types/5_Function_Types_A02_t06: Fail # co19 issue 410 544 Language/14_Types/5_Function_Types_A02_t06: Fail # co19 issue 410
546 545
547 546
548 [ $compiler == dart2js && $unchecked ] 547 [ $compiler == dart2js && $unchecked ]
549 LibTest/core/List/setRange_A05_t01: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402 548 LibTest/core/List/setRange_A05_t01: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402
550 549
551 # Issues with co19 test suite in checked mode. 550 # Issues with co19 test suite in checked mode.
552 [ $compiler == dart2js && $checked ] 551 [ $compiler == dart2js && $checked ]
552 Language/11_Expressions/30_Identifier_Reference_A07_t01: Fail, OK # test should be marked type-error
553 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 553 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
554 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 554 LibTest/core/Set/intersection_A01_t02: Fail # issue 390
555 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 555 LibTest/core/Set/intersection_A01_t03: Fail # issue 390
556 LibTest/core/List/List.from_A01_t01: fail # Issue 400 556 LibTest/core/List/List.from_A01_t01: fail # Issue 400
557 LibTest/core/List/every_A01_t01: fail # Issue 400 557 LibTest/core/List/every_A01_t01: fail # Issue 400
558 LibTest/collection/Queue/Queue.from_A01_t01: Fail # Issue 400 558 LibTest/collection/Queue/Queue.from_A01_t01: Fail # Issue 400
559 LibTest/collection/Queue/Queue.from_A01_t02: Fail # Issue 400 559 LibTest/collection/Queue/Queue.from_A01_t02: Fail # Issue 400
560 560
561 LibTest/async/Completer/completeError_A03_t02: Fail # No AsyncError anymore. Iss ue 407 561 LibTest/async/Completer/completeError_A03_t02: Fail # No AsyncError anymore. Iss ue 407
562 LibTest/async/Completer/complete_A02_t02: Fail # No AsyncError anymore. Issue 40 7 562 LibTest/async/Completer/complete_A02_t02: Fail # No AsyncError anymore. Issue 40 7
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029 713 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # http://dartbug.com/5029
714 714
715 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023 715 Language/07_Classes/3_Setters_A04_t01: Fail # http://dartbug.com/5023
716 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023 716 Language/07_Classes/3_Setters_A04_t02: Fail # http://dartbug.com/5023
717 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023 717 Language/07_Classes/3_Setters_A04_t03: Fail # http://dartbug.com/5023
718 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023 718 Language/07_Classes/3_Setters_A04_t04: Fail # http://dartbug.com/5023
719 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023 719 Language/07_Classes/3_Setters_A04_t05: Fail # http://dartbug.com/5023
720 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023 720 Language/07_Classes/3_Setters_A04_t06: Fail # http://dartbug.com/5023
721 Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023 721 Language/07_Classes/3_Setters_A04_t07: Fail # http://dartbug.com/5023
722 722
723 Language/14_Types/4_Interface_Types_A05_t04: Fail # http://dartbug.com/5022
724 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5022
725 Language/14_Types/4_Interface_Types_A10_t06: Fail # http://dartbug.com/5022
726 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5022
727 Language/14_Types/4_Interface_Types_A10_t08: Fail # http://dartbug.com/5022
728 Language/14_Types/4_Interface_Types_A10_t09: Fail # http://dartbug.com/5022
729 723
730 Language/13_Libraries_and_Scripts/4_Scripts_A03_t01: Fail # http://dartbug.com/5 683 724 Language/13_Libraries_and_Scripts/4_Scripts_A03_t01: Fail # http://dartbug.com/5 683
731 Language/13_Libraries_and_Scripts/4_Scripts_A03_t03: Fail # http://dartbug.com/5 683 725 Language/13_Libraries_and_Scripts/4_Scripts_A03_t03: Fail # http://dartbug.com/5 683
732 726
733 Language/07_Classes/07_Classes_A03_t10: Fail # http://dartbug.com/6687 727 Language/07_Classes/07_Classes_A03_t10: Fail # http://dartbug.com/6687
734 728
735 729
736 # 730 #
737 # Unexpected runtime errors. 731 # Unexpected runtime errors.
738 # 732 #
(...skipping 11 matching lines...) Expand all
750 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 744 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202
751 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 745 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202
752 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 746 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202
753 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 747 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202
754 748
755 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 749 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
756 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 750 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
757 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 751 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
758 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 752 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
759 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 753 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/ssa/optimize.dart ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698