WritingConformanceTests

Writing Conformance Tests

http://www.winehq.org/site/docs/winedev-guide/testing is the definitive doc. Here are a few notes not yet in there:

http://www.winehq.org/pipermail/wine-devel/2008-October/069721.html has some great notes on how to use ok(), todo_wine, skip(), and broken() inside conformance tests.

Once you have the test case, you should verify that the test passes on WineTestBot, which runs it on lots of versions of Windows. That way we know it's a good test.

WritingConformanceTests (last edited 2010-04-05 14:08:02 by DanKegel)