Closed
Bug 866189
Opened 12 years ago
Closed 12 years ago
mochitest --repeat is broken
Categories
(Testing :: Mochitest, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 508664
People
(Reporter: ehsan.akhgari, Unassigned)
Details
Try running:
./mach mochitest-plain --repeat 10000 content/media/webaudio/test/test_delayNode.html
The browser hangs after opening up. It seems like we get into some sort of an infinite loop when running TestRunner code.
Comment 1•12 years ago
|
||
Does this work if you pass a directory for the test path? There have always been weird differences between running a single test and a directory of tests.
Reporter | ||
Comment 2•12 years ago
|
||
(In reply to comment #1)
> Does this work if you pass a directory for the test path? There have always
> been weird differences between running a single test and a directory of tests.
Yes it seems to work fine with directory arguments.
Comment 3•12 years ago
|
||
There's a bug on this, but I can't find it right now. jmaher had a patch but it never got finished.
Comment 4•12 years ago
|
||
hmm, I can't seem to find the bug related to this, although I remember something from about 1.5-2 years ago.
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•