Title: [189715] releases/WebKitGTK/webkit-2.10/Tools
Revision
189715
Author
carlo...@webkit.org
Date
2015-09-14 05:33:44 -0700 (Mon, 14 Sep 2015)

Log Message

Merge r189014 - Unreviewed, further shorten a test that times out because it's very long running.

I've locally run these tests on repeat for 24 hours and found no genuine
failures, like deadlocks. So, the timeouts are probably because the test
machine is slow and debug is slow. We should just run this test for fewer
iterations.

* TestWebKitAPI/Tests/WTF/Lock.cpp:
(TestWebKitAPI::TEST):

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.10/Tools/ChangeLog (189714 => 189715)


--- releases/WebKitGTK/webkit-2.10/Tools/ChangeLog	2015-09-14 12:32:57 UTC (rev 189714)
+++ releases/WebKitGTK/webkit-2.10/Tools/ChangeLog	2015-09-14 12:33:44 UTC (rev 189715)
@@ -1,3 +1,16 @@
+2015-08-27  Filip Pizlo  <fpi...@apple.com>
+
+        Unreviewed, further shorten a test that times out because it's very long
+        running.
+
+        I've locally run these tests on repeat for 24 hours and found no genuine
+        failures, like deadlocks. So, the timeouts are probably because the test
+        machine is slow and debug is slow. We should just run this test for fewer
+        iterations.
+
+        * TestWebKitAPI/Tests/WTF/Lock.cpp:
+        (TestWebKitAPI::TEST):
+
 2015-08-18  Gyuyoung Kim  <gyuyoung....@webkit.org>
 
         Fix conversion-null warning in conversion.cpp of TestWebKitAPI

Modified: releases/WebKitGTK/webkit-2.10/Tools/TestWebKitAPI/Tests/WTF/Lock.cpp (189714 => 189715)


--- releases/WebKitGTK/webkit-2.10/Tools/TestWebKitAPI/Tests/WTF/Lock.cpp	2015-09-14 12:32:57 UTC (rev 189714)
+++ releases/WebKitGTK/webkit-2.10/Tools/TestWebKitAPI/Tests/WTF/Lock.cpp	2015-09-14 12:33:44 UTC (rev 189715)
@@ -149,7 +149,7 @@
 
 TEST(WTF_Lock, ManyContendedLongerSections)
 {
-    runLockTest<Lock>(10, 10, 100000, 10);
+    runLockTest<Lock>(10, 10, 100000, 1);
 }
 
 TEST(WTF_Lock, SectionAddressCollision)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to