Re: winetest can't parse subtest for msvcrt(d)

2004-08-29 Thread Ferenc Wagner
Saulius Krasuckas <[EMAIL PROTECTED]> writes: > On 27 Aug 2004, Vincent Béron wrote: > >> Just redirecting it to glibc would be trivial, but the problem is that's >> not the Right Thing To Do (tm) as both don't have exactly the same >> behavior, and that some apps rely on the msvcrt behavior (ie,

Re: winetest can't parse subtest for msvcrt(d)

2004-08-27 Thread Saulius Krasuckas
On 27 Aug 2004, Vincent Béron wrote: > Just redirecting it to glibc would be trivial, but the problem is that's > not the Right Thing To Do (tm) as both don't have exactly the same > behavior, and that some apps rely on the msvcrt behavior (ie, break when > using glibc's). This part if fine. Now

Re: winetest can't parse subtest for msvcrt(d)

2004-08-27 Thread Vincent Béron
Le ven 27/08/2004 à 11:38, Saulius Krasuckas a écrit : [snip] > MSVCRT.DLL.SO fprintf() doesn't get redirected? OK, lets switch to glibc > (or anything who works properly). Isn't it trivial to do? Just redirecting it to glibc would be trivial, but the problem is that's not the Right Thing To

Re: winetest can't parse subtest for msvcrt(d)

2004-08-27 Thread Saulius Krasuckas
On Wed, 18 Aug 2004, Ferenc Wagner wrote: > Saulius Krasuckas <[EMAIL PROTECTED]> writes: > > On Wed, 18 Aug 2004, Ferenc Wagner wrote: > >> The problem is that msvcrt's output functions aren't redirected by > >> libc's filehandle operations, so winetest doesn't get the output (it > >> gets printed

Re: winetest can't parse subtest for msvcrt(d)

2004-08-18 Thread Ferenc Wagner
Saulius Krasuckas <[EMAIL PROTECTED]> writes: > On Wed, 18 Aug 2004, Ferenc Wagner wrote: >> Saulius Krasuckas <[EMAIL PROTECTED]> writes: >>> I think that's due to some additional \r\n-s in the output >>> of "msvcrt_test.exe.so". >> >> Actually, not quite. The problem is that msvcrt's output >>

Re: winetest can't parse subtest for msvcrt(d)

2004-08-18 Thread Saulius Krasuckas
On Wed, 18 Aug 2004, Ferenc Wagner wrote: > Saulius Krasuckas <[EMAIL PROTECTED]> writes: > > I think that's due to some additional \r\n-s in the output > > of "msvcrt_test.exe.so". > > Actually, not quite. The problem is that msvcrt's output > functions aren't redirected by libc's filehandle ope

Re: winetest can't parse subtest for msvcrt(d)

2004-08-18 Thread Ferenc Wagner
Saulius Krasuckas <[EMAIL PROTECTED]> writes: > I think that's due to some additional \r\n-s in the output > of "msvcrt_test.exe.so". Actually, not quite. The problem is that msvcrt's output functions aren't redirected by libc's filehandle operations, so winetest doesn't get the output (it gets

winetest can't parse subtest for msvcrt(d)

2004-08-18 Thread Saulius Krasuckas
On linuxe I get this: [EMAIL PROTECTED] s2]$ wine /usr/local/lib/wine/winetest.exe.so Usage: /tmp/wctW5ad4P/msvcrt_test.exe.so test_name Valid test names: cpp environ file headers heap scanf string time ..while Wine Test Shell pops up a message box with the error