Guy Albertelli wrote:
Fixed memory leak and changed skip to win_skip in this patch. Add todo_wine as necessary so all tests pass.
Changelog:
- Enhance QueryDosDevice test for attempting to return all devices.
- Add tests for GetVolumeInformationA testing the different root dir formats.
dlls/kernel32/tests/volume.c | 138 ++++++++++++++++++++++++++++++++++++++++- 1 files changed, 134 insertions(+), 4 deletions(-)
One of the tests fails on all W2K, XP and W2K3 boxes (no Vista results yet):
http://test.winehq.org/data/tests/kernel32:volume.html
Could you have a look?
There is also a lot of trace/debugging information coming from these new tests. Is this needed?