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

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: Created 7 years, 11 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 | « tests/html/history_test.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 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 css_test: Fail 64 css_test: Fail
68 document_test/getCssCanvasContext: Fail # IE does not support this. 65 document_test/getCssCanvasContext: Fail # IE does not support this.
69 element_test/additionalConstructors: Fail 66 element_test/additionalConstructors: Fail
70 element_test/click: Fail # IE does not support firing this event. 67 element_test/click: Fail # IE does not support firing this event.
71 element_types_test/supported_content: Fail 68 element_types_test/supported_content: Fail
72 element_types_test/supported_details: Fail 69 element_types_test/supported_details: Fail
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 audiobuffersourcenode_test: Fail 131 audiobuffersourcenode_test: Fail
135 audiocontext_test: Fail 132 audiocontext_test: Fail
136 blob_constructor_test: Fail 133 blob_constructor_test: Fail
137 cache_test: fail # IE9 does not support ApplicationCache, but IE 10 does (and should work). 134 cache_test: fail # IE9 does not support ApplicationCache, but IE 10 does (and should work).
138 css_test: Fail 135 css_test: Fail
139 datalistelement_test: Fail # ie9 does not have HTMLDataListElement 136 datalistelement_test: Fail # ie9 does not have HTMLDataListElement
140 dom_constructors_test: Fail 137 dom_constructors_test: Fail
141 element_test/additionalConstructors: Fail 138 element_test/additionalConstructors: Fail
142 exceptions_test: Fail 139 exceptions_test: Fail
143 fileapi_test: Fail # IE does not support filesystem APIs. 140 fileapi_test: Fail # IE does not support filesystem APIs.
144 history_test: Fail 141 history_test/supported_state: Fail
145 indexeddb_1_test/supported: Fail 142 indexeddb_1_test/supported: Fail
146 input_element_test/supported_date: Fail 143 input_element_test/supported_date: Fail
147 input_element_test/supported_datetime-local: Fail 144 input_element_test/supported_datetime-local: Fail
148 input_element_test/supported_datetime: Fail 145 input_element_test/supported_datetime: Fail
149 input_element_test/supported_email: Fail 146 input_element_test/supported_email: Fail
150 input_element_test/supported_month: Fail 147 input_element_test/supported_month: Fail
151 input_element_test/supported_number: Fail 148 input_element_test/supported_number: Fail
152 input_element_test/supported_range: Fail 149 input_element_test/supported_range: Fail
153 input_element_test/supported_search: Fail 150 input_element_test/supported_search: Fail
154 input_element_test/supported_tel: Fail 151 input_element_test/supported_tel: Fail
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 296
300 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 297 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
301 isolates_test: Skip # Timeout because leg does not support web workers. 298 isolates_test: Skip # Timeout because leg does not support web workers.
302 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . 299 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types .
303 300
304 [ $compiler == dart2js && $runtime == ff ] 301 [ $compiler == dart2js && $runtime == ff ]
305 xhr_test: Skip # Timeout 302 xhr_test: Skip # Timeout
306 inner_frame_test: Skip # Timeout 303 inner_frame_test: Skip # Timeout
307 svg_3_test: Skip # Timeout 304 svg_3_test: Skip # Timeout
308 documentfragment_test: Skip # Timeout 305 documentfragment_test: Skip # Timeout
OLDNEW
« no previous file with comments | « tests/html/history_test.dart ('k') | tools/dom/scripts/generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698