[4/5] ntdll: Remove an invalid test.

Dmitry Timoshkov dmitry at baikal.ru
Tue Nov 22 05:44:20 CST 2011


Dmitry Timoshkov <dmitry at baikal.ru> wrote:

> > > The test initializers that call GetProcAddress() do write to the same section
> > > where the static buffer resides, which leads to the image section protection
> > > change.
> > 
> > That doesn't make the test invalid.
> 
> Correct, it makes it todo_wine. Shoudl I resend the whole set, or will you do
> a favour for me and mark the test as todo?

On the second thought I think that the test is really invalid, it depends on
the linker to put both the static buffer and the changed data (API pointers)
in the same page of the same section in a PE binary.

-- 
Dmitry.



More information about the wine-devel mailing list