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

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

Issue 10907072: Update status file, FF on the linux browser bot has now been updated to latest version. (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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 # 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
145 # framework, frog no longer resolves forEach statically, and instead it 145 # framework, frog no longer resolves forEach statically, and instead it
146 # dynamically binds forEach on a bunch of classes, including HTMLCollection. 146 # dynamically binds forEach on a bunch of classes, including HTMLCollection.
147 typing_test: Pass 147 typing_test: Pass
148 websql_test: Fail # FF does not support web SQL 148 websql_test: Fail # FF does not support web SQL
149 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.
150 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4 150 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4
151 # (NS_ERROR_DOM_BAD_URI) ... 151 # (NS_ERROR_DOM_BAD_URI) ...
152 xhr_test: Fail 152 xhr_test: Fail
153 153
154 [ $runtime == ff && $system == linux ]
155 # DataView not implemented until Firefox 15.0. Currently only the
156 # windows bot is running FF 15 - see issue 4896.
157 typed_arrays_dataview_test: Fail
158
159 [ $runtime == ie && ($system == linux || $system == macos) ] 154 [ $runtime == ie && ($system == linux || $system == macos) ]
160 *: Skip 155 *: Skip
161 156
162 [ $runtime == safari && ($system == linux || $system == windows) ] 157 [ $runtime == safari && ($system == linux || $system == windows) ]
163 *: Skip 158 *: Skip
164 159
165 [ $runtime == safari ] 160 [ $runtime == safari ]
166 # TODO(vsm): Triage DOM failures. 161 # TODO(vsm): Triage DOM failures.
167 *: Skip 162 *: Skip
168 163
(...skipping 23 matching lines...) Expand all
192 187
193 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 188 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
194 request_animation_frame_test: Skip # Async test hangs. 189 request_animation_frame_test: Skip # Async test hangs.
195 190
196 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ] 191 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ]
197 isolates_test: Skip # Timeout because leg does not support web workers. 192 isolates_test: Skip # Timeout because leg does not support web workers.
198 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . 193 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types .
199 194
200 [ $compiler == dart2js && $runtime == ff && $system == linux] 195 [ $compiler == dart2js && $runtime == ff && $system == linux]
201 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er ror: The data provided does not meet the requirements of the function. 196 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er ror: The data provided does not meet the requirements of the function.
202 localstorage_test: Fail
203 mutationobserver_test: Fail # Bots have FF 13, will pass on FF 14.
204 197
205 [ $compiler == dart2js && $runtime == chrome ] 198 [ $compiler == dart2js && $runtime == chrome ]
206 cssstyledeclaration_test: Fail # Issue 4777 199 cssstyledeclaration_test: Fail # Issue 4777
207 200
208 [ $compiler == dart2js && $runtime == ff ] 201 [ $compiler == dart2js && $runtime == ff ]
209 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException : method not found: 'get$status' 202 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException : method not found: 'get$status'
210 xhr_test: Skip # Timeout 203 xhr_test: Skip # Timeout
211 inner_frame_test: Skip # Timeout 204 inner_frame_test: Skip # Timeout
212 svg_3_test: Skip # Timeout 205 svg_3_test: Skip # Timeout
213 documentfragment_test: Skip # Timeout 206 documentfragment_test: Skip # Timeout
214 207
215 [ $compiler == dart2js && $runtime == chrome && $system == windows] 208 [ $compiler == dart2js && $runtime == chrome && $system == windows]
216 css_test: Pass, Fail # Issue #2823 209 css_test: Pass, Fail # Issue #2823
217 210
218 [ $compiler == dart2js && $runtime == ff && $system == windows] 211 [ $compiler == dart2js && $runtime == ff && $system == windows]
219 js_interop_2_test: Fail # Issue 4658. 212 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