Signed-off-by: Francois Gouget fgouget@free.fr --- dlls/mfplat/tests/mfplat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/mfplat/tests/mfplat.c b/dlls/mfplat/tests/mfplat.c index 721ec120efc..832b52713c7 100644 --- a/dlls/mfplat/tests/mfplat.c +++ b/dlls/mfplat/tests/mfplat.c @@ -1499,7 +1499,7 @@ static void test_system_memory_buffer(void) ok(length == 10, "got %u\n", length); ok(max == 1024, "got %u\n", max);
- /* Attempt to lock the bufer twice */ + /* Attempt to lock the buffer twice */ hr = IMFMediaBuffer_Lock(buffer, &data2, &max, &length); ok(hr == S_OK, "got 0x%08x\n", hr); ok(data == data2, "got 0x%08x\n", hr);
Hi,
While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check?
Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=57117
Your paranoid android.
=== debian10 (32 bit WoW report) ===
mfplat: mfplat.c:2866: Test failed: Unexpected refcount 1. Unhandled exception: page fault on read access to 0x00000009 in 32-bit code (0x0024fb73).
Report errors: mfplat:mfplat crashed (c0000005)