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

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

Issue 23103008: Update co19 test status. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 == none] 5 [ $compiler == none]
6 LibTest/math/max_A01_t03: Fail # co19 issue 467 6 LibTest/math/max_A01_t03: Fail # co19 issue 467
7 LibTest/math/min_A01_t03: Fail # co19 issue 467 7 LibTest/math/min_A01_t03: Fail # co19 issue 467
8 8
9 [ $runtime == vm && $system == windows ] 9 [ $runtime == vm && $system == windows ]
10 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. 10 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382.
11 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383. 11 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383.
12 12
13 [ $runtime == vm ] 13 [ $runtime == vm ]
14 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415. 14 Language/07_Classes/6_Constructors_A02_t01: Skip # co19 issue 415.
15 15
16 [ $compiler == none && $runtime == vm ] 16 [ $compiler == none && $runtime == vm ]
17 # The following tests fail because they contain number literals with a + prefix (co19 issue 428) 17 # The following tests fail because they contain number literals with a + prefix (co19 issue 428)
18 LibTest/core/double/floor_A01_t05: Fail # co19 issue 428 18 LibTest/core/double/floor_A01_t05: Fail # co19 issue 428
19 LibTest/core/double/ceil_A01_t05: Fail # co19 issue 428 19 LibTest/core/double/ceil_A01_t05: Fail # co19 issue 428
20 20
21 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # Dar t issue 5743 21 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # Dar t issue 5743
22 LibTest/collection/Queue/iterator_current_A01_t02: Fail # co19 issue 475 22 LibTest/collection/Queue/iterator_current_A01_t02: Fail # co19 issue 475
23 LibTest/collection/Queue/iterator_moveNext_A01_t02: Fail # co19 issue 475 23 LibTest/collection/Queue/iterator_moveNext_A01_t02: Fail # co19 issue 475
24 LibTest/core/int/toStringAsExponential_A02_t01: Fail # co19 issue 477 24 LibTest/core/int/toStringAsExponential_A02_t01: Fail # co19 issue 477
25 25
26 LibTest/core/Match/pattern_A01_t01: Fail # Issue 422 26 LibTest/core/Match/pattern_A01_t01: Fail # co19 issue 422
27 LibTest/core/RegExp/allMatches_A01_t01: Fail # Issue 422 27 LibTest/core/RegExp/allMatches_A01_t01: Fail # co19 issue 422
28 28
29 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Fail # Dart issue 978 29 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Fail # Dart issue 978
30 Language/07_Classes/4_Abstract_Instance_Members_A03_t03: Fail # Dart issue 978 30 Language/07_Classes/4_Abstract_Instance_Members_A03_t03: Fail # Dart issue 978
31 Language/07_Classes/4_Abstract_Instance_Members_A03_t04: Fail # Dart issue 978 31 Language/07_Classes/4_Abstract_Instance_Members_A03_t04: Fail # Dart issue 978
32 Language/07_Classes/4_Abstract_Instance_Members_A03_t05: Fail # Dart issue 978 32 Language/07_Classes/4_Abstract_Instance_Members_A03_t05: Fail # Dart issue 978
33 Language/07_Classes/4_Abstract_Instance_Members_A04_t05: Fail # Dart issue 978 33 Language/07_Classes/4_Abstract_Instance_Members_A04_t05: Fail # Dart issue 978
34 Language/07_Classes/4_Abstract_Instance_Members_A04_t06: Fail # Dart issue 978 34 Language/07_Classes/4_Abstract_Instance_Members_A04_t06: Fail # Dart issue 978
35 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # Dar t issue 6954 35 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # Dar t issue 6954
36 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # co19 issue 426 36 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # co19 issue 426
37 LibTest/core/double/parse_A02_t01: Fail # co19 issue 418 37 LibTest/core/double/parse_A02_t01: Fail # co19 issue 418
38 LibTest/math/pow_A01_t01: Fail # Dart issue 7318 38 LibTest/math/pow_A01_t01: Fail # co19 issue 44
39 LibTest/math/pow_A11_t01: Fail # Dart issue 449 39 LibTest/math/pow_A11_t01: Fail # Dart issue 449
40 LibTest/math/pow_A13_t01: Fail # Dart issue 449 40 LibTest/math/pow_A13_t01: Fail # Dart issue 449
41 41
42 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Dart issue 5802 42 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Dart issue 5802
43 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894 43 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894
44 44
45 LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns i nts, issue 389 45 LibTest/core/double/truncate_A01_t03: Fail # truncate/ceil/floor/round returns i nts, co19 issue 389
46 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i nts, issue 389 46 LibTest/core/double/truncate_A01_t04: Fail # truncate/ceil/floor/round returns i nts, co19 issue 389
47 LibTest/core/double/ceil_A01_t03: Fail # truncate/ceil/floor/round returns ints, issue 389 47 LibTest/core/double/ceil_A01_t03: Fail # truncate/ceil/floor/round returns ints, co19 issue 389
48 LibTest/core/double/ceil_A01_t04: Fail # truncate/ceil/floor/round returns ints, issue 389 48 LibTest/core/double/ceil_A01_t04: Fail # truncate/ceil/floor/round returns ints, co19 issue 389
49 LibTest/core/double/floor_A01_t03: Fail # truncate/ceil/floor/round returns ints , issue 389 49 LibTest/core/double/floor_A01_t03: Fail # truncate/ceil/floor/round returns ints , co19 issue 389
50 LibTest/core/double/floor_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389 50 LibTest/core/double/floor_A01_t04: Fail # truncate/ceil/floor/round returns ints , co19 issue 389
51 LibTest/core/double/round_A01_t02: Fail # truncate/ceil/floor/round returns ints , issue 389 51 LibTest/core/double/round_A01_t02: Fail # truncate/ceil/floor/round returns ints , co19 issue 389
52 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389 52 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints , co19 issue 389
53 53
54 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085 54 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # Iss ue 6085
55 55
56 LibTest/async/Future/asStream_A01_t01: Fail # Future constructors have changed # issue 408 56 LibTest/async/Future/asStream_A01_t01: Fail # Future constructors have changed # co19 issue 408
57 LibTest/async/Future/forEach_A03_t01: Fail # Future constructors have changed # issue 408 57 LibTest/async/Future/forEach_A03_t01: Fail # Future constructors have changed # co19 issue 408
58 LibTest/async/Future/asStream_A01_t02: Fail # Future constructors have changed # issue 408 58 LibTest/async/Future/asStream_A01_t02: Fail # Future constructors have changed # co19 issue 408
59 LibTest/async/Future/asStream_A02_t01: Fail # Future constructors have changed # issue 408 59 LibTest/async/Future/asStream_A02_t01: Fail # Future constructors have changed # co19 issue 408
60 60
61 # Some of these tests are expected to fail for another reason. These are marked as Skip. 61 # Some of these tests are expected to fail for another reason. These are marked as Skip.
62 Language/07_Classes/07_Classes_A02_t29: Skip # must not instantiate an abstract class, co19 issue 183 62 Language/07_Classes/07_Classes_A02_t29: Skip # co19 issue 490
63 Language/07_Classes/07_Classes_A02_t31: Skip # must not instantiate an abstract class, co19 issue 183 63 Language/07_Classes/07_Classes_A02_t31: Skip # co19 issue 490
64 64
65 LibTest/core/List/every_A03_t01: Skip # Promise removed (co19 issue #79) 65 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250 8
66 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250 8
67 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue 12508
68 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # Issue 12508
69 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # Issue 12508
70 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 12508
71 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # Issue 12508
72 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 12508
73 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 12508
66 74
67 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail 75 LibTest/core/Match/operator_subscript_A01_t01: Fail # Issue 12508
68 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail 76 LibTest/core/RegExp/firstMatch_A01_t01: Fail # Issue 12508
69 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail 77 LibTest/core/double/toRadixString_A01_t01: Fail # co19 issue 491
70 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail 78 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492
71 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail
72 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il
73 79
74 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail 80 LibTest/math/sin_A01_t01: Pass, Fail, OK # co19 issue 44
75 81
76 LibTest/core/Match/operator_subscript_A01_t01: Fail 82 LibTest/isolate/SendPort/send_A02_t02: Skip # co19 issue 493
77 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il
78 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il
79 LibTest/core/RegExp/firstMatch_A01_t01: Fail
80 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463
81 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461
82 83
83 LibTest/math/sin_A01_t01: Pass, Fail, OK # Issue co19 - 44 84 LibTest/core/String/contains_A01_t02: Fail # Issue 12508
84 85
86 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # VM triage, check spec.
87 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail # VM triage, check spec.
88 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail # VM triage, check spec.
85 89
86 LibTest/isolate/SendPort/send_A02_t02: Skip # co19 issue 293 90 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail $ co1 9 issue 494
87 LibTest/isolate/SendPort/send_A02_t03: Skip # co19 issue 293
88
89 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 294
90 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294
91 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i ssue 294
92 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i ssue 294
93
94
95 LibTest/core/String/contains_A01_t03: Skip # Times out.
96
97 LibTest/core/String/contains_A01_t02: Fail
98
99 Language/07_Classes/07_Classes_A02_t29: Fail
100 Language/07_Classes/07_Classes_A02_t31: Fail
101 LibTest/isolate/ReceivePort/receive_A01_t02: Fail
102 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail
103 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail
104
105 # parameter name or type expected
106 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail
107 91
108 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397 92 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397
109 93
110 LibTest/core/List/getRange_A04_t01: Fail # getRange now takes end-argument and r eturns Iterable. Issue 399 94 LibTest/core/List/getRange_A04_t01: Fail # getRange now takes end-argument and r eturns Iterable. Issue 399
111 LibTest/core/Set/isSubsetOf_A01_t01: fail # Issue 400 95 LibTest/core/Set/isSubsetOf_A01_t01: fail # Issue 400
112 LibTest/core/Set/isSubsetOf_A01_t02: fail # Issue 400 96 LibTest/core/Set/isSubsetOf_A01_t02: fail # Issue 400
113 97
114 LibTest/core/Iterable/any_A01_t04: Fail # setRange now takes end-argument. Issue 402 98 LibTest/core/Iterable/any_A01_t04: Fail # setRange now takes end-argument. Issue 402
115 99
116 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427 100 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 LibTest/core/int/truncateToDouble_A01_t01: fail # co19-roll r546: Please triage this failure 389 LibTest/core/int/truncateToDouble_A01_t01: fail # co19-roll r546: Please triage this failure
406 LibTest/isolate/IsolateStream/last_A01_t01: fail # co19-roll r546: Please triage this failure 390 LibTest/isolate/IsolateStream/last_A01_t01: fail # co19-roll r546: Please triage this failure
407 LibTest/isolate/IsolateStream/length_A01_t01: fail # co19-roll r546: Please tria ge this failure 391 LibTest/isolate/IsolateStream/length_A01_t01: fail # co19-roll r546: Please tria ge this failure
408 LibTest/isolate/IsolateStream/single_A01_t01: fail # co19-roll r546: Please tria ge this failure 392 LibTest/isolate/IsolateStream/single_A01_t01: fail # co19-roll r546: Please tria ge this failure
409 LibTest/isolate/isolate_api/spawnFunction_A03_t01: fail # co19-roll r546: Please triage this failure 393 LibTest/isolate/isolate_api/spawnFunction_A03_t01: fail # co19-roll r546: Please triage this failure
410 394
411 # co19-roll r546 (11.08.2013) caused these failures 395 # co19-roll r546 (11.08.2013) caused these failures
412 [ $compiler == none && $runtime == vm && $unchecked ] 396 [ $compiler == none && $runtime == vm && $unchecked ]
413 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: Fail # co19-roll r 546: Please triage this failure 397 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: Fail # co19-roll r 546: Please triage this failure
414 398
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698