18 Jul
2024
18 Jul
'24
6:34 a.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6004#note_76500