Closed
Bug 881242
Opened 12 years ago
Closed 11 years ago
add focus filtering mode to reftests
Categories
(Testing :: General, defect)
Testing
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla24
People
(Reporter: froydnj, Assigned: froydnj)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 2 obsolete files)
2.29 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
5.17 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•12 years ago
|
||
Assignee | ||
Comment 2•12 years ago
|
||
Assignee | ||
Comment 3•12 years ago
|
||
This is just a prepatory patch: since we have two filter modes now, the first one
should be given a more descriptive name
Attachment #760380 -
Flags: review?(dbaron)
Assignee | ||
Comment 4•12 years ago
|
||
This patch is the important one; it enables us to select whether we are running
reftests that require focus or reftests that don't require focus.
This patch is not particularly significant on its own (though just running tests
that don't need focus might be welcome for developers), but it is a building
block for parallelizing reftests: we can run one job that comprises just the
needs-focus tests, and N jobs for the tests that don't need focus.
Attachment #760378 -
Attachment is obsolete: true
Attachment #760379 -
Attachment is obsolete: true
Attachment #760382 -
Flags: review?(dbaron)
Assignee | ||
Updated•12 years ago
|
Attachment #760380 -
Flags: review?(dbaron) → review+
Comment on attachment 760382 [details] [diff] [review]
add focus filtering mode to reftests
># HG changeset patch
># User Nathan Froyd <froydnj@gmail.com>
>
>add focus filtering mode to reftests
This patch (and the previous one) should have the bug number in the first line of the commit message.
r=dbaron
Attachment #760382 -
Flags: review?(dbaron) → review+
Comment 6•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/8e45ee13624c
https://hg.mozilla.org/mozilla-central/rev/7c910399a9d6
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
Updated•11 years ago
|
Assignee: nobody → nfroyd
You need to log in
before you can comment on or make changes to this bug.
Description
•