Re: [kernel32/tests] Skip some not implemented functions and add a few skip's
On Tue, 21 Aug 2007, Paul Vriens wrote:
Hi,
GetTempPathW is not implemented on win9x.
I did not actually read the test but it sounds like GetTempPathW() is not actually essential to the test. Could we replace it with another way to get the path for a temporary directory? Maybe even hard-code one, maybe adding the process id to make it somewhat unique? -- Francois Gouget <fgouget(a)free.fr> http://fgouget.free.fr/ f u kn rd ts, ur wy 2 gky 4 ur wn gd.
Francois Gouget wrote:
On Tue, 21 Aug 2007, Paul Vriens wrote:
Hi,
GetTempPathW is not implemented on win9x.
I did not actually read the test but it sounds like GetTempPathW() is not actually essential to the test. Could we replace it with another way to get the path for a temporary directory? Maybe even hard-code one, maybe adding the process id to make it somewhat unique?
There are several W-calls after that so I think we should be save here as it will most likely not run on win9x only. Changing that one will mean we have to bail out a bit later. So, yes it's not essential to the test but the W-calls are needed currently. We could of course rewrite the test to use A calls but I'm not sure if we want to go that way? -- Cheers, Paul.
participants (2)
-
Francois Gouget -
Paul Vriens