| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index 850e8b2d0b99bef59a10a33e057edf9f38534477..1b3e92311ffbe67a5a4ba7a6c0b43ef0cc8b628e 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -2,6 +2,14 @@
|
| # for details. All rights reserved. Use of this source code is governed by a
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| +[ $runtime == safari ]
|
| +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.
|
| +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.
|
| +
|
| window_open_test: Skip # http://dartbug.com/5151
|
|
|
| event_test: Skip # Issue 1996
|
| @@ -169,12 +177,8 @@ contentelement_test: Fail # Safari 6 does not support content element.
|
| # away after we upgrade the buildbots to Mountain Lion after M1.
|
| # TODO(efortuna): Make our test framework able to separate tests out by browser
|
| # version.
|
| -audiocontext_test: Fail
|
| datalistelement_test: Pass,Fail
|
| -element_test/elements: Crash
|
| node_test: Skip # Issue 6457
|
| -svgelement_test/innerHtml: Crash, Fail
|
| -svgelement_test/outerHtml: Fail
|
|
|
| [ $runtime == opera && $system == windows ]
|
| htmlelement_test: Fail, Pass
|
|
|