[PATCH v2 3/5] shell32/tests: Add tests for FolderItems.

Nikolay Sivov bunglehead at gmail.com
Tue Jul 5 01:26:46 CDT 2016


On 05.07.2016 8:47, Alex Henrie wrote:
> +    if (0) /* crashes on all versions of Windows */
> +    {
> +        r = FolderItems_get_Count(items, NULL);
> +todo_wine
> +        ok(r == E_INVALIDARG, "expected E_INVALIDARG, got %08x\n", r);
> +    }

Why do you want to handle this case if it crashes consistently on
Windows? And todo_wine is not going to do anything in commented block
obviously.



More information about the wine-devel mailing list