On 06/11/2010 02:19 PM, GOUJON Alexandre wrote:
Le 11/06/2010 13:54, Paul Vriens a écrit :
I don't know if you have an account on the testbot so I tested it for you:
"I submitted [to wineTestBot] my patch before sending it to wine-patches" But many thanks for your help !!!
In that case, we have to use broken(), haven't we ?
broken() can only be used to cater for a wrong return value (or parameter in general). It won't protect against a crash as the test will be run regardless.
You need to find a way to detect NT4 (but not by checking the version) and skip those tests that crash.