Title: [236404] trunk/LayoutTests
Revision
236404
Author
aes...@apple.com
Date
2018-09-24 09:49:18 -0700 (Mon, 24 Sep 2018)

Log Message

Try to make payment-response-reference-cycle-leak.https.html not be flaky.

Unreviewed.

* http/tests/paymentrequest/payment-response-reference-cycle-leak.https.html:
Doubled the number of repetitions (from 40 to 80).

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (236403 => 236404)


--- trunk/LayoutTests/ChangeLog	2018-09-24 16:39:04 UTC (rev 236403)
+++ trunk/LayoutTests/ChangeLog	2018-09-24 16:49:18 UTC (rev 236404)
@@ -1,3 +1,12 @@
+2018-09-24  Andy Estes  <aes...@apple.com>
+
+        Try to make payment-response-reference-cycle-leak.https.html not be flaky.
+
+        Unreviewed.
+
+        * http/tests/paymentrequest/payment-response-reference-cycle-leak.https.html:
+        Doubled the number of repetitions (from 40 to 80).
+
 2018-09-24  Per Arne Vollan  <pvol...@apple.com>
 
         [WebVTT] Change name of WebVTT region attribute 'height' to 'lines'.

Modified: trunk/LayoutTests/http/tests/paymentrequest/payment-response-reference-cycle-leak.https.html (236403 => 236404)


--- trunk/LayoutTests/http/tests/paymentrequest/payment-response-reference-cycle-leak.https.html	2018-09-24 16:39:04 UTC (rev 236403)
+++ trunk/LayoutTests/http/tests/paymentrequest/payment-response-reference-cycle-leak.https.html	2018-09-24 16:49:18 UTC (rev 236404)
@@ -10,7 +10,7 @@
 async function checkForNodeLeaks(testFunction, underlyingClass)
 {
     // Bump this number as high as we need to, to get reproducible results.
-    const repetitions = 40;
+    const repetitions = 80;
 
     GCController.collect();
     const beforeCount = internals.numberOfLiveNodes();
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to