qmtest tutorial problem
Chris Lattner
sabre at nondot.org
Mon Jul 22 23:31:17 UTC 2002
Ok, so I'm working my way through Chapter 2 of the qmtest manual, trying
to run tests with the gui. When I get to Section 2.3 of the manual (ie,
choose "run all tests"), Netscape [Netscape 4.79/U.S., 17-Oct-01; (c)
1995-2000 Netscape Communications Corp.] just enters an infinite loop,
periodically updating the page, but with no progress. This is the meat of
the page that I have:
<p><span class="warning">All tests have not yet been run. These
results will be updated every few seconds.</span></p>
<table class="data" width="100%">
<caption>Statistics</caption>
<tr class="heading">
<th width="16%">Outcome</td>
<th width="21%"># of Tests</td>
<th width="21%">% of Total</td>
<th width="21%"># Unexpected</td>
<th width="21%">% of Total</td>
</tr>
<tr
class="field">
<td><span class="outcome">Total</span></td>
<td align="right">0</td>
<td align="right">100</td>
<td align="right"
>0</td>
<td align="right"
>
</td>
</tr>
</table>
<table class="data" width="100%">
<caption>
Test Results
</caption>
<tr class="heading">
<th width="60%">Test</td>
<th width="10%">Outcome</td>
<th width="10%">Expectation</td>
<th width="10%">Details</td>
</tr>
</table>
I can run tests from the command line just fine, so I think that the core
part of QMtest is ok, but the GUI is definately not happy. I can go look
at individual tests and dink around with other parts just fine. The main
"home" page shows all three tests with no problem.
How do I go about figuring out what's wrong here? QMtest looks like a
cool tool, but if I can't get the GUI working, it's going to be hard to
convince my developers to use it...
Thanks for the help!!
-Chris
http://www.nondot.org/~sabre/llvm/
http://www.nondot.org/~sabre/Projects/
More information about the qmtest
mailing list