7 Jun
2025
7 Jun
'25
1:07 p.m.
On Fri Jun 6 09:28:43 2025 +0000, Rémi Bernon wrote:
The test crashes check checking this commit, this should probably be changed to: ```suggestion:-5+0 todo_wine ok( hr == S_OK || broken( hr == REGDB_E_CLASSNOTREG ), "got hr %#lx.\n", hr ); if (hr != S_OK) { todo_wine win_skip( "%s runtimeclass not registered, skipping tests.\n", wine_dbgstr_w( class_name ) ); return; } ``` Then both todos removed in the next one. Fixed, thanks.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8206#note_105767