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

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

Issue 11027041: Update status (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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 xhr_cross_origin_test: Skip # http://dartbug.com/5645 5 xhr_cross_origin_test: Skip # http://dartbug.com/5645
6 6
7 window_open_test: Fail, Pass # http://dartbug.com/5151 7 window_open_test: Fail, Pass # http://dartbug.com/5151
8 8
9 event_test: Skip # Issue 1996 9 event_test: Skip # Issue 1996
10 webgl_1_test: Skip # Issue 1495 10 webgl_1_test: Skip # Issue 1495
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 # TODO(vsm): Triage DOM tests. 50 # TODO(vsm): Triage DOM tests.
51 htmloptionscollection_test: Fail # Issue 3813. 51 htmloptionscollection_test: Fail # Issue 3813.
52 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. 52 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium.
53 shadow_dom_layout_test: Skip 53 shadow_dom_layout_test: Skip
54 unknownelement_test: Fail # Issue 4189 54 unknownelement_test: Fail # Issue 4189
55 55
56 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ] 56 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ]
57 history_test: Fail 57 history_test: Fail
58 58
59 [ $runtime == ie ] 59 [ $runtime == ie ]
60 cross_frame_test: Fail # Issue 5651
60 contentelement_test: Fail # ie does not support content element. 61 contentelement_test: Fail # ie does not support content element.
61 form_data_test: Fail # Issue 4793. 62 form_data_test: Fail # Issue 4793.
62 form_element_test: Fail # Issue 4793. 63 form_element_test: Fail # Issue 4793.
63 typed_arrays_1_test: Skip # ie9 does not have typed arrays. 64 typed_arrays_1_test: Skip # ie9 does not have typed arrays.
64 typed_arrays_2_test: Skip 65 typed_arrays_2_test: Skip
65 typed_arrays_3_test: Skip 66 typed_arrays_3_test: Skip
66 typed_arrays_4_test: Skip 67 typed_arrays_4_test: Skip
67 typed_arrays_5_test: Skip 68 typed_arrays_5_test: Skip
68 typed_arrays_arraybuffer_test: Skip 69 typed_arrays_arraybuffer_test: Skip
69 typed_arrays_dataview_test: Skip 70 typed_arrays_dataview_test: Skip
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 svgelement2_test: Fail 146 svgelement2_test: Fail
146 svgelement_test: Fail 147 svgelement_test: Fail
147 url_test: Fail 148 url_test: Fail
148 149
149 [ $runtime == ff ] 150 [ $runtime == ff ]
150 audiobuffersourcenode_test: Fail # FF only has Audio element. 151 audiobuffersourcenode_test: Fail # FF only has Audio element.
151 audiocontext_test: Fail # FF only has Audio element 152 audiocontext_test: Fail # FF only has Audio element
152 css_test: Fail # No analog to WebKitCSSMatrix 153 css_test: Fail # No analog to WebKitCSSMatrix
153 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut e instead. 154 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut e instead.
154 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut e instead. 155 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut e instead.
156 cross_frame_test: Pass, Fail # Issue 5651
155 contentelement_test: Fail # FF does not support content element. 157 contentelement_test: Fail # FF does not support content element.
156 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 158 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
157 documentfragment_test: Fail 159 documentfragment_test: Fail
158 element_test: Fail 160 element_test: Fail
159 exceptions_test: Fail # Uses webkitotifications, no analogue in moz 161 exceptions_test: Fail # Uses webkitotifications, no analogue in moz
160 fileapi_test: Fail # FF does not support filesystem APIs. 162 fileapi_test: Fail # FF does not support filesystem APIs.
161 indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 163 indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
162 indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 164 indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
163 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 165 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
164 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 166 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 224
223 [ $compiler == dart2js && $runtime == chrome && $system == windows] 225 [ $compiler == dart2js && $runtime == chrome && $system == windows]
224 css_test: Pass, Fail # Issue #2823 226 css_test: Pass, Fail # Issue #2823
225 227
226 [ $compiler == dart2js && $runtime == ff && $system == windows] 228 [ $compiler == dart2js && $runtime == ff && $system == windows]
227 js_interop_2_test: Fail # Issue 4658. 229 js_interop_2_test: Fail # Issue 4658.
228 js_interop_3_test: Fail # Issue 4658. 230 js_interop_3_test: Fail # Issue 4658.
229 231
230 [ $compiler == dart2js && $checked && $browser] 232 [ $compiler == dart2js && $checked && $browser]
231 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name ' 233 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name '
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