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

Side by Side Diff: dart/samples/samples.status

Issue 226623011: Version 1.3.0-dev.7.13 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 6 years, 8 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 | « dart/pkg/pkgbuild.status ('k') | dart/tools/VERSION » ('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
11 build_dart_simple: Skip 11 build_dart_simple: Skip
12 sample_extension: Skip 12 sample_extension: Skip
13 13
14 [ $compiler == dart2js && $browser ]
15 # These samples were patched to work with polymer-0.10.0-pre.7, but that version
16 # of polymer was not merged in trunk:
17 third_party/todomvc: Fail
18 searchable_list: Fail
19 polymer_intl: Fail
20
14 [ $compiler == none && $browser ] 21 [ $compiler == none && $browser ]
15 pop_pop_win: Fail # Issues with package loading. TODO(kevmoo) 22 pop_pop_win: Fail # Issues with package loading. TODO(kevmoo)
23 # These samples were patched to work with polymer-0.10.0-pre.7, but that version
24 # of polymer was not merged in trunk:
25 third_party/todomvc: Skip # Timeout
26 searchable_list: Skip # Timeout
27 polymer_intl: Skip # Timeout
16 28
17 [ $runtime == ie9 ] 29 [ $runtime == ie9 ]
18 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 30 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865
19 searchable_list/test/demo_app_test: Pass, Timeout # Issue 15047 31 searchable_list/test/demo_app_test: Pass, Timeout # Issue 15047
20 polymer_intl: Pass, Fail, Timeout # 15047, 16717 32 polymer_intl: Pass, Fail, Timeout # 15047, 16717
21 searchable_list: Pass, Fail, Timeout # 16717 33 searchable_list: Pass, Fail, Timeout # 16717
22 34
23 [ $runtime == vm ] 35 [ $runtime == vm ]
24 # Skip tests that use dart:html on the standalone VM 36 # Skip tests that use dart:html on the standalone VM
25 clock: Skip 37 clock: Skip
(...skipping 16 matching lines...) Expand all
42 54
43 [ $compiler == dart2analyzer ] 55 [ $compiler == dart2analyzer ]
44 build_dart: Skip 56 build_dart: Skip
45 57
46 [ $compiler == dart2dart ] 58 [ $compiler == dart2dart ]
47 # Skip until we stabilize language tests. 59 # Skip until we stabilize language tests.
48 *: Skip 60 *: Skip
49 61
50 [ $arch == arm ] 62 [ $arch == arm ]
51 sample_extension/test/sample_extension_test: Skip # Issue 14705 63 sample_extension/test/sample_extension_test: Skip # Issue 14705
OLDNEW
« no previous file with comments | « dart/pkg/pkgbuild.status ('k') | dart/tools/VERSION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698