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

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

Issue 10178014: Copy lib/dom tests that use dart:html to lib/html. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: . Created 8 years, 7 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 | « tests/dom/document_test.dart ('k') | tests/dom/dom_constructors_test.dart » ('j') | 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 webgl_1_test: Skip # Issue 1495
6 audiocontext_test: Fail # Issue 2770
7
8 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 5 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
9 indexeddb_3_test: Fail # UnsupportedOperationException 'IDBCursorImplementation .get:key' 6 indexeddb_3_test: Fail # UnsupportedOperationException 'IDBCursorImplementation .get:key'
10 indexeddb_4_test: Skip # Hangs in dartium. IDBKeyRange constructors not impleme nted. 7 indexeddb_4_test: Skip # Hangs in dartium. IDBKeyRange constructors not impleme nted.
11 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not imp lemented 8 dart_object_local_storage_test: Skip # dart:dom is deprecated in dartium.
12 dart_object_local_storage_test: Skip 9 wrapper_test: Skip # dart:dom is deprecated in dartium.
13 wrapper_test: Skip
14
15 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g ]
16 native_gc_test: Skip # Issue 2538.
17
18 [ $compiler == none && $runtime == drt && $system == windows]
19 audiocontext_test: Skip
20
21 [ $compiler == frog && ($runtime == drt || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera) ]
22 window_nosuchmethod_test: Fail # Issue 1837, frog puts top-level members in the global JS namespace.
23 cross_frame_test: Fail # Issue 2774, iframe.contentDocument is accessible in dar t:html frog.
24
25 [ $compiler == frog && $runtime == drt ]
26 request_animation_frame_test: Skip # drt hangs
27
28 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera || ($runtime == drt && $compiler == frog)]
29 # TODO(vsm): Triage DOM tests.
30 dom_isolates_test: Fail
31 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre ctly.
32
33 htmlelement_test: Fail
34 window_open_test: Fail
35
36 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ]
37 history_test: Fail
38 10
39 [ $runtime == ie ] 11 [ $runtime == ie ]
40 # TODO(vsm): Triage DOM failures. 12 # TODO(vsm): Triage DOM failures.
41 *: Skip 13 *: Skip
42 14
43 [ $runtime == safari ] 15 [ $runtime == safari ]
44 # TODO(vsm): Triage DOM failures. 16 # TODO(vsm): Triage DOM failures.
45 *: Skip 17 *: Skip
46 18
47 [ $runtime == ff ] 19 [ $runtime == ff ]
48 audiocontext_test: Fail # FF only has Audio element
49 css_test: Fail # No analogue to WebKitCSSMatrix
50 callbacks_test: Fail # (webkit|moz|ms)RequestAnimationFrame
51 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut e instead.
52 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut e instead.
53 dart_object_local_storage_test: Fail # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 20 dart_object_local_storage_test: Fail # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
54 exceptions_test: Fail # Uses webkitotifications, no analogue in moz
55 # _toDartException fails to translate TypeError for call to x.set$onfocus(null)
56 hidden_dom_1_test: Fail
57 # _toDartException fails to translate TypeError for call to x.appendChild$_(y)
58 hidden_dom_2_test: Fail
59 indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
60 indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
61 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 21 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
62 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 22 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
63 instance_of_test: Fail # Issue 2535
64 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
65 inner_frame_test: Skip 23 inner_frame_test: Skip
66 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable
67 svg_3_test: Fail
68 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t.
69 # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs.
70 # Note this test now passes for the wrong reasons. It used to be that the only
71 # forEach in this program was in NodeList. Due to dependencies from the unittest
72 # framework, frog no longer resolves forEach statically, and instead it
73 # dynamically binds forEach on a bunch of classes, including HTMLCollection.
74 typing_test: Pass
75 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket.
76 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4
77 # (NS_ERROR_DOM_BAD_URI) ...
78 xhr_test: Fail
79 24
80 [ $runtime == ie && ($system == linux || $system == mac) ] 25 [ $runtime == ie && ($system == linux || $system == mac) ]
81 *: Skip 26 *: Skip
82 27
83 [ $runtime == safari && ($system == linux || $system == windows) ] 28 [ $runtime == safari && ($system == linux || $system == windows) ]
84 *: Skip 29 *: Skip
85 30
86 # 'client' tests import the DOM library, so they only make sense in 31 # 'client' tests import the DOM library, so they only make sense in
87 # a browser environment. 32 # a browser environment.
88 [ $compiler == dartc ] 33 [ $compiler == dartc ]
89 *: Skip 34 *: Skip
90 35
91 [ $runtime == vm ] 36 [ $runtime == vm ]
92 *: Skip 37 *: Skip
93 38
94 [ $compiler == frog && $runtime == d8 ] 39 [ $compiler == frog && $runtime == d8 ]
95 *: Skip 40 *: Skip
96 41
97 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. 42 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
98 [ $runtime == opera ] 43 [ $runtime == opera ]
99 *: Skip 44 *: Skip
100 45
101 [ $compiler == frog && $runtime == none ] 46 [ $compiler == frog && $runtime == none ]
102 *: Skip 47 *: Skip
103 48
104 [ $compiler == dart2js ]
105 dom_isolates_test: Fail # error: cannot resolve spawnDomIsolate
106
107 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ]
108 request_animation_frame_test: Skip # Async test hangs.
109 isolates_test: Skip # Timeout because leg does not support web workers.
110 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types .
111
112 # DOM errors.
113 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$ 0'
114 htmlelement_test: Fail # TypeError: Object #<HTMLDivElement> has no method 'get$ dataset'
115 indexeddb_2_test: Fail # Uncaught error
116
117 [ $compiler == dart2js && $runtime == none ] 49 [ $compiler == dart2js && $runtime == none ]
118 *: Fail, Pass # TODO(ahe): Triage these tests. 50 *: Fail, Pass # TODO(ahe): Triage these tests.
OLDNEW
« no previous file with comments | « tests/dom/document_test.dart ('k') | tests/dom/dom_constructors_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698