On April 19, 2004 6:27 pm, Ferenc Wagner wrote:
- force a 2-minute timeout on individual tests.
Nice. I hope it's not too short. Does dissect & gather correctly recognize (and reflect on the HTML page) these timeouts? I'd be nice (and important :)) to know about them.
"Dimitrie O. Paun" dpaun@rogers.com writes:
On April 19, 2004 6:27 pm, Ferenc Wagner wrote:
- force a 2-minute timeout on individual tests.
Nice. I hope it's not too short. Does dissect & gather correctly recognize (and reflect on the HTML page) these timeouts? I'd be nice (and important :)) to know about them.
The behaviour is the same as if the test had crashed. The timeout is not marked in the output now, although the info is available in winetest. It might be good to know that a test may finish while the timeout dialog box is active; this results another error trying to kill it. The race window is very narrow when not running in GUI mode. Anyway, such a test would come out successful. It may be possible to solve by treating 'access denied' from TerminateThread specially, if that silly behaviour is general enough.
On April 20, 2004 5:15 am, Ferenc Wagner wrote:
The behaviour is the same as if the test had crashed. The timeout is not marked in the output now, although the info is available in winetest.
If it's not a big deal, maybe we can mark them as "timeout" instead of "fail", it will help us figure things out easier. If you are at it, it would be nice for gather to be easily adapted to report various failure conditions. Again, not a big deal, only if it's easily doable.