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

Side by Side Diff: samples/samples.status

Issue 786443002: Delete pop-pop-win from the repo (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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 | « samples/pop_pop_win/web/platform_web.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]
6 pop_pop_win: Skip # Require packages
7
8 [ $browser ] 5 [ $browser ]
9 # Skip tests that uses dart:io 6 # Skip tests that uses dart:io
10 build_dart: Skip 7 build_dart: Skip
11 build_dart_simple: Skip 8 build_dart_simple: Skip
12 sample_extension: Skip 9 sample_extension: Skip
13 10
14 [ $compiler == none && $browser ]
15 pop_pop_win: Fail # Issues with package loading. TODO(kevmoo)
16
17 [ $runtime == vm ] 11 [ $runtime == vm ]
18 # Skip tests that use dart:html on the standalone VM 12 # Skip tests that use dart:html on the standalone VM
19 sunflower: Skip 13 sunflower: Skip
20 14
21 [ $compiler == dart2js && $runtime == none ] 15 [ $compiler == dart2js && $runtime == none ]
22 *: Fail, Pass # TODO(ahe): Triage these tests. 16 *: Fail, Pass # TODO(ahe): Triage these tests.
23 17
24 [ $compiler == dart2analyzer ] 18 [ $compiler == dart2analyzer ]
25 build_dart: Skip 19 build_dart: Skip
26 20
27 [ $compiler == dart2dart ] 21 [ $compiler == dart2dart ]
28 # Skip until we stabilize language tests. 22 # Skip until we stabilize language tests.
29 *: Skip 23 *: Skip
30 24
31 [ $arch == arm ] 25 [ $arch == arm ]
32 sample_extension/test/sample_extension_test: Skip # Issue 14705 26 sample_extension/test/sample_extension_test: Skip # Issue 14705
33 27
34 [ $arch == simarm64 ] 28 [ $arch == simarm64 ]
35 *: Skip 29 *: Skip
OLDNEW
« no previous file with comments | « samples/pop_pop_win/web/platform_web.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698