Closed
Bug 181518
Opened 22 years ago
Closed 22 years ago
create a simple class creation testdriver which can run without crashing to expose problems in xpconnect, xpcom, component implementations
Categories
(Core :: XPConnect, enhancement)
Tracking
()
VERIFIED
DUPLICATE
of bug 181519
People
(Reporter: timeless, Assigned: timeless)
Details
(Keywords: meta)
depending on your platform, you should do something like this to run the driver:
./run-mozilla.sh ./xpcshell -w -s driver.js
xpcshell.exe -w -s driver.js
Ideally there should be no assertions, warnings, or printf output under standard
build flags (this includes -DDEBUG but excludes things like -DDEBUG_xpc_hacker).
there are a bunch of versions of this driver. currently there are a bunch of
problems that it exposes, i'd like to keep the dependencies for these bugs
relatively clean, so if a bunch of similar bugs can be categorized i'd like to
have this bug depend on a metabug for the category and have that depend on the
individual problems instead of having this bug directly depend on the individual
bugs.
*** This bug has been marked as a duplicate of 181519 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
.
You need to log in
before you can comment on or make changes to this bug.
Description
•