Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 158 | 158 |
| 159 [ $runtime == safari ] | 159 [ $runtime == safari ] |
| 160 performance_api_test: Fail # window.performance.timing not in Safari 6. | 160 performance_api_test: Fail # window.performance.timing not in Safari 6. |
| 161 indexeddb_1_test: Fail # indexedDB not in Safari 6. | 161 indexeddb_1_test: Fail # indexedDB not in Safari 6. |
| 162 indexeddb_2_test: Fail # indexedDB not in Safari 6. | 162 indexeddb_2_test: Fail # indexedDB not in Safari 6. |
| 163 indexeddb_3_test: Fail # indexedDB not in Safari 6. | 163 indexeddb_3_test: Fail # indexedDB not in Safari 6. |
| 164 indexeddb_4_test: Fail # indexedDB not in Safari 6. | 164 indexeddb_4_test: Fail # indexedDB not in Safari 6. |
| 165 fileapi_test: Fail # requestFileSystem not supported in Safari 6. | 165 fileapi_test: Fail # requestFileSystem not supported in Safari 6. |
| 166 datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari. | 166 datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari. |
| 167 contentelement_test: Fail # Safari 6 does not support content element. | 167 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 | 168 # The following tests all fail in Safari 5.1. (NOT Mountain Lion). These will go |
|
ricow1
2012/12/11 12:01:05
This comment is now outdated, the tests below do n
Emily Fortuna
2012/12/11 17:54:10
+1 Please remove this comment, Martin.
ricow1
2012/12/11 17:57:24
Well, we correctly need to triage these, so either
Emily Fortuna
2012/12/11 18:00:09
I agree; it's just the comment is not relevant now
| |
| 169 # away after we upgrade the buildbots to Mountain Lion after M1. | 169 # 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 | 170 # TODO(efortuna): Make our test framework able to separate tests out by browser |
| 171 # version. | 171 # version. |
| 172 audiobuffersourcenode_test: Fail | |
| 173 audiocontext_test: Fail | 172 audiocontext_test: Fail |
| 174 blob_constructor_test: Fail | |
| 175 canvas_pixel_array_type_alias_test: Fail | |
| 176 canvas_test: Fail # createImageData not in Safari 5. | |
| 177 canvasrenderingcontext2d_test: Fail | |
| 178 datalistelement_test: Pass,Fail | 173 datalistelement_test: Pass,Fail |
| 179 document_test: Fail | |
| 180 dom_constructors_test: Fail | |
| 181 element_test/additionalConstructors: Fail | |
| 182 element_test/attributes: Fail, Crash | |
| 183 element_test/constructors: Fail | |
| 184 element_test/elements: Crash | 174 element_test/elements: Crash |
| 185 element_test/eventListening: Fail | 175 element_test/eventListening: Fail |
| 186 element_test/_ElementList: Fail, Crash | |
| 187 element_test/queryAll: Fail, Crash | 176 element_test/queryAll: Fail, Crash |
| 188 element_add_test: Fail | |
| 189 element_constructor_1_test: Fail | |
| 190 element_webkit_test: Fail | |
| 191 exceptions_test: Fail | |
| 192 instance_of_test: Fail | |
| 193 mutationobserver_test: Fail | |
| 194 native_gc_test: Fail | |
| 195 node_test: Skip # Issue 6457 | 177 node_test: Skip # Issue 6457 |
| 196 serialized_script_value_test: Fail | |
| 197 svgelement2_test: Fail | |
| 198 svgelement_test/constructors: Crash | |
| 199 svgelement_test/css: Crash | |
| 200 svgelement_test/additionalConstructors: Fail | |
| 201 svgelement_test/elementget: Fail | |
| 202 svgelement_test/elementset: Fail | |
| 203 svgelement_test/innerHtml: Crash, Fail | 178 svgelement_test/innerHtml: Crash, Fail |
| 204 svgelement_test/outerHtml: Fail | 179 svgelement_test/outerHtml: Fail |
| 205 svgelement_test/svg: Fail | |
| 206 url_test: Fail | |
| 207 | 180 |
| 208 [ $runtime == opera && $system == windows ] | 181 [ $runtime == opera && $system == windows ] |
| 209 htmlelement_test: Fail, Pass | 182 htmlelement_test: Fail, Pass |
| 210 | 183 |
| 211 [ $runtime == opera && $system == macos ] | 184 [ $runtime == opera && $system == macos ] |
| 212 html/element_test/constructors: Fail | 185 html/element_test/constructors: Fail |
| 213 | 186 |
| 214 | 187 |
| 215 [ $runtime == opera ] | 188 [ $runtime == opera ] |
| 216 audiobuffersourcenode_test: Fail | 189 audiobuffersourcenode_test: Fail |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 324 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. |
| 325 | 298 |
| 326 [ $compiler == dart2js && $runtime == ff ] | 299 [ $compiler == dart2js && $runtime == ff ] |
| 327 xhr_test: Skip # Timeout | 300 xhr_test: Skip # Timeout |
| 328 inner_frame_test: Skip # Timeout | 301 inner_frame_test: Skip # Timeout |
| 329 svg_3_test: Skip # Timeout | 302 svg_3_test: Skip # Timeout |
| 330 documentfragment_test: Skip # Timeout | 303 documentfragment_test: Skip # Timeout |
| 331 | 304 |
| 332 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 305 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 333 css_test: Pass, Fail # Issue #2823 | 306 css_test: Pass, Fail # Issue #2823 |
| OLD | NEW |