kernel32: Add tests for job objects (try 3)

Nikolay Sivov bunglehead at gmail.com
Wed Oct 2 04:04:04 CDT 2013


On 10/2/2013 12:58, Andrew Cook wrote:
> +    if(!pCreateJobObjectW) {
> +        win_skip("No job object support\n");
> +        return;
> +    }
Once you checked that I suppose you don't need to check for 
pIsProcessInJob being null, or it still could happen?

> +    if (option && strcmp(option, "wait") == 0) {
> +        /* for job object tests */
> +        Sleep(3000);
> +        return;
> +    }
Is it really necessary?



More information about the wine-devel mailing list