[PATCH 1/3] qasf/tests: Fix a test failure with Windows 2003.

Francois Gouget fgouget at free.fr
Sat Mar 21 20:55:05 CDT 2020


[...]
> @@ -1707,7 +1707,7 @@ static void test_streaming_events(IMediaControl *control, IPin *sink, IMemInputP
>      todo_wine ok(testsink2->got_eos == 1, "Got %u calls to IPin::EndOfStream().\n", testsink2->got_eos);
>  
>      hr = IMemInputPin_Receive(input, sample);
> -    todo_wine ok(hr == VFW_E_SAMPLE_REJECTED_EOS, "Got hr %#x.\n", hr);
> +    todo_wine ok(hr == S_FALSE /* 2003 */ || hr == VFW_E_SAMPLE_REJECTED_EOS, "Got hr %#x.\n", hr);

Should there be a broken() somewhere around here?


-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
       Be careful of reading health books, you might die of a misprint.
                                 -- Mark Twain



More information about the wine-devel mailing list