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

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

Issue 19097003: Support new malformed types semantics. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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 LibTest/core/List/sort_A01_t04: Pass, Timeout # Must be a bug in jsshell, test s ometimes times out. 7 LibTest/core/List/sort_A01_t04: Pass, Timeout # Must be a bug in jsshell, test s ometimes times out.
8 8
9 [ $compiler == dart2js && $checked && $runtime == ie9 ] 9 [ $compiler == dart2js && $checked && $runtime == ie9 ]
10 LibTest/core/Map/Map_class_A01_t04: Slow, Pass 10 LibTest/core/Map/Map_class_A01_t04: Slow, Pass
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 Language/11_Expressions/11_Instance_Creation/2_Const_A11_t01: Fail # TODO(ahe): Please triage this failure. 46 Language/11_Expressions/11_Instance_Creation/2_Const_A11_t01: Fail # TODO(ahe): Please triage this failure.
47 Language/11_Expressions/11_Instance_Creation/2_Const_A11_t03: Fail # TODO(ahe): Please triage this failure. 47 Language/11_Expressions/11_Instance_Creation/2_Const_A11_t03: Fail # TODO(ahe): Please triage this failure.
48 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(ahe): Please t riage this failure. 48 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(ahe): Please t riage this failure.
49 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: Fail # TODO(ahe): Please triage this failure. 49 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t10: Fail # TODO(ahe): Please triage this failure.
50 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail # TODO(ahe): Please t riage this failure. 50 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail # TODO(ahe): Please t riage this failure.
51 Language/11_Expressions/18_Assignment_A05_t02: Fail # TODO(ahe): Please triage t his failure. 51 Language/11_Expressions/18_Assignment_A05_t02: Fail # TODO(ahe): Please triage t his failure.
52 Language/11_Expressions/18_Assignment_A05_t05: Fail # TODO(ahe): Please triage t his failure. 52 Language/11_Expressions/18_Assignment_A05_t05: Fail # TODO(ahe): Please triage t his failure.
53 Language/11_Expressions/30_Identifier_Reference_A04_t09: Fail # TODO(ahe): Pleas e triage this failure. 53 Language/11_Expressions/30_Identifier_Reference_A04_t09: Fail # TODO(ahe): Pleas e triage this failure.
54 Language/11_Expressions/30_Identifier_Reference_A05_t01: Fail # TODO(ahe): Pleas e triage this failure. 54 Language/11_Expressions/30_Identifier_Reference_A05_t01: Fail # TODO(ahe): Pleas e triage this failure.
55 Language/11_Expressions/30_Identifier_Reference_A05_t12: Fail # TODO(ahe): Pleas e triage this failure. 55 Language/11_Expressions/30_Identifier_Reference_A05_t12: Fail # TODO(ahe): Pleas e triage this failure.
56 Language/11_Expressions/31_Type_Test_A04_t01: Fail # TODO(ahe): Please triage th is failure.
57 Language/11_Expressions/32_Type_Cast_A02_t03: Fail # TODO(ahe): Please triage th is failure. 56 Language/11_Expressions/32_Type_Cast_A02_t03: Fail # TODO(ahe): Please triage th is failure.
58 Language/11_Expressions/32_Type_Cast_A03_t01: Fail # TODO(ahe): Please triage th is failure. 57 Language/11_Expressions/32_Type_Cast_A03_t01: Fail # TODO(ahe): Please triage th is failure.
59 Language/11_Expressions/32_Type_Cast_A03_t02: Fail # TODO(ahe): Please triage th is failure. 58 Language/11_Expressions/32_Type_Cast_A03_t02: Fail # TODO(ahe): Please triage th is failure.
60 Language/11_Expressions/32_Type_Cast_A05_t01: Fail # TODO(ahe): Please triage th is failure.
61 Language/11_Expressions/32_Type_Cast_A05_t02: Fail # TODO(ahe): Please triage th is failure.
62 Language/11_Expressions/32_Type_Cast_A05_t04: Fail # TODO(ahe): Please triage th is failure.
63 Language/12_Statements/02_Expression_Statements_A01_t08: Fail # TODO(ahe): Pleas e triage this failure. 59 Language/12_Statements/02_Expression_Statements_A01_t08: Fail # TODO(ahe): Pleas e triage this failure.
64 Language/12_Statements/03_Variable_Declaration_A04_t02: Fail # TODO(ahe): Please triage this failure. 60 Language/12_Statements/03_Variable_Declaration_A04_t02: Fail # TODO(ahe): Please triage this failure.
65 Language/12_Statements/03_Variable_Declaration_A04_t03: Fail # TODO(ahe): Please triage this failure. 61 Language/12_Statements/03_Variable_Declaration_A04_t03: Fail # TODO(ahe): Please triage this failure.
66 Language/12_Statements/03_Variable_Declaration_A04_t04: Fail # TODO(ahe): Please triage this failure. 62 Language/12_Statements/03_Variable_Declaration_A04_t04: Fail # TODO(ahe): Please triage this failure.
67 Language/12_Statements/03_Variable_Declaration_A04_t05: Fail # TODO(ahe): Please triage this failure. 63 Language/12_Statements/03_Variable_Declaration_A04_t05: Fail # TODO(ahe): Please triage this failure.
68 Language/12_Statements/03_Variable_Declaration_A04_t06: Fail # TODO(ahe): Please triage this failure. 64 Language/12_Statements/03_Variable_Declaration_A04_t06: Fail # TODO(ahe): Please triage this failure.
69 Language/12_Statements/03_Variable_Declaration_A04_t07: Fail # TODO(ahe): Please triage this failure. 65 Language/12_Statements/03_Variable_Declaration_A04_t07: Fail # TODO(ahe): Please triage this failure.
70 Language/12_Statements/03_Variable_Declaration_A04_t08: Fail # TODO(ahe): Please triage this failure. 66 Language/12_Statements/03_Variable_Declaration_A04_t08: Fail # TODO(ahe): Please triage this failure.
71 Language/12_Statements/04_Local_Function_Declaration_A01_t01: Fail # TODO(ahe): Please triage this failure. 67 Language/12_Statements/04_Local_Function_Declaration_A01_t01: Fail # TODO(ahe): Please triage this failure.
72 Language/12_Statements/04_Local_Function_Declaration_A02_t02: Fail # TODO(ahe): Please triage this failure. 68 Language/12_Statements/04_Local_Function_Declaration_A02_t02: Fail # TODO(ahe): Please triage this failure.
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 LibTest/core/List/List_A01_t02: Fail # TODO(ahe): Please triage this failure. 122 LibTest/core/List/List_A01_t02: Fail # TODO(ahe): Please triage this failure.
127 LibTest/core/List/List_A03_t01: Fail # TODO(kasperl): Please triage this failure . 123 LibTest/core/List/List_A03_t01: Fail # TODO(kasperl): Please triage this failure .
128 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re. 124 LibTest/core/double/INFINITY_A01_t04: Fail # TODO(ahe): Please triage this failu re.
129 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure. 125 LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Fail # TODO(ahe): Please triage t his failure.
130 LibTest/core/double/toStringAsExponential_A02_t01: Fail # TODO(ahe): Please tria ge this failure. 126 LibTest/core/double/toStringAsExponential_A02_t01: Fail # TODO(ahe): Please tria ge this failure.
131 LibTest/core/int/toStringAsExponential_A02_t01: Fail # TODO(ahe): Please triage this failure. 127 LibTest/core/int/toStringAsExponential_A02_t01: Fail # TODO(ahe): Please triage this failure.
132 LibTest/math/pow_A01_t01: Fail # TODO(ahe): Please triage this failure. 128 LibTest/math/pow_A01_t01: Fail # TODO(ahe): Please triage this failure.
133 LibTest/math/pow_A11_t01: Fail # TODO(ahe): Please triage this failure. 129 LibTest/math/pow_A11_t01: Fail # TODO(ahe): Please triage this failure.
134 LibTest/math/pow_A13_t01: Fail # TODO(ahe): Please triage this failure. 130 LibTest/math/pow_A13_t01: Fail # TODO(ahe): Please triage this failure.
135 131
136
karlklose 2013/07/19 11:45:40 Leave this line in.
Johnni Winther 2013/07/29 09:59:48 Done.
137 [ $compiler == dart2js && $runtime == jsshell ] 132 [ $compiler == dart2js && $runtime == jsshell ]
138 Language/11_Expressions/12_Spawning_an_Isolate_A01_t01: Fail, Pass # TODO(ahe): Please triage this failure. 133 Language/11_Expressions/12_Spawning_an_Isolate_A01_t01: Fail, Pass # TODO(ahe): Please triage this failure.
139 LibTest/isolate/SendPort/send_A02_t05: Fail, Pass # TODO(ahe): Please triage thi s failure. 134 LibTest/isolate/SendPort/send_A02_t05: Fail, Pass # TODO(ahe): Please triage thi s failure.
140 LibTest/isolate/SendPort/send_A02_t06: Fail, Pass # TODO(ahe): Please triage thi s failure. 135 LibTest/isolate/SendPort/send_A02_t06: Fail, Pass # TODO(ahe): Please triage thi s failure.
141 LibTest/isolate/isolate_api/spawnFunction_A01_t01: Fail, Pass # TODO(ahe): Pleas e triage this failure. 136 LibTest/isolate/isolate_api/spawnFunction_A01_t01: Fail, Pass # TODO(ahe): Pleas e triage this failure.
142 LibTest/isolate/isolate_api/spawnFunction_A01_t02: Fail, Pass # TODO(ahe): Pleas e triage this failure. 137 LibTest/isolate/isolate_api/spawnFunction_A01_t02: Fail, Pass # TODO(ahe): Pleas e triage this failure.
143 LibTest/isolate/isolate_api/spawnFunction_A01_t03: Fail, Pass # TODO(ahe): Pleas e triage this failure. 138 LibTest/isolate/isolate_api/spawnFunction_A01_t03: Fail, Pass # TODO(ahe): Pleas e triage this failure.
144 LibTest/isolate/isolate_api/spawnFunction_A01_t04: Fail, Pass # TODO(ahe): Pleas e triage this failure. 139 LibTest/isolate/isolate_api/spawnFunction_A01_t04: Fail, Pass # TODO(ahe): Pleas e triage this failure.
145 LibTest/isolate/isolate_api/spawnFunction_A01_t05: Fail, Pass # TODO(ahe): Pleas e triage this failure. 140 LibTest/isolate/isolate_api/spawnFunction_A01_t05: Fail, Pass # TODO(ahe): Pleas e triage this failure.
146 LibTest/isolate/isolate_api/spawnFunction_A03_t01: Fail, Pass # TODO(ahe): Pleas e triage this failure. 141 LibTest/isolate/isolate_api/spawnFunction_A03_t01: Fail, Pass # TODO(ahe): Pleas e triage this failure.
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 Language/12_Statements/06_For/1_For_Loop_A01_t08: Fail # TODO(ahe): Please triag e this failure. 239 Language/12_Statements/06_For/1_For_Loop_A01_t08: Fail # TODO(ahe): Please triag e this failure.
245 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(ahe): Please triage this f ailure. 240 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(ahe): Please triage this f ailure.
246 Language/13_Libraries_and_Scripts/1_Imports_A03_t06: Fail # TODO(ahe): Please tr iage this failure. 241 Language/13_Libraries_and_Scripts/1_Imports_A03_t06: Fail # TODO(ahe): Please tr iage this failure.
247 Language/13_Libraries_and_Scripts/1_Imports_A03_t26: Fail # TODO(ahe): Please tr iage this failure. 242 Language/13_Libraries_and_Scripts/1_Imports_A03_t26: Fail # TODO(ahe): Please tr iage this failure.
248 Language/13_Libraries_and_Scripts/1_Imports_A03_t46: Fail # TODO(ahe): Please tr iage this failure. 243 Language/13_Libraries_and_Scripts/1_Imports_A03_t46: Fail # TODO(ahe): Please tr iage this failure.
249 Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail # TODO(ahe): Please tr iage this failure. 244 Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail # TODO(ahe): Please tr iage this failure.
250 LibTest/core/AssertionError/column_A01_t02: Fail # TODO(ahe): Please triage this failure. 245 LibTest/core/AssertionError/column_A01_t02: Fail # TODO(ahe): Please triage this failure.
251 LibTest/core/AssertionError/failedAssertion_A01_t01: Fail # TODO(ahe): Please tr iage this failure. 246 LibTest/core/AssertionError/failedAssertion_A01_t01: Fail # TODO(ahe): Please tr iage this failure.
252 LibTest/core/AssertionError/line_A01_t02: Fail # TODO(ahe): Please triage this f ailure. 247 LibTest/core/AssertionError/line_A01_t02: Fail # TODO(ahe): Please triage this f ailure.
253 LibTest/core/AssertionError/url_A01_t01: Fail # TODO(ahe): Please triage this fa ilure. 248 LibTest/core/AssertionError/url_A01_t01: Fail # TODO(ahe): Please triage this fa ilure.
254 LibTest/core/Match/str_A01_t01: Fail # TODO(ahe): Please triage this failure.
255 LibTest/core/Set/intersection_A03_t01: Fail # TODO(ahe): Please triage this fail ure. 249 LibTest/core/Set/intersection_A03_t01: Fail # TODO(ahe): Please triage this fail ure.
256 LibTest/core/TypeError/column_A01_t01: Fail # TODO(ahe): Please triage this fail ure. 250 LibTest/core/TypeError/column_A01_t01: Fail # TODO(ahe): Please triage this fail ure.
257 LibTest/core/TypeError/dstName_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 251 LibTest/core/TypeError/dstName_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
258 LibTest/core/TypeError/dstType_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 252 LibTest/core/TypeError/dstType_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
259 LibTest/core/TypeError/failedAssertion_A01_t01: Fail # TODO(ahe): Please triage this failure. 253 LibTest/core/TypeError/failedAssertion_A01_t01: Fail # TODO(ahe): Please triage this failure.
260 LibTest/core/TypeError/line_A01_t01: Fail # TODO(ahe): Please triage this failur e. 254 LibTest/core/TypeError/line_A01_t01: Fail # TODO(ahe): Please triage this failur e.
261 LibTest/core/TypeError/srcType_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 255 LibTest/core/TypeError/srcType_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
262 LibTest/core/TypeError/url_A01_t01: Fail # TODO(ahe): Please triage this failure . 256 LibTest/core/TypeError/url_A01_t01: Fail # TODO(ahe): Please triage this failure .
263 257
264 Language/11_Expressions/11_Instance_Creation/1_New_A12_t02: Fail # http://dartbu g.com/3970 258 Language/11_Expressions/11_Instance_Creation/1_New_A12_t02: Fail # http://dartbu g.com/3970
265 259
266 260
267 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 405 261 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 405
268 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK # co19 issue 405 262 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK # co19 issue 405
269 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK # co19 issue 405 263 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK # co19 issue 405
270 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail , OK # co19 issue 405
271 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail, O K # co19 issue 405
272 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail, O K # co19 issue 405
273 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail, O K # co19 issue 405
274 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail, O K # co19 issue 405
275 Language/11_Expressions/17_Getter_Invocation_A02_t02: Fail, OK # co19 issue 405
276 Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 405 264 Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 405
277 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # co19 issue 405 265 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # co19 issue 405
278 266
279 267
280 [ $compiler == dart2js ] 268 [ $compiler == dart2js ]
281 LibTest/core/int/operator_GT_A01_t01: Fail, OK # co19 issue 200 269 LibTest/core/int/operator_GT_A01_t01: Fail, OK # co19 issue 200
282 LibTest/core/int/operator_LT_A01_t01: Fail, OK # co19 issue 200 270 LibTest/core/int/operator_LT_A01_t01: Fail, OK # co19 issue 200
283 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 200 271 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 200
284 LibTest/core/int/toDouble_A01_t01: Fail, OK # co19 issue 200 272 LibTest/core/int/toDouble_A01_t01: Fail, OK # co19 issue 200
285 273
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 523
536 LibTest/core/Match/pattern_A01_t01: Fail # co19 Issue 400, 422 524 LibTest/core/Match/pattern_A01_t01: Fail # co19 Issue 400, 422
537 LibTest/core/RegExp/allMatches_A01_t01: Fail # co19 Issue 400, 422 525 LibTest/core/RegExp/allMatches_A01_t01: Fail # co19 Issue 400, 422
538 526
539 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427 527 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427
540 LibTest/core/String/lastIndexOf_A01_t02: Fail # Issue 427 528 LibTest/core/String/lastIndexOf_A01_t02: Fail # Issue 427
541 529
542 LibTest/core/FallThroughError/toString_A01_t01: Fail # FallThroughError is no lo nger const. Issue 459 530 LibTest/core/FallThroughError/toString_A01_t01: Fail # FallThroughError is no lo nger const. Issue 459
543 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # FallThroughError is no longer const. Issue 459 531 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # FallThroughError is no longer const. Issue 459
544 532
533 Language/09_Generics/09_Generics_A05_t01: Fail # co19 issue 463
534 Language/11_Expressions/31_Type_Test_A04_t01: Fail # co19 issue 463
535 Language/11_Expressions/31_Type_Test_A05_t01: Fail # co19 issue 463
536 Language/11_Expressions/31_Type_Test_A05_t02: Fail # co19 issue 463
537 Language/11_Expressions/31_Type_Test_A05_t03: Fail # co19 issue 463
538 Language/11_Expressions/32_Type_Cast_A03_t01: Fail # co19 issue 463
539 Language/11_Expressions/32_Type_Cast_A03_t02: Fail # co19 issue 463
540 Language/11_Expressions/32_Type_Cast_A04_t01: Fail # co19 issue 463
541 Language/11_Expressions/32_Type_Cast_A04_t02: Fail # co19 issue 463
542
543 Language/11_Expressions/11_Instance_Creation/1_New_A05_t01: Fail # co19 issue 46 6
544 Language/11_Expressions/11_Instance_Creation/1_New_A05_t02: Fail # co19 issue 46 6
545 Language/11_Expressions/11_Instance_Creation/1_New_A05_t03: Fail # co19 issue 46 6
546 Language/11_Expressions/11_Instance_Creation/2_Const_A07_t01: Fail # co19 issue 466
547 Language/11_Expressions/11_Instance_Creation/2_Const_A07_t02: Fail # co19 issue 466
548 Language/11_Expressions/11_Instance_Creation/2_Const_A07_t03: Fail # co19 issue 466
549 Language/11_Expressions/11_Instance_Creation_A03_t01: Fail # co19 issue 466
550 Language/11_Expressions/11_Instance_Creation_A03_t02: Fail # co19 issue 466
551 Language/11_Expressions/11_Instance_Creation_A04_t01: Fail # co19 issue 466
552 Language/11_Expressions/11_Instance_Creation_A04_t02: Fail # co19 issue 466
553 Language/11_Expressions/11_Instance_Creation_A04_t03: Fail # co19 issue 466
554 Language/11_Expressions/11_Instance_Creation_A04_t04: Fail # co19 issue 466
555
556 [ $compiler == dart2js && $checked ]
557
558 Language/03_Overview/1_Scoping_A02_t30: Fail # co19 issue 463
559 Language/09_Generics/09_Generics_A05_t02: Fail # co19 issue 463
560 Language/11_Expressions/32_Type_Cast_A05_t01: Fail # co19 issue 463
561 Language/11_Expressions/32_Type_Cast_A05_t02: Fail # co19 issue 463
562 Language/11_Expressions/32_Type_Cast_A05_t04: Fail # co19 issue 463
563 Language/14_Types/8_Parameterized_Types_A02_t01: Fail # co19 issue 463
564
545 [ $compiler == dart2js && $unchecked ] 565 [ $compiler == dart2js && $unchecked ]
546 LibTest/core/List/setRange_A05_t01: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402 566 LibTest/core/List/setRange_A05_t01: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402
547 567
548 # Issues with co19 test suite in checked mode. 568 # Issues with co19 test suite in checked mode.
549 [ $compiler == dart2js && $checked ] 569 [ $compiler == dart2js && $checked ]
550 Language/11_Expressions/30_Identifier_Reference_A07_t01: Fail, OK # test should be marked type-error 570 Language/11_Expressions/30_Identifier_Reference_A07_t01: Fail, OK # test should be marked type-error
551 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 571 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
552 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 572 LibTest/core/Set/intersection_A01_t02: Fail # issue 390
553 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 573 LibTest/core/Set/intersection_A01_t03: Fail # issue 390
554 LibTest/core/List/List.from_A01_t01: fail # Issue 400
555 LibTest/core/List/every_A01_t01: fail # Issue 400 574 LibTest/core/List/every_A01_t01: fail # Issue 400
556 LibTest/collection/Queue/Queue.from_A01_t01: Fail # Issue 400
557 LibTest/collection/Queue/Queue.from_A01_t02: Fail # Issue 400
558
559 LibTest/async/Completer/completeError_A03_t02: Fail # No AsyncError anymore. Iss ue 407
560 LibTest/async/Completer/complete_A02_t02: Fail # No AsyncError anymore. Issue 40 7
561 LibTest/async/Future/catchError_A01_t01: Fail # No AsyncError anymore. Issue 407
562 LibTest/async/Future/catchError_A01_t02: Fail # No AsyncError anymore. Issue 407
563 575
564 576
565 # Issues with co19 test suite in browsers. 577 # Issues with co19 test suite in browsers.
566 [ $compiler == dart2js && $browser ] 578 [ $compiler == dart2js && $browser ]
567 Language/15_Reference/1_Lexical_Rules_A01_t10: Fail, OK # co19 issue 395 579 Language/15_Reference/1_Lexical_Rules_A01_t10: Fail, OK # co19 issue 395
568 580
569 # Issues with co19 test suite in minified mode. 581 # Issues with co19 test suite in minified mode.
570 [ $compiler == dart2js && $minified ] 582 [ $compiler == dart2js && $minified ]
571 Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 396 583 Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 396
572 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 396 584 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 396
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 753 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202
742 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 754 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202
743 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 755 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202
744 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 756 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202
745 757
746 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 758 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
747 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 759 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
748 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 760 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
749 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 761 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
750 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 762 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698