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:
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.