Closed
Bug 419509
Opened 17 years ago
Closed 16 years ago
add runtests.py to unittest staging
Categories
(Release Engineering :: General, defect, P3)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: rcampbell, Assigned: rcampbell)
References
Details
Attachments
(1 file, 2 obsolete files)
5.95 KB,
patch
|
Details | Diff | Splinter Review |
as a precursor to switching to runtests.py on the unittest master, we should add it to staging.
Assignee | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Assignee | ||
Comment 1•17 years ago
|
||
added mozbuild.py to stage directory and morphed instances of "perl runtests.pl" to "python runtests.py".
Attachment #307085 -
Flags: review?(ccooper)
Comment 2•17 years ago
|
||
Comment on attachment 307085 [details] [diff] [review]
runtests.py patch for unittest configs
Is this a completely new config? No starting point for reference at all?
Assignee | ||
Comment 3•17 years ago
|
||
This is the mozbuild.py from the current production master. We're using a copy of it on staging currently so this is a branch from that. If all goes well, when we roll from staging to master, we can copy this mozbuild.py into the production master's directory, patch and commit. At the same time, we can remove it from staging (and delete from cvs) to get rid of the fork.
Assignee | ||
Comment 4•17 years ago
|
||
cvs commit: Examining .
RCS file: /cvsroot/mozilla/tools/buildbot-configs/testing/unittest-stage/mozbuild.py,v
done
Checking in mozbuild.py;
/cvsroot/mozilla/tools/buildbot-configs/testing/unittest-stage/mozbuild.py,v <-- mozbuild.py
initial revision: 1.1
done
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•17 years ago
|
||
win2k3 mochitest was calling perl runtests.pl explicitly. Updated here.
Assignee | ||
Comment 6•17 years ago
|
||
re-add missing machinery, qm-winxp01, qm-xserve02.
Attachment #307249 -
Attachment is obsolete: true
Assignee | ||
Comment 7•17 years ago
|
||
cvs commit: Examining .
Checking in master.cfg;
/cvsroot/mozilla/tools/buildbot-configs/testing/unittest-stage/master.cfg,v <-- master.cfg
new revision: 1.2; previous revision: 1.1
done
Assignee | ||
Comment 8•17 years ago
|
||
on Windows:
Traceback (most recent call last):
File "runtests.py", line 418, in ?
main()
File "runtests.py", line 273, in main
start = automation.runApp(testURL, browserEnv, options.app, PROFILE_DIRECTORY)
File "C:\slave\trunk\mozilla\objdir\_tests\testing\mochitest\automation.py", line 202, in runApp
profileDirectory = commands.getoutput("cygpath -w \"" + profileDir + "/\"")
NameError: global name 'commands' is not defined
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Updated•17 years ago
|
Component: Testing → Release Engineering: Projects
Priority: P2 → P3
Product: Core → mozilla.org
Version: Trunk → other
Updated•17 years ago
|
QA Contact: testing → release
Updated•17 years ago
|
Component: Release Engineering: Future → Release Engineering
Comment 9•17 years ago
|
||
Comment on attachment 307085 [details] [diff] [review]
runtests.py patch for unittest configs
Obsoleting. I'm just going to turn on runtests.py on staging by hand for now.
Attachment #307085 -
Attachment is obsolete: true
Attachment #307085 -
Flags: review?(ccooper)
Assignee | ||
Comment 10•16 years ago
|
||
considering we're getting coverage on moz2 using runtests.py but were still having some issues on windows as of our last attempt, I'm going to close this as WONTFIX for the time-being. We can re-open or refile if there's a need for it.
Status: REOPENED → RESOLVED
Closed: 17 years ago → 16 years ago
Resolution: --- → WONTFIX
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
•