Chromium Code Reviews| Index: tests/html/html.status |
| =================================================================== |
| --- tests/html/html.status (revision 11782) |
| +++ tests/html/html.status (working copy) |
| @@ -138,7 +138,6 @@ |
| svgelement_test: Fail |
| svgelement2_test: Fail |
| transferables_test: Fail # Issue 3392. |
| -typed_arrays_dataview_test: Fail # DataView not implemented until Firefox 15.0 |
| # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeList. |
| # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs. |
| # Note this test now passes for the wrong reasons. It used to be that the only |
| @@ -152,6 +151,9 @@ |
| # (NS_ERROR_DOM_BAD_URI) ... |
| xhr_test: Fail |
| +[ $runtime == ff && $system == linux ] |
| +typed_arrays_dataview_test: Fail # DataView not implemented until Firefox 15.0. Currently only the windows bot is running FF 15 - see issue 4896. |
|
kasperl
2012/09/04 07:08:05
Maybe make the comment fit better on one line?
ngeoffray
2012/09/04 07:14:51
Do we expect ff tests to run only on bots? Maybe b
kasperl
2012/09/04 07:17:34
That's a good point -- but I think we need some ki
ricow1
2012/09/04 07:23:33
Done.
ricow1
2012/09/04 07:23:33
I really don't like tests marked Fail, Pass - this
|
| + |
| [ $runtime == ie && ($system == linux || $system == macos) ] |
| *: Skip |