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

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

Issue 11533006: Added supressions of test failures on Safari for {corelib,language,html} (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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/corelib/corelib.status ('k') | tests/language/language_dart2js.status » ('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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 svgelement2_test: Fail 150 svgelement2_test: Fail
151 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) 151 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10)
152 websocket_test: Fail 152 websocket_test: Fail
153 window_open_test: Skip # BUG(4016) 153 window_open_test: Skip # BUG(4016)
154 xsltprocessor_test: Skip # BUG(4016) 154 xsltprocessor_test: Skip # BUG(4016)
155 isolates_test: Skip # BUG(4016) 155 isolates_test: Skip # BUG(4016)
156 xhr_test: Skip # BUG(4016) 156 xhr_test: Skip # BUG(4016)
157 xhr_cross_origin_test: Fail # Issue 6016. 157 xhr_cross_origin_test: Fail # Issue 6016.
158 158
159 [ $runtime == safari ] 159 [ $runtime == safari ]
160 audiocontext_test: Crash, Fail # TODO(ahe): Please triage this failure.
161 svgelement_test/innerHtml: Crash, Fail # TODO(ahe): Please triage this failure.
162 svgelement_test/outerHtml: Crash, Fail # TODO(ahe): Please triage this failure.
163 element_test/elements: Crash, Fail # TODO(ahe): Please triage this failure.
164 element_test/children: Crash, Fail # TODO(ahe): Please triage this failure.
165 element_test/attributes: Crash, Fail # TODO(ahe): Please triage this failure.
160 performance_api_test: Fail # window.performance.timing not in Safari 6. 166 performance_api_test: Fail # window.performance.timing not in Safari 6.
161 indexeddb_1_test: Fail # indexedDB not in Safari 6. 167 indexeddb_1_test: Fail # indexedDB not in Safari 6.
162 indexeddb_2_test: Fail # indexedDB not in Safari 6. 168 indexeddb_2_test: Fail # indexedDB not in Safari 6.
163 indexeddb_3_test: Fail # indexedDB not in Safari 6. 169 indexeddb_3_test: Fail # indexedDB not in Safari 6.
164 indexeddb_4_test: Fail # indexedDB not in Safari 6. 170 indexeddb_4_test: Fail # indexedDB not in Safari 6.
165 fileapi_test: Fail # requestFileSystem not supported in Safari 6. 171 fileapi_test: Fail # requestFileSystem not supported in Safari 6.
166 datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari. 172 datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari.
167 contentelement_test: Fail # Safari 6 does not support content element. 173 contentelement_test: Fail # Safari 6 does not support content element.
168 # The following tests all fail in Safari 5.1. (NOT Mountain Lion). These will go 174 # The following tests all fail in Safari 5.1. (NOT Mountain Lion). These will go
169 # away after we upgrade the buildbots to Mountain Lion after M1. 175 # away after we upgrade the buildbots to Mountain Lion after M1.
170 # TODO(efortuna): Make our test framework able to separate tests out by browser 176 # TODO(efortuna): Make our test framework able to separate tests out by browser
171 # version. 177 # version.
172 audiocontext_test: Fail
173 datalistelement_test: Pass,Fail 178 datalistelement_test: Pass,Fail
174 element_test/elements: Crash
175 node_test: Skip # Issue 6457 179 node_test: Skip # Issue 6457
176 svgelement_test/innerHtml: Crash, Fail
177 svgelement_test/outerHtml: Fail
178 180
179 [ $runtime == opera && $system == windows ] 181 [ $runtime == opera && $system == windows ]
180 htmlelement_test: Fail, Pass 182 htmlelement_test: Fail, Pass
181 183
182 [ $runtime == opera && $system == macos ] 184 [ $runtime == opera && $system == macos ]
183 html/element_test/constructors: Fail 185 html/element_test/constructors: Fail
184 186
185 187
186 [ $runtime == opera ] 188 [ $runtime == opera ]
187 audiobuffersourcenode_test: Fail 189 audiobuffersourcenode_test: Fail
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 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. 297 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.
296 298
297 [ $compiler == dart2js && $runtime == ff ] 299 [ $compiler == dart2js && $runtime == ff ]
298 xhr_test: Skip # Timeout 300 xhr_test: Skip # Timeout
299 inner_frame_test: Skip # Timeout 301 inner_frame_test: Skip # Timeout
300 svg_3_test: Skip # Timeout 302 svg_3_test: Skip # Timeout
301 documentfragment_test: Skip # Timeout 303 documentfragment_test: Skip # Timeout
302 304
303 [ $compiler == dart2js && $runtime == chrome && $system == windows] 305 [ $compiler == dart2js && $runtime == chrome && $system == windows]
304 css_test: Pass, Fail # Issue #2823 306 css_test: Pass, Fail # Issue #2823
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698