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

Side by Side Diff: samples/samples.status

Issue 335943003: merge to trunk all changes from 36817 until 37378 under the packages: polymer, (Closed) Base URL: http://dart.googlecode.com/svn/trunk/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 | « pkg/web_components/test/interop_test.html ('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 [ $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
11 build_dart_simple: Skip 11 build_dart_simple: Skip
12 sample_extension: Skip 12 sample_extension: Skip
13 third_party/todomvc/test/listorder_test: Pass, RuntimeError # Issue 19265
13 14
14 [ $compiler == none && $browser ] 15 [ $compiler == none && $browser ]
15 pop_pop_win: Fail # Issues with package loading. TODO(kevmoo) 16 pop_pop_win: Fail # Issues with package loading. TODO(kevmoo)
16 17
17 [ $runtime == ie9 ] 18 [ $runtime == ie9 ]
18 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 19 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865
19 searchable_list/test/demo_app_test: Pass, Timeout # Issue 15047 20 searchable_list/test/demo_app_test: Pass, Timeout # Issue 15047
20 polymer_intl: Pass, Fail, Timeout # 15047, 16717 21 polymer_intl: Pass, Fail, Timeout # 15047, 16717
21 searchable_list: Pass, Fail, Timeout # 16717 22 searchable_list: Pass, Fail, Timeout # 16717
22 23
23 [ $runtime == ie11 ]
24 third_party/todomvc/test/markdone_shadow_test: Pass, Fail # Please triage.
25 polymer_intl: Pass, Fail # Please triage.
26
27
28 [ $runtime == vm ] 24 [ $runtime == vm ]
29 # Skip tests that use dart:html on the standalone VM 25 # Skip tests that use dart:html on the standalone VM
30 clock: Skip 26 clock: Skip
31 gauge: Skip 27 gauge: Skip
32 google_maps: Skip 28 google_maps: Skip
33 jsonp: Skip 29 jsonp: Skip
34 multi_touch: Skip 30 multi_touch: Skip
35 searchable_list: Skip 31 searchable_list: Skip
36 solar: Skip 32 solar: Skip
37 spirodraw: Skip 33 spirodraw: Skip
(...skipping 19 matching lines...) Expand all
57 searchable_list/test/demo_app_test: Pass, Timeout 53 searchable_list/test/demo_app_test: Pass, Timeout
58 54
59 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ] 55 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid ) ]
60 polymer_intl/test/polymer_intl_test: Pass, RuntimeError # Issue 18931 56 polymer_intl/test/polymer_intl_test: Pass, RuntimeError # Issue 18931
61 searchable_list/test/demo_app_test: Pass, RuntimeError # Issue 18931 57 searchable_list/test/demo_app_test: Pass, RuntimeError # Issue 18931
62 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
63 third_party/todomvc/test/mainpage_test: Pass, RuntimeError # Issue 18931 59 third_party/todomvc/test/mainpage_test: Pass, RuntimeError # Issue 18931
64 third_party/todomvc/test/markdone_shadow_test: Pass, RuntimeError # Issue 18931 60 third_party/todomvc/test/markdone_shadow_test: Pass, RuntimeError # Issue 18931
65 third_party/todomvc/test/markdone_test: Pass, RuntimeError # Issue 18931 61 third_party/todomvc/test/markdone_test: Pass, RuntimeError # Issue 18931
66 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
67 [ $compiler == none && $runtime == drt ] 71 [ $compiler == none && $runtime == drt ]
68 third_party/todomvc/test/markdone_shadow_test: RuntimeError # Issue 19414 72 third_party/todomvc/test/markdone_shadow_test: RuntimeError # Issue 19414
69 73
70 [ $arch == arm ] 74 [ $arch == arm ]
71 sample_extension/test/sample_extension_test: Skip # Issue 14705 75 sample_extension/test/sample_extension_test: Skip # Issue 14705
72 76
73 [ $arch == simarm64 ] 77 [ $arch == simarm64 ]
74 *: Skip 78 *: Skip
OLDNEW
« no previous file with comments | « pkg/web_components/test/interop_test.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698