> I am almost done backporting to trunk and will submit a patch tomorrow
> if all goes well.

I just uploaded an updated patch for 1.5.1 (same contents, but
generated using 'diff' on Mac as 'diff on AIX worked strange and its
output did not work with 'patch' neither on my Mac nor on AIX).

I also uploaded a backport patch for trunk.

Both are tested on AIX 6.1, Python 2.6.2, GCC 4.2.0.

I ran the tests in 'buildtests'

On 1.5.1 the results were:

{'failed': [],
 'passed': ['test1',
            'test2',
            'test5',
            'test6',
            'test7',
            'test8',
            'test9',
            'test10',
            'test11',
            'test12',
            'test13',
            'test14',
            'test-email',
            'test-encoders',
            'test_f_option',
            'test_filename',
            'test-celementtree',
            'test-nestedlaunch0',
            'test-nestedlaunch1',
            'test-relative-import',
            'test-relative-import2',
            'test-relative-import3',
            'test_error_during_import',
            'test_getfilesystemencoding'],
 'skipped': ['test15',
             'test-wx',
             'test-numpy',
             'test-pycrypto',
             'test-zipimport1',
             'test-zipimport2',
             'test-ctypes-cdll-c',
             'test-ctypes-cdll-c2']}

On trunk the results were:

{'failed': ['import/test_zipimport',
            'import/test_relative_import',
            'multipackage/test_multipackage1',
            'multipackage/test_multipackage2',
            'multipackage/test_multipackage3',
            'multipackage/test_multipackage4',
            'multipackage/test_multipackage5',
            'basic/test_absolute_ld_library_path'],
 'passed': ['basic/test_1',
            'basic/test_2',
            'basic/test_5',
            'basic/test_6',
            'basic/test_7',
            'basic/test_8',
            'basic/test_9',
            'basic/test_10',
            'basic/test_11',
            'basic/test_12',
            'basic/test_13',
            'basic/test_14',
            'basic/test_16',
            'basic/test_email',
            'basic/test_encoders',
            'basic/test_f_option',
            'basic/test_filename',
            'basic/test_celementtree',
            'basic/test_nestedlaunch0',
            'basic/test_nestedlaunch1',
            'import/test_relative_import2',
            'import/test_relative_import3',
            'import/test_error_during_import',
            'basic/test_getfilesystemencoding'],
 'skipped': ['basic/test_ctypes',
             'libraries/test_wx',
             'libraries/test_numpy',
             'import/test_zipimport2',
             'libraries/test_enchant',
             'libraries/test_pycrypto',
             'import/test_ctypes_cdll_c',
             'libraries/test_sqlalchemy',
             'import/test_ctypes_cdll_c2']}

I guess the latter is not perfectly fine.

Any idea what to do about the failing tests on trunk?

/Martin

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to