Anton Baskanov (@baskanov) commented about dlls/amstream/tests/amstream.c:
mem_allocator = NULL; hr = IMemInputPin_GetAllocator(mem_input, &mem_allocator);
- todo_wine ok(hr == S_OK, "Got hr %#lx.\n", hr);
- todo_wine ok (mem_allocator == ddraw_allocator, "Expected GetAllocator to return ddraw allocator.\n");
Why did you remove the allocator equality check?