https://bugs.winehq.org/show_bug.cgi?id=38995
Bug ID: 38995 Summary: kernel32/tests/volume.c: IOCTL_DVD_READ_STRUCTURE test fails with Fedora 22 installer DVD in drive Product: Wine Version: 1.7.48 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: minor Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com Distribution: Fedora
I ran the test suite on a fresh Fedora 22 install (with the dvd still in the drive) and the test failed:
[austin@localhost tests]$ rm volume.ok ; make volume.ok ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so volume && touch volume.ok fixme:volume:DefineDosDeviceW (0x00000000,L"a:",L"Z:\home\austin\wine-git\dlls\kernel32\tests") DDD_RAW_TARGET_PATH flag not set, not supported yet volume.c:134: Tests skipped: can't test removing fake drive fixme:volume:GetVolumeNameForVolumeMountPointW Mounted Folders are not yet supported volume.c:1099: Test failed: IOCTL_DVD_READ_STRUCTURE should have failed Makefile:709: recipe for target 'volume.ok' failed make: *** [volume.ok] Error 1
But if I eject the DVD, it skips: [austin@localhost tests]$ eject [austin@localhost tests]$ make volume.ok ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so volume && touch volume.ok fixme:volume:DefineDosDeviceW (0x00000000,L"a:",L"Z:\home\austin\wine-git\dlls\kernel32\tests") DDD_RAW_TARGET_PATH flag not set, not supported yet volume.c:134: Tests skipped: can't test removing fake drive fixme:volume:GetVolumeNameForVolumeMountPointW Mounted Folders are not yet supported volume.c:1072: Tests skipped: IOCTL_DVD_READ_STRUCTURE not supported: 87
Linux localhost.localdomain 4.0.4-301.fc22.x86_64+debug #1 SMP Thu May 21 12:56:19 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
https://bugs.winehq.org/show_bug.cgi?id=38995
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |hardware