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

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: 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
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
20 audioelement_test: Fail
21 blob_constructor_test: Fail
22 css_test: Fail
23 htmlaudioelement_test: Fail
24
18 [ $compiler == none && $runtime == drt && $system == macos] 25 [ $compiler == none && $runtime == drt && $system == macos]
19 audiocontext_test: Pass, Fail 26 audiocontext_test: Pass, Fail
20 27
21 [ $compiler == none && $runtime == drt && $system == linux] 28 [ $compiler == none && $runtime == drt && $system == linux]
22 documentfragment_test: Pass, Timeout 29 documentfragment_test: Pass, Timeout
23 30
24 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera ] 31 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera || $runtime == drt ]
25 # TODO(vsm): Triage DOM tests. 32 # TODO(vsm): Triage DOM tests.
26 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre ctly. 33 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre ctly.
27 htmloptionscollection_test: Fail # Issue 3813. 34 htmloptionscollection_test: Fail # Issue 3813.
28 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. 35 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium.
sra1 2012/08/14 13:31:23 Should not be skipped. Our drt *is* tip of dartiu
Johnni Winther 2012/08/15 13:13:01 indexeddb_2_test copied to dart2js/drt/windows
29 shadow_dom_layout_test: Skip 36 shadow_dom_layout_test: Skip
sra1 2012/08/14 13:31:23 ditto
30 unknownelement_test: Fail # Issue 4189 37 unknownelement_test: Fail # Issue 4189
31 38
32 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ] 39 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ]
33 history_test: Fail 40 history_test: Fail
34 41
35 [ $runtime == ie ] 42 [ $runtime == ie ]
36 typed_arrays_1_test: Skip # ie9 does not have typed arrays. 43 typed_arrays_1_test: Skip # ie9 does not have typed arrays.
37 typed_arrays_2_test: Skip 44 typed_arrays_2_test: Skip
38 typed_arrays_3_test: Skip 45 typed_arrays_3_test: Skip
39 typed_arrays_4_test: Skip 46 typed_arrays_4_test: Skip
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 isolates_test: Skip # Timeout because leg does not support web workers. 189 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 . 190 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types .
184 191
185 [ $compiler == dart2js && $runtime == ff && $system == linux] 192 [ $compiler == dart2js && $runtime == ff && $system == linux]
186 canvas_pixel_array_type_alias_test: Fail # Expectation: CreateImageData. Caught NoSuchMethodException : method not found: 'get$data' 193 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. 194 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 195 instance_of_test: Fail # Issue 2535
189 localstorage_test: Fail 196 localstorage_test: Fail
190 mutationobserver_test: Fail # Bots have FF 13, will pass on FF 14. 197 mutationobserver_test: Fail # Bots have FF 13, will pass on FF 14.
191 198
192 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) && $system == linu x]
193 # DOM errors.
194 indexeddb_2_test: Fail # Uncaught error
195
196 [ $compiler == dart2js && $runtime == chrome && $system == macos ] 199 [ $compiler == dart2js && $runtime == chrome && $system == macos ]
197 fileapi_test: Skip # Issue 3022 200 fileapi_test: Skip # Issue 3022
198 201
199 [ $compiler == dart2js && $runtime == ff ] 202 [ $compiler == dart2js && $runtime == ff ]
200 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException : method not found: 'get$status' 203 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException : method not found: 'get$status'
201 xhr_test: Skip # Timeout 204 xhr_test: Skip # Timeout
202 inner_frame_test: Skip # Timeout 205 inner_frame_test: Skip # Timeout
203 svg_3_test: Skip # Timeout 206 svg_3_test: Skip # Timeout
204 documentfragment_test: Skip # Timeout 207 documentfragment_test: Skip # Timeout
205 fileapi_test: Skip # Issue 3022 208 fileapi_test: Skip # Issue 3022
206 209
207 [ $compiler == dart2js && $runtime == chrome && $system == windows] 210 [ $compiler == dart2js && $runtime == chrome && $system == windows]
208 css_test: Pass, Fail # Issue #2823 211 css_test: Pass, Fail # Issue #2823
209 fileapi_test: Skip # Issue 3022 212 fileapi_test: Skip # Issue 3022
210 213
211 [ $compiler == dart2js && $runtime == drt && $system == macos ] 214 [ $compiler == dart2js && $runtime == drt && $system == macos ]
212 indexeddb_2_test: Fail # Issue 3669. 215 indexeddb_2_test: Fail # Issue 3669.
OLDNEW
« samples/tests/samples/samples.status ('K') | « samples/tests/samples/samples.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698