Patches item #1160164, was opened at 2005-03-09 20:10 Message generated for change (Comment added) made by tmick You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1160164&group_id=5470
Category: Build Group: Python 2.4 Status: Open Resolution: None Priority: 5 Submitted By: Trent Mick (tmick) Assigned to: Martin v. L�wis (loewis) Summary: use ReleaseItanium configuration for zlib IA64 build Initial Comment: Ensure that the zlib project builds with the "ReleaseItanium" configuration when for the "ReleaseItanium" *solution* configuration. ---------------------------------------------------------------------- >Comment By: Trent Mick (tmick) Date: 2005-03-09 23:54 Message: Logged In: YES user_id=34892 I've been working through a compile for Win64 on a Win32 box (using the platform SDK compiler). Here is the result of test_zlib.py on Win64: C:\trentm\tmp\py2_4-win64-ia64\python>PCbuild\python.exe Lib\test\test_zlib.py test_adler32empty (__main__.ChecksumTestCase) ... ok test_adler32start (__main__.ChecksumTestCase) ... ok test_crc32empty (__main__.ChecksumTestCase) ... ok test_crc32start (__main__.ChecksumTestCase) ... ok test_penguins (__main__.ChecksumTestCase) ... ok test_badcompressobj (__main__.ExceptionTestCase) ... ok test_baddecompressobj (__main__.ExceptionTestCase) ... ok test_bigbits (__main__.ExceptionTestCase) ... ok test_speech (__main__.CompressTestCase) ... ok test_speech128 (__main__.CompressTestCase) ... ok test_compressincremental (__main__.CompressObjectTestCase) ... ok test_compressoptions (__main__.CompressObjectTestCase) ... ok test_decompimax (__main__.CompressObjectTestCase) ... ok test_decompinc (__main__.CompressObjectTestCase) ... ok test_decompincflush (__main__.CompressObjectTestCase) ... ok test_decompressmaxlen (__main__.CompressObjectTestCase) ... ok test_decompressmaxlenflush (__main__.CompressObjectTestCase) ... ok test_flushes (__main__.CompressObjectTestCase) ... ok test_maxlenmisc (__main__.CompressObjectTestCase) ... ok test_odd_flush (__main__.CompressObjectTestCase) ... ok test_pair (__main__.CompressObjectTestCase) ... ok ---------------------------------------------------------------------- Ran 21 tests in 1.051s OK ---------------------------------------------------------------------- Comment By: Martin v. L�wis (loewis) Date: 2005-03-09 22:49 Message: Logged In: YES user_id=21627 Last I tried, zlib doesn't work on Itanium. Does it now? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1160164&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
