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

Side by Side Diff: samples/samples.status

Issue 180273004: Fixes in smoke, which in turn should fix todomvc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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/smoke/test/static_test.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 [ $browser ] 5 [ $browser ]
6 # Skip tests that uses dart:io 6 # Skip tests that uses dart:io
7 build_dart: Skip 7 build_dart: Skip
8 build_dart_simple: Skip 8 build_dart_simple: Skip
9 sample_extension: Skip 9 sample_extension: Skip
10 10
(...skipping 13 matching lines...) Expand all
24 searchable_list: Skip 24 searchable_list: Skip
25 solar: Skip 25 solar: Skip
26 spirodraw: Skip 26 spirodraw: Skip
27 sunflower: Skip 27 sunflower: Skip
28 swipe: Skip 28 swipe: Skip
29 polymer_intl: Skip 29 polymer_intl: Skip
30 30
31 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] 31 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
32 third_party/todomvc: Skip # uses dart:html 32 third_party/todomvc: Skip # uses dart:html
33 33
34 [ $compiler == none && $runtime == drt ]
35 third_party/todomvc: Fail # Issue 17097
36
37 [ $compiler == none && $runtime == dartium ]
38 third_party/todomvc: Timeout # Issue 17097
39
40 [ $compiler == dart2js && $browser ] 34 [ $compiler == dart2js && $browser ]
41 35
42 [ $compiler == dart2js && $runtime == none ] 36 [ $compiler == dart2js && $runtime == none ]
43 *: Fail, Pass # TODO(ahe): Triage these tests. 37 *: Fail, Pass # TODO(ahe): Triage these tests.
44 38
45 [ $compiler == dart2analyzer ] 39 [ $compiler == dart2analyzer ]
46 build_dart: Skip 40 build_dart: Skip
47 41
48 [ $compiler == dart2dart ] 42 [ $compiler == dart2dart ]
49 # Skip until we stabilize language tests. 43 # Skip until we stabilize language tests.
50 *: Skip 44 *: Skip
51 45
52 [ $arch == arm ] 46 [ $arch == arm ]
53 sample_extension/test/sample_extension_test: Skip # Issue 14705 47 sample_extension/test/sample_extension_test: Skip # Issue 14705
OLDNEW
« no previous file with comments | « pkg/smoke/test/static_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698