Title: [95322] trunk/LayoutTests
Revision
95322
Author
mih...@chromium.org
Date
2011-09-16 13:43:41 -0700 (Fri, 16 Sep 2011)

Log Message

http/tests/history/back-with-fragment-change.php fails on non-Chromium bots
https://bugs.webkit.org/show_bug.cgi?id=68242

Skip test on ports on which it fails. Move comment to be inside
<?php> block so that HTTP headers can be set on all platforms (there
must not be any whitespace before the <?php> block).

* http/tests/history/back-with-fragment-change.php:
* platform/gtk/Skipped:
* platform/mac/Skipped:
* platform/qt/Skipped:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (95321 => 95322)


--- trunk/LayoutTests/ChangeLog	2011-09-16 20:42:19 UTC (rev 95321)
+++ trunk/LayoutTests/ChangeLog	2011-09-16 20:43:41 UTC (rev 95322)
@@ -1,3 +1,17 @@
+2011-09-16  Mihai Parparita  <mih...@chromium.org>
+
+        http/tests/history/back-with-fragment-change.php fails on non-Chromium bots
+        https://bugs.webkit.org/show_bug.cgi?id=68242
+
+        Skip test on ports on which it fails. Move comment to be inside
+        <?php> block so that HTTP headers can be set on all platforms (there
+        must not be any whitespace before the <?php> block).
+
+        * http/tests/history/back-with-fragment-change.php:
+        * platform/gtk/Skipped:
+        * platform/mac/Skipped:
+        * platform/qt/Skipped:
+
 2011-09-16  Cary Clark  <carycl...@google.com>
         Unreviewed; new expectations (Skia on Mac)
         

Modified: trunk/LayoutTests/http/tests/history/back-with-fragment-change.php (95321 => 95322)


--- trunk/LayoutTests/http/tests/history/back-with-fragment-change.php	2011-09-16 20:42:19 UTC (rev 95321)
+++ trunk/LayoutTests/http/tests/history/back-with-fragment-change.php	2011-09-16 20:43:41 UTC (rev 95322)
@@ -1,11 +1,8 @@
-<!--
-We intentionally want the page to load slowly (every time, hence no caching), so
-that when back-with-fragment-change-target.html calls history.back(), the load
-is provisional for a while (long enough for the window.location = '#foo' script
-to run and stop that load).
--->
 <?php
-
+// We intentionally want the page to load slowly (every time, hence no caching), 
+// so that when back-with-fragment-change-target.html calls history.back(), the
+// load is provisional for a while (long enough for the window.location = '#foo'
+// script to run and stop that load).
 sleep(2);
 
 header("Cache-control: no-cache, no-store");

Modified: trunk/LayoutTests/platform/gtk/Skipped (95321 => 95322)


--- trunk/LayoutTests/platform/gtk/Skipped	2011-09-16 20:42:19 UTC (rev 95321)
+++ trunk/LayoutTests/platform/gtk/Skipped	2011-09-16 20:43:41 UTC (rev 95322)
@@ -1632,3 +1632,6 @@
 
 # https://bugs.webkit.org/show_bug.cgi?id=67713
 accessibility/textbox-role-reports-selection.html
+
+# https://bugs.webkit.org/show_bug.cgi?id=68278
+http/tests/history/back-with-fragment-change.php

Modified: trunk/LayoutTests/platform/mac/Skipped (95321 => 95322)


--- trunk/LayoutTests/platform/mac/Skipped	2011-09-16 20:42:19 UTC (rev 95321)
+++ trunk/LayoutTests/platform/mac/Skipped	2011-09-16 20:43:41 UTC (rev 95322)
@@ -417,3 +417,6 @@
 
 # https://bugs.webkit.org/show_bug.cgi?id=67716
 media/media-controls-invalid-url.html
+
+# https://bugs.webkit.org/show_bug.cgi?id=68278
+http/tests/history/back-with-fragment-change.php

Modified: trunk/LayoutTests/platform/qt/Skipped (95321 => 95322)


--- trunk/LayoutTests/platform/qt/Skipped	2011-09-16 20:42:19 UTC (rev 95321)
+++ trunk/LayoutTests/platform/qt/Skipped	2011-09-16 20:43:41 UTC (rev 95322)
@@ -2428,3 +2428,7 @@
 # [Qt] One test failed after r95203
 # https://bugs.webkit.org/show_bug.cgi?id=68233
 editing/pasteboard/paste-noscript.html
+
+# Fails on non-Chromium bots
+# https://bugs.webkit.org/show_bug.cgi?id=68278
+http/tests/history/back-with-fragment-change.php
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to