OLD | NEW |
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 [ $runtime == vm ] | 5 [ $runtime == vm ] |
6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http:
//dartbug.com/9597 | 6 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Crash, Pass # http:
//dartbug.com/9597 |
7 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415. | 7 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415. |
8 | 8 |
9 [ $compiler == none && $runtime == vm && $unchecked ] | |
10 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea
se triage this failure. | |
11 | |
12 | |
13 [ $compiler == none && $runtime == vm && $checked ] | |
14 LibTest/core/AssertionError/line_A01_t02: Fail # TODO(vm-team): Please triage th
is failure. | |
15 LibTest/core/Set/intersection_A03_t01: Fail # TODO(vm-team): Please triage this
failure. | |
16 LibTest/core/TypeError/line_A01_t01: Fail # TODO(vm-team): Please triage this fa
ilure. | |
17 | |
18 | |
19 | |
20 [ $compiler == none && $runtime == vm ] | 9 [ $compiler == none && $runtime == vm ] |
21 Language/05_Variables/05_Variables_A07_t01: Fail # TODO(vm-team): Please triage
this failure. | 10 Language/05_Variables/05_Variables_A07_t01: Fail # TODO(vm-team): Please triage
this failure. |
22 Language/05_Variables/05_Variables_A07_t02: Fail # TODO(vm-team): Please triage
this failure. | 11 Language/05_Variables/05_Variables_A07_t02: Fail # TODO(vm-team): Please triage
this failure. |
23 Language/05_Variables/05_Variables_A07_t03: Fail # TODO(vm-team): Please triage
this failure. | 12 Language/05_Variables/05_Variables_A07_t03: Fail # TODO(vm-team): Please triage
this failure. |
24 Language/05_Variables/05_Variables_A07_t04: Fail # TODO(vm-team): Please triage
this failure. | 13 Language/05_Variables/05_Variables_A07_t04: Fail # TODO(vm-team): Please triage
this failure. |
25 Language/05_Variables/05_Variables_A07_t10: Fail # TODO(vm-team): Please triage
this failure. | 14 Language/05_Variables/05_Variables_A07_t10: Fail # TODO(vm-team): Please triage
this failure. |
26 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t05: Fail # TOD
O(vm-team): Please triage this failure. | 15 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t05: Fail # TOD
O(vm-team): Please triage this failure. |
27 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t06: Fail # TOD
O(vm-team): Please triage this failure. | 16 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t06: Fail # TOD
O(vm-team): Please triage this failure. |
28 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD
O(vm-team): Please triage this failure. | 17 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # TOD
O(vm-team): Please triage this failure. |
29 Language/11_Expressions/01_Constants_A18_t06: Fail # TODO(vm-team): Please triag
e this failure. | 18 Language/11_Expressions/01_Constants_A18_t06: Fail # TODO(vm-team): Please triag
e this failure. |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 LibTest/collection/Queue/iterator_A01_t01: Fail # TODO(vm-team): Please triage t
his failure. | 52 LibTest/collection/Queue/iterator_A01_t01: Fail # TODO(vm-team): Please triage t
his failure. |
64 LibTest/collection/Queue/iterator_current_A01_t02: Fail # TODO(vm-team): Please
triage this failure. | 53 LibTest/collection/Queue/iterator_current_A01_t02: Fail # TODO(vm-team): Please
triage this failure. |
65 LibTest/collection/Queue/iterator_moveNext_A01_t02: Fail # TODO(vm-team): Please
triage this failure. | 54 LibTest/collection/Queue/iterator_moveNext_A01_t02: Fail # TODO(vm-team): Please
triage this failure. |
66 LibTest/core/List/List_A01_t02: Fail # TODO(vm-team): Please triage this failure
. | 55 LibTest/core/List/List_A01_t02: Fail # TODO(vm-team): Please triage this failure
. |
67 LibTest/core/double/toStringAsExponential_A02_t01: Fail # TODO(vm-team): Please
triage this failure. | 56 LibTest/core/double/toStringAsExponential_A02_t01: Fail # TODO(vm-team): Please
triage this failure. |
68 LibTest/core/int/toStringAsExponential_A02_t01: Fail # TODO(vm-team): Please tri
age this failure. | 57 LibTest/core/int/toStringAsExponential_A02_t01: Fail # TODO(vm-team): Please tri
age this failure. |
69 | 58 |
70 LibTest/core/Match/pattern_A01_t01: Fail # Issue 422 | 59 LibTest/core/Match/pattern_A01_t01: Fail # Issue 422 |
71 LibTest/core/RegExp/allMatches_A01_t01: Fail # Issue 422 | 60 LibTest/core/RegExp/allMatches_A01_t01: Fail # Issue 422 |
72 | 61 |
73 [ $compiler == none && $runtime == vm && $checked ] | |
74 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ
eError is ok too. co19 issue 366 | |
75 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro
r is ok too. co19 issue 366 | |
76 | |
77 LibTest/core/int/operator_division_A01_t01: Fail # ~/ returns ints, issue 361 | |
78 | |
79 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A01_t02: Fail, OK # co19 issue 405 | |
80 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail
, OK # co19 issue 405 | |
81 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail
, OK # co19 issue 405 | |
82 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail
, OK # co19 issue 405 | |
83 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail, O
K # co19 issue 405 | |
84 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail, O
K # co19 issue 405 | |
85 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail, O
K # co19 issue 405 | |
86 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail, O
K # co19 issue 405 | |
87 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 405 | |
88 Language/11_Expressions/17_Getter_Invocation_A02_t02: Fail, OK # co19 issue 405 | |
89 Language/11_Expressions/18_Assignment_A05_t02: Fail, OK # co19 issue 405 | |
90 Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 405 | |
91 Language/11_Expressions/18_Assignment_A05_t05: Fail, OK # co19 issue 405 | |
92 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # co19 issue 405 | |
93 | |
94 | |
95 [ $compiler == none && $runtime == vm ] | |
96 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 | 62 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # Dart issue 6060 |
97 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # Dart issue 6060 | 63 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # Dart issue 6060 |
98 | 64 |
99 Language/13_Libraries_and_Scripts/1_Imports_A04_t03: Fail # co19 issue 385 | 65 Language/13_Libraries_and_Scripts/1_Imports_A04_t03: Fail # co19 issue 385 |
100 Language/13_Libraries_and_Scripts/2_Exports_A05_t01: Fail # co19 issue 385 | 66 Language/13_Libraries_and_Scripts/2_Exports_A05_t01: Fail # co19 issue 385 |
101 | 67 |
102 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # co1
9 issue 348 | 68 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # co1
9 issue 348 |
103 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Fail # Dart issue 978 | 69 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Fail # Dart issue 978 |
104 Language/07_Classes/4_Abstract_Instance_Members_A03_t03: Fail # Dart issue 978 | 70 Language/07_Classes/4_Abstract_Instance_Members_A03_t03: Fail # Dart issue 978 |
105 Language/07_Classes/4_Abstract_Instance_Members_A03_t04: Fail # Dart issue 978 | 71 Language/07_Classes/4_Abstract_Instance_Members_A03_t04: Fail # Dart issue 978 |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
226 | 192 |
227 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A01_t02: Fail, OK # co19 issue 409 | 193 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A01_t02: Fail, OK # co19 issue 409 |
228 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail
, OK # co19 issue 409 | 194 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail
, OK # co19 issue 409 |
229 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail
, OK # co19 issue 409 | 195 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail
, OK # co19 issue 409 |
230 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 409 | 196 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 409 |
231 Language/11_Expressions/18_Assignment_A05_t02: Fail, OK # co19 issue 409 | 197 Language/11_Expressions/18_Assignment_A05_t02: Fail, OK # co19 issue 409 |
232 Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 409 | 198 Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 409 |
233 Language/11_Expressions/18_Assignment_A05_t05: Fail, OK # co19 issue 409 | 199 Language/11_Expressions/18_Assignment_A05_t05: Fail, OK # co19 issue 409 |
234 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # co19 issue 409 | 200 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # co19 issue 409 |
235 | 201 |
236 | |
237 [ $compiler == none && $runtime == vm && $checked ] | |
238 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th
is failure. | |
239 | |
240 | |
241 [ $compiler == none && $runtime == vm ] | |
242 Language/11_Expressions/01_Constants_A16_t01: Fail # Not properly reporting exce
ption in initializer expressions | 202 Language/11_Expressions/01_Constants_A16_t01: Fail # Not properly reporting exce
ption in initializer expressions |
243 Language/11_Expressions/01_Constants_A16_t02: Fail # Not properly reporting exce
ption in initializer expressions | 203 Language/11_Expressions/01_Constants_A16_t02: Fail # Not properly reporting exce
ption in initializer expressions |
244 | 204 |
245 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # issue
392, potentially constant expression analysis | 205 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # issue
392, potentially constant expression analysis |
246 | 206 |
247 Language/11_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c
ompile-time constant expression) | 207 Language/11_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c
ompile-time constant expression) |
248 Language/11_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM | 208 Language/11_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM |
249 | 209 |
250 # Some of these tests are expected to fail for another reason. These are marked
as Skip. | 210 # Some of these tests are expected to fail for another reason. These are marked
as Skip. |
251 Language/07_Classes/07_Classes_A02_t29: Skip # must not instantiate an abstract
class, co19 issue 183 | 211 Language/07_Classes/07_Classes_A02_t29: Skip # must not instantiate an abstract
class, co19 issue 183 |
(...skipping 23 matching lines...) Expand all Loading... |
275 | 235 |
276 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail | 236 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail |
277 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail | 237 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail |
278 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail | 238 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail |
279 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail | 239 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail |
280 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail | 240 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail |
281 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il | 241 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il |
282 | 242 |
283 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail | 243 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail |
284 | 244 |
285 | |
286 [ $compiler == none && $runtime == vm ] | |
287 LibTest/core/Date/Date.fromString_A03_t01: Pass # Issue co19 - 121 (currently p
assing due to co19 issues 373 and 374) | 245 LibTest/core/Date/Date.fromString_A03_t01: Pass # Issue co19 - 121 (currently p
assing due to co19 issues 373 and 374) |
288 LibTest/core/Match/operator_subscript_A01_t01: Fail | 246 LibTest/core/Match/operator_subscript_A01_t01: Fail |
289 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il | 247 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il |
290 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il | 248 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il |
291 LibTest/core/RegExp/firstMatch_A01_t01: Fail | 249 LibTest/core/RegExp/firstMatch_A01_t01: Fail |
292 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463 | 250 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463 |
293 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461 | 251 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461 |
294 | 252 |
295 | |
296 [ $compiler == none && $runtime == vm ] | |
297 LibTest/math/sin_A01_t01: Fail, OK # Issue co19 - 44 | 253 LibTest/math/sin_A01_t01: Fail, OK # Issue co19 - 44 |
298 | 254 |
299 | |
300 [ $compiler == none && $runtime == vm && $system == macos ] | |
301 LibTest/math/exp_A01_t01: Fail, OK # Issue co19 - 44 | |
302 LibTest/math/acos_A01_t01: Fail, OK # Issue co19 - 44 | |
303 LibTest/math/asin_A01_t01: Fail, OK # Issue co19 - 44 | |
304 LibTest/math/atan_A01_t01: Fail, OK # Issue co19 - 44 | |
305 LibTest/math/tan_A01_t01: Fail, OK # Issue co19 - 44 | |
306 | |
307 | |
308 [ $compiler == none && $runtime == vm && $system == linux ] | |
309 LibTest/math/exp_A01_t01: Fail | |
310 | |
311 | |
312 [ $compiler == none && $runtime == vm && $system == linux && $arch == ia32 ] | |
313 LibTest/math/sin_A01_t01: Fail | |
314 LibTest/math/tan_A01_t01: Fail | |
315 | |
316 | |
317 [ $compiler == none && $runtime == vm && $arch == x64 && $mode == debug ] | |
318 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout | |
319 | |
320 | |
321 [ $compiler == none && $runtime == vm ] | |
322 LibTest/core/Date/toString_A02_t01: Fail # Argument error. Year 999999 is out of
range. Needs to be specified (and then potentially reported to co19): issue 187
8. | 255 LibTest/core/Date/toString_A02_t01: Fail # Argument error. Year 999999 is out of
range. Needs to be specified (and then potentially reported to co19): issue 187
8. |
323 LibTest/core/Date/year_A01_t01: Fail # Year out of range. Needs to be specified:
issue 8808. Possibly a co19 bug. | 256 LibTest/core/Date/year_A01_t01: Fail # Year out of range. Needs to be specified:
issue 8808. Possibly a co19 bug. |
324 | 257 |
325 LibTest/isolate/SendPort/send_A02_t02: Skip # co19 issue 293 | 258 LibTest/isolate/SendPort/send_A02_t02: Skip # co19 issue 293 |
326 LibTest/isolate/SendPort/send_A02_t03: Skip # co19 issue 293 | 259 LibTest/isolate/SendPort/send_A02_t03: Skip # co19 issue 293 |
327 | 260 |
328 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 294 | 261 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 294 |
329 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294 | 262 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294 |
330 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i
ssue 294 | 263 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i
ssue 294 |
331 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i
ssue 294 | 264 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i
ssue 294 |
332 | 265 |
333 Language/11_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287 | 266 Language/11_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287 |
334 Language/11_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287 | 267 Language/11_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287 |
335 | 268 |
336 | |
337 [ $compiler == none && $runtime == vm ] | |
338 LibTest/core/String/contains_A01_t03: Skip # Times out. | 269 LibTest/core/String/contains_A01_t03: Skip # Times out. |
339 | 270 |
340 LibTest/core/String/contains_A01_t02: Fail | 271 LibTest/core/String/contains_A01_t02: Fail |
341 | 272 |
342 | |
343 [ $compiler == none && $runtime == vm && $arch == ia32 ] | |
344 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 | |
345 | |
346 | |
347 [ $compiler == none && $runtime == vm ] | |
348 Language/07_Classes/07_Classes_A02_t29: Fail | 273 Language/07_Classes/07_Classes_A02_t29: Fail |
349 Language/07_Classes/07_Classes_A02_t31: Fail | 274 Language/07_Classes/07_Classes_A02_t31: Fail |
350 Language/11_Expressions/05_Strings_A20_t01: Fail | 275 Language/11_Expressions/05_Strings_A20_t01: Fail |
351 LibTest/isolate/ReceivePort/receive_A01_t02: Fail | 276 LibTest/isolate/ReceivePort/receive_A01_t02: Fail |
352 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail | 277 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail |
353 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail | 278 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail |
354 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail | 279 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail |
355 | 280 |
356 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 | 281 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 |
357 | 282 |
358 # parameter name or type expected | 283 # parameter name or type expected |
359 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail | 284 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail |
360 | 285 |
361 | |
362 [ $compiler == none && $runtime == vm && $checked ] | |
363 Language/03_Overview/1_Scoping_A02_t30: Fail | |
364 | |
365 | |
366 [ $compiler == none && $runtime == vm && $mode == debug ] | |
367 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | |
368 | |
369 | |
370 [ $compiler == none && $runtime == vm ] | |
371 LibTest/core/Strings/join_A01_t01: Fail # Strings class has been removed. co19 i
ssue 380 | 286 LibTest/core/Strings/join_A01_t01: Fail # Strings class has been removed. co19 i
ssue 380 |
372 LibTest/core/Strings/join_A04_t01: Fail # Strings class has been removed. co19 i
ssue 380 | 287 LibTest/core/Strings/join_A04_t01: Fail # Strings class has been removed. co19 i
ssue 380 |
373 LibTest/core/Strings/concatAll_A01_t01: Fail # Strings class has been removed. c
o19 issue 380 | 288 LibTest/core/Strings/concatAll_A01_t01: Fail # Strings class has been removed. c
o19 issue 380 |
374 LibTest/core/Strings/concatAll_A04_t01: Fail # Strings class has been removed. c
o19 issue 380 | 289 LibTest/core/Strings/concatAll_A04_t01: Fail # Strings class has been removed. c
o19 issue 380 |
375 | 290 |
376 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). | 291 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). |
377 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). | 292 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). |
378 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). | 293 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). |
379 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). | 294 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). |
380 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). | 295 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). |
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
484 | 399 |
485 LibTest/async/Completer/completeError_A01_t01: Fail # No AsyncError anymore. Iss
ue 407 | 400 LibTest/async/Completer/completeError_A01_t01: Fail # No AsyncError anymore. Iss
ue 407 |
486 LibTest/async/Future/Future.immediateError_A01_t01: Fail # No AsyncError anymore
. Issue 407 | 401 LibTest/async/Future/Future.immediateError_A01_t01: Fail # No AsyncError anymore
. Issue 407 |
487 LibTest/async/Future/catchError_A02_t01: Fail # No AsyncError anymore. Issue 407 | 402 LibTest/async/Future/catchError_A02_t01: Fail # No AsyncError anymore. Issue 407 |
488 | 403 |
489 LibTest/async/Completer/complete_A01_t03: Fail # Completer is now asynchronous.
Issue 419 | 404 LibTest/async/Completer/complete_A01_t03: Fail # Completer is now asynchronous.
Issue 419 |
490 LibTest/async/Completer/complete_A01_t04: Fail # Completer is now asynchronous.
Issue 419 | 405 LibTest/async/Completer/complete_A01_t04: Fail # Completer is now asynchronous.
Issue 419 |
491 LibTest/async/Future/then_A01_t01: Fail # Completer is now asynchronous. Issue 4
19 | 406 LibTest/async/Future/then_A01_t01: Fail # Completer is now asynchronous. Issue 4
19 |
492 LibTest/async/Future/then_A01_t04: Fail # Completer is now asynchronous. Issue 4
19 | 407 LibTest/async/Future/then_A01_t04: Fail # Completer is now asynchronous. Issue 4
19 |
493 | 408 |
| 409 # end [ $compiler == none && $runtime == vm ] |
| 410 |
| 411 |
| 412 [ $compiler == none && $runtime == vm && $unchecked ] |
| 413 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # TODO(vm-team): Plea
se triage this failure. |
| 414 |
| 415 LibTest/core/List/setRange_A05_t01: Fail # setRange now takes end-argument. Issu
e 402 |
| 416 |
| 417 |
494 [ $compiler == none && $runtime == vm && $checked ] | 418 [ $compiler == none && $runtime == vm && $checked ] |
| 419 LibTest/core/AssertionError/line_A01_t02: Fail # TODO(vm-team): Please triage th
is failure. |
| 420 LibTest/core/Set/intersection_A03_t01: Fail # TODO(vm-team): Please triage this
failure. |
| 421 LibTest/core/TypeError/line_A01_t01: Fail # TODO(vm-team): Please triage this fa
ilure. |
| 422 |
| 423 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ
eError is ok too. co19 issue 366 |
| 424 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro
r is ok too. co19 issue 366 |
| 425 |
| 426 LibTest/core/int/operator_division_A01_t01: Fail # ~/ returns ints, issue 361 |
| 427 |
| 428 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A01_t02: Fail, OK # co19 issue 405 |
| 429 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail
, OK # co19 issue 405 |
| 430 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail
, OK # co19 issue 405 |
| 431 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail
, OK # co19 issue 405 |
| 432 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail, O
K # co19 issue 405 |
| 433 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail, O
K # co19 issue 405 |
| 434 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail, O
K # co19 issue 405 |
| 435 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail, O
K # co19 issue 405 |
| 436 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 405 |
| 437 Language/11_Expressions/17_Getter_Invocation_A02_t02: Fail, OK # co19 issue 405 |
| 438 Language/11_Expressions/18_Assignment_A05_t02: Fail, OK # co19 issue 405 |
| 439 Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 405 |
| 440 Language/11_Expressions/18_Assignment_A05_t05: Fail, OK # co19 issue 405 |
| 441 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # co19 issue 405 |
| 442 |
| 443 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th
is failure. |
| 444 |
| 445 Language/03_Overview/1_Scoping_A02_t30: Fail |
| 446 |
495 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 | 447 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 |
496 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 | 448 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 |
497 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 | 449 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 |
498 LibTest/collection/Queue/Queue.from_A01_t01: Fail # Issue 400 | 450 LibTest/collection/Queue/Queue.from_A01_t01: Fail # Issue 400 |
499 LibTest/collection/Queue/Queue.from_A01_t02: Fail # Issue 400 | 451 LibTest/collection/Queue/Queue.from_A01_t02: Fail # Issue 400 |
500 LibTest/core/List/List.from_A01_t01: Fail # Issue 400 | 452 LibTest/core/List/List.from_A01_t01: Fail # Issue 400 |
501 LibTest/core/List/every_A01_t01: Fail # Issue 400 | 453 LibTest/core/List/every_A01_t01: Fail # Issue 400 |
502 LibTest/core/Match/str_A01_t01: Fail # Issue 400 | 454 LibTest/core/Match/str_A01_t01: Fail # Issue 400 |
503 | 455 |
504 LibTest/async/Completer/completeError_A03_t02: Fail # No AsyncError anymore. Iss
ue 407 | 456 LibTest/async/Completer/completeError_A03_t02: Fail # No AsyncError anymore. Iss
ue 407 |
505 LibTest/async/Completer/complete_A02_t02: Fail # No AsyncError anymore. Issue 40
7 | 457 LibTest/async/Completer/complete_A02_t02: Fail # No AsyncError anymore. Issue 40
7 |
506 LibTest/async/Future/catchError_A01_t01: Fail # No AsyncError anymore. Issue 407 | 458 LibTest/async/Future/catchError_A01_t01: Fail # No AsyncError anymore. Issue 407 |
507 LibTest/async/Future/catchError_A01_t02: Fail # No AsyncError anymore. Issue 407 | 459 LibTest/async/Future/catchError_A01_t02: Fail # No AsyncError anymore. Issue 407 |
508 | 460 |
509 [ $compiler == none && $runtime == vm && $unchecked ] | 461 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427 |
510 LibTest/core/List/setRange_A05_t01: Fail # setRange now takes end-argument. Issu
e 402 | 462 LibTest/core/String/lastIndexOf_A01_t02: Fail # Issue 427 |
| 463 |
| 464 #end [ $compiler == none && $runtime == vm && $checked ] |
| 465 |
| 466 |
| 467 [ $compiler == none && $runtime == vm && $mode == debug ] |
| 468 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| 469 |
| 470 |
| 471 [ $compiler == none && $runtime == vm && $system == macos ] |
| 472 LibTest/math/exp_A01_t01: Fail, OK # Issue co19 - 44 |
| 473 LibTest/math/acos_A01_t01: Fail, OK # Issue co19 - 44 |
| 474 LibTest/math/asin_A01_t01: Fail, OK # Issue co19 - 44 |
| 475 LibTest/math/atan_A01_t01: Fail, OK # Issue co19 - 44 |
| 476 LibTest/math/tan_A01_t01: Fail, OK # Issue co19 - 44 |
| 477 |
| 478 |
| 479 [ $compiler == none && $runtime == vm && $system == linux ] |
| 480 LibTest/math/exp_A01_t01: Fail |
| 481 |
| 482 |
| 483 [ $compiler == none && $runtime == vm && $system == linux && $arch == ia32 ] |
| 484 LibTest/math/sin_A01_t01: Fail |
| 485 LibTest/math/tan_A01_t01: Fail |
| 486 |
| 487 |
| 488 [ $compiler == none && $runtime == vm && $arch == x64 && $mode == debug ] |
| 489 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout |
| 490 |
| 491 |
| 492 [ $compiler == none && $runtime == vm && $arch == ia32 ] |
| 493 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 |
| 494 |
511 | 495 |
512 [ $compiler == none && $runtime == vm && $arch == arm ] | 496 [ $compiler == none && $runtime == vm && $arch == arm ] |
513 LibTest/math/tan_A01_t01: Pass, Fail | 497 LibTest/math/tan_A01_t01: Pass, Fail |
514 LibTest/math/cos_A01_t01: Pass, Fail | 498 LibTest/math/cos_A01_t01: Pass, Fail |
515 LibTest/math/sin_A01_t01: Pass, Fail | 499 LibTest/math/sin_A01_t01: Pass, Fail |
516 LibTest/math/Random/nextDouble_A01_t01: Pass, Crash, Fail | 500 LibTest/math/Random/nextDouble_A01_t01: Pass, Crash, Fail |
517 LibTest/core/int/operator_left_shift_A01_t02: Fail | 501 LibTest/core/int/operator_left_shift_A01_t02: Fail |
518 LibTest/core/int/operator_unary_minus_A01_t01: Fail, Pass | 502 LibTest/core/int/operator_unary_minus_A01_t01: Fail, Pass |
519 | 503 |
| 504 |
520 [ $compiler == none && $runtime == vm && $arch == arm && $mode == debug ] | 505 [ $compiler == none && $runtime == vm && $arch == arm && $mode == debug ] |
521 LibTest/core/Expect/throws_A01_t04: Crash | 506 LibTest/core/Expect/throws_A01_t04: Crash |
522 LibTest/core/List/sort_A01_t04: Crash | 507 LibTest/core/List/sort_A01_t04: Crash |
523 LibTest/core/List/sort_A01_t05: Crash | 508 LibTest/core/List/sort_A01_t05: Crash |
524 LibTest/core/List/sort_A01_t06: Crash | 509 LibTest/core/List/sort_A01_t06: Crash |
525 LibTest/core/double/ceil_A01_t02: Fail, Pass | 510 LibTest/core/double/ceil_A01_t02: Fail, Pass |
526 LibTest/core/double/floor_A01_t02: Fail, Pass | 511 LibTest/core/double/floor_A01_t02: Fail, Pass |
527 LibTest/core/double/truncate_A01_t01: Fail, Pass | 512 LibTest/core/double/truncate_A01_t01: Fail, Pass |
528 LibTest/core/int/operator_left_shift_A01_t02: Fail | 513 LibTest/core/int/operator_left_shift_A01_t02: Fail |
529 LibTest/core/int/operator_unary_minus_A01_t01: Fail, Pass | 514 LibTest/core/int/operator_unary_minus_A01_t01: Fail, Pass |
530 | 515 |
| 516 |
531 [ $compiler == none && $runtime == vm && $arch == simarm ] | 517 [ $compiler == none && $runtime == vm && $arch == simarm ] |
532 LibTest/math/tan_A01_t01: Pass, Fail | 518 LibTest/math/tan_A01_t01: Pass, Fail |
533 LibTest/math/cos_A01_t01: Pass, Fail | 519 LibTest/math/cos_A01_t01: Pass, Fail |
534 LibTest/math/sin_A01_t01: Pass, Fail | 520 LibTest/math/sin_A01_t01: Pass, Fail |
535 LibTest/math/Random/nextDouble_A01_t01: Pass, Crash, Fail | 521 LibTest/math/Random/nextDouble_A01_t01: Pass, Crash, Fail |
536 LibTest/core/int/operator_left_shift_A01_t02: Fail | 522 LibTest/core/int/operator_left_shift_A01_t02: Fail |
537 LibTest/core/int/operator_unary_minus_A01_t01: Fail, Pass | 523 LibTest/core/int/operator_unary_minus_A01_t01: Fail, Pass |
538 | 524 |
| 525 |
539 [ $compiler == none && $runtime == vm && $arch == simarm && $mode == debug ] | 526 [ $compiler == none && $runtime == vm && $arch == simarm && $mode == debug ] |
540 LibTest/core/Expect/throws_A01_t04: Crash | 527 LibTest/core/Expect/throws_A01_t04: Crash |
541 LibTest/core/List/sort_A01_t04: Crash | 528 LibTest/core/List/sort_A01_t04: Crash |
542 LibTest/core/List/sort_A01_t05: Crash | 529 LibTest/core/List/sort_A01_t05: Crash |
543 LibTest/core/List/sort_A01_t06: Crash | 530 LibTest/core/List/sort_A01_t06: Crash |
544 LibTest/core/double/ceil_A01_t02: Fail, Pass | 531 LibTest/core/double/ceil_A01_t02: Fail, Pass |
545 LibTest/core/double/floor_A01_t02: Fail, Pass | 532 LibTest/core/double/floor_A01_t02: Fail, Pass |
546 LibTest/core/double/truncate_A01_t01: Fail, Pass | 533 LibTest/core/double/truncate_A01_t01: Fail, Pass |
547 LibTest/core/int/operator_left_shift_A01_t02: Fail | 534 LibTest/core/int/operator_left_shift_A01_t02: Fail |
548 LibTest/core/int/operator_unary_minus_A01_t01: Fail, Pass | 535 LibTest/core/int/operator_unary_minus_A01_t01: Fail, Pass |
549 | 536 |
| 537 |
550 [ $compiler == none && $runtime == vm && $arch == mips ] | 538 [ $compiler == none && $runtime == vm && $arch == mips ] |
551 *: Skip | 539 *: Skip |
552 | 540 |
| 541 |
553 [ $compiler == none && $runtime == vm && $arch == simmips ] | 542 [ $compiler == none && $runtime == vm && $arch == simmips ] |
554 *: Skip | 543 *: Skip |
555 | 544 |
OLD | NEW |