[qmtest] [PATCH] Add more annotations to QMTest runs
Zack Weinberg
zack at codesourcery.com
Thu Feb 12 04:11:28 UTC 2004
Mark Mitchell <mark at codesourcery.com> writes:
>>The import is wrapped in a try: ... except ImportError: block, which
>>should be adequate defense against getting here under Unix.
>>
>>
> I wasn't sure about that. Some modules can be loaded under a "wrong"
> OS, but then blow up when you try to use them. I suppose win32api
> will fail hard at import-time, but I wasn't 100% sure.
It would probably make sense to guard the actual call against weird
exceptions, too.
zw
More information about the qmtest
mailing list