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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 192 input_element_test/date: Fail # Safari does not support this input ty pe. | 192 input_element_test/date: Fail # Safari does not support this input ty pe. |
| 193 input_element_test/datetime: Fail # Safari does not support this input ty pe. | 193 input_element_test/datetime: Fail # Safari does not support this input ty pe. |
| 194 input_element_test/datetime-local: Fail # Safari does not support this input ty pe. | 194 input_element_test/datetime-local: Fail # Safari does not support this input ty pe. |
| 195 input_element_test/month: Fail, Crash # Safari does not support this input ty pe. | 195 input_element_test/month: Fail, Crash # Safari does not support this input ty pe. |
| 196 input_element_test/range: Fail, Crash # TODO(efortuna): Please triage this fa ilure. | 196 input_element_test/range: Fail, Crash # TODO(efortuna): Please triage this fa ilure. |
| 197 input_element_test/time: Fail, Crash # Safari does not support this input ty pe. | 197 input_element_test/time: Fail, Crash # Safari does not support this input ty pe. |
| 198 input_element_test/week: Fail, Crash # Safari does not support this input ty pe. | 198 input_element_test/week: Fail, Crash # Safari does not support this input ty pe. |
| 199 fileapi_test: Fail # requestFileSystem not supported in Safari 6. | 199 fileapi_test: Fail # requestFileSystem not supported in Safari 6. |
| 200 datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari. | 200 datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari. |
| 201 contentelement_test: Fail # Safari 6 does not support content element. | 201 contentelement_test: Fail # Safari 6 does not support content element. |
| 202 # TODO: The following tests need to be triaged to understand why they are | 202 # TODO: The following tests need to be triaged to understand why they are |
|
ricow1
2012/12/12 11:41:51
could you file a bug for these, I don't think anyb
ahe
2012/12/14 08:45:35
Let's not file bugs for these things yet. We have
| |
| 203 # failing (They are expected to pass in Safari 6). | 203 # failing (They are expected to pass in Safari 6). |
| 204 # TODO(efortuna): Make our test framework able to separate tests out by browser | 204 # TODO(efortuna): Make our test framework able to separate tests out by browser |
| 205 # version. | 205 # version. |
| 206 datalistelement_test: Pass,Fail | 206 datalistelement_test: Pass,Fail |
| 207 node_test: Skip # Issue 6457 | 207 node_test: Skip # Issue 6457 |
| 208 svgelement_test/elementset: Crash, Pass | 208 svgelement_test/elementset: Crash, Pass |
| 209 svgelement_test/elementget: Crash, Pass | 209 svgelement_test/elementget: Crash, Pass |
| 210 svgelement_test/css: Crash, Pass | 210 svgelement_test/css: Crash, Pass |
| 211 element_test/_ElementList: Crash | |
| 212 element_test/eventListening: Crash, Pass | 211 element_test/eventListening: Crash, Pass |
| 213 | 212 |
| 214 [ $runtime == opera && $system == windows ] | 213 [ $runtime == opera && $system == windows ] |
| 215 htmlelement_test: Fail, Pass | 214 htmlelement_test: Fail, Pass |
| 216 | 215 |
| 217 [ $runtime == opera && $system == macos ] | 216 [ $runtime == opera && $system == macos ] |
| 218 html/element_test/constructors: Fail | 217 html/element_test/constructors: Fail |
| 219 | 218 |
| 220 | 219 |
| 221 [ $runtime == opera ] | 220 [ $runtime == opera ] |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 337 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. | 336 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. |
| 338 | 337 |
| 339 [ $compiler == dart2js && $runtime == ff ] | 338 [ $compiler == dart2js && $runtime == ff ] |
| 340 xhr_test: Skip # Timeout | 339 xhr_test: Skip # Timeout |
| 341 inner_frame_test: Skip # Timeout | 340 inner_frame_test: Skip # Timeout |
| 342 svg_3_test: Skip # Timeout | 341 svg_3_test: Skip # Timeout |
| 343 documentfragment_test: Skip # Timeout | 342 documentfragment_test: Skip # Timeout |
| 344 | 343 |
| 345 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 344 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 346 css_test: Pass, Fail # Issue #2823 | 345 css_test: Pass, Fail # Issue #2823 |
| OLD | NEW |