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

Side by Side Diff: tests/html/html.status

Issue 10578033: Defrog html.status (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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 | 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 event_test: Skip # Issue 1996 5 event_test: Skip # Issue 1996
6 webgl_1_test: Skip # Issue 1495 6 webgl_1_test: Skip # Issue 1495
7 xmldocument_test: Skip # XML in dart:html is incomplete 7 xmldocument_test: Skip # XML in dart:html is incomplete
8 xmlelement_test: Skip # XML in dart:html is incomplete 8 xmlelement_test: Skip # XML in dart:html is incomplete
9 measurement_test: Pass, Fail # Issue 1940 9 measurement_test: Pass, Fail # Issue 1940
10 10
11 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 11 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
12 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented 12 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
13 typed_arrays_dataview_test: Fail # DataView constructor not implemented. 13 typed_arrays_dataview_test: Fail # DataView constructor not implemented.
14 14
15 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g ] 15 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g ]
16 native_gc_test: Skip # Issue 2538. Too slow in debug. 16 native_gc_test: Skip # Issue 2538. Too slow in debug.
17 17
18 [ $compiler == none && $runtime == drt && $system == windows] 18 [ $compiler == none && $runtime == drt && $system == windows]
19 audiocontext_test: Skip 19 audiocontext_test: Skip
20 20
21 [ $compiler == none && $runtime == drt && $system == macos] 21 [ $compiler == none && $runtime == drt && $system == macos]
22 audiocontext_test: Pass, Fail 22 audiocontext_test: Pass, Fail
23 23
24 [ $compiler == frog && $runtime == drt ] 24 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera ]
25 html_test: Skip # Issue 2657
26 request_animation_frame_test: Skip # drt hangs
27
28 [ $compiler == frog && ($runtime == drt || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera) ]
29 fileapi_test: Skip # Timeout, issue 3022, FileSystem API not supported.
30 window_nosuchmethod_test: Fail # Issue 1837, frog puts top-level members in the global JS namespace.
31
32 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera || ($runtime == drt && $compiler == frog)]
33 # TODO(vsm): Triage DOM tests. 25 # TODO(vsm): Triage DOM tests.
34 dom_isolates_test: Fail 26 dom_isolates_test: Fail
35 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre ctly. 27 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre ctly.
36 window_open_test: Fail 28 window_open_test: Fail
37 29
38 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ] 30 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ]
39 history_test: Fail 31 history_test: Fail
40 32
41 [ $runtime == chrome ] 33 [ $runtime == chrome ]
42 cssstyledeclaration_test: Fail 34 cssstyledeclaration_test: Fail
(...skipping 16 matching lines...) Expand all
59 xhr_test: Fail 51 xhr_test: Fail
60 52
61 [ $runtime == safari ] 53 [ $runtime == safari ]
62 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not a function 54 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not a function
63 cssstyledeclaration_test: Fail 55 cssstyledeclaration_test: Fail
64 element_test: Fail 56 element_test: Fail
65 node_test: Fail 57 node_test: Fail
66 svgelement_test: Fail 58 svgelement_test: Fail
67 svgelement2_test: Fail 59 svgelement2_test: Fail
68 60
69 [ $compiler == frog && $runtime == ff ]
70 # _toDartException fails to translate TypeError for call to x.set$onfocus(null)
71 hidden_dom_1_test: Fail
72 # _toDartException fails to translate TypeError for call to x.appendChild$_(y)
73 hidden_dom_2_test: Fail
74
75 [ $runtime == ff ] 61 [ $runtime == ff ]
76 audiocontext_test: Fail # FF only has Audio element 62 audiocontext_test: Fail # FF only has Audio element
77 css_test: Fail # No analog to WebKitCSSMatrix 63 css_test: Fail # No analog to WebKitCSSMatrix
78 cssstyledeclaration_test: Fail 64 cssstyledeclaration_test: Fail
79 callbacks_test: Fail # (webkit|moz|ms)RequestAnimationFrame 65 callbacks_test: Fail # (webkit|moz|ms)RequestAnimationFrame
80 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut e instead. 66 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut e instead.
81 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut e instead. 67 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut e instead.
82 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 68 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
83 documentfragment_test: Fail 69 documentfragment_test: Fail
84 element_test: Fail 70 element_test: Fail
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 *: Skip 110 *: Skip
125 111
126 # 'html' tests import the HTML library, so they only make sense in 112 # 'html' tests import the HTML library, so they only make sense in
127 # a browser environment. 113 # a browser environment.
128 [ $compiler == dartc ] 114 [ $compiler == dartc ]
129 *: Skip 115 *: Skip
130 116
131 [ $runtime == vm ] 117 [ $runtime == vm ]
132 *: Skip 118 *: Skip
133 119
134 [ $compiler == frog && $runtime == d8 ]
135 *: Skip
136
137 [ $compiler == frog && $runtime == chrome ]
138 css_test: Pass, Fail # Test is flaky Issue #2823
139
140 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. 120 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
141 [ $runtime == opera ] 121 [ $runtime == opera ]
142 *: Skip 122 *: Skip
143 123
144 [ $compiler == frog && $runtime == none ]
145 *: Skip
146
147 [ $compiler == frog ]
148 svgelement2_test: Fail # Html library relies on mangling. Issue 3039.
149
150 [ $compiler == dart2js && $runtime == drt ] 124 [ $compiler == dart2js && $runtime == drt ]
151 fileapi_test: Skip # Issue 3022 125 fileapi_test: Skip # Issue 3022
152 # Unknown error - should investigate. 126 # Unknown error - should investigate.
153 element_test: Fail 127 element_test: Fail
154 measurement_test: Fail 128 measurement_test: Fail
155 129
156 [ $compiler == dart2js && $runtime == none ] 130 [ $compiler == dart2js && $runtime == none ]
157 *: Fail, Pass # TODO(ahe): Triage these tests. 131 *: Fail, Pass # TODO(ahe): Triage these tests.
158 132
159 [ $compiler == dart2js ] 133 [ $compiler == dart2js ]
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 171
198 [ $compiler == dart2js && $runtime == chrome && $system == windows] 172 [ $compiler == dart2js && $runtime == chrome && $system == windows]
199 css_test: Pass, Fail # Issue #2823 173 css_test: Pass, Fail # Issue #2823
200 element_test: Fail # method not found: 'get$add' 174 element_test: Fail # method not found: 'get$add'
201 fileapi_test: Skip # Issue 3022 175 fileapi_test: Skip # Issue 3022
202 176
203 [ $compiler == dart2js && $runtime == drt && $system == macos ] 177 [ $compiler == dart2js && $runtime == drt && $system == macos ]
204 indexeddb_2_test: Fail # Issue 3669. 178 indexeddb_2_test: Fail # Issue 3669.
205 indexeddb_3_test: Fail # Issue 3670. 179 indexeddb_3_test: Fail # Issue 3670.
206 window_open_test: Fail # Issue 3671. 180 window_open_test: Fail # Issue 3671.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698