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

Side by Side Diff: samples/samples.status

Issue 326633006: polymer -- fix for ie10 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: more commentary 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/polymer/lib/src/loader.dart ('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 [ $use_public_packages ] 8 [ $use_public_packages ]
9 polymer_intl: Fail # Issue 18059 9 polymer_intl: Fail # Issue 18059
10 10
11 [ $browser ] 11 [ $browser ]
12 # Skip tests that uses dart:io 12 # Skip tests that uses dart:io
13 build_dart: Skip 13 build_dart: Skip
14 build_dart_simple: Skip 14 build_dart_simple: Skip
15 sample_extension: Skip 15 sample_extension: Skip
16 third_party/todomvc/test/listorder_test: Pass, RuntimeError # Issue 19265 16 third_party/todomvc/test/listorder_test: Pass, RuntimeError # Issue 19265
17 17
18 [ $compiler == none && $browser ] 18 [ $compiler == none && $browser ]
19 pop_pop_win: Fail # Issues with package loading. TODO(kevmoo) 19 pop_pop_win: Fail # Issues with package loading. TODO(kevmoo)
20 20
21 [ $runtime == ie9 ] 21 [ $runtime == ie9 ]
22 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 22 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865
23 searchable_list/test/demo_app_test: Pass, Timeout # Issue 15047 23 searchable_list/test/demo_app_test: Pass, Timeout # Issue 15047
24 polymer_intl: Pass, Fail, Timeout # 15047, 16717 24 polymer_intl: Pass, Fail, Timeout # 15047, 16717
25 searchable_list: Pass, Fail, Timeout # 16717 25 searchable_list: Pass, Fail, Timeout # 16717
26 26
27 [ $runtime == ie10 ]
28 third_party/todomvc: Pass, RuntimeError # Issue 19265
29 searchable_list: Pass, RuntimeError # Issue 19265
30 polymer_intl: Pass, RuntimeError # Issue 19265
31
32 [ $runtime == ie11 ]
33 third_party/todomvc/test/markdone_shadow_test: Pass, Fail # Please triage.
34 polymer_intl: Pass, Fail # Please triage.
35
36
37 [ $runtime == vm ] 27 [ $runtime == vm ]
38 # Skip tests that use dart:html on the standalone VM 28 # Skip tests that use dart:html on the standalone VM
39 clock: Skip 29 clock: Skip
40 gauge: Skip 30 gauge: Skip
41 google_maps: Skip 31 google_maps: Skip
42 jsonp: Skip 32 jsonp: Skip
43 multi_touch: Skip 33 multi_touch: Skip
44 searchable_list: Skip 34 searchable_list: Skip
45 solar: Skip 35 solar: Skip
46 spirodraw: Skip 36 spirodraw: Skip
(...skipping 24 matching lines...) Expand all
71 third_party/todomvc/test/listorder_test: Pass, RuntimeError, Timeout # Issue 189 31, Issue 19127 61 third_party/todomvc/test/listorder_test: Pass, RuntimeError, Timeout # Issue 189 31, Issue 19127
72 third_party/todomvc/test/mainpage_test: Pass, RuntimeError # Issue 18931 62 third_party/todomvc/test/mainpage_test: Pass, RuntimeError # Issue 18931
73 third_party/todomvc/test/markdone_shadow_test: Pass, RuntimeError # Issue 18931 63 third_party/todomvc/test/markdone_shadow_test: Pass, RuntimeError # Issue 18931
74 third_party/todomvc/test/markdone_test: Pass, RuntimeError # Issue 18931 64 third_party/todomvc/test/markdone_test: Pass, RuntimeError # Issue 18931
75 65
76 [ $arch == arm ] 66 [ $arch == arm ]
77 sample_extension/test/sample_extension_test: Skip # Issue 14705 67 sample_extension/test/sample_extension_test: Skip # Issue 14705
78 68
79 [ $arch == simarm64 ] 69 [ $arch == simarm64 ]
80 *: Skip 70 *: Skip
OLDNEW
« no previous file with comments | « pkg/polymer/lib/src/loader.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698