Ticket #269 (accepted enhancement)
Issues with PyAMF and Jython
| Reported by: | thijs | Owned by: | nick |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.5 |
| Component: | Testing | Version: | 0.3 |
| Keywords: | Cc: |
Description (last modified by thijs) (diff)
I tested PyAMF on Jython with different versions and quite a few tests failed:
- PyAMF r1441 and Jython - trunk r4725 (log)
- PyAMF r1458 and Jython - trunk r4758 (log)
- PyAMF r1531 and Jython - trunk r4927 (tests=427, failures=19, errors=125)
- PyAMF r1586 and Jython - asm branch r5026 (failures=15, errors=14)
- PyAMF r1597 and Jython - trunk r5215 (failures=18, errors=1
- PyAMF r1699 and Jython - trunk r5372 (failures=15, errors=1
How to reproduce
- Grab the Jython trunk:
svn co https://jython.svn.sourceforge.net/svnroot/jython/trunk jython-trunk
- Compile Jython and set JYTHON_HOME:
cd jython-trunk ant export JYTHON_HOME=/path/to/jython-trunk/dist chmod 777 $JYTHON_HOME/bin/jython
- Grab the PyAMF trunk, install setuptools with:
$JYTHON_HOME/bin/jython ez_setup.py
- Run the tests from the PyAMF trunk:
$JYTHON_HOME/bin/jython setup.py test
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
