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

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

Issue 10696112: Fix status for new interop tests on IE, FF (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 dom_constructors_test: Fail 60 dom_constructors_test: Fail
61 exceptions_test: Fail 61 exceptions_test: Fail
62 hidden_dom_1_test: Fail 62 hidden_dom_1_test: Fail
63 hidden_dom_2_test: Fail 63 hidden_dom_2_test: Fail
64 history_test: Fail 64 history_test: Fail
65 indexeddb_1_test: Fail 65 indexeddb_1_test: Fail
66 indexeddb_2_test: Fail 66 indexeddb_2_test: Fail
67 indexeddb_3_test: Fail 67 indexeddb_3_test: Fail
68 indexeddb_4_test: Fail 68 indexeddb_4_test: Fail
69 js_interop_1_test: Fail 69 js_interop_1_test: Fail
70 js_interop_2_test: Fail
70 measurement_test: Fail 71 measurement_test: Fail
71 messageevent_test: Fail 72 messageevent_test: Fail
72 serialized_script_value_test: Fail 73 serialized_script_value_test: Fail
73 shadow_dom_layout_test: Fail 74 shadow_dom_layout_test: Fail
74 shadow_dom_test: Fail 75 shadow_dom_test: Fail
75 storage_test: Fail 76 storage_test: Fail
76 svg_3_test: Fail 77 svg_3_test: Fail
77 typed_arrays_range_checks_test: Fail 78 typed_arrays_range_checks_test: Fail
78 websocket_test: Fail 79 websocket_test: Fail
79 window_nosuchmethod_test: Fail 80 window_nosuchmethod_test: Fail
(...skipping 22 matching lines...) Expand all
102 documentfragment_test: Fail 103 documentfragment_test: Fail
103 element_test: Fail 104 element_test: Fail
104 exceptions_test: Fail # Uses webkitotifications, no analogue in moz 105 exceptions_test: Fail # Uses webkitotifications, no analogue in moz
105 indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 106 indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
106 indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 107 indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
107 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 108 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
108 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 109 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
109 instance_of_test: Fail # Issue 2535 110 instance_of_test: Fail # Issue 2535
110 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] 111 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
111 inner_frame_test: Skip 112 inner_frame_test: Skip
113 js_interop_2_test: Pass, Fail # Passes on Linux, Fails on Windows.
kasperl 2012/07/04 11:43:20 You could also keep this under a [ $runtime == ff
112 localstorage_test: Fail 114 localstorage_test: Fail
113 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable 115 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable
114 svg_3_test: Fail 116 svg_3_test: Fail
115 svgelement_test: Fail 117 svgelement_test: Fail
116 svgelement2_test: Fail 118 svgelement2_test: Fail
117 transferables_test: Fail # Issue 3392. 119 transferables_test: Fail # Issue 3392.
118 typed_arrays_dataview_test: Fail # DataView not implemented until Firefox 15.0 120 typed_arrays_dataview_test: Fail # DataView not implemented until Firefox 15.0
119 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t. 121 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t.
120 # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs. 122 # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs.
121 # Note this test now passes for the wrong reasons. It used to be that the only 123 # Note this test now passes for the wrong reasons. It used to be that the only
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 documentfragment_test: Skip # Timeout 200 documentfragment_test: Skip # Timeout
199 fileapi_test: Skip # Issue 3022 201 fileapi_test: Skip # Issue 3022
200 202
201 [ $compiler == dart2js && $runtime == chrome && $system == windows] 203 [ $compiler == dart2js && $runtime == chrome && $system == windows]
202 css_test: Pass, Fail # Issue #2823 204 css_test: Pass, Fail # Issue #2823
203 fileapi_test: Skip # Issue 3022 205 fileapi_test: Skip # Issue 3022
204 206
205 [ $compiler == dart2js && $runtime == drt && $system == macos ] 207 [ $compiler == dart2js && $runtime == drt && $system == macos ]
206 indexeddb_2_test: Fail # Issue 3669. 208 indexeddb_2_test: Fail # Issue 3669.
207 indexeddb_3_test: Fail # Issue 3670. 209 indexeddb_3_test: Fail # Issue 3670.
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