ws2_32/tests: Update hostent struct tests

Austin English austinenglish at gmail.com
Wed Apr 11 14:10:50 CDT 2012


On Wed, Apr 11, 2012 at 13:27, Bruno Jesus <00cpxxx at gmail.com> wrote:
> On Wed, Apr 11, 2012 at 15:05, Austin English <austinenglish at gmail.com> wrote:
>> On Tue, Apr 10, 2012 at 21:13, Bruno Jesus <00cpxxx at gmail.com> wrote:
>> You should use win_skip so that the tests will only be skipped on
>> windows (we'd want the failure to be exposed on wine).
>
> You mean I should use win_skip and remove the return so the flow goes
> on in wine?
> Will win_skip return automatically?

No, just change the skip to win_skip. On windows, the test will be
skipped, then you will return. On wine, the test will fail, so we can
no that some behavior broke (from changed code or otherwise). You'll
still return, but without that change, the failure will not be
noticed.

-- 
-Austin



More information about the wine-devel mailing list