[Bug 60367] New: win16 test suite: clipboard test fails
ls clip*ok clip*log ls: cannot access 'clip*ok': No such file or directory ls: cannot access 'clip*log': No such file or directory WINEPREFIX=~/win16_test-suite/ WINETEST_PLATFORM=wine wine clipboard.exe --log && ! grep ' [0-9]*[1-9] failures' *.log && touch clipboard.ok
cat clip*log clipboard.c:110: Test succeeded inside todo block: GlobalGetAtomNameA should fail clipboard: 30 tests executed (0 marked as todo, 1 failure), 0 skipped, status
http://bugs.winehq.org/show_bug.cgi?id=60367 Bug ID: 60367 Summary: win16 test suite: clipboard test fails Product: Wine Version: 11.18 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@list.winehq.org Reporter: janne.kekkonen@gmail.com Target Milestone: --- Distribution: --- Created attachment 82152 --> http://bugs.winehq.org/attachment.cgi?id=82152 win16 test application: clipboard.exe Hello, Test performed with Wine 11.18 on fresh 32-bit prefix configured as Windows 2000. From win16 test suite, test program clipboard.exe fails. Download links: Openwatcom v2: http://openwatcom.org/ftp/source/ow_portable_v2_stable.zip win16 test suite github: https://github.com/austin987/win16test Steps to build win16 test apps: 1. Create new prefix. 2. Extract openwatcom to for example to: <your prefix>/drive_c/WATCOM (C:\WATCOM) 3. Add the following entries to the registry under HKEY_CURRENT_USER\Environment: Type for all is REG_SZ Format below: Name;Data. EDPATH;C:\WATCOM\EDDAT PATH;C:\WATCOM\BINNT WATCOM;C:\WATCOM 4. Get win16 test suite from github. 5. Goto folder where win16 test suite source code is located. 6. Modify line 21 in Makefile from this: CFLAGS =-D_X86_ -DSTANDALONE '-i=C:\WATCOM\h\win;C:\WATCOM\h'-zW -e25 -zq -od -d2 -w4 -wcd=126 -wcd=102 -wcd=112 -bw-bt=windows to this: CFLAGS =-D_X86_ -DSTANDALONE -DNULL=0 '-i=C:\WATCOM\h\win;C:\WATCOM\h' -zW -e25 -zq -od -d2 -w4 -wcd=126 -wcd=102 -wcd=112 -bw-bt=windows 7. Build executables with command: WINEPREFIX=<your prefix> make all If everything goes smoothly there should be now seweral executables. Run clipboard.exe with command below: WINEPREFIX=<your prefix> WINETEST_PLATFORM=wine wine clipboard.exe --log && ! grep ' [0-9]*[1-9] failures' *.log && touch clipboard.ok In my tests, the output of clipborad.exe depends on value of WINETEST_PLATFORM. Below results. 1.
rm clip*log clip*ok WINEPREFIX=~/win16_test-suite/ wine clipboard.exe --log && ! grep ' [0-9]*[1-9] failures' *.log && touch clipboard.ok
cat clip*log
clipboard: 30 tests executed (0 marked as todo, 0 failures), 0 skipped, status 0.
WINEPREFIX=~/win16_test-suite/ wine --version
wine-11.18
sha1sum clipboard.exe
433eea05184e3d7c47a9158eba7605e37b5669fb clipboard.exe
For your pleasure i attached clipboard.exe -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=60367 Ken Sharp <imwellcushtymelike@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source, win16 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla