Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(419)

Unified Diff: tests/html/html.status

Issue 11533006: Added supressions of test failures on Safari for {corelib,language,html} (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698