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

Side by Side Diff: samples/samples.status

Issue 338773003: Disable android content_shell timing out tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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 | 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 [ $use_public_packages == false && $use_repository_packages == false] 5 [ $use_public_packages == false && $use_repository_packages == false]
6 pop_pop_win: Skip # Require packages 6 pop_pop_win: Skip # Require packages
7 7
8 [ $browser ] 8 [ $browser ]
9 # Skip tests that uses dart:io 9 # Skip tests that uses dart:io
10 build_dart: Skip 10 build_dart: Skip
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 searchable_list/test/demo_app_test: Pass, Timeout 53 searchable_list/test/demo_app_test: Pass, Timeout
54 54
55 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ] 55 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ]
56 polymer_intl/test/polymer_intl_test: Pass, RuntimeError # Issue 18931 56 polymer_intl/test/polymer_intl_test: Pass, RuntimeError # Issue 18931
57 searchable_list/test/demo_app_test: Pass, RuntimeError # Issue 18931 57 searchable_list/test/demo_app_test: Pass, RuntimeError # Issue 18931
58 third_party/todomvc/test/listorder_test: Pass, RuntimeError, Timeout # Issue 189 31, Issue 19127 58 third_party/todomvc/test/listorder_test: Pass, RuntimeError, Timeout # Issue 189 31, Issue 19127
59 third_party/todomvc/test/mainpage_test: Pass, RuntimeError # Issue 18931 59 third_party/todomvc/test/mainpage_test: Pass, RuntimeError # Issue 18931
60 third_party/todomvc/test/markdone_shadow_test: Pass, RuntimeError # Issue 18931 60 third_party/todomvc/test/markdone_shadow_test: Pass, RuntimeError # Issue 18931
61 third_party/todomvc/test/markdone_test: Pass, RuntimeError # Issue 18931 61 third_party/todomvc/test/markdone_test: Pass, RuntimeError # Issue 18931
62 62
63 [ $compiler == none && $runtime == ContentShellOnAndroid ]
64 third_party/todomvc/test/listorder_test: Skip # Times out
65 third_party/todomvc/test/mainpage_test: Skip # Times out
66 third_party/todomvc/test/markdone_shadow_test: Skip # Times out
67 third_party/todomvc/test/markdone_test: Skip # Times out
68
69
70
63 [ $compiler == none && $runtime == drt ] 71 [ $compiler == none && $runtime == drt ]
64 third_party/todomvc/test/markdone_shadow_test: RuntimeError # Issue 19414 72 third_party/todomvc/test/markdone_shadow_test: RuntimeError # Issue 19414
65 73
66 [ $arch == arm ] 74 [ $arch == arm ]
67 sample_extension/test/sample_extension_test: Skip # Issue 14705 75 sample_extension/test/sample_extension_test: Skip # Issue 14705
68 76
69 [ $arch == simarm64 ] 77 [ $arch == simarm64 ]
70 *: Skip 78 *: Skip
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