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

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

Issue 12051018: Triaging latest Safari test failures. (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 | « 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 9
10 # Layout tests are only supported on DRT. 10 # Layout tests are only supported on DRT.
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 svgelement2_test: Fail 140 svgelement2_test: Fail
141 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) 141 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10)
142 websocket_test/supported: Fail 142 websocket_test/supported: Fail
143 window_open_test: Skip # BUG(4016) 143 window_open_test: Skip # BUG(4016)
144 xsltprocessor_test: Skip # BUG(4016) 144 xsltprocessor_test: Skip # BUG(4016)
145 isolates_test: Skip # BUG(4016) 145 isolates_test: Skip # BUG(4016)
146 xhr_test: Skip # BUG(4016) 146 xhr_test: Skip # BUG(4016)
147 xhr_cross_origin_test: Fail # Issue 6016. 147 xhr_cross_origin_test: Fail # Issue 6016.
148 148
149 [ $runtime == safari ] 149 [ $runtime == safari ]
150 # TODO(ahe, efortuna): These tests need to be retriaged now that we're testing
Emily Fortuna 2013/01/22 20:34:28 Huh. I told someone in AAR to remove this TODO a l
151 # with Safari 6.
152 audiocontext_test: Crash, Fail # Issue: 7414
153 element_test/elements: Crash, Fail # Issue: 7414
154 element_types_test/supported_content: Fail 150 element_types_test/supported_content: Fail
155 element_types_test/supported_datalist: Fail 151 element_types_test/supported_datalist: Fail
152 element_types_test/supported_details: Fail
153 element_types_test/supported_embed: Fail
154 element_types_test/supported_keygen: Fail
155 element_types_test/supported_meter: Fail
156 element_types_test/supported_object: Fail
157 element_types_test/supported_output: Fail
158 element_types_test/supported_progress: Fail
156 element_types_test/supported_shadow: Fail 159 element_types_test/supported_shadow: Fail
157 performance_api_test/supported: Fail 160 element_types_test/supported_track: Pass, Fail
161 fileapi_test/supported: Fail
158 indexeddb_1_test/supported: Fail 162 indexeddb_1_test/supported: Fail
159 input_element_test/supported_date: Fail 163 input_element_test/supported_date: Fail
164 input_element_test/supported_datetime-local: Fail
160 input_element_test/supported_datetime: Fail 165 input_element_test/supported_datetime: Fail
161 input_element_test/supported_datetime-local: Fail 166 input_element_test/supported_email: Fail
162 input_element_test/supported_month: Fail, Crash 167 input_element_test/supported_month: Fail, Crash
168 input_element_test/supported_number: Fail
163 input_element_test/supported_range: Fail, Crash # TODO(efortuna): Please tria ge this failure. 169 input_element_test/supported_range: Fail, Crash # TODO(efortuna): Please tria ge this failure.
170 input_element_test/supported_tel: Fail
164 input_element_test/supported_time: Fail, Crash 171 input_element_test/supported_time: Fail, Crash
172 input_element_test/supported_url: Fail
165 input_element_test/supported_week: Fail, Crash 173 input_element_test/supported_week: Fail, Crash
166 fileapi_test/supported: Fail
167 media_stream_test/supported: Fail 174 media_stream_test/supported: Fail
168 node_test: Skip # Issue 6457 175 notifications_test/supported: Fail # Issue: 7414
176 performance_api_test/supported: Fail
169 shadow_dom_test/supported: Fail 177 shadow_dom_test/supported: Fail
170 178
171 # The following failures are on MacOS 10.7 179 audiocontext_test: Crash, Fail # Issue: 7414
172 datalistelement_test: Fail # Issue: 7414 180 datalistelement_test: Fail # Issue: 7414
173 element_types_test/constructors: Fail # Issue: 7414 181 element_test/elements: Crash, Fail # Issue: 7414
174 element_types_test/supported_details: Fail # Issue: 7414 182 element_types_test/constructors: Fail
175 element_types_test/supported_embed: Fail # Issue: 7414
176 element_types_test/supported_keygen: Fail # Issue: 7414
177 element_types_test/supported_meter: Fail # Issue: 7414
178 element_types_test/supported_object: Fail # Issue: 7414
179 element_types_test/supported_output: Fail # Issue: 7414
180 element_types_test/supported_progress: Fail # Issue: 7414
181 element_types_test/supported_track: Pass, Fail # Issue: 7414
182 fileapi_test/getDirectory: Fail # Issue: 7414 183 fileapi_test/getDirectory: Fail # Issue: 7414
183 fileapi_test/getFile: Pass, Fail # Issue: 7414 184 fileapi_test/getFile: Pass, Fail # Issue: 7414
184 fileapi_test/unsupported_throws: Fail # Issue: 7414 185 fileapi_test/unsupported_throws: Fail # Issue: 7414
185 input_element_test/constructors: Fail # Issue: 7414 186 input_element_test/constructors: Fail # Issue: 7414
186 input_element_test/supported_email: Fail # Issue: 7414 187 node_test: Skip # Issue 6457
187 input_element_test/supported_number: Fail # Issue: 7414
188 input_element_test/supported_tel: Fail # Issue: 7414
189 input_element_test/supported_url: Fail # Issue: 7414
190 notifications_test/supported: Fail # Issue: 7414
191 notifications_test/unsupported_throws: Fail # Issue: 7414 188 notifications_test/unsupported_throws: Fail # Issue: 7414
192 notifications_test/webkitNotifications: Fail # Issue: 7414 189 notifications_test/webkitNotifications: Fail # Issue: 7414
193 performance_api_test/performance: Fail # Issue: 7414 190 performance_api_test/performance: Fail # Issue: 7414
194 shadow_dom_test/ShadowDOM_tests: Fail # Issue: 7414 191 shadow_dom_test/ShadowDOM_tests: Fail # Issue: 7414
195 wheelevent_test: Fail # Issue: 7414 192 wheelevent_test: Fail # Issue: 7414
196 193
197 194
198 [ $runtime == opera ] 195 [ $runtime == opera ]
199 document_test/supports_cssCanvasContext: Fail 196 document_test/supports_cssCanvasContext: Fail
200 document_test/document: Fail # Issue: 7413 197 document_test/document: Fail # Issue: 7413
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 281
285 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 282 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
286 request_animation_frame_test: Skip # Async test hangs. 283 request_animation_frame_test: Skip # Async test hangs.
287 284
288 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 285 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
289 isolates_test: Skip # Timeout because leg does not support web workers. 286 isolates_test: Skip # Timeout because leg does not support web workers.
290 287
291 [ $compiler == dart2js && $runtime == ff ] 288 [ $compiler == dart2js && $runtime == ff ]
292 inner_frame_test: Skip # Timeout 289 inner_frame_test: Skip # Timeout
293 svg_3_test: Skip # Timeout 290 svg_3_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