Zhiyi Zhang (@zhiyi) commented about dlls/user32/tests/edit.c:
ret = SendMessageA(hWnd, WM_GETTEXT, MAXLEN, (LPARAM)buf); ok(ret == strlen(str), "Expected %s, got len %ld\n", str, ret); ok(!strcmp(buf, str), "Expected %s, got %s\n", str, buf);
- if (0) /* Crashes on Windows. */
Most of these crash on Windows.
Most or all? If they all crash on Windows, we should just let it crash.