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

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

Issue 10873037: Support methods, getters, and setters on JS proxies. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix status Created 8 years, 4 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 | « lib/html/src/Isolates.dart ('k') | tests/html/js_interop_obj_invoke_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 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 indexeddb_1_test: Fail 74 indexeddb_1_test: Fail
75 indexeddb_2_test: Fail 75 indexeddb_2_test: Fail
76 indexeddb_3_test: Fail 76 indexeddb_3_test: Fail
77 indexeddb_4_test: Fail 77 indexeddb_4_test: Fail
78 js_interop_1_test: Fail 78 js_interop_1_test: Fail
79 js_interop_2_test: Fail 79 js_interop_2_test: Fail
80 js_interop_3_test: Fail 80 js_interop_3_test: Fail
81 js_interop_4_test: Fail 81 js_interop_4_test: Fail
82 js_interop_func_passing_test: Fail 82 js_interop_func_passing_test: Fail
83 js_interop_obj_passing_test: Fail 83 js_interop_obj_passing_test: Fail
84 js_interop_obj_invoke_test: Fail
84 measurement_test: Fail 85 measurement_test: Fail
85 messageevent_test: Fail 86 messageevent_test: Fail
86 mutationobserver_test: Fail 87 mutationobserver_test: Fail
87 serialized_script_value_test: Fail 88 serialized_script_value_test: Fail
88 shadow_dom_layout_test: Fail 89 shadow_dom_layout_test: Fail
89 shadow_dom_test: Fail 90 shadow_dom_test: Fail
90 storage_test: Fail 91 storage_test: Fail
91 svg_3_test: Fail 92 svg_3_test: Fail
92 websocket_test: Fail 93 websocket_test: Fail
93 window_open_test: Skip # BUG(4016) 94 window_open_test: Skip # BUG(4016)
(...skipping 26 matching lines...) Expand all
120 indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 121 indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
121 indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 122 indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
122 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 123 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
123 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 124 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
124 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] 125 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
125 inner_frame_test: Skip 126 inner_frame_test: Skip
126 js_interop_3_test: Fail 127 js_interop_3_test: Fail
127 js_interop_4_test: Fail 128 js_interop_4_test: Fail
128 js_interop_func_passing_test: Fail 129 js_interop_func_passing_test: Fail
129 js_interop_obj_passing_test: Fail 130 js_interop_obj_passing_test: Fail
131 js_interop_obj_invoke_test: Fail
130 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable 132 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable
131 svg_3_test: Fail 133 svg_3_test: Fail
132 svgelement_test: Fail 134 svgelement_test: Fail
133 svgelement2_test: Fail 135 svgelement2_test: Fail
134 transferables_test: Fail # Issue 3392. 136 transferables_test: Fail # Issue 3392.
135 typed_arrays_dataview_test: Fail # DataView not implemented until Firefox 15.0 137 typed_arrays_dataview_test: Fail # DataView not implemented until Firefox 15.0
136 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t. 138 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t.
137 # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs. 139 # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs.
138 # Note this test now passes for the wrong reasons. It used to be that the only 140 # Note this test now passes for the wrong reasons. It used to be that the only
139 # forEach in this program was in NodeList. Due to dependencies from the unittest 141 # forEach in this program was in NodeList. Due to dependencies from the unittest
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 svg_3_test: Skip # Timeout 205 svg_3_test: Skip # Timeout
204 documentfragment_test: Skip # Timeout 206 documentfragment_test: Skip # Timeout
205 fileapi_test: Skip # Issue 3022 207 fileapi_test: Skip # Issue 3022
206 208
207 [ $compiler == dart2js && $runtime == chrome && $system == windows] 209 [ $compiler == dart2js && $runtime == chrome && $system == windows]
208 css_test: Pass, Fail # Issue #2823 210 css_test: Pass, Fail # Issue #2823
209 fileapi_test: Skip # Issue 3022 211 fileapi_test: Skip # Issue 3022
210 212
211 [ $compiler == dart2js && $runtime == ff && $system == windows] 213 [ $compiler == dart2js && $runtime == ff && $system == windows]
212 js_interop_2_test: Fail # Issue 4658. 214 js_interop_2_test: Fail # Issue 4658.
OLDNEW
« no previous file with comments | « lib/html/src/Isolates.dart ('k') | tests/html/js_interop_obj_invoke_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698