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

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

Issue 22791005: More co19 bug triaging an dbug number updates. (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.
(...skipping 18 matching lines...) Expand all
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 # co19 issue 44 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 # co19 issue 512
40 LibTest/math/pow_A13_t01: Fail # Dart issue 449 40 LibTest/math/pow_A13_t01: Fail # co19 issue 507
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, co19 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, co19 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, co19 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, co19 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 , co19 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 , co19 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 , co19 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 , co19 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 # Some of these tests are expected to fail for another reason. These are marked as Skip.
57 Language/07_Classes/07_Classes_A02_t29: Skip # co19 issue 490
58 Language/07_Classes/07_Classes_A02_t31: Skip # co19 issue 490
59
60 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250 8 56 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250 8
61 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250 8 57 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250 8
62 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue 12508 58 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue 12508
63 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # Issue 12508 59 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # Issue 12508
64 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # Issue 12508 60 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # Issue 12508
65 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 12508 61 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 12508
66 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # Issue 12508 62 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # Issue 12508
67 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 12508 63 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 12508
68 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 12508 64 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 12508
69 65
(...skipping 15 matching lines...) Expand all
85 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail # VM triage, check spec. 81 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail # VM triage, check spec.
86 82
87 83
88 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail $ co1 9 issue 494 84 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail $ co1 9 issue 494
89 85
90 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397 86 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397
91 87
92 LibTest/core/Set/isSubsetOf_A01_t01: fail # Issue 400 88 LibTest/core/Set/isSubsetOf_A01_t01: fail # Issue 400
93 LibTest/core/Set/isSubsetOf_A01_t02: fail # Issue 400 89 LibTest/core/Set/isSubsetOf_A01_t02: fail # Issue 400
94 90
95 LibTest/core/Iterable/any_A01_t04: Fail # setRange now takes end-argument. Issue 402 91 LibTest/core/Iterable/any_A01_t04: Fail # co19 issue 508.
96 92
97 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427 93 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427
98 LibTest/core/String/lastIndexOf_A01_t02: Fail # Issue 427 94 LibTest/core/String/lastIndexOf_A01_t02: Fail # Issue 427
99 95
100 LibTest/core/FallThroughError/toString_A01_t01: Fail # FallThroughError is no lo nger const. Issue 459 96 LibTest/core/FallThroughError/toString_A01_t01: Fail # FallThroughError is no lo nger const. Issue 459
101 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # FallThroughError is no longer const. Issue 459 97 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # FallThroughError is no longer const. Issue 459
102 98
103 Language/07_Classes/1_Instance_Methods_A01_t01: Fail # Issue 485 99 Language/07_Classes/1_Instance_Methods_A01_t01: Fail # Issue 485
104 Language/07_Classes/1_Instance_Methods_A01_t02: Fail # Issue 485 100 Language/07_Classes/1_Instance_Methods_A01_t02: Fail # Issue 485
105 Language/07_Classes/1_Instance_Methods_A01_t03: Fail # Issue 485 101 Language/07_Classes/1_Instance_Methods_A01_t03: Fail # Issue 485
106 Language/07_Classes/1_Instance_Methods_A01_t04: Fail # Issue 485 102 Language/07_Classes/1_Instance_Methods_A01_t04: Fail # Issue 485
107 Language/07_Classes/1_Instance_Methods_A01_t05: Fail # Issue 485 103 Language/07_Classes/1_Instance_Methods_A01_t05: Fail # Issue 485
108 Language/07_Classes/1_Instance_Methods_A01_t06: Fail # Issue 485 104 Language/07_Classes/1_Instance_Methods_A01_t06: Fail # Issue 485
109 Language/07_Classes/1_Instance_Methods_A02_t02: Fail # Issue 485 105 Language/07_Classes/1_Instance_Methods_A02_t02: Fail # Issue 485
110 Language/07_Classes/1_Instance_Methods_A02_t05: Fail # Issue 485 106 Language/07_Classes/1_Instance_Methods_A02_t05: Fail # Issue 485
111 Language/07_Classes/1_Instance_Methods_A06_t01: Fail # Issue 485 107 Language/07_Classes/1_Instance_Methods_A06_t01: Fail # Issue 485
112 Language/07_Classes/1_Instance_Methods_A06_t02: Fail # Issue 485 108 Language/07_Classes/1_Instance_Methods_A06_t02: Fail # Issue 485
113 Language/07_Classes/4_Abstract_Instance_Members_A03_t01: Fail # Issue 485 109 Language/07_Classes/4_Abstract_Instance_Members_A03_t01: Fail # Issue 485
114 Language/07_Classes/4_Abstract_Instance_Members_A04_t01: Fail # Issue 485 110 Language/07_Classes/4_Abstract_Instance_Members_A04_t01: Fail # Issue 485
115 111
116 Language/03_Overview/1_Scoping_A02_t28: Fail # Issue 463 112 Language/03_Overview/1_Scoping_A02_t28: Fail # Issue 463
117 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 463 113 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 463
118 114
119 # end [ $compiler == none && $runtime == vm ] 115 # end [ $compiler == none && $runtime == vm ]
120 116
121 117
122 [ $compiler == none && $runtime == vm && $checked ] 118 [ $compiler == none && $runtime == vm && $checked ]
123 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issue 408 119 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issue 408
124 LibTest/core/List/every_A01_t01: Fail # insertRange is removed. Issue 403
125 LibTest/core/List/getRange_A01_t01: Fail # getRange now takes end-argument and r eturns Iterable. Issue 399 120 LibTest/core/List/getRange_A01_t01: Fail # getRange now takes end-argument and r eturns Iterable. Issue 399
126 LibTest/core/Set/intersection_A03_t01: Fail # co19 issue 480 121 LibTest/core/Set/intersection_A03_t01: Fail # co19 issue 510
127 LibTest/core/TypeError/column_A01_t01: Fail # co19 issue 479 122 LibTest/core/TypeError/column_A01_t01: Fail # co19 issue 510
128 LibTest/core/TypeError/dstName_A01_t01: Fail # co19 issue 479 123 LibTest/core/TypeError/dstName_A01_t01: Fail # co19 issue 510
129 LibTest/core/TypeError/dstType_A01_t01: Fail # co19 issue 479 124 LibTest/core/TypeError/dstType_A01_t01: Fail # co19 issue 510
130 LibTest/core/TypeError/failedAssertion_A01_t01: Fail # co19 issue 479 125 LibTest/core/TypeError/failedAssertion_A01_t01: Fail # co19 issue 510
131 LibTest/core/TypeError/line_A01_t01: Fail # co19 issue 479 126 LibTest/core/TypeError/line_A01_t01: Fail # co19 issue 510
132 LibTest/core/TypeError/srcType_A01_t01: Fail # co19 issue 479 127 LibTest/core/TypeError/srcType_A01_t01: Fail # co19 issue 510
133 LibTest/core/TypeError/url_A01_t01: Fail # co19 issue 479 128 LibTest/core/TypeError/url_A01_t01: Fail # co19 issue 510
134 LibTest/core/int/operator_division_A01_t01: Fail # ~/ returns ints, issue 361 129 LibTest/core/int/operator_division_A01_t01: Fail # co19 issue 509
135 130
136 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 131 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
137 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 132 LibTest/core/Set/intersection_A01_t02: Fail # issue 390
138 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 133 LibTest/core/Set/intersection_A01_t03: Fail # issue 390
139 LibTest/collection/Queue/Queue.from_A01_t01: Pass # Issue 400 and 463
140 LibTest/collection/Queue/Queue.from_A01_t02: Pass # Issue 400 and 463
141 LibTest/core/List/List.from_A01_t01: Pass # Issue 400 and 463
142 LibTest/core/List/every_A01_t01: Pass # Issue 400 and 463
143 LibTest/core/Match/str_A01_t01: Pass # Issue 400 and 463
144 134
145 # Passing for the wrong reasons: 135 # Passing for the wrong reasons:
146 LibTest/async/Completer/completeError_A03_t02: Pass # No AsyncError anymore. Iss ue 407 and 463 136 LibTest/async/Completer/completeError_A03_t02: Pass # No AsyncError anymore. Iss ue 407 and 463
147 LibTest/async/Completer/complete_A02_t02: Pass # No AsyncError anymore. Issue 40 7 and 463 137 LibTest/async/Completer/complete_A02_t02: Pass # No AsyncError anymore. Issue 40 7 and 463
148 LibTest/async/Future/catchError_A01_t01: Pass # No AsyncError anymore. Issue 407 and 463 138 LibTest/async/Future/catchError_A01_t01: Pass # No AsyncError anymore. Issue 407 and 463
149 LibTest/async/Future/catchError_A01_t02: Pass # No AsyncError anymore. Issue 407 and 463 139 LibTest/async/Future/catchError_A01_t02: Pass # No AsyncError anymore. Issue 407 and 463
150 140
151 #end [ $compiler == none && $runtime == vm && $checked ] 141 #end [ $compiler == none && $runtime == vm && $checked ]
152 142
153 [ $compiler == none && $runtime == vm && $mode == debug ] 143 [ $compiler == none && $runtime == vm && $mode == debug ]
(...skipping 27 matching lines...) Expand all
181 LibTest/math/log_A01_t01: Fail 171 LibTest/math/log_A01_t01: Fail
182 LibTest/math/asin_A01_t01: Fail 172 LibTest/math/asin_A01_t01: Fail
183 LibTest/math/acos_A01_t01: Fail 173 LibTest/math/acos_A01_t01: Fail
184 LibTest/core/double/toInt_A01_t01: Fail 174 LibTest/core/double/toInt_A01_t01: Fail
185 175
186 [ $compiler == none && $runtime == vm && $arch == simmips ] 176 [ $compiler == none && $runtime == vm && $arch == simmips ]
187 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac 177 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac
188 178
189 # co19-roll r546 (11.08.2013) caused these failures 179 # co19-roll r546 (11.08.2013) caused these failures
190 [ $compiler == none && $runtime == vm ] 180 [ $compiler == none && $runtime == vm ]
191 Language/05_Variables/05_Variables_A05_t01: fail # co19-roll r546: Please triage this failure 181 Language/05_Variables/05_Variables_A05_t01: fail # Dart issue 12539
192 Language/05_Variables/05_Variables_A05_t02: fail # co19-roll r546: Please triage this failure 182 Language/05_Variables/05_Variables_A05_t02: fail # Dart issue 12539
193 Language/05_Variables/05_Variables_A05_t03: fail # co19-roll r546: Please triage this failure 183 Language/05_Variables/05_Variables_A05_t03: fail # Dart issue 12539
194 Language/05_Variables/05_Variables_A06_t01: fail # co19-roll r546: Please triage this failure 184 Language/05_Variables/05_Variables_A06_t01: fail # co19-roll r546: Please triage this failure
195 Language/05_Variables/05_Variables_A06_t02: fail # co19-roll r546: Please triage this failure 185 Language/05_Variables/05_Variables_A06_t02: fail # co19-roll r546: Please triage this failure
196 Language/05_Variables/05_Variables_A06_t03: fail # co19-roll r546: Please triage this failure 186 Language/05_Variables/05_Variables_A06_t03: fail # co19-roll r546: Please triage this failure
197 Language/05_Variables/05_Variables_A06_t04: fail # co19-roll r546: Please triage this failure 187 Language/05_Variables/05_Variables_A06_t04: fail # co19-roll r546: Please triage this failure
198 Language/05_Variables/05_Variables_A06_t05: fail # co19-roll r546: Please triage this failure 188 Language/05_Variables/05_Variables_A06_t05: fail # co19-roll r546: Please triage this failure
199 Language/05_Variables/05_Variables_A06_t06: fail # co19-roll r546: Please triage this failure 189 Language/05_Variables/05_Variables_A06_t06: fail # co19-roll r546: Please triage this failure
200 Language/05_Variables/05_Variables_A16_t02: fail # co19-roll r546: Please triage this failure 190 Language/05_Variables/05_Variables_A16_t02: fail # co19-roll r546: Please triage this failure
201 Language/07_Classes/07_Classes_A11_t02: fail # co19-roll r546: Please triage thi s failure 191 Language/07_Classes/07_Classes_A11_t02: fail # co19-roll r546: Please triage thi s failure
202 Language/07_Classes/07_Classes_A11_t04: fail # co19-roll r546: Please triage thi s failure 192 Language/07_Classes/07_Classes_A11_t04: fail # co19-roll r546: Please triage thi s failure
203 Language/07_Classes/3_Setters_A08_t01: fail # co19-roll r546: Please triage this failure 193 Language/07_Classes/3_Setters_A08_t01: fail # co19-roll r546: Please triage this failure
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 LibTest/core/int/truncateToDouble_A01_t01: fail # co19 issue 498 371 LibTest/core/int/truncateToDouble_A01_t01: fail # co19 issue 498
382 LibTest/isolate/IsolateStream/last_A01_t01: fail # co19 issue 498 372 LibTest/isolate/IsolateStream/last_A01_t01: fail # co19 issue 498
383 LibTest/isolate/IsolateStream/length_A01_t01: fail # co19 issue 498 373 LibTest/isolate/IsolateStream/length_A01_t01: fail # co19 issue 498
384 LibTest/isolate/IsolateStream/single_A01_t01: fail # co19 issue 498 374 LibTest/isolate/IsolateStream/single_A01_t01: fail # co19 issue 498
385 LibTest/isolate/isolate_api/spawnFunction_A03_t01: fail # co19 issue 497 375 LibTest/isolate/isolate_api/spawnFunction_A03_t01: fail # co19 issue 497
386 376
387 # co19-roll r546 (11.08.2013) caused these failures 377 # co19-roll r546 (11.08.2013) caused these failures
388 [ $compiler == none && $runtime == vm && $unchecked ] 378 [ $compiler == none && $runtime == vm && $unchecked ]
389 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: Fail # co19 issue 496 379 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: Fail # co19 issue 496
390 380
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