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

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

Issue 10824080: Fix some html tests status that now pass on win-ff but still fail on (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut e instead. 104 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut e instead.
105 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut e instead. 105 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut e instead.
106 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 106 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
107 documentfragment_test: Fail 107 documentfragment_test: Fail
108 element_test: Fail 108 element_test: Fail
109 exceptions_test: Fail # Uses webkitotifications, no analogue in moz 109 exceptions_test: Fail # Uses webkitotifications, no analogue in moz
110 indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 110 indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
111 indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 111 indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
112 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 112 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
113 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 113 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
114 instance_of_test: Fail # Issue 2535
115 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] 114 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
116 inner_frame_test: Skip 115 inner_frame_test: Skip
117 js_interop_3_test: Fail 116 js_interop_3_test: Fail
118 js_interop_4_test: Fail 117 js_interop_4_test: Fail
119 localstorage_test: Fail
120 mutationobserver_test: Fail # Bots have FF 13, will pass on FF 14.
121 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable 118 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable
122 svg_3_test: Fail 119 svg_3_test: Fail
123 svgelement_test: Fail 120 svgelement_test: Fail
124 svgelement2_test: Fail 121 svgelement2_test: Fail
125 transferables_test: Fail # Issue 3392. 122 transferables_test: Fail # Issue 3392.
126 typed_arrays_dataview_test: Fail # DataView not implemented until Firefox 15.0 123 typed_arrays_dataview_test: Fail # DataView not implemented until Firefox 15.0
127 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t. 124 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t.
128 # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs. 125 # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs.
129 # Note this test now passes for the wrong reasons. It used to be that the only 126 # Note this test now passes for the wrong reasons. It used to be that the only
130 # forEach in this program was in NodeList. Due to dependencies from the unittest 127 # forEach in this program was in NodeList. Due to dependencies from the unittest
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 svgelement2_test: Pass 179 svgelement2_test: Pass
183 180
184 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 181 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
185 request_animation_frame_test: Skip # Async test hangs. 182 request_animation_frame_test: Skip # Async test hangs.
186 183
187 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ] 184 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ]
188 isolates_test: Skip # Timeout because leg does not support web workers. 185 isolates_test: Skip # Timeout because leg does not support web workers.
189 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . 186 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types .
190 187
191 [ $compiler == dart2js && $runtime == ff && $system == linux] 188 [ $compiler == dart2js && $runtime == ff && $system == linux]
189 canvas_pixel_array_type_alias_test: Fail # Expectation: CreateImageData. Caught NoSuchMethodException : method not found: 'get$data'
192 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er ror: The data provided does not meet the requirements of the function. 190 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er ror: The data provided does not meet the requirements of the function.
191 instance_of_test: Fail # Issue 2535
192 localstorage_test: Fail
193 mutationobserver_test: Fail # Bots have FF 13, will pass on FF 14.
193 194
194 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) && $system == linu x] 195 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) && $system == linu x]
195 # DOM errors. 196 # DOM errors.
196 indexeddb_2_test: Fail # Uncaught error 197 indexeddb_2_test: Fail # Uncaught error
197 198
198 [ $compiler == dart2js && $runtime == chrome ] 199 [ $compiler == dart2js && $runtime == chrome ]
199 # TODO(sra): Triage incompatibility issue. 200 # TODO(sra): Triage incompatibility issue.
200 indexeddb_3_test: Fail # DATA_ERR: DOM IDBDatabase Exception 5 Error: The data provided does not meet the requirements of the function. 201 indexeddb_3_test: Fail # DATA_ERR: DOM IDBDatabase Exception 5 Error: The data provided does not meet the requirements of the function.
201 202
202 [ $compiler == dart2js && $runtime == chrome && $system == macos ] 203 [ $compiler == dart2js && $runtime == chrome && $system == macos ]
203 fileapi_test: Skip # Issue 3022 204 fileapi_test: Skip # Issue 3022
204 205
205 [ $compiler == dart2js && $runtime == ff ] 206 [ $compiler == dart2js && $runtime == ff ]
206 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException : method not found: 'get$status' 207 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException : method not found: 'get$status'
207 canvas_pixel_array_type_alias_test: Fail # Expectation: CreateImageData. Caught NoSuchMethodException : method not found: 'get$data'
208 xhr_test: Skip # Timeout 208 xhr_test: Skip # Timeout
209 inner_frame_test: Skip # Timeout 209 inner_frame_test: Skip # Timeout
210 svg_3_test: Skip # Timeout 210 svg_3_test: Skip # Timeout
211 documentfragment_test: Skip # Timeout 211 documentfragment_test: Skip # Timeout
212 fileapi_test: Skip # Issue 3022 212 fileapi_test: Skip # Issue 3022
213 213
214 [ $compiler == dart2js && $runtime == chrome && $system == windows] 214 [ $compiler == dart2js && $runtime == chrome && $system == windows]
215 css_test: Pass, Fail # Issue #2823 215 css_test: Pass, Fail # Issue #2823
216 fileapi_test: Skip # Issue 3022 216 fileapi_test: Skip # Issue 3022
217 217
218 [ $compiler == dart2js && $runtime == drt && $system == macos ] 218 [ $compiler == dart2js && $runtime == drt && $system == macos ]
219 indexeddb_2_test: Fail # Issue 3669. 219 indexeddb_2_test: Fail # Issue 3669.
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