Re: lz32: Fix several test failures on Windows 9x systems
13 Feb
2009
13 Feb
'09
1:38 p.m.
Juan Lang <juan.lang(a)gmail.com> writes:
@@ -231,7 +231,9 @@ static void test_LZOpenFileA_existing_compressed(void) file = LZOpenFileA(_terminated, &test, OF_EXIST); ok(file >= 0, "LZOpenFileA failed on switching to a compressed file name\n"); ok(test.cBytes == sizeof(OFSTRUCT) || - broken(test.cBytes == 40), /* win95 */ + broken(test.cBytes == 34) /* winME */ || + broken(test.cBytes == 40) /* win95 */ || + broken(test.cBytes == 48), /* some win95 */
My guess is that this depends on the length of the filename, not on the platform. -- Alexandre Julliard julliard(a)winehq.org
6151
Age (days ago)
6151
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard