orip
unread,Nov 15, 2008, 6:51:35 PM11/15/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Testoob
Testoob now runs its own test suite (unit tests and system tests) on
IronPython 1.1.2 and 2.0rc1.
Some of tests are even passing :)
This means that the basic functionality works fine, and that some of
the feature are currently implemented with CPython-only capablities
(sys._getframe().f_back, sys.settrace, os.pipe, etc.)
Now it's all a matter of looking at the failures one by one and
finding workarounds, or marking the relevant feature as unavailable on
IronPython, but test suites can already be run on IronPython with
Testoob.
orip