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

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

Issue 8351041: More co19 fiddling. Sections are tricky. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4 7 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4
8 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip 8 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip
9 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip 9 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip
10 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Skip 10 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Skip
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 LibTest/core/Date/weekday/Date/weekday/A01/t02: Fail 62 LibTest/core/Date/weekday/Date/weekday/A01/t02: Fail
63 LibTest/core/List/sort/List/sort/A01/t04: Fail 63 LibTest/core/List/sort/List/sort/A01/t04: Fail
64 LibTest/core/List/sort/List/sort/A01/t05: Fail 64 LibTest/core/List/sort/List/sort/A01/t05: Fail
65 LibTest/core/Queue/every/Queue/every/A01/t06: Fail 65 LibTest/core/Queue/every/Queue/every/A01/t06: Fail
66 LibTest/core/Queue/filter/Queue/filter/A01/t06: Fail 66 LibTest/core/Queue/filter/Queue/filter/A01/t06: Fail
67 LibTest/core/List/sort/List/sort/A01/t06: Fail 67 LibTest/core/List/sort/List/sort/A01/t06: Fail
68 LibTest/core/Queue/forEach/Queue/forEach/A01/t04: Fail 68 LibTest/core/Queue/forEach/Queue/forEach/A01/t04: Fail
69 LibTest/core/Queue/some/Queue/some/A01/t06: Fail 69 LibTest/core/Queue/some/Queue/some/A01/t06: Fail
70 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.10_CharacterEscape/RegE xp/firstMatch/CharacterEscape/A06/t02: Fail 70 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.10_CharacterEscape/RegE xp/firstMatch/CharacterEscape/A06/t02: Fail
71 LibTest/core/StringBuffer/isEmpty/StringBuffer/isEmpty/A01/t01: Fail 71 LibTest/core/StringBuffer/isEmpty/StringBuffer/isEmpty/A01/t01: Fail
72
73
74 # List.fromList has been removed.
75 LibTest/core/List/List.fromList/*: Fail
76
77
78
72 [ $component == vm && $unchecked ] 79 [ $component == vm && $unchecked ]
73 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A18/t01: Fail 80 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A18/t01: Fail
74 LangGuideTest/08_Expressions/A02/t02: Fail 81 LangGuideTest/08_Expressions/A02/t02: Fail
75 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/A03/t01: Fail 82 LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Named_Argument s/A03/t01: Fail
76 LibTest/core/List/every/List/every/A01/t05: Fail 83 LibTest/core/List/every/List/every/A01/t05: Fail
77 LibTest/core/List/every/List/every/A01/t06: Fail 84 LibTest/core/List/every/List/every/A01/t06: Fail
78 LibTest/core/List/every/List/every/A01/t07: Fail 85 LibTest/core/List/every/List/every/A01/t07: Fail
79 LibTest/core/List/filter/List/filter/A01/t07: Fail 86 LibTest/core/List/filter/List/filter/A01/t07: Fail
80 LibTest/core/List/forEach/List/forEach/A01/t07: Fail 87 LibTest/core/List/forEach/List/forEach/A01/t07: Fail
81 LibTest/core/List/some/List/some/A01/t04: Fail 88 LibTest/core/List/some/List/some/A01/t04: Fail
82 LibTest/core/List/some/List/some/A01/t05: Fail 89 LibTest/core/List/some/List/some/A01/t05: Fail
83 LibTest/core/List/some/List/some/A01/t06: Fail 90 LibTest/core/List/some/List/some/A01/t06: Fail
84 91
85 92
86 # List.fromList has been removed.
87 LibTest/core/List/List.fromList/*: Fail
88
89
90 # New problems on 2011-11-01. 93 # New problems on 2011-11-01.
91 [ $component == vm && $mode == debug ] 94 [ $component == vm && $mode == debug ]
92 LibTest/core/Expect/throws/Expect/throws/A01/t03: Crash 95 LibTest/core/Expect/throws/Expect/throws/A01/t03: Crash
93 LibTest/core/Expect/throws/Expect/throws/A01/t04: Crash 96 LibTest/core/Expect/throws/Expect/throws/A01/t04: Crash
94 LibTest/core/List/copyFrom/List/copyFrom/A01/t03: Crash 97 LibTest/core/List/copyFrom/List/copyFrom/A01/t03: Crash
95 LibTest/core/List/copyFrom/List/copyFrom/A01/t04: Crash 98 LibTest/core/List/copyFrom/List/copyFrom/A01/t04: Crash
96 LibTest/core/double/ceil/double/ceil/A01/t05: Crash 99 LibTest/core/double/ceil/double/ceil/A01/t05: Crash
97 LibTest/core/double/floor/double/floor/A01/t05: Crash 100 LibTest/core/double/floor/double/floor/A01/t05: Crash
98 [ $component == vm && $mode == debug && $unchecked ] 101 [ $component == vm && $mode == debug && $unchecked ]
99 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t12: Pass || Timeout 102 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t12: Pass || Timeout
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 LibTest/core/BadNumberFormatException/BadNumberFormatException/BadNumberFormatEx ception/A01/t01: Fail 297 LibTest/core/BadNumberFormatException/BadNumberFormatException/BadNumberFormatEx ception/A01/t01: Fail
295 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t01: Fail 298 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t01: Fail
296 LibTest/core/IllegalArgumentException/IllegalArgumentException/IllegalArgumentEx ception/A01/t01: Fail 299 LibTest/core/IllegalArgumentException/IllegalArgumentException/IllegalArgumentEx ception/A01/t01: Fail
297 LibTest/core/InternalError/toString/InternalError/toString/A01/t01: Fail 300 LibTest/core/InternalError/toString/InternalError/toString/A01/t01: Fail
298 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t10: Fail 301 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t10: Fail
299 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t11: Fail 302 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t11: Fail
300 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t12: Fail 303 LibTest/core/Isolate/spawn/Isolate/spawn/A01/t12: Fail
301 LibTest/core/List/every/List/every/A01/t02: Fail 304 LibTest/core/List/every/List/every/A01/t02: Fail
302 LibTest/core/List/every/List/every/A01/t09: Fail 305 LibTest/core/List/every/List/every/A01/t09: Fail
303 LibTest/core/List/every/List/every/A01/t10: Fail 306 LibTest/core/List/every/List/every/A01/t10: Fail
304 LibTest/core/List/filter/List/filter/A01/t07: Fail
305 LibTest/core/List/filter/List/filter/A01/t09: Fail 307 LibTest/core/List/filter/List/filter/A01/t09: Fail
306 LibTest/core/List/forEach/List/forEach/A01/t04: Fail 308 LibTest/core/List/forEach/List/forEach/A01/t04: Fail
307 LibTest/core/List/some/List/some/A01/t02: Fail 309 LibTest/core/List/some/List/some/A01/t02: Fail
308 LibTest/core/List/some/List/some/A01/t07: Fail 310 LibTest/core/List/some/List/some/A01/t07: Fail
309 LibTest/core/List/some/List/some/A01/t09: Fail 311 LibTest/core/List/some/List/some/A01/t09: Fail
310 LibTest/core/List/some/List/some/A01/t10: Fail 312 LibTest/core/List/some/List/some/A01/t10: Fail
311 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t03: Fail 313 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t03: Fail
312 LibTest/core/Match/group/Match/group/A01/t01: Fail 314 LibTest/core/Match/group/Match/group/A01/t01: Fail
313 LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02: Fail 315 LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02: Fail
314 LibTest/core/Queue/add/Queue/add/A01/t01: Timeout 316 LibTest/core/Queue/add/Queue/add/A01/t01: Timeout
(...skipping 14 matching lines...) Expand all
329 [ $arch == x64 ] 331 [ $arch == x64 ]
330 *: Skip 332 *: Skip
331 333
332 334
333 [ $arch == simarm ] 335 [ $arch == simarm ]
334 *: Skip 336 *: Skip
335 337
336 338
337 [ $arch == arm ] 339 [ $arch == arm ]
338 *: Skip 340 *: 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