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

Side by Side Diff: samples/samples.status

Issue 24148004: More tweaking of chrome-on-android status files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « no previous file | 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 ] 54 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
55 swarm/test/swarm_test: Pass, Slow # TODO(kasperl): Please triage. 55 swarm/test/swarm_test: Fail # TODO(kasperl): Please triage.
56 swarm/test/swarm_ui_lib/layout/layout_test: Fail # TODO(kasperl): Please triage. 56 swarm/test/swarm_ui_lib/layout/layout_test: Fail # TODO(kasperl): Please triage.
57 57
58 [ $compiler == dart2js && $runtime == none ] 58 [ $compiler == dart2js && $runtime == none ]
59 *: Fail, Pass # TODO(ahe): Triage these tests. 59 *: Fail, Pass # TODO(ahe): Triage these tests.
60 60
61 [ $browser ] 61 [ $browser ]
62 # This may be related to issue 157 62 # This may be related to issue 157
63 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
64 64
65 [ $compiler == dart2js && $runtime == ff ] 65 [ $compiler == dart2js && $runtime == ff ]
(...skipping 16 matching lines...) Expand all
82 *: Skip 82 *: Skip
83 83
84 [ $arch == simarm ] 84 [ $arch == simarm ]
85 *: Skip 85 *: Skip
86 86
87 [ $arch == mips ] 87 [ $arch == mips ]
88 *: Skip 88 *: Skip
89 89
90 [ $arch == simmips ] 90 [ $arch == simmips ]
91 *: Skip 91 *: Skip
OLDNEW
« no previous file with comments | « no previous file | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698