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

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

Issue 147923014: Removed status file entries referring to non-existent tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 10 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 | dart/tests/compiler/dart2js/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 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
11 [ $compiler == dart2js && $runtime == drt ]
12 swarm/test/swarm_test: Pass, Crash, Fail # Issue 10950
13
14 [ $compiler == none && $runtime == drt && $mode == debug ]
15 dromaeo_smoke_test: Crash # Issue 14218
16
17 [ $runtime == ie9 ] 11 [ $runtime == ie9 ]
18 swarm/test/swarm_ui_lib/layout/layout_test: Fail # http://dartbug.com/5132
19 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 12 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865
20 searchable_list/test/demo_app_test: Pass, Timeout # Issue 15047 13 searchable_list/test/demo_app_test: Pass, Timeout # Issue 15047
21 polymer_intl: Pass, Timeout # 15047 14 polymer_intl: Pass, Timeout # 15047
22 15
23 [ $runtime == safari ]
24 promise_based_test: Skip
25 swarm/test/swarm_test: Pass, Fail # Issue 14523
26
27 [ $runtime == chrome ]
28 swarm/test/swarm_test: Pass, Fail # Issue 14523
29
30 [ $runtime == opera ]
31 swarm/test/swarm_ui_lib/touch/touch_test: Fail
32 swarm/test/swarm_test: Fail
33
34 [ $runtime == vm ] 16 [ $runtime == vm ]
35 # Skip tests that use dart:html on the standalone VM 17 # Skip tests that use dart:html on the standalone VM
36 clock: Skip 18 clock: Skip
37 gauge: Skip 19 gauge: Skip
38 google_maps: Skip 20 google_maps: Skip
39 jsonp: Skip 21 jsonp: Skip
40 multi_touch: Skip 22 multi_touch: Skip
41 searchable_list: Skip 23 searchable_list: Skip
42 solar: Skip 24 solar: Skip
43 spirodraw: Skip 25 spirodraw: Skip
44 sunflower: Skip 26 sunflower: Skip
45 swarm: Skip
46 swipe: Skip 27 swipe: Skip
47 polymer_intl: Skip 28 polymer_intl: Skip
48 29
49 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] 30 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
50 third_party/todomvc: Skip # uses dart:html 31 third_party/todomvc: Skip # uses dart:html
51 32
52 [ $compiler == dart2js && $browser ] 33 [ $compiler == dart2js && $browser ]
53 34
54 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
55 swarm/test/swarm_test: Fail # TODO(kasperl): Please triage.
56 swarm/test/swarm_ui_lib/layout/layout_test: Fail # TODO(kasperl): Please triage.
57
58 [ $compiler == dart2js && $runtime == none ] 35 [ $compiler == dart2js && $runtime == none ]
59 *: Fail, Pass # TODO(ahe): Triage these tests. 36 *: Fail, Pass # TODO(ahe): Triage these tests.
60 37
61 [ $compiler == none && $runtime == dartium ]
62 swarm/test/swarm_test: Fail # Issue 13719: Please triage this failure.
63
64 [ $browser ]
65 # This may be related to issue 157
66 swarm/test/swarm_ui_lib/touch/touch_test: Fail # Expectation: Solver. Expect.app roxEquals(expected:9, actual:8.990625000000001, tolerance:0.0009) fails
67
68 [ $compiler == dart2js && $runtime == ff ]
69 swarm/test/swarm_test: Fail # Issue 5633
70
71 [ $compiler == dart2js && $runtime == drt && $system == windows ]
72 swarm/test/swarm_test: Fail # Issue 4517
73
74 [ $compiler == dart2js && $runtime == ie9 ]
75 swarm/test/swarm_test: Timeout, Fail # Issue 5633
76
77 [ $compiler == dart2analyzer ] 38 [ $compiler == dart2analyzer ]
78 build_dart: Skip 39 build_dart: Skip
79 40
80 [ $compiler == dart2dart ] 41 [ $compiler == dart2dart ]
81 # Skip until we stabilize language tests. 42 # Skip until we stabilize language tests.
82 *: Skip 43 *: Skip
83 44
84 [ $arch == arm ] 45 [ $arch == arm ]
85 sample_extension/test/sample_extension_test: Skip # Issue 14705 46 sample_extension/test/sample_extension_test: Skip # Issue 14705
86 47
87 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
88 chat/test/chat_server_test: StaticWarning
89 swarm/test/swarm_test: StaticWarning
90 swarm/test/swarm_ui_lib/layout/layout_test: StaticWarning
91 swarm/test/swarm_ui_lib/observable/observable_test: StaticWarning
92 swarm/test/swarm_ui_lib/touch/touch_test: StaticWarning
93 swarm/test/swarm_ui_lib/util/util_test: StaticWarning
94 swarm/test/swarm_ui_lib/view/view_test: StaticWarning
95
OLDNEW
« no previous file with comments | « no previous file | dart/tests/compiler/dart2js/dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698