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

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

Issue 10913060: Update status file to fix tests that are now passing because of FF on windows update. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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 | 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
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 js_interop_4_test: Fail 131 js_interop_4_test: Fail
132 js_interop_func_passing_test: Fail 132 js_interop_func_passing_test: Fail
133 js_interop_obj_passing_test: Fail 133 js_interop_obj_passing_test: Fail
134 js_interop_obj_invoke_test: Fail 134 js_interop_obj_invoke_test: Fail
135 js_interop_element_test: Fail 135 js_interop_element_test: Fail
136 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable 136 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable
137 svg_3_test: Fail 137 svg_3_test: Fail
138 svgelement_test: Fail 138 svgelement_test: Fail
139 svgelement2_test: Fail 139 svgelement2_test: Fail
140 transferables_test: Fail # Issue 3392. 140 transferables_test: Fail # Issue 3392.
141 typed_arrays_dataview_test: Fail # DataView not implemented until Firefox 15.0
142 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t. 141 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t.
143 # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs. 142 # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs.
144 # Note this test now passes for the wrong reasons. It used to be that the only 143 # Note this test now passes for the wrong reasons. It used to be that the only
145 # forEach in this program was in NodeList. Due to dependencies from the unittest 144 # forEach in this program was in NodeList. Due to dependencies from the unittest
146 # framework, frog no longer resolves forEach statically, and instead it 145 # framework, frog no longer resolves forEach statically, and instead it
147 # dynamically binds forEach on a bunch of classes, including HTMLCollection. 146 # dynamically binds forEach on a bunch of classes, including HTMLCollection.
148 typing_test: Pass 147 typing_test: Pass
149 websql_test: Fail # FF does not support web SQL 148 websql_test: Fail # FF does not support web SQL
150 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. 149 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket.
151 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4 150 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4
152 # (NS_ERROR_DOM_BAD_URI) ... 151 # (NS_ERROR_DOM_BAD_URI) ...
153 xhr_test: Fail 152 xhr_test: Fail
154 153
154 [ $runtime == ff && $system == linux ]
155 typed_arrays_dataview_test: Fail # DataView not implemented until Firefox 15.0. Currently only the windows bot is running FF 15 - see issue 4896.
kasperl 2012/09/04 07:08:05 Maybe make the comment fit better on one line?
ngeoffray 2012/09/04 07:14:51 Do we expect ff tests to run only on bots? Maybe b
kasperl 2012/09/04 07:17:34 That's a good point -- but I think we need some ki
ricow1 2012/09/04 07:23:33 Done.
ricow1 2012/09/04 07:23:33 I really don't like tests marked Fail, Pass - this
156
155 [ $runtime == ie && ($system == linux || $system == macos) ] 157 [ $runtime == ie && ($system == linux || $system == macos) ]
156 *: Skip 158 *: Skip
157 159
158 [ $runtime == safari && ($system == linux || $system == windows) ] 160 [ $runtime == safari && ($system == linux || $system == windows) ]
159 *: Skip 161 *: Skip
160 162
161 [ $runtime == safari ] 163 [ $runtime == safari ]
162 # TODO(vsm): Triage DOM failures. 164 # TODO(vsm): Triage DOM failures.
163 *: Skip 165 *: Skip
164 166
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 xhr_test: Skip # Timeout 208 xhr_test: Skip # Timeout
207 inner_frame_test: Skip # Timeout 209 inner_frame_test: Skip # Timeout
208 svg_3_test: Skip # Timeout 210 svg_3_test: Skip # Timeout
209 documentfragment_test: Skip # Timeout 211 documentfragment_test: Skip # Timeout
210 212
211 [ $compiler == dart2js && $runtime == chrome && $system == windows] 213 [ $compiler == dart2js && $runtime == chrome && $system == windows]
212 css_test: Pass, Fail # Issue #2823 214 css_test: Pass, Fail # Issue #2823
213 215
214 [ $compiler == dart2js && $runtime == ff && $system == windows] 216 [ $compiler == dart2js && $runtime == ff && $system == windows]
215 js_interop_2_test: Fail # Issue 4658. 217 js_interop_2_test: Fail # Issue 4658.
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