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

Side by Side Diff: samples/samples.status

Issue 23653043: First attempt at fixing the status file for chrome-on-android. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Don't mess with bailouts. Created 7 years, 3 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/pkg.status ('k') | tests/co19/co19-dart2js.status » ('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 [ $browser ] 5 [ $browser ]
6 # Skip tests that uses dart:io 6 # Skip tests that uses dart:io
7 chat/test/chat_server_test: Skip 7 chat/test/chat_server_test: Skip
8 build_dart: Skip 8 build_dart: Skip
9 build_dart_simple: Skip 9 build_dart_simple: Skip
10 sample_extension: Skip 10 sample_extension: Skip
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 hi: Skip 44 hi: Skip
45 solar: Skip 45 solar: Skip
46 sunflower: Skip 46 sunflower: Skip
47 swarm: Skip 47 swarm: Skip
48 swipe: Skip 48 swipe: Skip
49 third_party/todomvc: Skip 49 third_party/todomvc: Skip
50 50
51 [ $compiler == dart2js && $browser ] 51 [ $compiler == dart2js && $browser ]
52 dartcombat/test/dartcombat_test: Skip 52 dartcombat/test/dartcombat_test: Skip
53 53
54 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
55 swarm/test/swarm_test: Pass, Slow # TODO(kasperl): Please triage.
56 swarm/test/swarm_ui_lib/layout/layout_test: Fail # TODO(kasperl): Please triage.
57
54 [ $compiler == dart2js && $runtime == none ] 58 [ $compiler == dart2js && $runtime == none ]
55 *: Fail, Pass # TODO(ahe): Triage these tests. 59 *: Fail, Pass # TODO(ahe): Triage these tests.
56 60
57 [ $browser ] 61 [ $browser ]
58 # This may be related to issue 157 62 # This may be related to issue 157
59 swarm/test/swarm_ui_lib/touch/touch_test: Fail # Expectation: Solver. Expect.app roxEquals(expected:9, actual:8.990625000000001, tolerance:0.0009) fails 63 swarm/test/swarm_ui_lib/touch/touch_test: Fail # Expectation: Solver. Expect.app roxEquals(expected:9, actual:8.990625000000001, tolerance:0.0009) fails
60 64
61 [ $compiler == dart2js && $runtime == ff ] 65 [ $compiler == dart2js && $runtime == ff ]
62 swarm/test/swarm_test: Fail # Issue 5633 66 swarm/test/swarm_test: Fail # Issue 5633
63 67
(...skipping 14 matching lines...) Expand all
78 *: Skip 82 *: Skip
79 83
80 [ $arch == simarm ] 84 [ $arch == simarm ]
81 *: Skip 85 *: Skip
82 86
83 [ $arch == mips ] 87 [ $arch == mips ]
84 *: Skip 88 *: Skip
85 89
86 [ $arch == simmips ] 90 [ $arch == simmips ]
87 *: Skip 91 *: Skip
OLDNEW
« no previous file with comments | « pkg/pkg.status ('k') | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698