Fix for LoadStringW

Stefan Leichter Stefan.Leichter at camline.com
Sat Jan 19 02:35:16 CST 2008


Am Saturday 19 January 2008 07:32 schrieb Christopher:
> Ferenc Wagner wrote:
> > "Dmitry Timoshkov" <dmitry at codeweavers.com> writes:
> >> "Christopher" <raccoonone at procyongames.com> wrote:
> >>> Thanks for pointing that out! Am I suppose to attach a test case for
> >>> all my patches to wine-patches? I had submitted a testcase under the
> >>> bug report I filed, so I didn't attach it to the email.
> >>
> >> You have to add the test to the exiting tests in dlls/kernel32/tests
> >
> > Actually, there are LoadStringA tests in dlls/user32/tests/resource.c,
> > maybe it's best to team up with those (and possibly extend for the
> > same set of tests).
>
> I read the documentation on writing conformance tests. But is there a
> way for me to compile the tests under Linux to run on Windows? Having
> never written a conformance test before I would like to test it out on
> my own before I submit it. Also, once I write the test do I submit it at
> the same time as my patch, or do I need to submit the test first and
> wait for it to be accepted before sending in my patch?
>
> Christopher
To build your tests you can use mingw as cross compiler. See 
http://www.winehq.org/site/docs/winedev-guide/cross-compiling-tests
http://www.winehq.org/pipermail/wine-devel/2006-December/053069.html

You can send the tests and the fix for wine at the same time.

Bye Stefan



More information about the wine-devel mailing list