From: Rémi Bernon rbernon@codeweavers.com
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55638 --- dlls/mf/tests/transform.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dlls/mf/tests/transform.c b/dlls/mf/tests/transform.c index e228dcf12ac..4d3409ff52f 100644 --- a/dlls/mf/tests/transform.c +++ b/dlls/mf/tests/transform.c @@ -4677,7 +4677,8 @@ static void test_h264_decoder_concat_streams(void)
hr = IMFCollection_GetElementCount(output_samples, &output_count); ok(hr == S_OK, "GetElementCount returned %#lx\n", hr); - ok(output_count == 96, "GetElementCount returned %#lx\n", output_count); + ok(output_count == 96 || broken(output_count == 120) /* Win7 sometimes */, "GetElementCount returned %lu\n", output_count); + while (broken(output_count > 96)) IMFCollection_RemoveElement(output_samples, --output_count, NULL);
ret = check_mf_sample_collection(output_samples, output_sample_desc, NULL); ok(ret == 0, "got %lu%% diff\n", ret);
Hi,
It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated.
The tests also ran into some preexisting test failures. If you know how to fix them that would be helpful. See the TestBot job for the details:
The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=141132
Your paranoid android.
=== w7u_adm (32 bit report) ===
mf: 0870:transform: unhandled exception c0000005 at 003A44A2