../../programs/winetest/runtest -q -P wine -M shlwapi.dll -T ../.. -p tests/shlwapi_test tests/shreg.c && touch tests/shreg.ok tests/shreg.c:125: Test failed: (21,20) tests/shreg.c:145: Test failed: (21,20)
(both are in test_SHQUeryValueEx)
___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
On Tue, 21 May 2002, [iso-8859-1] Sylvain Petreolle wrote:
tests/shreg.c:125: Test failed: (21,20) tests/shreg.c:145: Test failed: (21,20)
c.f. Bugzilla id 681 ...
http://bugs.winehq.com./show_bug.cgi?id=681
Cheers,
---- Paul Millar
--- Paul Millar paulm@astro.gla.ac.uk a écrit : > On Tue, 21 May 2002, [iso-8859-1] Sylvain Petreolle
wrote:
tests/shreg.c:125: Test failed: (21,20) tests/shreg.c:145: Test failed: (21,20)
Paul, I don't have a NT-like OS... I configured wine to use --winver winme.
c.f. Bugzilla id 681 ...
http://bugs.winehq.com./show_bug.cgi?id=681
Cheers,
Paul Millar
___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
On Tue, 21 May 2002, [iso-8859-1] Sylvain Petreolle wrote:
--- Paul Millar paulm@astro.gla.ac.uk a �crit : >
c.f. Bugzilla id 681 ... http://bugs.winehq.com./show_bug.cgi?id=681
Paul, I don't have a NT-like OS... I configured wine to use --winver winme.
Sorry for the delay in replying ..
I've tried:
export WINEOPTIONS="-winver winme" make testclean test
And it all the tests pass for me. So, some questions:
What happens for other Window versions (e.g. win95 and win2k)?
Are you using WineHQ cvs, ReWind cvs, TG cvs, or a particular release?
What does your configuration file look like? (I'm using builtin for all the DllOverrides).
Cheers,
---- Paul Millar
Sorry for the delay in replying ..
No problem. Time is gold.
I've tried:
export WINEOPTIONS="-winver winme" make testclean test
And it all the tests pass for me. So, some questions:
What happens for other Window versions (e.g. win95 and win2k)?
Not tested for the moment. I only tested without options (fails) and with an alias to wine : alias wine='wine --winver=winme'. That solves some issues due to child process version misleading.
Are you using WineHQ cvs, ReWind cvs, TG cvs, or a particular release?
Winehq cvs.
What does your configuration file look like? (I'm using builtin for all the DllOverrides).
I use the same here, always 100% built-in when running tests.
___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
On Wed, 22 May 2002, [iso-8859-1] Sylvain Petreolle wrote:
Sorry for the delay in replying ..
No problem. Time is gold.
True :)
What happens for other Window versions (e.g. win95 and win2k)?
Not tested for the moment. I only tested without options (fails) and with an alias to wine : alias wine='wine --winver=winme'. That solves some issues due to child process version misleading.
Ah!
I think this might be the culprit. The runtest program builds the (unix) command up from various pieces. It will exec wine via its absolute path, but takes no account of any shell aliases -- or at least it didn't for me.
To check, try adding the simple attached patch, and rerun the tests. If don't see any "*** forcing wine version to be winme" lines, then wine will default to some kind of lowest common denominator, depending on what DLLs are linked.
On my machine/configuration, that's win95.
Cheers,
---- Paul Millar
Ah!
I think this might be the culprit. The runtest program builds the (unix) command up from various pieces. It will exec wine via its absolute path, but takes no account of any shell aliases -- or at least it didn't for me.
Now with the current release, --winver option is gone, so I have [VERSION] "Windows" = "winme" to ensure winme is selected. Test fail the same way.
I couldn't apply your patch to the current tree.
___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com
On Sun, 26 May 2002, [iso-8859-1] Sylvain Petreolle wrote:
Now with the current release, --winver option is gone, so I have [VERSION] "Windows" = "winme" to ensure winme is selected. Test fail the same way.
Ok, I've put my test results at http://www.astro.gla.ac.uk/users/paulm/wine/test-out and my config file at http://www.astro.gla.ac.uk/users/paulm/wine/conf
For me, all the tests pass for wine working as winme. Could you compare my conf with yours, and see if there's anything radically different? (its mostly just stock)
Also, if it is possible, it would be useful if you could try running the tests with wine running as win98 (for example).
I couldn't apply your patch to the current tree.
Yes, that patch was against the old versioning code. I'd just forget the patch.
Cheers,
Paul.
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Particle Physics (Theory & Experimental) Groups Paul Millar Department of Physics and Astronomy paulm@astro.gla.ac.uk University of Glasgow paulm@physics.gla.ac.uk Glasgow, G12 8QQ, Scotland http://www.astro.gla.ac.uk/users/paulm +44 (0)141 330 4717 A54C A9FC 6A77 1664 2E4E 90E3 FFD2 704B BF0F 03E9 -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Ok, I've put my test results at
http://www.astro.gla.ac.uk/users/paulm/wine/test-out and my config file at http://www.astro.gla.ac.uk/users/paulm/wine/conf
For me, all the tests pass for wine working as winme. Could you compare my conf with yours, and see if there's anything radically different? (its mostly just stock)
My files: config http://us.f1.yahoofs.com/users/7076b56a/bc/logs/config?bcc4888AUC.yWOZc
test_winme http://us.f1.yahoofs.com/users/7076b56a/bc/logs/test_out_winme?bcc4888AvQpQl...
Note that test with win31,win95 and win98 fail exactly the same as in test_winme.
Also, if it is possible, it would be useful if you could try running the tests with wine running as win98 (for example).
___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com