Re: kernel32: Add UDF support Based on Steven Wallace work. Should fix the wine side of bug #26273

2011-08-29 Thread GOUJON Alexandre

On 08/29/2011 04:33 AM, Dan Kegel wrote:

Fails tests here?

../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p
kernel32_test.exe.so volume.c&&  touch volume.ok
fixme:volume:DefineDosDeviceW
(0x,L"a:",L"Z:\\home\\dank\\wineslave.dir\\sandbox\\slave\\runtests\\build\\dlls\\kernel32\\tests")
DDD_RAW_TARGET_PATH flag not set, not supported yet
volume.c:105: Tests skipped: can't test removing fake drive
fixme:volume:GetVolumeNameForVolumeMountPointW Mounted Folders are not
yet supported
volume.c:359: Test failed: GetVolumeInformationA root failed, last error 66
volume.c:401: Test failed: GetVolumeInformationA with \ failed, last error 66
volume.c:423: Test failed: GetVolumeInformationA failed, last error 66
volume.c:434: Test failed: GetVolumeInformationA failed, last error 66
volume.c:445: Test failed: GetVolumeInformationA failed, root=C:\, last error=66
volume.c:451: Test failed: GetVolumeInformationA did fail,
root=\\?\C:\, last error=66
volume.c:458: Test failed: GetVolumeInformationA did fail,
root=\\.\C:\, last error=66
volume.c:486: Test failed: GetVolumeInformationA failed,
root=\\?\Volume{----0043}\, last error=66
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for
IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
Command exited with non-zero status 8
0.02user 0.04system 0:00.09elapsed 80%CPU (0avgtext+0avgdata 22992maxresident)k
0inputs+0outputs (0major+5625minor)pagefaults 0swaps
make[1]: *** [volume.ok] Error 8

I tested wine-1.3.27 which have the same errors but I'm aware 
GetVolumeInformation needs a bit of refactoring.

Anyway, I would like to see this one merged first.




re: kernel32: Add UDF support Based on Steven Wallace work. Should fix the wine side of bug #26273

2011-08-28 Thread Dan Kegel
Fails tests here?

../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p
kernel32_test.exe.so volume.c && touch volume.ok
fixme:volume:DefineDosDeviceW
(0x,L"a:",L"Z:\\home\\dank\\wineslave.dir\\sandbox\\slave\\runtests\\build\\dlls\\kernel32\\tests")
DDD_RAW_TARGET_PATH flag not set, not supported yet
volume.c:105: Tests skipped: can't test removing fake drive
fixme:volume:GetVolumeNameForVolumeMountPointW Mounted Folders are not
yet supported
volume.c:359: Test failed: GetVolumeInformationA root failed, last error 66
volume.c:401: Test failed: GetVolumeInformationA with \ failed, last error 66
volume.c:423: Test failed: GetVolumeInformationA failed, last error 66
volume.c:434: Test failed: GetVolumeInformationA failed, last error 66
volume.c:445: Test failed: GetVolumeInformationA failed, root=C:\, last error=66
volume.c:451: Test failed: GetVolumeInformationA did fail,
root=\\?\C:\, last error=66
volume.c:458: Test failed: GetVolumeInformationA did fail,
root=\\.\C:\, last error=66
volume.c:486: Test failed: GetVolumeInformationA failed,
root=\\?\Volume{----0043}\, last error=66
fixme:mountmgr:harddisk_ioctl returning zero-filled buffer for
IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS
Command exited with non-zero status 8
0.02user 0.04system 0:00.09elapsed 80%CPU (0avgtext+0avgdata 22992maxresident)k
0inputs+0outputs (0major+5625minor)pagefaults 0swaps
make[1]: *** [volume.ok] Error 8