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

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

Issue 8479010: Update co19 status to skip invalid tests. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/tests/
Patch Set: Created 9 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
« 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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 prefix co19 5 prefix co19
6 6
7 7
8 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4 8 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4
9 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip 9 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip
10 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip 10 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip
11 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Skip 11 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Skip
12 LibTest/core/StopWatch/stop/StopWatch/stop/A01/t01: Skip 12 LibTest/core/StopWatch/stop/StopWatch/stop/A01/t01: Skip
13 LibTest/core/SendPort/call/SendPort/call/A01/t01: Skip # Issue co19 - 10 13 LibTest/core/SendPort/call/SendPort/call/A01/t01: Skip # Issue co19 - 10
14 LibTest/core/Isolate/A01/t01: Skip # Issue co19 - 11 14 LibTest/core/Isolate/A01/t01: Skip # Issue co19 - 11
15 LibTest/core/Isolate/A02/t01: Skip # Issue co19 - 11 15 LibTest/core/Isolate/A02/t01: Skip # Issue co19 - 11
16 LibTest/core/Isolate/port/Isolate/port/A01/t01: Skip # Issue co19 - 12
17 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t10: Skip # issue co19 - 15
18 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t11: Skip # issue co19 - 15
19 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t12: Skip # issue co19 - 15
20 LibTest/core/Proxy/Proxy.forIsolate/Proxy/Proxy.forIsolate/A01/t01: Skip # issue co19 - 16
21 LibTest/core/Proxy/Proxy.forIsolateWithPromise/Proxy/Proxy.forIsolateWithPromise /A01/t01: Skip # issue co19 - 16
16 22
17 23
18 [ $component == vm ] 24 [ $component == vm ]
19 25
20 LibTest/core/double/isNegative/double/isNegative/A01/t01: Fail # Issue 6 26 LibTest/core/double/isNegative/double/isNegative/A01/t01: Fail # Issue 6
21 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t05: Fail # Is sue 7 27 LibTest/core/double/operatorDivision/double/operatorDivision/A01/t05: Fail # Is sue 7
22 LibTest/core/double/operator~div/double/operator~div/A01/t05: Fail # Issue 7 28 LibTest/core/double/operator~div/double/operator~div/A01/t05: Fail # Issue 7
23 LibTest/core/Math/atan2/Math/atan2/A01/t03: Fail # Issue 8 29 LibTest/core/Math/atan2/Math/atan2/A01/t03: Fail # Issue 8
24 LibTest/core/String/charCodeAt/String/charCodeAt/A03/t01: Fail # Issue 9 30 LibTest/core/String/charCodeAt/String/charCodeAt/A03/t01: Fail # Issue 9
25 31
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 LibTest/core/List/some/List/some/A01/t04: Fail 99 LibTest/core/List/some/List/some/A01/t04: Fail
94 LibTest/core/List/some/List/some/A01/t05: Fail 100 LibTest/core/List/some/List/some/A01/t05: Fail
95 LibTest/core/List/some/List/some/A01/t06: Fail 101 LibTest/core/List/some/List/some/A01/t06: Fail
96 102
97 103
98 # New problems on 2011-11-01. 104 # New problems on 2011-11-01.
99 [ $component == vm && $mode == debug ] 105 [ $component == vm && $mode == debug ]
100 LibTest/core/double/ceil/double/ceil/A01/t05: Crash 106 LibTest/core/double/ceil/double/ceil/A01/t05: Crash
101 LibTest/core/double/floor/double/floor/A01/t05: Crash 107 LibTest/core/double/floor/double/floor/A01/t05: Crash
102 [ $component == vm && $mode == debug && $unchecked ] 108 [ $component == vm && $mode == debug && $unchecked ]
103 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t12: Pass || Timeout 109
104 [ $component == vm && $mode == release ] 110 [ $component == vm && $mode == release ]
105 111
106 [ $component == vm ] 112 [ $component == vm ]
107 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail 113 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail
108 LangSpecTest/13_Types/13_4_Interface_Types/A07/t02: Fail 114 LangSpecTest/13_Types/13_4_Interface_Types/A07/t02: Fail
109 LangSpecTest/13_Types/13_4_Interface_Types/A10/t04: Fail 115 LangSpecTest/13_Types/13_4_Interface_Types/A10/t04: Fail
110 LangSpecTest/13_Types/13_4_Interface_Types/A10/t06: Fail 116 LangSpecTest/13_Types/13_4_Interface_Types/A10/t06: Fail
111 LangSpecTest/13_Types/13_4_Interface_Types/A10/t07: Fail 117 LangSpecTest/13_Types/13_4_Interface_Types/A10/t07: Fail
112 LangSpecTest/13_Types/13_4_Interface_Types/A10/t08: Fail 118 LangSpecTest/13_Types/13_4_Interface_Types/A10/t08: Fail
113 LangSpecTest/13_Types/13_4_Interface_Types/A10/t09: Fail 119 LangSpecTest/13_Types/13_4_Interface_Types/A10/t09: Fail
(...skipping 23 matching lines...) Expand all
137 LibTest/core/Dispatcher/Dispatcher_serve/A01/t01: Fail 143 LibTest/core/Dispatcher/Dispatcher_serve/A01/t01: Fail
138 LibTest/core/Expect/listEquals/Expect/listEquals/A03/t01: Fail 144 LibTest/core/Expect/listEquals/Expect/listEquals/A03/t01: Fail
139 LibTest/core/Expect/setEquals/Expect/setEquals/A01/t01: Fail 145 LibTest/core/Expect/setEquals/Expect/setEquals/A01/t01: Fail
140 LibTest/core/Expect/setEquals/Expect/setEquals/A01/t02: Fail 146 LibTest/core/Expect/setEquals/Expect/setEquals/A01/t02: Fail
141 LibTest/core/Expect/stringEquals/Expect/stringEquals/A01/t02: Fail 147 LibTest/core/Expect/stringEquals/Expect/stringEquals/A01/t02: Fail
142 LibTest/core/Expect/stringEquals/Expect/stringEquals/A02/t01: Fail 148 LibTest/core/Expect/stringEquals/Expect/stringEquals/A02/t01: Fail
143 LibTest/core/Expect/throws/Expect/throws/A02/t01: Fail 149 LibTest/core/Expect/throws/Expect/throws/A02/t01: Fail
144 LibTest/core/Expect/throws/Expect/throws/A03/t01: Fail 150 LibTest/core/Expect/throws/Expect/throws/A03/t01: Fail
145 LibTest/core/FallThroughError/throwNew/FallThroughError/throwNew/A01/t01: Fail # Illegal position argument. 151 LibTest/core/FallThroughError/throwNew/FallThroughError/throwNew/A01/t01: Fail # Illegal position argument.
146 LibTest/core/FallThroughError/throwNew/FallThroughError/throwNew/A01/t02: Fail # Illegal position argument. 152 LibTest/core/FallThroughError/throwNew/FallThroughError/throwNew/A01/t02: Fail # Illegal position argument.
147 LibTest/core/Isolate/port/Isolate/port/A01/t01: Fail
148 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t07: Skip # http://code.google.com/ p/co19/issues/detail?id=13 153 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t07: Skip # http://code.google.com/ p/co19/issues/detail?id=13
149 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t09: Skip # http://code.google.com/ p/co19/issues/detail?id=13 154 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t09: Skip # http://code.google.com/ p/co19/issues/detail?id=13
150 LibTest/core/List/every/List/every/A01/t04: Fail 155 LibTest/core/List/every/List/every/A01/t04: Fail
151 LibTest/core/List/filter/List/filter/A01/t04: Fail 156 LibTest/core/List/filter/List/filter/A01/t04: Fail
152 LibTest/core/List/forEach/List/forEach/A01/t05: Fail 157 LibTest/core/List/forEach/List/forEach/A01/t05: Fail
153 LibTest/core/List/getRange/List/getRange/A01/t01: Fail 158 LibTest/core/List/getRange/List/getRange/A01/t01: Fail
154 LibTest/core/List/insertRange/List/insertRange/A01/t01: Fail 159 LibTest/core/List/insertRange/List/insertRange/A01/t01: Fail
155 LibTest/core/List/length/List/set/length/A01/t01: Fail 160 LibTest/core/List/length/List/set/length/A01/t01: Fail
156 LibTest/core/List/length/List/set/length/A03/t01: Fail 161 LibTest/core/List/length/List/set/length/A03/t01: Fail
157 LibTest/core/List/operator\[]/List/operator\[]/A01/t02: Fail 162 LibTest/core/List/operator\[]/List/operator\[]/A01/t02: Fail
(...skipping 22 matching lines...) Expand all
180 LibTest/core/Promise/error/Promise/error/A01/t01: Fail 185 LibTest/core/Promise/error/Promise/error/A01/t01: Fail
181 LibTest/core/Promise/fail/Promise/fail/A01/t02: Fail 186 LibTest/core/Promise/fail/Promise/fail/A01/t02: Fail
182 LibTest/core/Promise/hasValue/Promise/hasValue/A01/t01: Fail 187 LibTest/core/Promise/hasValue/Promise/hasValue/A01/t01: Fail
183 LibTest/core/Promise/join/Promise/join/A01/t06: Fail 188 LibTest/core/Promise/join/Promise/join/A01/t06: Fail
184 LibTest/core/Promise/then/Promise/then/A01/t02: Fail 189 LibTest/core/Promise/then/Promise/then/A01/t02: Fail
185 LibTest/core/Promise/value/Promise/value/A01/t02: Fail 190 LibTest/core/Promise/value/Promise/value/A01/t02: Fail
186 LibTest/core/Promise/value/Promise/value/A01/t03: Fail 191 LibTest/core/Promise/value/Promise/value/A01/t03: Fail
187 LibTest/core/Promise/value/Promise/value/A01/t05: Fail 192 LibTest/core/Promise/value/Promise/value/A01/t05: Fail
188 LibTest/core/Promise/value/Promise/value/A01/t06: Fail 193 LibTest/core/Promise/value/Promise/value/A01/t06: Fail
189 LibTest/core/Promise/waitFor/Promise/waitFor/A01/t04: Fail 194 LibTest/core/Promise/waitFor/Promise/waitFor/A01/t04: Fail
190 LibTest/core/Proxy/Proxy.forIsolate/Proxy/Proxy.forIsolate/A01/t01: Fail
191 LibTest/core/Proxy/Proxy.forIsolateWithPromise/Proxy/Proxy.forIsolateWithPromise /A01/t01: Fail
192 LibTest/core/Proxy/Proxy.forPort/Proxy/Proxy.forPort/A01/t01: Fail 195 LibTest/core/Proxy/Proxy.forPort/Proxy/Proxy.forPort/A01/t01: Fail
193 LibTest/core/Proxy/Proxy.forReply/Proxy/Proxy.forReply/A01/t01: Fail 196 LibTest/core/Proxy/Proxy.forReply/Proxy/Proxy.forReply/A01/t01: Fail
194 LibTest/core/Proxy/call/Proxy/call/A01/t01: Fail 197 LibTest/core/Proxy/call/Proxy/call/A01/t01: Fail
195 LibTest/core/Proxy/local/Proxy/local/A01/t01: Fail 198 LibTest/core/Proxy/local/Proxy/local/A01/t01: Fail
196 LibTest/core/Proxy/operator==/Proxy/operator==/A01/t01: Fail 199 LibTest/core/Proxy/operator==/Proxy/operator==/A01/t01: Fail
197 LibTest/core/Proxy/register/Proxy/register/A01/t01: Fail 200 LibTest/core/Proxy/register/Proxy/register/A01/t01: Fail
198 LibTest/core/Proxy/send/Proxy/send/A01/t01: Fail 201 LibTest/core/Proxy/send/Proxy/send/A01/t01: Fail
199 LibTest/core/Queue/every/Queue/every/A01/t03: Fail 202 LibTest/core/Queue/every/Queue/every/A01/t03: Fail
200 LibTest/core/Queue/filter/Queue/filter/A01/t03: Fail 203 LibTest/core/Queue/filter/Queue/filter/A01/t03: Fail
201 LibTest/core/Queue/forEach/Queue/forEach/A01/t03: Fail 204 LibTest/core/Queue/forEach/Queue/forEach/A01/t03: Fail
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 LangSpecTest/13_Types/13_4_Interface_Types/A02/t01: Fail 292 LangSpecTest/13_Types/13_4_Interface_Types/A02/t01: Fail
290 LangSpecTest/13_Types/13_4_Interface_Types/A08/t03: Fail 293 LangSpecTest/13_Types/13_4_Interface_Types/A08/t03: Fail
291 LangSpecTest/13_Types/13_4_Interface_Types/A09/t01: Fail 294 LangSpecTest/13_Types/13_4_Interface_Types/A09/t01: Fail
292 LangSpecTest/13_Types/13_4_Interface_Types/A10/t03: Fail 295 LangSpecTest/13_Types/13_4_Interface_Types/A10/t03: Fail
293 LangSpecTest/13_Types/13_4_Interface_Types/A10/t10: Fail 296 LangSpecTest/13_Types/13_4_Interface_Types/A10/t10: Fail
294 LangSpecTest/13_Types/13_4_Interface_Types/A10/t11: Fail 297 LangSpecTest/13_Types/13_4_Interface_Types/A10/t11: Fail
295 LibTest/core/BadNumberFormatException/BadNumberFormatException/BadNumberFormatEx ception/A01/t01: Fail 298 LibTest/core/BadNumberFormatException/BadNumberFormatException/BadNumberFormatEx ception/A01/t01: Fail
296 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t01: Fail 299 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t01: Fail
297 LibTest/core/IllegalArgumentException/IllegalArgumentException/IllegalArgumentEx ception/A01/t01: Fail 300 LibTest/core/IllegalArgumentException/IllegalArgumentException/IllegalArgumentEx ception/A01/t01: Fail
298 LibTest/core/InternalError/toString/InternalError/toString/A01/t01: Fail 301 LibTest/core/InternalError/toString/InternalError/toString/A01/t01: Fail
299 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t10: Fail
300 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t11: Fail
301 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t12: Fail
302 LibTest/core/List/every/List/every/A01/t02: Fail 302 LibTest/core/List/every/List/every/A01/t02: Fail
303 LibTest/core/List/every/List/every/A01/t09: Fail 303 LibTest/core/List/every/List/every/A01/t09: Fail
304 LibTest/core/List/every/List/every/A01/t10: Fail 304 LibTest/core/List/every/List/every/A01/t10: Fail
305 LibTest/core/List/filter/List/filter/A01/t09: Fail 305 LibTest/core/List/filter/List/filter/A01/t09: Fail
306 LibTest/core/List/forEach/List/forEach/A01/t04: Fail 306 LibTest/core/List/forEach/List/forEach/A01/t04: Fail
307 LibTest/core/List/some/List/some/A01/t02: Fail 307 LibTest/core/List/some/List/some/A01/t02: Fail
308 LibTest/core/List/some/List/some/A01/t07: Fail 308 LibTest/core/List/some/List/some/A01/t07: Fail
309 LibTest/core/List/some/List/some/A01/t09: Fail 309 LibTest/core/List/some/List/some/A01/t09: Fail
310 LibTest/core/List/some/List/some/A01/t10: Fail 310 LibTest/core/List/some/List/some/A01/t10: Fail
311 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t03: Fail 311 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t03: Fail
312 LibTest/core/Match/group/Match/group/A01/t01: Fail 312 LibTest/core/Match/group/Match/group/A01/t01: Fail
313 LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02: Fail 313 LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02: Fail
314 LibTest/core/Queue/add/Queue/add/A01/t01: Skip # Issue 331 314 LibTest/core/Queue/add/Queue/add/A01/t01: Skip # Issue 331
315 LibTest/core/Queue/addLast/Queue/addLast/A01/t01: Skip # Issue 331 315 LibTest/core/Queue/addLast/Queue/addLast/A01/t01: Skip # Issue 331
316 LibTest/core/Queue/iterator_hasNext/Queue/iterator/hasNext/A01/t01: Skip # Issu e 331 316 LibTest/core/Queue/iterator_hasNext/Queue/iterator/hasNext/A01/t01: Skip # Issu e 331
317 LibTest/core/SendPort/send/SendPort/send/A02/t01: Fail 317 LibTest/core/SendPort/send/SendPort/send/A02/t01: Fail
318 LibTest/core/Set/add/Set/add/A01/t03: Fail 318 LibTest/core/Set/add/Set/add/A01/t03: Fail
319 LibTest/core/UnsupportedOperationException/UnsupportedOperationException/Unsuppo rtedOperationException/A01/t01: Fail 319 LibTest/core/UnsupportedOperationException/UnsupportedOperationException/Unsuppo rtedOperationException/A01/t01: Fail
320 LibTest/core/double/ceil/double/ceil/A01/t02: Fail 320 LibTest/core/double/ceil/double/ceil/A01/t02: Fail
321 LibTest/core/double/floor/double/floor/A01/t02: Fail 321 LibTest/core/double/floor/double/floor/A01/t02: Fail
322 LibTest/core/double/operator%/double/operator%/A01/t01: Fail 322 LibTest/core/double/operator%/double/operator%/A01/t01: Fail
323 LibTest/core/double/operator~div/double/operator~div/A01/t07: Fail 323 LibTest/core/double/operator~div/double/operator~div/A01/t07: Fail
324 LibTest/core/double/remainder/double/remainder/A01/t01: Fail 324 LibTest/core/double/remainder/double/remainder/A01/t01: Fail
325 LibTest/core/double/truncate/double/truncate/A01/t01: Fail 325 LibTest/core/double/truncate/double/truncate/A01/t01: Fail
326 LibTest/core/int/operator_div/int/operator/div/A01/t01: Fail 326 LibTest/core/int/operator_div/int/operator/div/A01/t01: Fail
327 [ $component == vm && $system == win32 ] 327 [ $component == vm && $system == win32 ]
328 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t12: Crash
329 LibTest/core/int/operator\^/int/operator\^/A01/t01: Skip # Bad file name. 328 LibTest/core/int/operator\^/int/operator\^/A01/t01: Skip # Bad file name.
330 LibTest/core/Math/pow/Math/pow/A07/t01: Fail 329 LibTest/core/Math/pow/Math/pow/A07/t01: Fail
331 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t01: Fail 330 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t01: Fail
332 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t02: Fail 331 LibTest/core/FallThroughError/url/FallThroughError/url/A01/t02: Fail
333 LibTest/core/Math/atan2/Math/atan2/A01/t03: Fail 332 LibTest/core/Math/atan2/Math/atan2/A01/t03: Fail
334 LibTest/core/double/operator%/double/operator%/A01/t04: Fail 333 LibTest/core/double/operator%/double/operator%/A01/t04: Fail
335 LibTest/core/double/round/double/round/A01/t01: Fail 334 LibTest/core/double/round/double/round/A01/t01: Fail
336 [ $component == vm && $system == win32 && $checked ] 335 [ $component == vm && $system == win32 && $checked ]
337 LibTest/core/TypeError/url/TypeError/url/A01/t01: Fail 336 LibTest/core/TypeError/url/TypeError/url/A01/t01: Fail
338 337
339 338
340 [ $arch == x64 ] 339 [ $arch == x64 ]
341 *: Skip 340 *: Skip
342 341
343 342
344 [ $arch == simarm ] 343 [ $arch == simarm ]
345 *: Skip 344 *: Skip
346 345
347 346
348 [ $arch == arm ] 347 [ $arch == arm ]
349 *: Skip 348 *: Skip
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