<div>A simple question before showing the test suite results:</div><div><br></div><div>What is git equivalent of svn revision number? Is it the commit id @ <a href="http://github.com/ipython/ipython">http://github.com/ipython/ipython</a></div>
<meta http-equiv="content-type" content="text/html; charset=utf-8"><div><br></div><div><br></div><div>**********************************************************************</div><div>Test suite completed for system with the following information:</div>
<div>IPython version: 0.11.alpha1.git</div><div>BZR revision   : 0</div>
<div>Platform info  : <a href="http://os.name" target="_blank">os.name</a> -> posix, sys.platform -> linux2</div><div>               : Linux-2.6.33.6-147.2.4.fc13.i686-i686-with-fedora-13-Goddard</div><div>Python info    : 2.6.4 (r264:75706, Jun  4 2010, 18:20:16) </div>

<div>[GCC 4.4.4 20100503 (Red Hat 4.4.4-2)]</div><div><br></div><div>Tools and libraries available at test time:</div><div>   curses foolscap gobject gtk pexpect twisted wx wx.aui zope.interface</div><div><br></div><div>
Ran 9 test groups in 93.470s</div>
<div><br></div><div>Status:</div><div>ERROR - 1 out of 9 test groups failed.</div><div>----------------------------------------</div><div>Runner failed: IPython.core</div><div>You may wish to rerun this one individually, with:</div>

<div>/usr/bin/python /home/g/Desktop/python-repo/ipython/IPython/testing/iptest.py IPython.core</div><div><br></div><div><br></div><div><br></div><div><div>[g@a testing]$ python iptest.py IPython.core</div><div>>f2("a b c")</div>

<div>>f1("a", "b", "c")</div><div>>f1(1,2,3)</div><div>>f2(4)</div><div>..............................Out[83]: 'get_ipython().system("true ")\n'</div><div>Out[85]: 'get_ipython().system("d:/cygwin/top ")\n'</div>

<div>Out[86]: 'no change'</div><div>Out[87]: '"no change"\n'</div><div>Out[89]: 'get_ipython().system("true")\n'</div><div>Out[90]: ['']</div><div>Out[91]: 'get_ipython().magic("sx  true")\n'</div>

<div>Out[92]: ['']</div><div>Out[93]: 'get_ipython().magic("sx true")\n'</div><div>Out[95]: 'get_ipython().magic("lsmagic ")\n'</div><div>Out[97]: 'get_ipython().magic("lsmagic ")\n'</div>

<div>Out[99]: 'get_ipython().system(" true")\n'</div><div>Out[101]: 'x=1 # what?\n'</div><div>Out[103]: 'if 1:\n    !true\n'</div><div>Out[105]: 'if 1:\n    lsmagic\n'</div><div>
Out[107]: 'if 1:\n    an_alias\n'</div>
<div>Out[109]: 'if 1:\n    get_ipython().system("true")\n'</div><div>Out[111]: 'if 2:\n    get_ipython().magic("lsmagic ")\n'</div><div>Out[113]: 'if 1:\n    get_ipython().system("true ")\n'</div>

<div>Out[114]: ['']</div><div>Out[115]: 'if 1:\n    get_ipython().magic("sx true")\n'</div><div>Out[117]: 'if 1:\n    /fun 1 2\n'</div><div>Out[119]: 'if 1:\n    ;fun 1 2\n'</div>

<div>Out[121]: 'if 1:\n    ,fun 1 2\n'</div><div>Out[123]: 'if 1:\n    ?fun 1 2\n'</div><div>Out[125]: 'len "abc"\n'</div><div>>autocallable()</div><div>Out[126]: 'called'</div>

<div>Out[127]: 'autocallable()\n'</div><div>>list("1", "2", "3")</div><div>Out[129]: 'list("1", "2", "3")\n'</div><div>>list("1 2 3")</div>

<div>Out[130]: ['1', ' ', '2', ' ', '3']</div><div>Out[131]: 'list("1 2 3")\n'</div><div>>len(range(1,4))</div><div>Out[132]: 3</div><div>Out[133]: 'len(range(1,4))\n'</div>

<div>>list("1", "2", "3")</div><div>Out[135]: 'list("1", "2", "3")\n'</div><div>>list("1 2 3")</div><div>Out[136]: ['1', ' ', '2', ' ', '3']</div>

<div>Out[137]: 'list("1 2 3")\n'</div><div>>len(range(1,4))</div><div>Out[138]: 3</div><div>Out[139]: 'len(range(1,4))\n'</div><div>>len("abc")</div><div>Out[140]: 3</div><div>Out[141]: 'len("abc")\n'</div>

<div>>len("abc");</div><div>Out[143]: 'len("abc");\n'</div><div>>len([1,2])</div><div>Out[144]: 2</div><div>Out[145]: 'len([1,2])\n'</div><div>Out[146]: True</div><div>Out[147]: 'call_idx [1]\n'</div>

<div>>call_idx(1)</div><div>Out[148]: True</div><div>Out[149]: 'call_idx(1)\n'</div><div>Out[150]: <built-in function len></div><div>Out[151]: 'len \n'</div><div>>list("1", "2", "3")</div>

<div>Out[153]: 'list("1", "2", "3")\n'</div><div>>list("1 2 3")</div><div>Out[154]: ['1', ' ', '2', ' ', '3']</div><div>Out[155]: 'list("1 2 3")\n'</div>

<div>>len(range(1,4))</div><div>Out[156]: 3</div><div>Out[157]: 'len(range(1,4))\n'</div><div>>len("abc")</div><div>Out[158]: 3</div><div>Out[159]: 'len("abc")\n'</div><div>>len("abc");</div>

<div>Out[161]: 'len("abc");\n'</div><div>>len([1,2])</div><div>Out[162]: 2</div><div>Out[163]: 'len([1,2])\n'</div><div>Out[164]: True</div><div>Out[165]: 'call_idx [1]\n'</div><div>>call_idx(1)</div>

<div>Out[166]: True</div><div>Out[167]: 'call_idx(1)\n'</div><div>>len()</div><div>Out[169]: 'len()\n'</div><div>.......................................................................................................................S.......#     print "bar"</div>

<div># </div><div>....>f(1)</div><div>...................................................................................F.F..</div><div>======================================================================</div><div>

FAIL: Test that object's __del__ methods are called on exit.</div><div>----------------------------------------------------------------------</div><div>Traceback (most recent call last):</div><div>  File "/usr/lib/python2.6/site-packages/nose/case.py", line 186, in runTest</div>

<div>    self.test(*self.arg)</div><div>  File "/home/g/Desktop/python-repo/ipython/IPython/testing/decorators.py", line 225, in skipper_func</div><div>    return f(*args, **kwargs)</div><div>  File "/home/g/Desktop/python-repo/ipython/IPython/core/tests/test_run.py", line 155, in test_obj_del</div>

<div>    tt.ipexec_validate(self.fname, 'object A deleted')</div><div>  File "/home/g/Desktop/python-repo/ipython/IPython/testing/tools.py", line 252, in ipexec_validate</div><div>    nt.assert_equals(out.strip(), expected_out.strip())</div>

<div>AssertionError: '\x1b[?1034hobject A deleted' != 'object A deleted'</div><div>>>  raise self.failureException, \</div><div>          (None or '%r != %r' % ('\x1b[?1034hobject A deleted', 'object A deleted'))</div>

<div>    </div><div><br></div><div>======================================================================</div><div>FAIL: IPython.core.tests.test_run.TestMagicRunSimple.test_tclass</div><div>----------------------------------------------------------------------</div>

<div>Traceback (most recent call last):</div><div>  File "/usr/lib/python2.6/site-packages/nose/case.py", line 186, in runTest</div><div>    self.test(*self.arg)</div><div>  File "/home/g/Desktop/python-repo/ipython/IPython/testing/decorators.py", line 225, in skipper_func</div>

<div>    return f(*args, **kwargs)</div><div>  File "/home/g/Desktop/python-repo/ipython/IPython/core/tests/test_run.py", line 169, in test_tclass</div><div>    tt.ipexec_validate(self.fname, out)</div><div>  File "/home/g/Desktop/python-repo/ipython/IPython/testing/tools.py", line 252, in ipexec_validate</div>

<div>    nt.assert_equals(out.strip(), expected_out.strip())</div><div>AssertionError: "\x1b[?1034hARGV 1-: ['C-first']\nARGV 1-: ['C-second']\ntclass.py: deleting object: C-first" != "ARGV 1-: ['C-first']\nARGV 1-: ['C-second']\ntclass.py: deleting object: C-first"</div>

<div>>>  raise self.failureException, \</div><div>          (None or '%r != %r' % ("\x1b[?1034hARGV 1-: ['C-first']\nARGV 1-: ['C-second']\ntclass.py: deleting object: C-first", "ARGV 1-: ['C-first']\nARGV 1-: ['C-second']\ntclass.py: deleting object: C-first"))</div>

<div>    </div><div><br></div><div>----------------------------------------------------------------------</div><div>Ran 254 tests in 3.268s</div><div><br></div><div>FAILED (SKIP=1, failures=2)</div></div><div><br></div><div>

<br></div><br>-- <br>Gökhan<br>