Title: [116535] trunk/LayoutTests
Revision
116535
Author
[email protected]
Date
2012-05-09 09:21:52 -0700 (Wed, 09 May 2012)

Log Message

[EFL] shared-stylesheet-mutation tests are flaky
https://bugs.webkit.org/show_bug.cgi?id=85901

Patch by Thiago Marcos P. Santos <[email protected]> on 2012-05-09
Reviewed by Antti Koivisto.

This test is flaky on EFL because the timeout for applying
the style is too short for a Debug build.

* http/tests/css/resources/shared-stylesheet-mutation.js:
(executeTests):

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (116534 => 116535)


--- trunk/LayoutTests/ChangeLog	2012-05-09 16:08:56 UTC (rev 116534)
+++ trunk/LayoutTests/ChangeLog	2012-05-09 16:21:52 UTC (rev 116535)
@@ -1,3 +1,16 @@
+2012-05-09  Thiago Marcos P. Santos  <[email protected]>
+
+        [EFL] shared-stylesheet-mutation tests are flaky
+        https://bugs.webkit.org/show_bug.cgi?id=85901
+
+        Reviewed by Antti Koivisto.
+
+        This test is flaky on EFL because the timeout for applying
+        the style is too short for a Debug build.
+
+        * http/tests/css/resources/shared-stylesheet-mutation.js:
+        (executeTests):
+
 2012-05-09  Dominik Röttsches  <[email protected]>
 
         [EFL][DRT] Gardening failures and crashes

Modified: trunk/LayoutTests/http/tests/css/resources/shared-stylesheet-mutation.js (116534 => 116535)


--- trunk/LayoutTests/http/tests/css/resources/shared-stylesheet-mutation.js	2012-05-09 16:08:56 UTC (rev 116534)
+++ trunk/LayoutTests/http/tests/css/resources/shared-stylesheet-mutation.js	2012-05-09 16:21:52 UTC (rev 116535)
@@ -112,7 +112,7 @@
     mutationTest(15, 'sheet.cssRules[4].deleteRule("100%")', 'red');
     mutationTest(16, 'sheet.cssRules[5].style.setProperty("font-family", "Bar", "")', 'red');
 
-    setTimeout(finishedTests, 50);
+    setTimeout(finishedTests, 80);
 }
 
 function runTestsAfterLoadComplete(createCSSOMObjectBeforeTest)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to