9 Feb
2016
9 Feb
'16
8:53 p.m.
Józef Kucia <jkucia(a)codeweavers.com> wrote:
+ todo_wine_if(tests[i].todo) + ok(tests[i].succeeds ? SUCCEEDED(hr) : FAILED(hr), "Test %u: Got unexpected hr %#x.\n", i, hr);
Isn't an actual behaviour well defined and particular error/success codes should be used instead of generic SUCCEEDED()/FAILED()? -- Dmitry.