Chromium Code Reviews| Index: tests/html/html.status |
| diff --git a/tests/html/html.status b/tests/html/html.status |
| index 4a2f96f9956e6032ce1b1e32f6123eb0915ae7ee..fbafae0a3412c1b958b6002f29c12c24bb8a3c8a 100644 |
| --- a/tests/html/html.status |
| +++ b/tests/html/html.status |
| @@ -176,12 +176,14 @@ xhr_test: Skip # BUG(4016) |
| xhr_cross_origin_test: Fail # Issue 6016. |
| [ $runtime == safari ] |
| +# TODO(ahe, efortuna): These tests need to be retriaged now that we're testing |
| +# with Safari 6. |
| audiocontext_test: Crash, Fail # TODO(ahe): Please triage this failure. |
| -svgelement_test/innerHtml: Crash, Fail # TODO(ahe): Please triage this failure. |
| -svgelement_test/outerHtml: Crash, Fail # TODO(ahe): Please triage this failure. |
| +svgelement_test/innerHtml: Crash, Fail, Pass # TODO(ahe): Please triage this failure. |
| +svgelement_test/outerHtml: Crash, Fail, Pass # TODO(ahe): Please triage this failure. |
| element_test/elements: Crash, Fail # TODO(ahe): Please triage this failure. |
| -element_test/children: Crash, Fail # TODO(ahe): Please triage this failure. |
| -element_test/attributes: Crash, Fail # TODO(ahe): Please triage this failure. |
| +element_test/children: Crash, Fail, Pass # TODO(ahe): Please triage this failure. |
|
blois
2012/12/11 21:24:39
This test looks fairly innocuous- any idea why the
|
| +element_test/attributes: Pass, Crash, Fail # TODO(ahe): Please triage this failure. |
| performance_api_test: Fail # window.performance.timing not in Safari 6. |
| indexeddb_1_test: Fail # indexedDB not in Safari 6. |
| indexeddb_2_test: Fail # indexedDB not in Safari 6. |
| @@ -190,18 +192,24 @@ indexeddb_4_test: Fail # indexedDB not in Safari 6. |
| input_element_test/date: Fail # Safari does not support this input type. |
| input_element_test/datetime: Fail # Safari does not support this input type. |
| input_element_test/datetime-local: Fail # Safari does not support this input type. |
| -input_element_test/month: Fail # Safari does not support this input type. |
| -input_element_test/time: Fail # Safari does not support this input type. |
| -input_element_test/week: Fail # Safari does not support this input type. |
| +input_element_test/month: Fail, Crash # Safari does not support this input type. |
| +input_element_test/range: Fail, Crash # TODO(efortuna): Please triage this failure. |
| +input_element_test/time: Fail, Crash # Safari does not support this input type. |
| +input_element_test/week: Fail, Crash # Safari does not support this input type. |
| fileapi_test: Fail # requestFileSystem not supported in Safari 6. |
| datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari. |
| contentelement_test: Fail # Safari 6 does not support content element. |
| -# The following tests all fail in Safari 5.1. (NOT Mountain Lion). These will go |
| -# away after we upgrade the buildbots to Mountain Lion after M1. |
| +# TODO: The following tests need to be triaged to understand why they are |
| +# failing (They are expected to pass in Safari 6). |
| # TODO(efortuna): Make our test framework able to separate tests out by browser |
| # version. |
| datalistelement_test: Pass,Fail |
| node_test: Skip # Issue 6457 |
| +svgelement_test/elementset: Crash, Pass |
| +svgelement_test/elementget: Crash, Pass |
| +svgelement_test/css: Crash, Pass |
| +element_test/_ElementList: Crash |
| +element_test/eventListening: Crash, Pass |
| [ $runtime == opera && $system == windows ] |
| htmlelement_test: Fail, Pass |