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 _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
