Title: [134929] trunk/LayoutTests
Revision
134929
Author
mk...@chromium.org
Date
2012-11-16 04:19:12 -0800 (Fri, 16 Nov 2012)

Log Message

[chromium] Unreviewed gardening.

http/tests/security/sandboxed-iframe-form-top.html is leaking state into
the next test, and should have been skipped for Chromium as well as mac
in r134789. This patch remedies that oversight.

* platform/chromium/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (134928 => 134929)


--- trunk/LayoutTests/ChangeLog	2012-11-16 12:04:52 UTC (rev 134928)
+++ trunk/LayoutTests/ChangeLog	2012-11-16 12:19:12 UTC (rev 134929)
@@ -1,3 +1,13 @@
+2012-11-16  Mike West  <mk...@chromium.org>
+
+        [chromium] Unreviewed gardening.
+
+        http/tests/security/sandboxed-iframe-form-top.html is leaking state into
+        the next test, and should have been skipped for Chromium as well as mac
+        in r134789. This patch remedies that oversight.
+
+        * platform/chromium/TestExpectations:
+
 2012-11-16  Yury Semikhatsky  <yu...@chromium.org>
 
         Web Inspector: don't show an Error when evaluating a watch _expression_ results in an exception

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (134928 => 134929)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2012-11-16 12:04:52 UTC (rev 134928)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2012-11-16 12:19:12 UTC (rev 134929)
@@ -4166,3 +4166,6 @@
 webkit.org/b/102294 platform/chromium/virtual/deferred/fast/images/exif-orientation.html [ ImageOnlyFailure ]
 webkit.org/b/102294 platform/chromium/virtual/deferred/fast/images/exif-orientation-css.html [ ImageOnlyFailure ]
 webkit.org/b/102294 platform/chromium/virtual/deferred/fast/images/gray-scale-jpeg-with-color-profile.html [ ImageOnlyFailure ]
+
+# This test is consistently leaking state into the next test.
+webkit.org/b/85522 http/tests/security/sandboxed-iframe-form-top.html [ Skip ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to