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

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

Issue 12184013: Update status file, and file bug for FF that returns JS functions when calling document.createEleme… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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 | 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 window_open_test: Skip # http://dartbug.com/5151 5 window_open_test: Skip # http://dartbug.com/5151
6 6
7 event_test: Skip # Issue 1996 7 event_test: Skip # Issue 1996
8 8
9 # Layout tests are only supported on DRT. 9 # Layout tests are only supported on DRT.
10 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ] 10 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 isolates_test: Skip # Timeout. 269 isolates_test: Skip # Timeout.
270 websql_test/supported: Fail 270 websql_test/supported: Fail
271 271
272 [ $runtime == ff ] 272 [ $runtime == ff ]
273 audiobuffersourcenode_test: Fail # FF only has Audio element. 273 audiobuffersourcenode_test: Fail # FF only has Audio element.
274 audiocontext_test: Fail # FF only has Audio element 274 audiocontext_test: Fail # FF only has Audio element
275 css_test/supported_CssMatrix: Fail 275 css_test/supported_CssMatrix: Fail
276 css_test/supported_DomPoint: Fail 276 css_test/supported_DomPoint: Fail
277 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 277 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
278 document_test/supports_cssCanvasContext: Fail 278 document_test/supports_cssCanvasContext: Fail
279 element_types_test/constructors: Fail # Issue 8293
blois 2013/02/04 19:03:22 These changes are because in dart2js Element.isTag
ngeoffray 2013/02/04 20:04:22 So the problem lies in the type annotation of the
279 element_types_test/supported_content: Fail 280 element_types_test/supported_content: Fail
280 element_types_test/supported_details: Fail 281 element_types_test/supported_details: Fail
281 element_types_test/supported_embed: Fail
282 element_types_test/supported_keygen: Fail 282 element_types_test/supported_keygen: Fail
283 element_types_test/supported_shadow: Fail 283 element_types_test/supported_shadow: Fail
284 element_types_test/supported_track: Fail 284 element_types_test/supported_track: Fail
285 fileapi_test/supported: Fail 285 fileapi_test/supported: Fail
286 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] 286 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
287 inner_frame_test: Skip 287 inner_frame_test: Skip
288 input_element_test/supported_date: Fail 288 input_element_test/supported_date: Fail
289 input_element_test/supported_datetime: Fail 289 input_element_test/supported_datetime: Fail
290 input_element_test/supported_datetime-local: Fail 290 input_element_test/supported_datetime-local: Fail
291 input_element_test/supported_month: Fail 291 input_element_test/supported_month: Fail
(...skipping 30 matching lines...) Expand all
322 transferables_test: Skip # until isInstance works in dart2js 322 transferables_test: Skip # until isInstance works in dart2js
323 323
324 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 324 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
325 request_animation_frame_test: Skip # Async test hangs. 325 request_animation_frame_test: Skip # Async test hangs.
326 326
327 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 327 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
328 isolates_test: Skip # Timeout because leg does not support web workers. 328 isolates_test: Skip # Timeout because leg does not support web workers.
329 329
330 [ $compiler == dart2js && $runtime == ff ] 330 [ $compiler == dart2js && $runtime == ff ]
331 inner_frame_test: Skip # Timeout 331 inner_frame_test: Skip # Timeout
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