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

Side by Side Diff: samples/samples.status

Issue 48713004: Mark swarm/test/swarm_test websql_test/functional as flaky on dart2js-safari (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | tests/html/html.status » ('j') | 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 11
12 [ $compiler == dart2js && $runtime == drt ] 12 [ $compiler == dart2js && $runtime == drt ]
13 swarm/test/swarm_test: Pass, Crash, Fail # Issue 10950 13 swarm/test/swarm_test: Pass, Crash, Fail # Issue 10950
14 14
15 [ $compiler == none && $runtime == drt && $mode == debug ] 15 [ $compiler == none && $runtime == drt && $mode == debug ]
16 dromaeo_smoke_test: Crash # Issue 14218 16 dromaeo_smoke_test: Crash # Issue 14218
17 17
18 [ $runtime == ie9 ] 18 [ $runtime == ie9 ]
19 swarm/test/swarm_ui_lib/layout/layout_test: Fail # http://dartbug.com/5132 19 swarm/test/swarm_ui_lib/layout/layout_test: Fail # http://dartbug.com/5132
20 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 20 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865
21 21
22 [ $runtime == safari ] 22 [ $runtime == safari ]
23 promise_based_test: Skip 23 promise_based_test: Skip
24 swarm/test/swarm_test: Pass, Fail # Issue 14523
25
26 [ $runtime == chrome ]
27 swarm/test/swarm_test: Pass, Fail # Issue 14523
24 28
25 [ $runtime == opera ] 29 [ $runtime == opera ]
26 swarm/test/swarm_ui_lib/touch/touch_test: Fail 30 swarm/test/swarm_ui_lib/touch/touch_test: Fail
27 swarm/test/swarm_test: Fail 31 swarm/test/swarm_test: Fail
28 32
29 [ $runtime == vm ] 33 [ $runtime == vm ]
30 # Skip tests that use dart:html on the standalone VM 34 # Skip tests that use dart:html on the standalone VM
31 clock: Skip 35 clock: Skip
32 solar: Skip 36 solar: Skip
33 sunflower: Skip 37 sunflower: Skip
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 swarm/test/swarm_ui_lib/layout/layout_test: StaticWarning 91 swarm/test/swarm_ui_lib/layout/layout_test: StaticWarning
88 swarm/test/swarm_ui_lib/observable/observable_test: StaticWarning 92 swarm/test/swarm_ui_lib/observable/observable_test: StaticWarning
89 swarm/test/swarm_ui_lib/touch/touch_test: StaticWarning 93 swarm/test/swarm_ui_lib/touch/touch_test: StaticWarning
90 swarm/test/swarm_ui_lib/util/util_test: StaticWarning 94 swarm/test/swarm_ui_lib/util/util_test: StaticWarning
91 swarm/test/swarm_ui_lib/view/view_test: StaticWarning 95 swarm/test/swarm_ui_lib/view/view_test: StaticWarning
92 third_party/todomvc/test/listorder_test: StaticWarning 96 third_party/todomvc/test/listorder_test: StaticWarning
93 third_party/todomvc/test/mainpage_test: StaticWarning 97 third_party/todomvc/test/mainpage_test: StaticWarning
94 third_party/todomvc/test/markdone_shadow_test: StaticWarning 98 third_party/todomvc/test/markdone_shadow_test: StaticWarning
95 third_party/todomvc/test/markdone_test: StaticWarning 99 third_party/todomvc/test/markdone_test: StaticWarning
96 100
OLDNEW
« no previous file with comments | « no previous file | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698