Closed
Bug 387415
Opened 17 years ago
Closed 17 years ago
Run browser chrome tests on the unit test buildbots
Categories
(Release Engineering :: General, defect, P1)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Gavin, Assigned: rcampbell)
References
Details
Attachments
(1 file, 2 obsolete files)
(deleted),
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
The new test framework in bug 375469 allows testing of application chrome windows using JavaScript snippets. I'll be landing the test framework shortly, and shortly thereafter landing some initial tests for it. Once this is done I'll work on modifying the buildbot's mozbuild.py script so that the buildbots can run this suite and report its output. It uses Mochitest's runtests.pl, but reports results in a different format at the moment.
Reporter | ||
Comment 1•17 years ago
|
||
Attachment #271550 -
Flags: review?
Reporter | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → mozilla1.9beta1
Reporter | ||
Updated•17 years ago
|
Attachment #271550 -
Flags: review? → review?(rcampbell)
Assignee | ||
Updated•17 years ago
|
Attachment #271550 -
Flags: review?(rcampbell) → review+
Reporter | ||
Updated•17 years ago
|
Assignee: gavin.sharp → rcampbell
Status: ASSIGNED → NEW
Assignee | ||
Comment 2•17 years ago
|
||
Comment on attachment 271550 [details] [diff] [review]
patch to mozbuild.py
whups, missed a little thing. The subclasses should subclass from MozillaBrowserChromeTest, not MozillaMochitest.
Attachment #271550 -
Flags: review+ → review-
Comment 3•17 years ago
|
||
This is fixed, no?
Reporter | ||
Comment 4•17 years ago
|
||
The changes to mozbuild.py haven't been landed in CVS, I guess that's what's keeping this open.
Assignee | ||
Comment 5•17 years ago
|
||
includes prior updates to buildbot configuration, fixes some path munging on windows.
Attachment #271550 -
Attachment is obsolete: true
Attachment #275781 -
Flags: review?(gavin.sharp)
Assignee | ||
Comment 6•17 years ago
|
||
whups. Missed the patch checkbox.
Attachment #275781 -
Attachment is obsolete: true
Attachment #275783 -
Flags: review?(gavin.sharp)
Attachment #275781 -
Flags: review?(gavin.sharp)
Reporter | ||
Updated•17 years ago
|
Attachment #275783 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 7•17 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Component: Testing → Release Engineering
Product: Core → mozilla.org
QA Contact: testing → release
Target Milestone: mozilla1.9alpha8 → ---
Version: Trunk → other
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•