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

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

Issue 12212006: Fixing the status of element_types_test/supported_object on IE. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/scripts/generator.py » ('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 window_open_test: Skip # http://dartbug.com/5151 5 window_open_test: Skip # http://dartbug.com/5151
6 6
7 event_test: Skip # Issue 1996 7 event_test: Skip # Issue 1996
8 8
9 # Layout tests are only supported on DRT. 9 # Layout tests are only supported on DRT.
10 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ] 10 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 audiocontext_test: Fail 52 audiocontext_test: Fail
53 css_test/supported_CssMatrix: Fail 53 css_test/supported_CssMatrix: Fail
54 css_test/supported_DomPoint: Fail 54 css_test/supported_DomPoint: Fail
55 document_test/supports_cssCanvasContext: Fail 55 document_test/supports_cssCanvasContext: Fail
56 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. 56 dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
57 element_test/click: Fail # IE does not support firing this event. 57 element_test/click: Fail # IE does not support firing this event.
58 element_types_test/supported_content: Fail 58 element_types_test/supported_content: Fail
59 element_types_test/supported_details: Fail 59 element_types_test/supported_details: Fail
60 element_types_test/supported_keygen: Fail 60 element_types_test/supported_keygen: Fail
61 element_types_test/supported_meter: Fail 61 element_types_test/supported_meter: Fail
62 element_types_test/supported_object: Fail
63 element_types_test/supported_output: Fail 62 element_types_test/supported_output: Fail
64 element_types_test/supported_shadow: Fail 63 element_types_test/supported_shadow: Fail
65 form_data_test: Fail # TODO(efortuna): Issue 7875. 64 form_data_test: Fail # TODO(efortuna): Issue 7875.
66 fileapi_test/supported: Fail 65 fileapi_test/supported: Fail
67 history_test/supported_HashChangeEvent: Fail 66 history_test/supported_HashChangeEvent: Fail
68 inner_frame_test: Skip 67 inner_frame_test: Skip
69 input_element_test/supported_date: Fail 68 input_element_test/supported_date: Fail
70 input_element_test/supported_datetime: Fail 69 input_element_test/supported_datetime: Fail
71 input_element_test/supported_datetime-local: Fail 70 input_element_test/supported_datetime-local: Fail
72 input_element_test/supported_month: Fail 71 input_element_test/supported_month: Fail
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 103
105 [ $runtime == ie9 ] 104 [ $runtime == ie9 ]
106 document_test/supports_cssCanvasContext: Fail 105 document_test/supports_cssCanvasContext: Fail
107 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. 106 dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
108 element_test/click: Fail # IE does not support firing this event. 107 element_test/click: Fail # IE does not support firing this event.
109 element_types_test/supported_content: Fail 108 element_types_test/supported_content: Fail
110 element_types_test/supported_datalist: Fail 109 element_types_test/supported_datalist: Fail
111 element_types_test/supported_details: Fail 110 element_types_test/supported_details: Fail
112 element_types_test/supported_keygen: Fail 111 element_types_test/supported_keygen: Fail
113 element_types_test/supported_meter: Fail 112 element_types_test/supported_meter: Fail
114 element_types_test/supported_object: Fail
115 element_types_test/supported_output: Fail 113 element_types_test/supported_output: Fail
116 element_types_test/supported_progress: Fail 114 element_types_test/supported_progress: Fail
117 element_types_test/supported_shadow: Fail 115 element_types_test/supported_shadow: Fail
118 element_types_test/supported_track: Fail 116 element_types_test/supported_track: Fail
119 form_data_test: Fail # Issue 4793. 117 form_data_test: Fail # Issue 4793.
120 form_element_test: Fail # Issue 4793. 118 form_element_test: Fail # Issue 4793.
121 inner_frame_test: Skip # Issue 5727 (timeout) 119 inner_frame_test: Skip # Issue 5727 (timeout)
122 typed_arrays_1_test/supported: Fail 120 typed_arrays_1_test/supported: Fail
123 localstorage_test: Fail 121 localstorage_test: Fail
124 webgl_1_test/supported: Fail 122 webgl_1_test/supported: Fail
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 transferables_test: Skip # until isInstance works in dart2js 324 transferables_test: Skip # until isInstance works in dart2js
327 325
328 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 326 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
329 request_animation_frame_test: Skip # Async test hangs. 327 request_animation_frame_test: Skip # Async test hangs.
330 328
331 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 329 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
332 isolates_test: Skip # Timeout because leg does not support web workers. 330 isolates_test: Skip # Timeout because leg does not support web workers.
333 331
334 [ $compiler == dart2js && $runtime == ff ] 332 [ $compiler == dart2js && $runtime == ff ]
335 inner_frame_test: Skip # Timeout 333 inner_frame_test: Skip # Timeout
OLDNEW
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/scripts/generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698