Closed
Bug 469071
Opened 16 years ago
Closed 8 years ago
"make check" output regressed
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: sgautherie, Unassigned)
References
Details
(Keywords: regression)
The 'Running <test>' and 'Finished running <test>' lines are gone,
which makes it quite harder to "parse" the log,
especially tests like 'TestCOMPtrEq' which just disappear from the log :-(
Examples:
[a FF test run I did on 2008.11.29...] (home, optim default) (W2Ksp4)
{
Running TestCOMPtrEq
Finished running TestCOMPtrEq
Running TestPipe
Running nsPipe tests...
### XPCOM_MEM_LEAK_LOG defined -- logging leaks to stdout
TestBackwardsAllocator PASSED!
== BloatView: ALL (cumulative) LEAK STATISTICS
nsTraceRefcntImpl::DumpStatistics: 34 entries
Finished running nsPipe tests.
Finished running TestPipe
}
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.2a1pre) Gecko/20081210 Minefield/3.2a1pre] (home, optim default) (W2Ksp4)
(http://hg.mozilla.org/mozilla-central/rev/29f1fa84f8fd)
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.2a1pre) Gecko/20081211 Minefield/3.2a1pre] (home, optim default) (W2Ksp4)
(http://hg.mozilla.org/mozilla-central/rev/0d2bceefc012)
{
N/A
Running nsPipe tests...
### XPCOM_MEM_LEAK_LOG defined -- logging leaks to stdout
TestBackwardsAllocator PASSED!
== BloatView: ALL (cumulative) LEAK STATISTICS
nsTraceRefcntImpl::DumpStatistics: 34 entries
Finished running nsPipe tests.
}
As a wild guess, I would suspect bug 397227...
Flags: wanted1.9.1?
Comment 1•16 years ago
|
||
This has nothing to do with reftest, does it?
Reporter | ||
Comment 2•16 years ago
|
||
(In reply to comment #1)
Sure: s/Reftest/TUnit tests/ ! ;-<
Summary: Reftest output regressed → TUnit tests output regressed
Updated•16 years ago
|
Component: Testing → TUnit
Flags: wanted1.9.1?
Product: Core → Testing
QA Contact: testing → tunit
Version: Trunk → unspecified
Updated•15 years ago
|
Component: XPCShell Harness → Build Config
Product: Testing → Core
QA Contact: xpcshellharness → build-config
Updated•15 years ago
|
Summary: TUnit tests output regressed → "make check" output regressed
Comment 3•8 years ago
|
||
Mass bug cleanup for Core:Build Config.
If you feel this bug has been closed in error, please re-open with new details.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•