Esme Povirk (@madewokherd) commented about dlls/gdiplus/tests/image.c:
} DestroyIcon(hIcon);
- /* color icon 1 bit - color-only */
- info = iconinfo_base;
- info.hbmColor = hbmColor;
- hIcon = CreateIconIndirect(&info);
- ok(hIcon == 0, "CreateIconIndirect expected to fail\n");
This isn't really testing gdiplus, is it?