On Mon, Jun 20, 2016 at 3:11 PM, Aaryaman Vasishta <jem456.vasishta@gmail.com> wrote:


On Mon, Jun 20, 2016 at 2:07 PM, Henri Verbeet <hverbeet@gmail.com> wrote:
On 19 June 2016 at 21:21, Aaryaman Vasishta <jem456.vasishta@gmail.com> wrote:
> There's a few test failures happening here because of QI and GetParent not
> being updated for version 1. I am resending this patch along with other
> changes. Sorry for not catching it earlier :/
>
Which tests are that? The changes make sense, but the previous version
passed the tests for me.
The GetParent tests for version 1 frames, and the QI tests afterwards for the same. The previous version included the updated GetParent and QI, but it slipped by after I added the stubs on top of the rearranged v2 functions. I have sent a v6 of this patch on wine-patches, it will show the changes that I meant.

Specifically. pFrameTmp == pFrameC. pFrameTmp == pFrameP1, pFrameTmp == pFrameP2 tests etc are failing. Also, some vtable tests in test_frame_qi, after they're applied, fail as well. V6 of this patch fixes them.