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

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

Issue 11415028: Remove NullPointerException. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed VM bugs. Created 8 years, 1 month 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 # These tests either wrongly expect a compile-time error or wrongly reject a typ e error in production mode, co19 issue 282: 5 # These tests either wrongly expect a compile-time error or wrongly reject a typ e error in production mode, co19 issue 282:
6 [ $compiler == none && $runtime == vm ] 6 [ $compiler == none && $runtime == vm ]
7 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK 7 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK
8 Language/13_Libraries_and_Scripts/1_Imports_A03_t08: Fail, OK 8 Language/13_Libraries_and_Scripts/1_Imports_A03_t08: Fail, OK
9 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail, OK 9 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail, OK
10 Language/13_Libraries_and_Scripts/1_Imports_A03_t28: Fail, OK 10 Language/13_Libraries_and_Scripts/1_Imports_A03_t28: Fail, OK
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 Language/11_Expressions/01_Constants_A14_t01: Fail # TODO(vm-team): Please triag e this failure. 65 Language/11_Expressions/01_Constants_A14_t01: Fail # TODO(vm-team): Please triag e this failure.
66 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t04: Fail # TODO(v m-team): Please triage this failure. 66 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t04: Fail # TODO(v m-team): Please triage this failure.
67 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t05: Fail # TODO(v m-team): Please triage this failure. 67 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t05: Fail # TODO(v m-team): Please triage this failure.
68 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t06: Fail # TODO(v m-team): Please triage this failure. 68 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t06: Fail # TODO(v m-team): Please triage this failure.
69 Language/11_Expressions/05_Strings_A02_t46: Fail # TODO(vm-team): Please triage this failure. 69 Language/11_Expressions/05_Strings_A02_t46: Fail # TODO(vm-team): Please triage this failure.
70 Language/11_Expressions/05_Strings_A02_t48: Fail # TODO(vm-team): Please triage this failure. 70 Language/11_Expressions/05_Strings_A02_t48: Fail # TODO(vm-team): Please triage this failure.
71 Language/11_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # TODO(vm-team) : Please triage this failure. 71 Language/11_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # TODO(vm-team) : Please triage this failure.
72 Language/11_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # TODO(vm-team) : Please triage this failure. 72 Language/11_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # TODO(vm-team) : Please triage this failure.
73 Language/11_Expressions/11_Instance_Creation/1_New_A09_t09: Fail # TODO(vm-team) : Please triage this failure. 73 Language/11_Expressions/11_Instance_Creation/1_New_A09_t09: Fail # TODO(vm-team) : Please triage this failure.
74 Language/11_Expressions/11_Instance_Creation/2_Const_A10_t01: Fail # TODO(vm-tea m): Please triage this failure. 74 Language/11_Expressions/11_Instance_Creation/2_Const_A10_t01: Fail # TODO(vm-tea m): Please triage this failure.
75 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # TODO(vm-team): Please triage this failure.
76 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail # TODO(vm-team): Please triage this failure. 75 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail # TODO(vm-team): Please triage this failure.
77 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TODO(vm-team): Please triage this failure. 76 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TODO(vm-team): Please triage this failure.
78 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail # TODO(vm-team): Plea se triage this failure. 77 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail # TODO(vm-team): Plea se triage this failure.
79 Language/11_Expressions/18_Assignment_A05_t02: Fail # TODO(vm-team): Please tria ge this failure. 78 Language/11_Expressions/18_Assignment_A05_t02: Fail # TODO(vm-team): Please tria ge this failure.
80 Language/11_Expressions/18_Assignment_A05_t04: Fail # TODO(vm-team): Please tria ge this failure. 79 Language/11_Expressions/18_Assignment_A05_t04: Fail # TODO(vm-team): Please tria ge this failure.
81 Language/11_Expressions/18_Assignment_A05_t05: Fail # TODO(vm-team): Please tria ge this failure. 80 Language/11_Expressions/18_Assignment_A05_t05: Fail # TODO(vm-team): Please tria ge this failure.
82 Language/11_Expressions/19_Conditional_A01_t10: Fail # TODO(vm-team): Please tri age this failure. 81 Language/11_Expressions/19_Conditional_A01_t10: Fail # TODO(vm-team): Please tri age this failure.
83 Language/11_Expressions/19_Conditional_A01_t11: Fail # TODO(vm-team): Please tri age this failure. 82 Language/11_Expressions/19_Conditional_A01_t11: Fail # TODO(vm-team): Please tri age this failure.
84 Language/11_Expressions/19_Conditional_A01_t12: Fail # TODO(vm-team): Please tri age this failure. 83 Language/11_Expressions/19_Conditional_A01_t12: Fail # TODO(vm-team): Please tri age this failure.
85 Language/11_Expressions/19_Conditional_A01_t13: Fail # TODO(vm-team): Please tri age this failure. 84 Language/11_Expressions/19_Conditional_A01_t13: Fail # TODO(vm-team): Please tri age this failure.
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 LibTest/core/NoSuchMethodError/toString_A01_t01: Fail, OK # co19 issue 300 214 LibTest/core/NoSuchMethodError/toString_A01_t01: Fail, OK # co19 issue 300
216 215
217 [ $compiler == none && $runtime == vm && $checked ] 216 [ $compiler == none && $runtime == vm && $checked ]
218 Language/12_Statements/05_If_A02_t01: Fail # TODO(vm-team): Please triage this f ailure. 217 Language/12_Statements/05_If_A02_t01: Fail # TODO(vm-team): Please triage this f ailure.
219 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th is failure. 218 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th is failure.
220 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this failure. 219 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this failure.
221 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this failure. 220 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this failure.
222 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this failure. 221 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this failure.
223 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this failure. 222 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this failure.
224 LibTest/core/Map/putIfAbsent_A01_t07: Fail # TODO(vm-team): Please triage this f ailure. 223 LibTest/core/Map/putIfAbsent_A01_t07: Fail # TODO(vm-team): Please triage this f ailure.
225 LibTest/core/Map/putIfAbsent_A01_t08: Fail # TODO(vm-team): Please triage this f ailure.
226 224
227 Language/14_Types/7_Type_Void_A04_t02: Fail, OK # co19 issue 158 225 Language/14_Types/7_Type_Void_A04_t02: Fail, OK # co19 issue 158
228 Language/14_Types/7_Type_Void_A04_t03: Fail, OK # co19 issue 158 226 Language/14_Types/7_Type_Void_A04_t03: Fail, OK # co19 issue 158
229 Language/14_Types/7_Type_Void_A04_t04: Fail, OK # co19 issue 158 227 Language/14_Types/7_Type_Void_A04_t04: Fail, OK # co19 issue 158
230 Language/14_Types/7_Type_Void_A04_t05: Fail, OK # co19 issue 158 228 Language/14_Types/7_Type_Void_A04_t05: Fail, OK # co19 issue 158
231 229
232 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234 230 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234
233 231
234 [ $compiler == none && $runtime == vm && $unchecked ] 232 [ $compiler == none && $runtime == vm && $unchecked ]
235 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(vm-team): Please tr iage this failure. 233 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(vm-team): Please tr iage this failure.
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 LibTest/core/List/setRange_A03_t01: Fail, OK # co19 issue 290 303 LibTest/core/List/setRange_A03_t01: Fail, OK # co19 issue 290
306 LibTest/core/List/setRange_A03_t02: Fail, OK # co19 issue 290 304 LibTest/core/List/setRange_A03_t02: Fail, OK # co19 issue 290
307 LibTest/core/Match/group_A02_t01: Fail, OK # co19 issue 290 305 LibTest/core/Match/group_A02_t01: Fail, OK # co19 issue 290
308 LibTest/core/Match/groups_A02_t01: Fail, OK # co19 issue 290 306 LibTest/core/Match/groups_A02_t01: Fail, OK # co19 issue 290
309 LibTest/core/Match/operator_subscript_A02_t01: Fail, OK # co19 issue 290 307 LibTest/core/Match/operator_subscript_A02_t01: Fail, OK # co19 issue 290
310 LibTest/core/String/charCodeAt_A02_t01: Fail, OK # co19 issue 290 308 LibTest/core/String/charCodeAt_A02_t01: Fail, OK # co19 issue 290
311 LibTest/core/String/operator_subscript_A02_t01: Fail, OK # co19 issue 290 309 LibTest/core/String/operator_subscript_A02_t01: Fail, OK # co19 issue 290
312 LibTest/core/String/substring_A02_t01: Fail, OK # co19 issue 290 310 LibTest/core/String/substring_A02_t01: Fail, OK # co19 issue 290
313 311
314 312
313 Language/05_Variables/05_Variables_A09_t01: Fail, OK # co19 issue 316
314 Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail, OK # co19 issue 316
315 Language/07_Classes/2_Getters_A02_t01: Fail, OK # co19 issue 316
316 Language/07_Classes/8_Static_Variables_A02_t01: Fail, OK # co19 issue 316
317 Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A01_t01: F ail, OK # co19 issue 316
318 Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A02_t01: F ail, OK # co19 issue 316
319 Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A02_t02: F ail, OK # co19 issue 316
320 Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A02_t03: F ail, OK # co19 issue 316
321 Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A02_t04: F ail, OK # co19 issue 316
322 Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A02_t05: F ail, OK # co19 issue 316
323 Language/11_Expressions/02_Null_A05_t02: Fail, OK # co19 issue 316
324 Language/11_Expressions/08_Throw_A03_t04: Fail, OK # co19 issue 316
325 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A06_t01: Fail , OK # co19 issue 316
326 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A06_t02: Fail , OK # co19 issue 316
327 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A07_t01: Fail , OK # co19 issue 316
328 Language/12_Statements/06_For/2_For_in_A01_t04: Fail, OK # co19 issue 316
329 Language/14_Types/6_Type_Dynamic_A03_t01: Fail, OK # co19 issue 316
330 Language/14_Types/6_Type_Dynamic_A04_t01: Fail, OK # co19 issue 316
331 LibTest/core/Date/add_A05_t01: Fail, OK # co19 issue 316
332 LibTest/core/Date/compareTo_A02_t01: Fail, OK # co19 issue 316
333 LibTest/core/Date/Date_A01_t02: Fail, OK # co19 issue 316
334 LibTest/core/Date/Date.fromString_A02_t01: Fail, OK # co19 issue 316
335 LibTest/core/Date/difference_A02_t01: Fail, OK # co19 issue 316
336 LibTest/core/Date/subtract_A05_t01: Fail, OK # co19 issue 316
337 LibTest/core/double/operator_addition_A02_t01: Fail, OK # co19 issue 316
338 LibTest/core/double/operator_division_A02_t01: Fail, OK # co19 issue 316
339 LibTest/core/double/operator_GE_A02_t01: Fail, OK # co19 issue 316
340 LibTest/core/double/operator_GT_A02_t01: Fail, OK # co19 issue 316
341 LibTest/core/double/operator_LE_A02_t01: Fail, OK # co19 issue 316
342 LibTest/core/double/operator_LT_A02_t01: Fail, OK # co19 issue 316
343 LibTest/core/double/operator_multiplication_A02_t01: Fail, OK # co19 issue 316
344 LibTest/core/double/operator_remainder_A02_t01: Fail, OK # co19 issue 316
345 LibTest/core/double/operator_subtraction_A02_t01: Fail, OK # co19 issue 316
346 LibTest/core/double/operator_truncating_division_A02_t01: Fail, OK # co19 issue 316
347 LibTest/core/double/remainder_A02_t01: Fail, OK # co19 issue 316
348 LibTest/core/double/toStringAsFixed_A02_t01: Fail, OK # co19 issue 316
349 LibTest/core/double/toStringAsPrecision_A02_t01: Fail, OK # co19 issue 316
350 LibTest/core/Duration/Duration_A03_t01: Fail, OK # co19 issue 316
351 LibTest/core/Expect/approxEquals_A03_t01: Fail, OK # co19 issue 316
352 LibTest/core/Expect/listEquals_A02_t01: Fail, OK # co19 issue 316
353 LibTest/core/Expect/setEquals_A02_t01: Fail, OK # co19 issue 316
354 LibTest/core/Expect/throws_A01_t03: Fail, OK # co19 issue 316
355 LibTest/core/Future/handleException_A01_t01: Fail, OK # co19 issue 316
356 LibTest/core/Future/handleException_A01_t07: Fail, OK # co19 issue 316
357 LibTest/core/Future/hasValue_A01_t01: Fail, OK # co19 issue 316
358 LibTest/core/Future/isComplete_A01_t01: Fail, OK # co19 issue 316
359 LibTest/core/Futures/wait_A03_t01: Fail, OK # co19 issue 316
360 LibTest/core/Future/then_A01_t01: Fail, OK # co19 issue 316
361 LibTest/core/Future/then_A01_t05: Fail, OK # co19 issue 316
362 LibTest/core/Future/value_A01_t03: Fail, OK # co19 issue 316
363 LibTest/core/HashMap/HashMap.from_A02_t01: Fail, OK # co19 issue 316
364 LibTest/core/HashSet/HashSet.from_A02_t01: Fail, OK # co19 issue 316
365 LibTest/core/LinkedHashMap/LinkedHashMap.from_A02_t01: Fail, OK # co19 issue 316
366 LibTest/core/List/addAll_A03_t01: Fail, OK # co19 issue 316
367 LibTest/core/List/getRange_A05_t01: Fail, OK # co19 issue 316
368 LibTest/core/List/insertRange_A07_t01: Fail, OK # co19 issue 316
369 LibTest/core/List/length_A06_t01: Fail, OK # co19 issue 316
370 LibTest/core/List/List.from_A03_t01: Fail, OK # co19 issue 316
371 LibTest/core/List/removeRange_A06_t01: Fail, OK # co19 issue 316
372 LibTest/core/List/setRange_A06_t01: Fail, OK # co19 issue 316
373 LibTest/core/Map/containsKey_A01_t02: Fail, OK # co19 issue 316
374 LibTest/core/Map/forEach_A01_t04: Fail, OK # co19 issue 316
375 LibTest/core/Map/operator_subscript_A01_t02: Fail, OK # co19 issue 316
376 LibTest/core/Map/operator_subscripted_assignment_A01_t02: Fail, OK # co19 issue 316
377 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 316
378 LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 316
379 LibTest/core/Map/remove_A01_t02: Fail, OK # co19 issue 316
380 LibTest/core/NullPointerException/NullPointerException_A01_t01: Fail, OK # co19 issue 316
381 LibTest/core/NullPointerException/toString_A01_t01: Fail, OK # co19 issue 316
382 LibTest/core/Queue/addAll_A02_t01: Fail, OK # co19 issue 316
383 LibTest/core/Queue/Queue.from_A02_t01: Fail, OK # co19 issue 316
384 LibTest/core/RegExp/allMatches_A02_t01: Fail, OK # co19 issue 316
385 LibTest/core/RegExp/firstMatch_A03_t01: Fail, OK # co19 issue 316
386 LibTest/core/RegExp/hasMatch_A02_t01: Fail, OK # co19 issue 316
387 LibTest/core/RegExp/stringMatch_A02_t01: Fail, OK # co19 issue 316
388 LibTest/core/Set/add_A01_t02: Fail, OK # co19 issue 316
389 LibTest/core/Set/addAll_A01_t02: Fail, OK # co19 issue 316
390 LibTest/core/Set/contains_A01_t02: Fail, OK # co19 issue 316
391 LibTest/core/Set/containsAll_A01_t02: Fail, OK # co19 issue 316
392 LibTest/core/Set/intersection_A02_t01: Fail, OK # co19 issue 316
393 LibTest/core/Set/intersection_A03_t01: Fail, OK # co19 issue 316
394 LibTest/core/Set/isSubsetOf_A01_t02: Fail, OK # co19 issue 316
395 LibTest/core/Set/remove_A01_t02: Fail, OK # co19 issue 316
396 LibTest/core/Set/removeAll_A01_t02: Fail, OK # co19 issue 316
397 LibTest/core/Set/Set.from_A02_t01: Fail, OK # co19 issue 316
398 LibTest/core/StringBuffer/addAll_A03_t01: Fail, OK # co19 issue 316
399 LibTest/core/String/contains_A02_t01: Fail, OK # co19 issue 316
400 LibTest/core/String/endsWith_A02_t01: Fail, OK # co19 issue 316
401 LibTest/core/String/indexOf_A03_t01: Fail, OK # co19 issue 316
402 LibTest/core/String/lastIndexOf_A03_t01: Fail, OK # co19 issue 316
403 LibTest/core/Strings/concatAll_A02_t01: Fail, OK # co19 issue 316
404 LibTest/core/Strings/concatAll_A03_t01: Fail, OK # co19 issue 316
405 LibTest/core/Strings/join_A02_t01: Fail, OK # co19 issue 316
406 LibTest/core/Strings/join_A03_t01: Fail, OK # co19 issue 316
407 LibTest/core/String/split_A02_t01: Fail, OK # co19 issue 316
408 LibTest/core/String/startsWith_A02_t01: Fail, OK # co19 issue 316
409 LibTest/core/String/String.fromCharCodes_A03_t01: Fail, OK # co19 issue 316
410 LibTest/math/acos_A01_t04: Fail, OK # co19 issue 316
411 LibTest/math/asin_A01_t04: Fail, OK # co19 issue 316
412 LibTest/math/atan2_A01_t04: Fail, OK # co19 issue 316
413 LibTest/math/atan_A01_t03: Fail, OK # co19 issue 316
414 LibTest/math/cos_A01_t03: Fail, OK # co19 issue 316
415 LibTest/math/exp_A01_t03: Fail, OK # co19 issue 316
416 LibTest/math/log_A01_t04: Fail, OK # co19 issue 316
417 LibTest/math/pow_A19_t01: Fail, OK # co19 issue 316
418 LibTest/math/sin_A01_t03: Fail, OK # co19 issue 316
419 LibTest/math/sqrt_A01_t04: Fail, OK # co19 issue 316
420 LibTest/math/tan_A01_t03: Fail, OK # co19 issue 316
421 : Fail, OK # co19 issue 316
422
315 [ $compiler == none && $runtime == vm ] 423 [ $compiler == none && $runtime == vm ]
316 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 424 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121
317 LibTest/core/Match/operator_subscript_A01_t01: Fail 425 LibTest/core/Match/operator_subscript_A01_t01: Fail
318 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il 426 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il
319 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il 427 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il
320 LibTest/core/RegExp/firstMatch_A01_t01: Fail 428 LibTest/core/RegExp/firstMatch_A01_t01: Fail
321 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463 429 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463
322 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461 430 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461
323 431
324 [ $compiler == none && $runtime == vm ] 432 [ $compiler == none && $runtime == vm ]
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 [ $compiler == none && $runtime == vm && $arch == ia32 ] 512 [ $compiler == none && $runtime == vm && $arch == ia32 ]
405 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 513 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
406 514
407 515
408 [ $compiler == none && $runtime == vm ] 516 [ $compiler == none && $runtime == vm ]
409 Language/07_Classes/07_Classes_A02_t29: Fail 517 Language/07_Classes/07_Classes_A02_t29: Fail
410 Language/07_Classes/07_Classes_A02_t31: Fail 518 Language/07_Classes/07_Classes_A02_t31: Fail
411 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail 519 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail
412 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail 520 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail
413 Language/11_Expressions/05_Strings_A20_t01: Fail 521 Language/11_Expressions/05_Strings_A20_t01: Fail
414 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t02: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException
415 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t03: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException
416 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A05_t01: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException
417 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A06_t02: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException
418 LibTest/isolate/ReceivePort/receive_A01_t02: Fail 522 LibTest/isolate/ReceivePort/receive_A01_t02: Fail
419 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash 523 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash
420 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash 524 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash
421 525
422 526
423 # class '?' overrides function '?' of super class '?' with incompatible paramete rs 527 # class '?' overrides function '?' of super class '?' with incompatible paramete rs
424 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail 528 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail
425 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail 529 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail
426 530
427 531
428 # function 'func' not found in super class, getter 'func' should be invoked firs t.
429 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # co19 issue 251 or issue 5732
430 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail # co19 issue 251 or issue 5732
431 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail # co19 issue 251 or issue 5732
432 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail # co19 issue 251 or issue 5732
433 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A08_t02: Fail # co19 issue 251 or issue 5732
434
435
436 # invalid operator overloading 532 # invalid operator overloading
437 Language/07_Classes/1_Instance_Methods/2_Operators_A02_t01: Fail 533 Language/07_Classes/1_Instance_Methods/2_Operators_A02_t01: Fail
438 534
439 535
440 # parameter name or type expected 536 # parameter name or type expected
441 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail 537 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail
442 538
443 539
444 [ $compiler == none && $runtime == vm && $checked ] 540 [ $compiler == none && $runtime == vm && $checked ]
445 Language/03_Overview/1_Scoping_A02_t30: Fail 541 Language/03_Overview/1_Scoping_A02_t30: Fail
446 542
447 543
448 [ $compiler == none && $runtime == vm && $mode == debug ] 544 [ $compiler == none && $runtime == vm && $mode == debug ]
449 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 545 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
450 546
451 [ $compiler == none && $arch == simarm ] 547 [ $compiler == none && $arch == simarm ]
452 *: Skip 548 *: Skip
453 549
454 [ $compiler == none && $arch == arm ] 550 [ $compiler == none && $arch == arm ]
455 *: Skip 551 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698