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

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

Issue 11697011: Fixing up history test to pass properly on supported platforms. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixing dartium. 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
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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 audiobuffersourcenode_test: Pass, Fail 50 audiobuffersourcenode_test: Pass, Fail
51 51
52 [ $compiler == none && $runtime == drt && $system == linux] 52 [ $compiler == none && $runtime == drt && $system == linux]
53 documentfragment_test: Pass, Timeout 53 documentfragment_test: Pass, Timeout
54 54
55 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ] 55 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
56 # TODO(vsm): Triage DOM tests. 56 # TODO(vsm): Triage DOM tests.
57 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. 57 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium.
58 shadow_dom_layout_test: Skip 58 shadow_dom_layout_test: Skip
59 59
60 [ $runtime == dartium || $runtime == chrome || $runtime == ie9 || $runtime == ie 10 || $runtime == safari || $runtime == ff || $runtime == opera ]
61 history_test: Fail
62
63 [$runtime == ie10 ] 60 [$runtime == ie10 ]
64 # TODO(efortuna, blois): Triage. 61 # TODO(efortuna, blois): Triage.
65 audiobuffersourcenode_test: Fail 62 audiobuffersourcenode_test: Fail
66 audiocontext_test: Fail 63 audiocontext_test: Fail
67 canvasrenderingcontext2d_test: Fail, Pass 64 canvasrenderingcontext2d_test: Fail, Pass
68 css_test: Fail 65 css_test: Fail
69 document_test/getCssCanvasContext: Fail # IE does not support this. 66 document_test/getCssCanvasContext: Fail # IE does not support this.
70 element_test/additionalConstructors: Fail 67 element_test/additionalConstructors: Fail
71 element_test/click: Fail # IE does not support firing this event. 68 element_test/click: Fail # IE does not support firing this event.
72 element_types_test/supported_content: Fail 69 element_types_test/supported_content: Fail
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 audiobuffersourcenode_test: Fail 132 audiobuffersourcenode_test: Fail
136 audiocontext_test: Fail 133 audiocontext_test: Fail
137 blob_constructor_test: Fail 134 blob_constructor_test: Fail
138 cache_test: fail # IE9 does not support ApplicationCache, but IE 10 does (and should work). 135 cache_test: fail # IE9 does not support ApplicationCache, but IE 10 does (and should work).
139 css_test: Fail 136 css_test: Fail
140 datalistelement_test: Fail # ie9 does not have HTMLDataListElement 137 datalistelement_test: Fail # ie9 does not have HTMLDataListElement
141 dom_constructors_test: Fail 138 dom_constructors_test: Fail
142 element_test/additionalConstructors: Fail 139 element_test/additionalConstructors: Fail
143 exceptions_test: Fail 140 exceptions_test: Fail
144 fileapi_test: Fail # IE does not support filesystem APIs. 141 fileapi_test: Fail # IE does not support filesystem APIs.
145 history_test: Fail 142 history_test/supported_state: Fail
Emily Fortuna 2012/12/28 22:58:54 :-)
146 indexeddb_1_test/supported: Fail 143 indexeddb_1_test/supported: Fail
147 input_element_test/supported_date: Fail 144 input_element_test/supported_date: Fail
148 input_element_test/supported_datetime-local: Fail 145 input_element_test/supported_datetime-local: Fail
149 input_element_test/supported_datetime: Fail 146 input_element_test/supported_datetime: Fail
150 input_element_test/supported_email: Fail 147 input_element_test/supported_email: Fail
151 input_element_test/supported_month: Fail 148 input_element_test/supported_month: Fail
152 input_element_test/supported_number: Fail 149 input_element_test/supported_number: Fail
153 input_element_test/supported_range: Fail 150 input_element_test/supported_range: Fail
154 input_element_test/supported_search: Fail 151 input_element_test/supported_search: Fail
155 input_element_test/supported_tel: Fail 152 input_element_test/supported_tel: Fail
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 297
301 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 298 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
302 isolates_test: Skip # Timeout because leg does not support web workers. 299 isolates_test: Skip # Timeout because leg does not support web workers.
303 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . 300 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types .
304 301
305 [ $compiler == dart2js && $runtime == ff ] 302 [ $compiler == dart2js && $runtime == ff ]
306 xhr_test: Skip # Timeout 303 xhr_test: Skip # Timeout
307 inner_frame_test: Skip # Timeout 304 inner_frame_test: Skip # Timeout
308 svg_3_test: Skip # Timeout 305 svg_3_test: Skip # Timeout
309 documentfragment_test: Skip # Timeout 306 documentfragment_test: Skip # Timeout
OLDNEW
« sdk/lib/html/dart2js/html_dart2js.dart ('K') | « tests/html/history_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698