[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

antti at apple.com antti at apple.com
Fri Jan 21 14:37:17 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 706779e8f0ce73debf6ea7b4764decb51161461a
Author: antti at apple.com <antti at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 23 09:18:03 2010 +0000

    Not reviewed.
    
    Flaky Test: http/tests/local/stylesheet-and-script-load-order-media-print.html
    
    Try to fix flakiness.
    
    * http/tests/local/slow-css-pass.cgi:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74543 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog
index 575399d..73468df 100644
--- a/LayoutTests/ChangeLog
+++ b/LayoutTests/ChangeLog
@@ -1,3 +1,13 @@
+2010-12-23  Antti Koivisto  <antti at apple.com>
+
+        Not reviewed.
+
+        Flaky Test: http/tests/local/stylesheet-and-script-load-order-media-print.html
+        
+        Try to fix flakiness.
+
+        * http/tests/local/slow-css-pass.cgi:
+
 2010-12-22  Ariya Hidayat  <ariya at sencha.com>
 
         Reviewed by Simon Fraser.
diff --git a/LayoutTests/http/tests/local/slow-css-pass.cgi b/LayoutTests/http/tests/local/slow-css-pass.cgi
index 8f74cd7..4c764da 100755
--- a/LayoutTests/http/tests/local/slow-css-pass.cgi
+++ b/LayoutTests/http/tests/local/slow-css-pass.cgi
@@ -1,7 +1,8 @@
 #!/usr/bin/perl -w
 
-print "Content-type: text/css\n\n"; 
-sleep(0.5);
+print "Content-type: text/css\n"; 
+print "Cache-control: no-store\n\n";
+sleep(0.7);
 print "#pass { display: inline }\n";
 print "#fail { display: none }\n";
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list