Commit Graph

22 Commits

Author SHA1 Message Date
Andreas Tolfsen
d9b010b4bf Bug 1352463 - Define WPT timeouts on the test type level; r=jgraham
Certain test types have a need for other defaults than the
wpttest.DEFAULT_TIMEOUT and wpttest.LONG_TIMEOUT values.  This patch
changes wptrunner to define default- and long timeouts on a test type
level.  This allows a test type to override the default durations defined
in the abstract Test.default_timeout and Test.long_timeout.

Concrete classes, such as ReftestTest and WdspecTest, may override these
class properties.

MozReview-Commit-ID: IS6df5vuIDC
2017-03-31 17:38:35 +01:00
James Graham
8f7db89fd0 Bug 1352351 - Fix infinite loop getting next test with --run-by-dir, r=ato
If getting a test from the queue failed, we would loop forever rather
than trying the next queue.

MozReview-Commit-ID: K5YxCZPtx4l
2017-04-10 13:44:15 +01:00
Sebastian Hengst
e59710ff6a Backed out changeset 024d5d30566d (bug 1352351) for frequently failing resume-timer-on-history-back.html on Windows. r=backout a=backout
MozReview-Commit-ID: JSU0OCtbAOe
2017-04-01 19:13:16 +02:00
James Graham
c0069d6038 Bug 1352351 - Fix infinite loop getting next test with --run-by-dir, r=ato
If getting a test from the queue failed, we would loop forever rather
than trying the next queue.

MozReview-Commit-ID: K5YxCZPtx4l
2017-03-23 22:30:35 +00:00
James Graham
b141636fe1 Bug 1346782 - Use full path when searching for wpt directory metadata, r=Ms2ger
This avoids a cache collision between directories in the main test set
and vendor-specific tests under some different metadata root.

MozReview-Commit-ID: 5WaEtaLJkVD
2017-03-17 14:42:22 +00:00
Sebastian Hengst
6822da9ba3 Backed out changeset c96c8279f39b (bug 1346782) 2017-03-15 19:22:32 +01:00
James Graham
a4a23db981 Bug 1346782 - Use full path when searching for wpt directory metadata, r=Ms2ger
This avoids a cache collision between directories in the main test set
and vendor-specific tests under some different metadata root.

MozReview-Commit-ID: 5WaEtaLJkVD
2017-03-15 15:20:53 +00:00
James Graham
f0baf608a7 Bug 1331899 - wptrunner changes to support v4 manifests, r=Ms2ger
The manifest changes came with some trivial API changes, mostly
removing unused arguments.

MozReview-Commit-ID: G9RZNds4MIE
2017-01-19 14:23:46 +00:00
James Graham
3200c8a8d9 Bug 1318666 - Update to latest wptrunner, a=testonly
MozReview-Commit-ID: 9HnoUTtAf4l
2016-11-18 15:07:38 +00:00
Gregory Szorc
76a28858d5 Bug 1305877 - Add a directory hash chunker; r=jgraham
Per discussion in the bug, we want automation to behave like local
development mode with regards to running tests in a directory. That
means we want all tests in a directory to be executed together.

We introduce a directory hash chunker. It is like the HashChunker
except it hashes the directory of the test (not the full path). This
ensures that all tests in the same directory end up in the same
chunk.

Compared to HashChunker, this will likely make slow directories
contribute to higher variance in chunk execution times.

MozReview-Commit-ID: CeV0Gi6NRRp
2016-09-29 14:42:50 -07:00
Gregory Szorc
90cc9b7b5f Bug 1305877 - Make HashChunker stable; r=jgraham
The built-in hash() function uses the backing memory address for
hashing. This is essentially random. Switch to md5 so input is
consistently hashed across processes.

MozReview-Commit-ID: D52uzttE5hc
2016-09-27 16:31:26 -07:00
James Graham
75b7aaa857 Bug 1194131 - Update to latest wptrunner, a=testonly 2015-08-13 10:26:13 +01:00
James Graham
7b6adb7c55 Bug 1180500 - Update to latest wptrunner, a=testonly 2015-07-07 10:05:30 +01:00
Carsten "Tomcat" Book
4f5a4ffcbc Backed out changeset 86dd98e41d38 (bug 1178754) 2015-06-30 15:57:09 +02:00
James Graham
a962a5cfd4 Bug 1178754 - Update to latest wptrunner, a=testonly 2015-06-30 14:01:49 +01:00
James Graham
5ffcd3084f Bug 1171755 - Update to latest wptrunner, a=testonly 2015-06-05 00:53:49 +01:00
James Graham
348feb96f9 Bug 1155079 -Update to latest wptrunner, a=testonly 2015-04-16 09:44:10 +01:00
James Graham
4762941365 Bug 1135107 - Update to version of wptrunner that allows prefs to be set, r=Ms2ger, ahal 2015-03-30 16:18:52 +01:00
James Graham
af6982c1f4 Bug 1146321 - Update to latest wptrunner, a=testonly 2015-03-23 13:21:13 +00:00
James Graham
0df2d12419 Bug 1140145 - Update to latest wptrunner, a=testonly 2015-03-06 12:55:49 +00:00
James Graham
7c1b8647e4 Bug 1102907 - Update wptrunner to version compatible with restartable updates, a=testonly 2015-01-13 09:42:40 +00:00
James Graham
e8f7279805 Bug 1097230 - Update to latest wptrunner, a=testonly 2014-11-20 16:29:59 +00:00