Bug 1355934 - increase test cycles to 20 r?jmaher, rwood draft
authorIonut Goldan <ionut.goldan@softvision.ro>
Thu, 27 Apr 2017 10:47:27 +0300
changeset 569270 8d0cd574e9fb8c27d4083ba616431f0b183921d9
parent 568632 240fbd017a95d77f9789651175bfacaa071b71af
child 626158 1d92f48b2f6b5f044223c30c2add3638deb334a2
push id56118
push userbmo:ionut.goldan@softvision.ro
push dateThu, 27 Apr 2017 08:00:15 +0000
reviewersjmaher, rwood
bugs1355934
milestone55.0a1
Bug 1355934 - increase test cycles to 20 r?jmaher, rwood move tpaint.html from pageloader dir to tests/tpaint, alongside tpaint.manifest MozReview-Commit-ID: GRiJrtuephZ
testing/talos/talos/pageloader/tpaint.html
testing/talos/talos/test.py
testing/talos/talos/tests/tpaint/tpaint.html
testing/talos/talos/tests/tpaint/tpaint.manifest
--- a/testing/talos/talos/test.py
+++ b/testing/talos/talos/test.py
@@ -225,17 +225,17 @@ class tpaint(PageloaderTest):
     """
     Tests the amount of time it takes the open a new window. This test does
     not include startup time. Multiple test windows are opened in succession,
     results reported are the average amount of time required to create and
     display a window in the running instance of the browser.
     (Measures ctrl-n performance.)
     """
     tpmanifest = '${talos}/tests/tpaint/tpaint.manifest'
-    tpcycles = 5
+    tpcycles = 20
     timeout = 300
     gecko_profile_interval = 1
     gecko_profile_entries = 2000000
     tpmozafterpaint = True
     filters = filter.ignore_first.prepare(5) + filter.median.prepare()
     unit = 'ms'
 
 
rename from testing/talos/talos/pageloader/tpaint.html
rename to testing/talos/talos/tests/tpaint/tpaint.html
--- a/testing/talos/talos/pageloader/tpaint.html
+++ b/testing/talos/talos/tests/tpaint/tpaint.html
@@ -1,12 +1,12 @@
 <html>
 <meta charset='utf-8'>
-<script language="JavaScript" type="text/javascript" src="../scripts/MozillaFileLogger.js"></script>
-<script language="JavaScript" type="text/javascript" src="../scripts/Profiler.js"></script>
+<script language="JavaScript" type="text/javascript" src="../../scripts/MozillaFileLogger.js"></script>
+<script language="JavaScript" type="text/javascript" src="../../scripts/Profiler.js"></script>
 <script language="JavaScript" type="text/javascript" src="chrome://talos-powers-content/content/TalosPowersContent.js"></script>
 <script language="JavaScript" type="text/javascript" src="../tests/quit.js"></script>
 <script>
 var OPENER_DELAY = 1000; // ms delay between tests
 var REPEAT_COUNT = 20;
 var kid, kidStartTime, kidEndTime, windowIndex, openTimes;
 var auto = document.location.search.split('=')[1]; // ?auto=1
 
--- a/testing/talos/talos/tests/tpaint/tpaint.manifest
+++ b/testing/talos/talos/tests/tpaint/tpaint.manifest
@@ -1,1 +1,1 @@
-% http://localhost/pageloader/tpaint.html?auto=1
\ No newline at end of file
+% http://localhost/tests/tpaint/tpaint.html?auto=1
\ No newline at end of file