http://bugs.winehq.com/show_bug.cgi?id=681
*** shadow/681 Wed May 15 13:38:12 2002 --- shadow/681.tmp.17479 Wed May 15 13:38:12 2002 *************** *** 0 **** --- 1,40 ---- + +============================================================================+ + | Two of the shlwapi DLL regression tests fail under wine configured as an N | + +----------------------------------------------------------------------------+ + | Bug #: 681 Product: Wine | + | Status: UNCONFIRMED Version: 20010112 | + | Resolution: Platform: | + | Severity: normal OS/Version: All | + | Priority: P1 Component: wine-kernel | + +----------------------------------------------------------------------------+ + | Assigned To: wine-bugs@winehq.com | + | Reported By: paulm@astro.gla.ac.uk | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | Milestone: TargetMilestone: --- | + | URL: | + +============================================================================+ + | DESCRIPTION | + NB: comments are against current (15 May 2002) cvs tree rather than Version above. + + Juergen shlwapi tests, patch + http://cvs.winehq.com/patch.py?id=1020973688889206600449146 + seem to have uncovered a bug in registry expansion, but strangely only + when wine is acting as an NT-like versions of windows. + + If you do: + export WINEOPTIONS="-winver win2k" + make testclean test + + you find two errors in dlls/shlwapi/tests/shreg.c: the tests at line 125 and at + line 145. But, if the tests are done with wine in a Win95-like mode: + export WINEOPTIONS="-winver win95" + make testclean test + + the two tests pass. + + The reported errors are: + > tests/shreg.c:125: Test failed: (21,20) + > tests/shreg.c:145: Test failed: (21,20) + + which suggests an out-by-one error (the value "21" should be "20"). \ No newline at end of file