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

Side by Side Diff: samples/samples.status

Issue 23498029: Update status files marking some polymer tests as timeout/flake (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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
« pkg/pkg.status ('K') | « pkg/pkg.status ('k') | 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 [ $browser ] 5 [ $browser ]
6 # Skip tests that uses dart:io 6 # Skip tests that uses dart:io
7 chat/test/chat_server_test: Skip 7 chat/test/chat_server_test: Skip
8 build_dart: Skip 8 build_dart: Skip
9 build_dart_simple: Skip 9 build_dart_simple: Skip
10 sample_extension: Skip 10 sample_extension: Skip
11 time: Skip 11 time: Skip
12 12
13 [ $compiler == dart2js && $runtime == drt ] 13 [ $compiler == dart2js && $runtime == drt ]
14 swarm/test/swarm_test: Pass, Crash, Fail # Issue 10950 14 swarm/test/swarm_test: Pass, Crash, Fail # Issue 10950
15 15
16 [ $compiler == none && $runtime == drt ] 16 [ $compiler == none && $runtime == drt ]
17 dartcombat/test/dartcombat_test: Skip # Issue 2790 17 dartcombat/test/dartcombat_test: Skip # Issue 2790
18 18
19 [ $runtime == chrome || $runtime == ff || $runtime == safari ] 19 [ $runtime == chrome || $runtime == ff || $runtime == safari ]
20 dartcombat/test/dartcombat_test: Skip # passes locally but timeout on bot? 20 dartcombat/test/dartcombat_test: Skip # passes locally but timeout on bot?
21 21
22 [ $runtime == ie9 ] 22 [ $runtime == ie9 ]
23 swarm/test/swarm_ui_lib/layout/layout_test: Fail # http://dartbug.com/5132 23 swarm/test/swarm_ui_lib/layout/layout_test: Fail # http://dartbug.com/5132
24 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 24 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865
25 25
26 [ $runtime == safari ] 26 [ $runtime == safari ]
27 promise_based_test: Skip 27 promise_based_test: Skip
28 third_party/todomvc: Pass, Fail # Flaky? Issue 12865 28 third_party/todomvc: Pass, Fail # Flaky? Issue 12865
29 29
30 [ $system == windows && $runtime == ff ]
31 third_party/todomvc: pass, Timeout # Issue 13260
32
33 [ $system == windows $runtime == chrome ]
34 third_party/todomvc: pass, Timeout # Issue 13260
35
30 [ $runtime == opera ] 36 [ $runtime == opera ]
31 swarm/test/swarm_ui_lib/touch/touch_test: Fail 37 swarm/test/swarm_ui_lib/touch/touch_test: Fail
32 swarm/test/swarm_test: Fail 38 swarm/test/swarm_test: Fail
33 39
34 [ $runtime == vm ] 40 [ $runtime == vm ]
35 # Skip tests that use dart:html on the standalone VM 41 # Skip tests that use dart:html on the standalone VM
36 clock: Skip 42 clock: Skip
37 dartcombat: Skip 43 dartcombat: Skip
38 hi: Skip 44 hi: Skip
39 solar: Skip 45 solar: Skip
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 *: Skip 78 *: Skip
73 79
74 [ $arch == simarm ] 80 [ $arch == simarm ]
75 *: Skip 81 *: Skip
76 82
77 [ $arch == mips ] 83 [ $arch == mips ]
78 *: Skip 84 *: Skip
79 85
80 [ $arch == simmips ] 86 [ $arch == simmips ]
81 *: Skip 87 *: Skip
OLDNEW
« pkg/pkg.status ('K') | « pkg/pkg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698