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

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

Issue 11640056: Fixing html.status for IE's click event test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 12 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 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 webgl_1_test: Skip # Issue 1495 8 webgl_1_test: Skip # Issue 1495
9 xmldocument_test: Skip # XML in dart:html is incomplete 9 xmldocument_test: Skip # XML in dart:html is incomplete
10 xmlelement_test: Skip # XML in dart:html is incomplete 10 xmlelement_test: Skip # XML in dart:html is incomplete
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 62
63 [$runtime == ie10 ] 63 [$runtime == ie10 ]
64 # TODO(efortuna, blois): Triage. 64 # TODO(efortuna, blois): Triage.
65 audiobuffersourcenode_test: Fail 65 audiobuffersourcenode_test: Fail
66 audiocontext_test: Fail 66 audiocontext_test: Fail
67 canvasrenderingcontext2d_test: Fail, Pass 67 canvasrenderingcontext2d_test: Fail, Pass
68 contentelement_test: Fail 68 contentelement_test: Fail
69 css_test: Fail 69 css_test: Fail
70 document_test/getCssCanvasContext: Fail # IE does not support this. 70 document_test/getCssCanvasContext: Fail # IE does not support this.
71 element_test/additionalConstructors: Fail 71 element_test/additionalConstructors: Fail
72 element_test/clickEvent: Fail # IE does not support firing this event . 72 element_test/click: Fail # IE does not support firing this event.
73 element_webkit_test: Fail 73 element_webkit_test: Fail
74 exceptions_test: Fail 74 exceptions_test: Fail
75 fileapi_test: Fail 75 fileapi_test: Fail
76 indexeddb_1_test: Fail 76 indexeddb_1_test: Fail
77 indexeddb_2_test: Fail 77 indexeddb_2_test: Fail
78 indexeddb_3_test: Fail 78 indexeddb_3_test: Fail
79 indexeddb_4_test: Fail 79 indexeddb_4_test: Fail
80 inner_frame_test: Skip 80 inner_frame_test: Skip
81 input_element_test/date: Fail # IE10 does not support this input type . 81 input_element_test/date: Fail # IE10 does not support this input type .
82 input_element_test/datetime: Fail # IE10 does not support this input type . 82 input_element_test/datetime: Fail # IE10 does not support this input type .
(...skipping 16 matching lines...) Expand all
99 typed_arrays_dataview_test: Fail 99 typed_arrays_dataview_test: Fail
100 url_test: Fail 100 url_test: Fail
101 websql_test: Fail 101 websql_test: Fail
102 window_open_test: Skip 102 window_open_test: Skip
103 xhr_test: Fail 103 xhr_test: Fail
104 xsltprocessor_test: Fail 104 xsltprocessor_test: Fail
105 105
106 [ $runtime == ie9 ] 106 [ $runtime == ie9 ]
107 contentelement_test: Fail # ie9 does not support content element. 107 contentelement_test: Fail # ie9 does not support content element.
108 document_test/getCssCanvasContext: Fail # IE does not support this. 108 document_test/getCssCanvasContext: Fail # IE does not support this.
109 element_test/click: Fail # IE does not support firing this event.
109 form_data_test: Fail # Issue 4793. 110 form_data_test: Fail # Issue 4793.
110 form_element_test: Fail # Issue 4793. 111 form_element_test: Fail # Issue 4793.
111 inner_frame_test: Skip # Issue 5727 (timeout) 112 inner_frame_test: Skip # Issue 5727 (timeout)
112 typed_arrays_1_test: Skip # ie9 does not have typed arrays. 113 typed_arrays_1_test: Skip # ie9 does not have typed arrays.
113 typed_arrays_2_test: Skip 114 typed_arrays_2_test: Skip
114 typed_arrays_3_test: Skip 115 typed_arrays_3_test: Skip
115 typed_arrays_4_test: Skip 116 typed_arrays_4_test: Skip
116 typed_arrays_5_test: Skip 117 typed_arrays_5_test: Skip
117 typed_arrays_arraybuffer_test: Skip 118 typed_arrays_arraybuffer_test: Skip
118 typed_arrays_dataview_test: Skip 119 typed_arrays_dataview_test: Skip
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . 330 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types .
330 331
331 [ $compiler == dart2js && $runtime == ff && $system == linux] 332 [ $compiler == dart2js && $runtime == ff && $system == linux]
332 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. 333 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.
333 334
334 [ $compiler == dart2js && $runtime == ff ] 335 [ $compiler == dart2js && $runtime == ff ]
335 xhr_test: Skip # Timeout 336 xhr_test: Skip # Timeout
336 inner_frame_test: Skip # Timeout 337 inner_frame_test: Skip # Timeout
337 svg_3_test: Skip # Timeout 338 svg_3_test: Skip # Timeout
338 documentfragment_test: Skip # Timeout 339 documentfragment_test: Skip # Timeout
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