On 08/31/2011 01:21 PM, Alexandre Julliard wrote:
Alexandre Goujonale.goujon@gmail.com writes:
Based on Steven Wallace work. Should fix the wine side of bug #26273
It fails here:
../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p kernel32_test.exe.so volume.c&& touch volume.ok volume.c:105: Tests skipped: can't test removing fake drive 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{00000000-0000-0000-0000-000000000043}, last error=66 make[1]: *** [volume.ok] Error 8
As I said earlier, it also fails without my patch. I will investigate but my patch does not cause a regression (as all new features).