Re: Filesystem Regression Test, was: Re: RESEND: Fix return value ...
"Andriy Palamarchuk" <apa3a(a)yahoo.com> wrote:
For me it looks like we need to keep both tests together, because we'll want to compare results of W and A versions. One more advantage - it is easier to make changes because both versions are in one place.
Then we should invent some approach to easily compare two strings: ANSI and Unicode.
What approach we will use with UNICODE tests on Win95 platform?
There is no difference in API between emulated Windows versions from the Wine point of view. -- Dmitry.
--- Dmitry Timoshkov <dmitry(a)baikal.ru> wrote:
"Andriy Palamarchuk" <apa3a(a)yahoo.com> wrote:
What approach we will use with UNICODE tests on Win95 platform?
There is no difference in API between emulated Windows versions from the Wine point of view.
I mean real Windows 95. Tests should be compiled and run on all the Windows platforms to insure their correctness. Is there a way to check whether given version of Win32 supports UNICODE? Andriy Palamarchuk __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/
"Andriy Palamarchuk" <apa3a(a)yahoo.com> wrote:
I mean real Windows 95. Tests should be compiled and run on all the Windows platforms to insure their correctness.
Is there a way to check whether given version of Win32 supports UNICODE?
Probably some tests should be marked as expected to fail on 9x, NT4, 2000 to predict failures on particular version of windows. Please take into account that there are considerable number of API calls are not supported on one of Windows incarnations (unicode, thunks, crypto API, native APIs, additions to the server versions, etc.). -- Dmitry.
--- Dmitry Timoshkov <dmitry(a)baikal.ru> wrote:
"Andriy Palamarchuk" <apa3a(a)yahoo.com> wrote:
I mean real Windows 95. Tests should be compiled and run on all the Windows platforms to insure their correctness.
Is there a way to check whether given version of Win32 supports UNICODE?
Probably some tests should be marked as expected to fail on 9x, NT4, 2000 to predict failures on particular version of windows. Please take into account that there are considerable number of API calls are not supported on one of Windows incarnations (unicode, thunks, crypto API, native APIs, additions to the server versions, etc.).
Yes, of course. Conditional tests will be enough for this kind of things. I'll create a macro for this in the C testing framework. Andriy Palamarchuk __________________________________________________ Do You Yahoo!? Send FREE video emails in Yahoo! Mail! http://promo.yahoo.com/videomail/
participants (2)
-
Andriy Palamarchuk -
Dmitry Timoshkov