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

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
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 [ $runtime == safari ]
6 audiocontext_test: Crash, Fail # TODO(ahe): Please triage this failure.
7 svgelement_test/innerHtml: Crash, Fail # TODO(ahe): Please triage this failure.
8 svgelement_test/outerHtml: Crash, Fail # TODO(ahe): Please triage this failure.
9 element_test/elements: Crash, Fail # TODO(ahe): Please triage this failure.
10 element_test/children: Crash, Fail # TODO(ahe): Please triage this failure.
11 element_test/attributes: Crash, Fail # TODO(ahe): Please triage this failure.
12
5 window_open_test: Skip # http://dartbug.com/5151 13 window_open_test: Skip # http://dartbug.com/5151
6 14
7 event_test: Skip # Issue 1996 15 event_test: Skip # Issue 1996
8 webgl_1_test: Skip # Issue 1495 16 webgl_1_test: Skip # Issue 1495
9 xmldocument_test: Skip # XML in dart:html is incomplete 17 xmldocument_test: Skip # XML in dart:html is incomplete
10 xmlelement_test: Skip # XML in dart:html is incomplete 18 xmlelement_test: Skip # XML in dart:html is incomplete
11 19
12 [ $runtime == chrome ] 20 [ $runtime == chrome ]
13 contentelement_test: Fail # Issue 5445: not currently supported on chrome stab le. 21 contentelement_test: Fail # Issue 5445: not currently supported on chrome stab le.
14 22
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 svgelement_test/outerHtml: Fail 157 svgelement_test/outerHtml: Fail
150 svgelement2_test: Fail 158 svgelement2_test: Fail
151 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) 159 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10)
152 websocket_test: Fail 160 websocket_test: Fail
153 window_open_test: Skip # BUG(4016) 161 window_open_test: Skip # BUG(4016)
154 xsltprocessor_test: Skip # BUG(4016) 162 xsltprocessor_test: Skip # BUG(4016)
155 isolates_test: Skip # BUG(4016) 163 isolates_test: Skip # BUG(4016)
156 xhr_test: Skip # BUG(4016) 164 xhr_test: Skip # BUG(4016)
157 xhr_cross_origin_test: Fail # Issue 6016. 165 xhr_cross_origin_test: Fail # Issue 6016.
158 166
159 [ $runtime == safari ] 167 [ $runtime == safari ]
ahe 2012/12/11 15:00:22 Can you add them here instead?
kustermann 2012/12/11 15:55:34 Done.
160 performance_api_test: Fail # window.performance.timing not in Safari 6. 168 performance_api_test: Fail # window.performance.timing not in Safari 6.
161 indexeddb_1_test: Fail # indexedDB not in Safari 6. 169 indexeddb_1_test: Fail # indexedDB not in Safari 6.
162 indexeddb_2_test: Fail # indexedDB not in Safari 6. 170 indexeddb_2_test: Fail # indexedDB not in Safari 6.
163 indexeddb_3_test: Fail # indexedDB not in Safari 6. 171 indexeddb_3_test: Fail # indexedDB not in Safari 6.
164 indexeddb_4_test: Fail # indexedDB not in Safari 6. 172 indexeddb_4_test: Fail # indexedDB not in Safari 6.
165 fileapi_test: Fail # requestFileSystem not supported in Safari 6. 173 fileapi_test: Fail # requestFileSystem not supported in Safari 6.
166 datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari. 174 datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari.
167 contentelement_test: Fail # Safari 6 does not support content element. 175 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 176 # 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. 177 # 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 178 # TODO(efortuna): Make our test framework able to separate tests out by browser
171 # version. 179 # version.
172 audiocontext_test: Fail
173 datalistelement_test: Pass,Fail 180 datalistelement_test: Pass,Fail
174 element_test/elements: Crash
175 node_test: Skip # Issue 6457 181 node_test: Skip # Issue 6457
176 svgelement_test/innerHtml: Crash, Fail
177 svgelement_test/outerHtml: Fail
178 182
179 [ $runtime == opera && $system == windows ] 183 [ $runtime == opera && $system == windows ]
180 htmlelement_test: Fail, Pass 184 htmlelement_test: Fail, Pass
181 185
182 [ $runtime == opera && $system == macos ] 186 [ $runtime == opera && $system == macos ]
183 html/element_test/constructors: Fail 187 html/element_test/constructors: Fail
184 188
185 189
186 [ $runtime == opera ] 190 [ $runtime == opera ]
187 audiobuffersourcenode_test: Fail 191 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. 299 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 300
297 [ $compiler == dart2js && $runtime == ff ] 301 [ $compiler == dart2js && $runtime == ff ]
298 xhr_test: Skip # Timeout 302 xhr_test: Skip # Timeout
299 inner_frame_test: Skip # Timeout 303 inner_frame_test: Skip # Timeout
300 svg_3_test: Skip # Timeout 304 svg_3_test: Skip # Timeout
301 documentfragment_test: Skip # Timeout 305 documentfragment_test: Skip # Timeout
302 306
303 [ $compiler == dart2js && $runtime == chrome && $system == windows] 307 [ $compiler == dart2js && $runtime == chrome && $system == windows]
304 css_test: Pass, Fail # Issue #2823 308 css_test: Pass, Fail # Issue #2823
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698