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

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

Issue 10825341: Drt Windows status updated (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Bug reported. Status adjusted. 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 | « samples/tests/samples/samples.status ('k') | 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
11 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 11 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
12 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented 12 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
13 #htmloptionscollection_test: Fail # TODO(asiva): investigate. 13 #htmloptionscollection_test: Fail # TODO(asiva): investigate.
14 14
15 [ $compiler == none && $runtime == drt && $system == windows] 15 [ $compiler == none && $runtime == drt && $system == windows]
16 audiocontext_test: Skip 16 audiocontext_test: Skip
17 17
18 [ $compiler == dart2js && $runtime == drt && $system == windows]
19 audiocontext_test: Fail # Issue 4517
20 audioelement_test: Fail # Issue 4517
21 blob_constructor_test: Fail # Issue 4517
22 css_test: Fail # Issue 4517
23 htmlaudioelement_test: Fail # Issue 4517
24 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre ctly.
25
18 [ $compiler == none && $runtime == drt && $system == macos] 26 [ $compiler == none && $runtime == drt && $system == macos]
19 audiocontext_test: Pass, Fail 27 audiocontext_test: Pass, Fail
20 28
21 [ $compiler == none && $runtime == drt && $system == linux] 29 [ $compiler == none && $runtime == drt && $system == linux]
22 documentfragment_test: Pass, Timeout 30 documentfragment_test: Pass, Timeout
23 31
24 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera ] 32 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera ]
25 # TODO(vsm): Triage DOM tests. 33 # TODO(vsm): Triage DOM tests.
26 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre ctly. 34 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre ctly.
27 htmloptionscollection_test: Fail # Issue 3813. 35 htmloptionscollection_test: Fail # Issue 3813.
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 isolates_test: Skip # Timeout because leg does not support web workers. 190 isolates_test: Skip # Timeout because leg does not support web workers.
183 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . 191 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types .
184 192
185 [ $compiler == dart2js && $runtime == ff && $system == linux] 193 [ $compiler == dart2js && $runtime == ff && $system == linux]
186 canvas_pixel_array_type_alias_test: Fail # Expectation: CreateImageData. Caught NoSuchMethodException : method not found: 'get$data' 194 canvas_pixel_array_type_alias_test: Fail # Expectation: CreateImageData. Caught NoSuchMethodException : method not found: 'get$data'
187 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. 195 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.
188 instance_of_test: Fail # Issue 2535 196 instance_of_test: Fail # Issue 2535
189 localstorage_test: Fail 197 localstorage_test: Fail
190 mutationobserver_test: Fail # Bots have FF 13, will pass on FF 14. 198 mutationobserver_test: Fail # Bots have FF 13, will pass on FF 14.
191 199
192 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) && $system == linu x]
ahe 2012/08/15 14:35:27 I don't think you can remove this section any more
Johnni Winther 2012/08/17 08:40:12 Done.
193 # DOM errors.
194 indexeddb_2_test: Fail # Uncaught error
195
196 [ $compiler == dart2js && $runtime == chrome && $system == macos ] 200 [ $compiler == dart2js && $runtime == chrome && $system == macos ]
197 fileapi_test: Skip # Issue 3022 201 fileapi_test: Skip # Issue 3022
198 202
199 [ $compiler == dart2js && $runtime == ff ] 203 [ $compiler == dart2js && $runtime == ff ]
200 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException : method not found: 'get$status' 204 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException : method not found: 'get$status'
201 xhr_test: Skip # Timeout 205 xhr_test: Skip # Timeout
202 inner_frame_test: Skip # Timeout 206 inner_frame_test: Skip # Timeout
203 svg_3_test: Skip # Timeout 207 svg_3_test: Skip # Timeout
204 documentfragment_test: Skip # Timeout 208 documentfragment_test: Skip # Timeout
205 fileapi_test: Skip # Issue 3022 209 fileapi_test: Skip # Issue 3022
206 210
207 [ $compiler == dart2js && $runtime == chrome && $system == windows] 211 [ $compiler == dart2js && $runtime == chrome && $system == windows]
208 css_test: Pass, Fail # Issue #2823 212 css_test: Pass, Fail # Issue #2823
209 fileapi_test: Skip # Issue 3022 213 fileapi_test: Skip # Issue 3022
210 214
211 [ $compiler == dart2js && $runtime == drt && $system == macos ] 215 [ $compiler == dart2js && $runtime == drt && $system == macos ]
212 indexeddb_2_test: Fail # Issue 3669. 216 indexeddb_2_test: Fail # Issue 3669.
OLDNEW
« no previous file with comments | « samples/tests/samples/samples.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698