[IronPython] PyYAML on IronPython

Sanghyeon Seo sanxiyn at gmail.com
Sun Feb 3 03:56:59 CET 2008


Hello the IronPython list and yaml-core list,

Some of you may want to investigate PyYAML on IronPython test
failures, performance, etc.

$ svn co http://svn.pyyaml.org/pyyaml/trunk pyyaml
$ cd pyyaml

$ PYTHONPATH=lib python tests/test_yaml.py # Python 2.4
Ran 1210 tests in 4.638s
OK
$ IRONPYTHONPATH=lib ipy tests/test_yaml.py # IronPython 1
Ran 1210 tests in 36.698s
FAILED (failures=8, errors=57)
$ IRONPYTHONPATH=lib ipy2 tests/test_yaml.py # IronPython 2
Ran 1210 tests in 61.871s
FAILED (failures=7, errors=57)

-- 
Seo Sanghyeon



More information about the Ironpython-users mailing list