Hi,
Some time ago I added some ftp-tests. After I've seen a lot of wininet patches I just tried (current GIT) to run the ftp tests again on Wine.
This time I get some failure (or actually successes):
[paul@LatitudeC600 tests]$ make ftp.ok ../../../tools/runtest -v -P wine -M wininet.dll -T ../../.. -p wininet_test.exe.so ftp.c && touch ftp.ok ftp.c:303: Test succeeded inside todo block: Expected ERROR_SUCCESS, got 0 ftp.c:363: Test succeeded inside todo block: Expected ERROR_SUCCESS, got 0 ftp.c:375: Test succeeded inside todo block: Expected ERROR_SUCCESS, got 0 ftp.c:485: Test failed: Expected FtpOpenFileA to succeed ftp.c:858: Test succeeded inside todo block: Expected ERROR_SUCCESS or ERROR_FILE_NOT_FOUND (win98), got 0 ftp: 128 tests executed (14 marked as todo, 5 failures), 0 skipped. make: *** [ftp.ok] Error 5
The strange thing is that the calls fail yet the last error is set to ERROR_SUCCESS.
Can somebody confirm?
Cheers,
Paul.
On Do, 2007-06-07 at 08:53 +0200, Paul Vriens wrote:
Hi,
Some time ago I added some ftp-tests. After I've seen a lot of wininet patches I just tried (current GIT) to run the ftp tests again on Wine.
This time I get some failure (or actually successes):
[paul@LatitudeC600 tests]$ make ftp.ok ftp: 128 tests executed (14 marked as todo, 5 failures), 0 skipped.
Wine from newest git: wine-0.9.38-g622f62d
/dlls/wininet/tests$ wine wininet_crosstest.exe ftp ftp: 143 tests executed (23 marked as todo, 0 failures), 0 skipped.
The test needs to much time here:
time make ftp.ok real 4m15.274s
Detlef Riekenberg wrote:
On Do, 2007-06-07 at 08:53 +0200, Paul Vriens wrote:
Hi,
Some time ago I added some ftp-tests. After I've seen a lot of wininet patches I just tried (current GIT) to run the ftp tests again on Wine.
This time I get some failure (or actually successes):
[paul@LatitudeC600 tests]$ make ftp.ok ftp: 128 tests executed (14 marked as todo, 5 failures), 0 skipped.
Wine from newest git: wine-0.9.38-g622f62d
/dlls/wininet/tests$ wine wininet_crosstest.exe ftp ftp: 143 tests executed (23 marked as todo, 0 failures), 0 skipped.
OK, So I need a second look at my setup. I do run Fedora 7 (fresh install) now since a few days.
The test needs to much time here:
time make ftp.ok real 4m15.274s
Back in March I already wrote to the list:
"Does anybody have an idea why the tests are so incredibly slow on Wine compared to any Windows version (minutes compared to seconds)?"
:-)
The main reason I think is in the 23 todo_wine's in those tests. The test is so slow because of the many timeouts I guess.
Cheers,
Paul.