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

Side by Side Diff: tests/html/html.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/html/history_test.dart ('k') | tests/html/htmlaudioelement_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 audiocontext_test: Fail # Issue 2770
5 event_test: Skip # Issue 1996 6 event_test: Skip # Issue 1996
7 webgl_1_test: Skip # Issue 1495
6 xmldocument_test: Skip # XML in dart:html is incomplete 8 xmldocument_test: Skip # XML in dart:html is incomplete
7 xmlelement_test: Skip # XML in dart:html is incomplete 9 xmlelement_test: Skip # XML in dart:html is incomplete
8 measurement_test: Pass, Fail # Issue 1940 10 measurement_test: Pass, Fail # Issue 1940
9 11
10 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 12 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
11 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented 13 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
12 documentfragment_test: Fail 14 documentfragment_test: Fail
13 15
16 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g ]
17 native_gc_test: Skip # Issue 2538. Too slow in debug.
18
19 [ $compiler == none && $runtime == drt && $system == windows]
20 audiocontext_test: Skip
21
14 [ $compiler == frog && $runtime == drt ] 22 [ $compiler == frog && $runtime == drt ]
15 html_test: Skip # Issue 2657 23 html_test: Skip # Issue 2657
16 request_animation_frame_test: Skip # drt hangs 24 request_animation_frame_test: Skip # drt hangs
17 25
26 [ $compiler == frog && ($runtime == drt || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera) ]
27 window_nosuchmethod_test: Fail # Issue 1837, frog puts top-level members in the global JS namespace.
28 cross_frame_test: Fail # Issue 2774, iframe.contentDocument is accessible in dar t:html frog.
29
30 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera || ($runtime == drt && $compiler == frog)]
31 # TODO(vsm): Triage DOM tests.
32 dom_isolates_test: Fail
33 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre ctly.
34 htmlelement_test: Fail
35 window_open_test: Fail
36
37 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ]
38 history_test: Fail
39
18 [ $runtime == chrome ] 40 [ $runtime == chrome ]
19 cssstyledeclaration_test: Fail 41 cssstyledeclaration_test: Fail
20 42
21 [ $runtime == ie ] 43 [ $runtime == ie ]
22 typed_arrays_1_test: Skip # ie9 does not have typed arrays. 44 typed_arrays_1_test: Skip # ie9 does not have typed arrays.
23 typed_arrays_2_test: Skip 45 typed_arrays_2_test: Skip
24 typed_arrays_3_test: Skip 46 typed_arrays_3_test: Skip
25 typed_arrays_4_test: Skip 47 typed_arrays_4_test: Skip
26 canvas_pixel_array_type_alias_test: Fail # Verify is CanvasPixelArray. 48 canvas_pixel_array_type_alias_test: Fail # Verify is CanvasPixelArray.
27 canvaspixelarraytypealias_test: Fail # Verify is CanvasPixelArray. 49 canvaspixelarraytypealias_test: Fail # Verify is CanvasPixelArray.
28 cssstyledeclaration_test: Fail 50 cssstyledeclaration_test: Fail
29 documentfragment_test: Fail 51 documentfragment_test: Fail
30 element_test: Fail 52 element_test: Fail
31 localstorage_test: Fail 53 localstorage_test: Fail
32 node_test: Fail 54 node_test: Fail
33 svgelement_test: Fail 55 svgelement_test: Fail
34 xhr_test: Fail 56 xhr_test: Fail
35 57
36 [ $runtime == safari ] 58 [ $runtime == safari ]
37 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not a function 59 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not a function
38 cssstyledeclaration_test: Fail 60 cssstyledeclaration_test: Fail
39 element_test: Fail 61 element_test: Fail
40 node_test: Fail 62 node_test: Fail
41 svgelement_test: Fail 63 svgelement_test: Fail
42 64
43 [ $runtime == ff ] 65 [ $runtime == ff ]
66 audiocontext_test: Fail # FF only has Audio element
67 css_test: Fail # No analog to WebKitCSSMatrix
44 cssstyledeclaration_test: Fail 68 cssstyledeclaration_test: Fail
69 callbacks_test: Fail # (webkit|moz|ms)RequestAnimationFrame
70 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut e instead.
71 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut e instead.
72 dart_object_local_storage_test: Fail # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
45 documentfragment_test: Fail 73 documentfragment_test: Fail
46 element_test: Fail 74 exceptions_test: Fail # Uses webkitotifications, no analogue in moz
47 localstorage_test: Fail 75 # _toDartException fails to translate TypeError for call to x.set$onfocus(null)
76 hidden_dom_1_test: Fail
77 # _toDartException fails to translate TypeError for call to x.appendChild$_(y)
78 hidden_dom_2_test: Fail
79 indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
80 indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
81 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
82 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
83 instance_of_test: Fail # Issue 2535
84 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
85 inner_frame_test: Skip
86 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable
87 svg_3_test: Fail
48 svgelement_test: Fail 88 svgelement_test: Fail
89 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t.
90 # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs.
91 # Note this test now passes for the wrong reasons. It used to be that the only
92 # forEach in this program was in NodeList. Due to dependencies from the unittest
93 # framework, frog no longer resolves forEach statically, and instead it
94 # dynamically binds forEach on a bunch of classes, including HTMLCollection.
95 typing_test: Pass
96 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket.
97 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4
98 # (NS_ERROR_DOM_BAD_URI) ...
49 xhr_test: Fail 99 xhr_test: Fail
50 100
51 [ $runtime == ie && ($system == linux || $system == mac) ] 101 [ $runtime == ie && ($system == linux || $system == mac) ]
52 *: Skip 102 *: Skip
53 103
104 [ $runtime == ie ]
105 # TODO(vsm): Triage DOM failures.
106 *: Skip
107
54 [ $runtime == safari && ($system == linux || $system == windows) ] 108 [ $runtime == safari && ($system == linux || $system == windows) ]
55 *: Skip 109 *: Skip
56 110
111 [ $runtime == safari ]
112 # TODO(vsm): Triage DOM failures.
113 *: Skip
114
57 # 'html' tests import the HTML library, so they only make sense in 115 # 'html' tests import the HTML library, so they only make sense in
58 # a browser environment. 116 # a browser environment.
59 [ $compiler == dartc ] 117 [ $compiler == dartc ]
60 *: Skip 118 *: Skip
61 119
62 [ $runtime == vm ] 120 [ $runtime == vm ]
63 *: Skip 121 *: Skip
64 122
65 [ $compiler == frog && $runtime == d8 ] 123 [ $compiler == frog && $runtime == d8 ]
66 *: Skip 124 *: Skip
(...skipping 11 matching lines...) Expand all
78 [ $compiler == dart2js && $runtime == drt ] 136 [ $compiler == dart2js && $runtime == drt ]
79 # Unknown error - should investigate. 137 # Unknown error - should investigate.
80 documentfragment_test: Fail 138 documentfragment_test: Fail
81 element_test: Fail 139 element_test: Fail
82 measurement_test: Fail 140 measurement_test: Fail
83 node_test: Fail 141 node_test: Fail
84 svgelement_test: Fail 142 svgelement_test: Fail
85 143
86 [ $compiler == dart2js && $runtime == none ] 144 [ $compiler == dart2js && $runtime == none ]
87 *: Fail, Pass # TODO(ahe): Triage these tests. 145 *: Fail, Pass # TODO(ahe): Triage these tests.
146
147 [ $compiler == dart2js ]
148 dom_isolates_test: Fail # error: cannot resolve spawnDomIsolate
149
150 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ]
151 isolates_test: Skip # Timeout because leg does not support web workers.
152 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types .
153
154 # DOM errors.
155 htmlelement_test: Fail # TypeError: Object #<HTMLDivElement> has no method 'get$ dataset'
156 indexeddb_2_test: Fail # Uncaught error
157 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$ 0'
158
OLDNEW
« no previous file with comments | « tests/html/history_test.dart ('k') | tests/html/htmlaudioelement_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698