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

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

Issue 11885031: Adding support checks for ApplicationCache. (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
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 9
10 # Layout tests are only supported on DRT. 10 # Layout tests are only supported on DRT.
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 inner_frame_test: Skip # Issue 5727 (timeout) 100 inner_frame_test: Skip # Issue 5727 (timeout)
101 typed_arrays_1_test/supported: Fail 101 typed_arrays_1_test/supported: Fail
102 localstorage_test: Fail 102 localstorage_test: Fail
103 websql_test: Fail # IE does not support web SQL 103 websql_test: Fail # IE does not support web SQL
104 # 104 #
105 # Investigate and triage the following into bug reports. 105 # Investigate and triage the following into bug reports.
106 # 106 #
107 audiobuffersourcenode_test: Fail 107 audiobuffersourcenode_test: Fail
108 audiocontext_test: Fail 108 audiocontext_test: Fail
109 blob_constructor_test: Fail 109 blob_constructor_test: Fail
110 cache_test: fail # IE9 does not support ApplicationCache, but IE 10 does (and should work). 110 cache_test/supported: Fail
111 css_test: Fail 111 css_test: Fail
112 dom_constructors_test: Fail 112 dom_constructors_test: Fail
113 element_test/matches: Fail # IE9 does not support matches 113 element_test/matches: Fail # IE9 does not support matches
114 exceptions_test: Fail 114 exceptions_test: Fail
115 fileapi_test/supported: Fail 115 fileapi_test/supported: Fail
116 history_test/supported_state: Fail 116 history_test/supported_state: Fail
117 indexeddb_1_test/supported: Fail 117 indexeddb_1_test/supported: Fail
118 input_element_test/supported_date: Fail 118 input_element_test/supported_date: Fail
119 input_element_test/supported_datetime-local: Fail 119 input_element_test/supported_datetime-local: Fail
120 input_element_test/supported_datetime: Fail 120 input_element_test/supported_datetime: Fail
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 shadow_dom_test/supported: Fail 166 shadow_dom_test/supported: Fail
167 167
168 [ $runtime == opera ] 168 [ $runtime == opera ]
169 document_test/supports_cssCanvasContext: Fail 169 document_test/supports_cssCanvasContext: Fail
170 document_test/document: Fail # Issue: 7413 170 document_test/document: Fail # Issue: 7413
171 form_data_test: Fail # Issue: 7413 171 form_data_test: Fail # Issue: 7413
172 keyboard_event_test: Fail # Issue: 7413 172 keyboard_event_test: Fail # Issue: 7413
173 element_test/eventListening: Fail # Issue: 7413 173 element_test/eventListening: Fail # Issue: 7413
174 element_test/children: Fail # Issue: 7413 174 element_test/children: Fail # Issue: 7413
175 audiobuffersourcenode_test: Fail 175 audiobuffersourcenode_test: Fail
176 cache_test: Fail
177 canvas_test: Pass,Fail 176 canvas_test: Pass,Fail
178 audiocontext_test: Fail 177 audiocontext_test: Fail
179 blob_constructor_test: Fail 178 blob_constructor_test: Fail
180 canvas_using_html_test: Fail 179 canvas_using_html_test: Fail
181 canvas_test: Fail 180 canvas_test: Fail
182 css_test: Fail 181 css_test: Fail
183 cssstyledeclaration_test: Fail 182 cssstyledeclaration_test: Fail
184 element_add_test: Fail 183 element_add_test: Fail
185 element_constructor_1_test: Fail 184 element_constructor_1_test: Fail
186 element_test/constructors: Fail 185 element_test/constructors: Fail
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 254
256 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 255 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
257 request_animation_frame_test: Skip # Async test hangs. 256 request_animation_frame_test: Skip # Async test hangs.
258 257
259 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 258 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
260 isolates_test: Skip # Timeout because leg does not support web workers. 259 isolates_test: Skip # Timeout because leg does not support web workers.
261 260
262 [ $compiler == dart2js && $runtime == ff ] 261 [ $compiler == dart2js && $runtime == ff ]
263 inner_frame_test: Skip # Timeout 262 inner_frame_test: Skip # Timeout
264 svg_3_test: Skip # Timeout 263 svg_3_test: Skip # Timeout
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698