Closed
Bug 490255
Opened 16 years ago
Closed 2 years ago
[meta] Check/Fix all 'make check' tests to report in the expected format
Categories
(Core :: General, defect)
Core
General
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: sgautherie, Unassigned)
References
(Depends on 2 open bugs)
Details
(Keywords: helpwanted, meta)
(Currently) Expected format being "TEST-* | <TestName> | <Message>".
Maybe try and use TestHarness.h features...
NB: Much easier now that 'check' and 'xpcshell-tests' are separated ;-)
First job would be to file individual bugs...
Reporter | ||
Updated•16 years ago
|
Whiteboard: [good first bug]
Reporter | ||
Updated•16 years ago
|
Comment 1•12 years ago
|
||
Another example of missing test name:
https://tbpl.mozilla.org/php/getParsedLog.php?id=12557600&tree=Profiling#error0
{
make -C test check
make[3]: Entering directory `/builds/slave/profiling-linuxqt/build/obj-firefox/content/base/test'
Running XMLHttpRequest tests...
TEST-UNEXPECTED-FAIL | Couldn't get script security manager!
Finished running XMLHttpRequest tests.
make[3]: *** [check] Error 1
}
Comment 2•11 years ago
|
||
Hi, I would like to take this bug. I am new here, please get me started.
Comment 3•11 years ago
|
||
Hi, Priyan - are you still interested in pursuing this?
I would be glad to take this if Priyan is not available to. I am new to Firefox development and would appreciate a push in the right direction.
Comment 5•11 years ago
|
||
Hi, Tristan - You'll need to get set up to build Firefox first.
This is a good place to start: https://developer.mozilla.org/en-US/docs/Simple_Firefox_build
Hey Mike,
Got it all built and ready to go! I can get around the source code and re-build as needed.
Comment 7•11 years ago
|
||
I'm going to say that this is probably not a good first bug anymore. We picked all the low-hanging fruit here, so what's left is ugly and not super high-value.
Whiteboard: [good first bug]
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Summary: Check/Fix all 'make check' tests to report in the expected format → [meta] Check/Fix all 'make check' tests to report in the expected format
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•