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

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