enabled most remaining tests from the 'broken' directory
authorStefan Behnel <scoder@users.berlios.de>
Wed, 21 May 2008 17:25:02 +0000 (19:25 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 21 May 2008 17:25:02 +0000 (19:25 +0200)
commitd85651f24ba2f26dc613ff1689258397edc365a7
tree44388f7feb839eaacd1ac744ae623eeb2ea67fc3
parent40979aa8de49873f0408b2196fdc0b739e099172
enabled most remaining tests from the 'broken' directory

--HG--
rename : tests/broken/arraytoptrarg.pyx => tests/compile/arraytoptrarg.pyx
rename : tests/broken/ass2longlong.pyx => tests/compile/ass2longlong.pyx
rename : tests/broken/builtinfuncs.pyx => tests/compile/builtinfuncs.pyx
rename : tests/broken/cascmp.pyx => tests/compile/cascmp.pyx
rename : tests/broken/cassign.pyx => tests/compile/cassign.pyx
rename : tests/broken/casttoexttype.pyx => tests/compile/casttoexttype.pyx
rename : tests/broken/cnamespec.pyx => tests/compile/cnamespec.pyx
rename : tests/broken/cnumop.pyx => tests/compile/cnumop.pyx
rename : tests/broken/cunsignedlong.pyx => tests/compile/cunsignedlong.pyx
rename : tests/broken/del.pyx => tests/compile/del.pyx
rename : tests/broken/delslice.pyx => tests/compile/delslice.pyx
rename : tests/broken/drake1.pyx => tests/compile/drake1.pyx
rename : tests/broken/eqcmp.pyx => tests/compile/eqcmp.pyx
rename : tests/broken/ewing1.pyx => tests/compile/ewing1.pyx
rename : tests/broken/ewing5.pyx => tests/compile/ewing5.pyx
rename : tests/broken/excvalcheck.pyx => tests/compile/excvalcheck.pyx
rename : tests/broken/excvalreturn.pyx => tests/compile/excvalreturn.pyx
rename : tests/broken/extcoerce.pyx => tests/compile/extcoerce.pyx
rename : tests/broken/extdescrdel.pyx => tests/compile/extdescrdel.pyx
rename : tests/broken/extdescrget.pyx => tests/compile/extdescrget.pyx
rename : tests/broken/extdescrset.pyx => tests/compile/extdescrset.pyx
rename : tests/broken/extexttype.pyx => tests/compile/extexttype.pyx
rename : tests/broken/extgetitem.pyx => tests/compile/extgetitem.pyx
rename : tests/broken/extinheritdel.pyx => tests/compile/extinheritdel.pyx
rename : tests/broken/extinheritset.pyx => tests/compile/extinheritset.pyx
rename : tests/broken/extpropertyall.pyx => tests/compile/extpropertyall.pyx
rename : tests/broken/extpymemberdef.pyx => tests/compile/extpymemberdef.pyx
rename : tests/broken/forfromelse.pyx => tests/compile/forfromelse.pyx
rename : tests/broken/gencall.pyx => tests/compile/gencall.pyx
rename : tests/broken/globalstmt.pyx => tests/compile/globalstmt.pyx
rename : tests/broken/gustafsson2.pyx => tests/compile/gustafsson2.pyx
rename : tests/broken/index.pyx => tests/compile/index.pyx
rename : tests/broken/jiba5.pyx => tests/compile/jiba5.pyx
rename : tests/broken/jiba6.pyx => tests/compile/jiba6.pyx
rename : tests/broken/johnson1.pyx => tests/compile/johnson1.pyx
rename : tests/broken/magcmp.pyx => tests/compile/magcmp.pyx
rename : tests/broken/none.pyx => tests/compile/none.pyx
rename : tests/broken/notnonearg.pyx => tests/compile/notnonearg.pyx
rename : tests/broken/r_pernici1.pyx => tests/compile/r_pernici1.pyx
rename : tests/broken/slicex.pyx => tests/compile/slicex.pyx
rename : tests/broken/traceback.pyx => tests/compile/traceback.pyx
rename : tests/broken/watts2.pyx => tests/compile/watts2.pyx
rename : tests/broken/anonymousenum.pyx => tests/run/anonymousenum.pyx
rename : tests/broken/ass2cglobal.pyx => tests/run/ass2cglobal.pyx
rename : tests/broken/cstringmeth.pyx => tests/run/cstringmeth.pyx
rename : tests/broken/extcmethod.pyx => tests/run/extcmethod.pyx
rename : tests/broken/extpropertyref.pyx => tests/run/extpropertyref.pyx
rename : tests/broken/filenames.pxi => tests/run/filenames.pxi
rename : tests/broken/filenames.pyx => tests/run/filenames.pyx
rename : tests/broken/inhcmethcall.pyx => tests/run/inhcmethcall.pyx
rename : tests/broken/king1.pyx => tests/run/king1.pyx
rename : tests/broken/menten1.pyx => tests/run/menten1.pyx
rename : tests/broken/nononetypecheck.pyx => tests/run/nononetypecheck.pyx
rename : tests/broken/tandemstats.pyx => tests/run/tandemstats.pyx
rename : tests/broken/watts1.pyx => tests/run/watts1.pyx
65 files changed:
tests/broken/ass2cglobal.pyx [deleted file]
tests/broken/cstringmeth.pyx [deleted file]
tests/broken/extcmethod.pyx [deleted file]
tests/broken/filenames.pxi [deleted file]
tests/broken/filenames.pyx [deleted file]
tests/broken/inhcmethcall.pyx [deleted file]
tests/broken/king1.pyx [deleted file]
tests/broken/tandemstats.pyx [deleted file]
tests/broken/watts1.pyx [deleted file]
tests/compile/arraytoptrarg.pyx [moved from tests/broken/arraytoptrarg.pyx with 100% similarity]
tests/compile/ass2longlong.pyx [moved from tests/broken/ass2longlong.pyx with 100% similarity]
tests/compile/builtinfuncs.pyx [moved from tests/broken/builtinfuncs.pyx with 100% similarity]
tests/compile/cascmp.pyx [moved from tests/broken/cascmp.pyx with 100% similarity]
tests/compile/cassign.pyx [moved from tests/broken/cassign.pyx with 100% similarity]
tests/compile/casttoexttype.pyx [moved from tests/broken/casttoexttype.pyx with 100% similarity]
tests/compile/cnamespec.pyx [moved from tests/broken/cnamespec.pyx with 100% similarity]
tests/compile/cnumop.pyx [moved from tests/broken/cnumop.pyx with 100% similarity]
tests/compile/cunsignedlong.pyx [moved from tests/broken/cunsignedlong.pyx with 100% similarity]
tests/compile/del.pyx [moved from tests/broken/del.pyx with 100% similarity]
tests/compile/delslice.pyx [moved from tests/broken/delslice.pyx with 100% similarity]
tests/compile/drake1.pyx [moved from tests/broken/drake1.pyx with 100% similarity]
tests/compile/eqcmp.pyx [moved from tests/broken/eqcmp.pyx with 91% similarity]
tests/compile/ewing1.pyx [moved from tests/broken/ewing1.pyx with 100% similarity]
tests/compile/ewing5.pyx [moved from tests/broken/ewing5.pyx with 100% similarity]
tests/compile/excvalcheck.pyx [moved from tests/broken/excvalcheck.pyx with 100% similarity]
tests/compile/excvalreturn.pyx [moved from tests/broken/excvalreturn.pyx with 100% similarity]
tests/compile/extcoerce.pyx [moved from tests/broken/extcoerce.pyx with 63% similarity]
tests/compile/extdescrdel.pyx [moved from tests/broken/extdescrdel.pyx with 100% similarity]
tests/compile/extdescrget.pyx [moved from tests/broken/extdescrget.pyx with 100% similarity]
tests/compile/extdescrset.pyx [moved from tests/broken/extdescrset.pyx with 100% similarity]
tests/compile/extexttype.pyx [moved from tests/broken/extexttype.pyx with 100% similarity]
tests/compile/extgetitem.pyx [moved from tests/broken/extgetitem.pyx with 100% similarity]
tests/compile/extinheritdel.pyx [moved from tests/broken/extinheritdel.pyx with 78% similarity]
tests/compile/extinheritset.pyx [moved from tests/broken/extinheritset.pyx with 78% similarity]
tests/compile/extpropertyall.pyx [moved from tests/broken/extpropertyall.pyx with 100% similarity]
tests/compile/extpymemberdef.pyx [moved from tests/broken/extpymemberdef.pyx with 100% similarity]
tests/compile/food.h [new file with mode: 0644]
tests/compile/forfromelse.pyx [moved from tests/broken/forfromelse.pyx with 100% similarity]
tests/compile/gencall.pyx [moved from tests/broken/gencall.pyx with 100% similarity]
tests/compile/globalstmt.pyx [moved from tests/broken/globalstmt.pyx with 100% similarity]
tests/compile/gustafsson2.pyx [moved from tests/broken/gustafsson2.pyx with 100% similarity]
tests/compile/index.pyx [moved from tests/broken/index.pyx with 100% similarity]
tests/compile/jiba5.pyx [moved from tests/broken/jiba5.pyx with 100% similarity]
tests/compile/jiba6.pyx [moved from tests/broken/jiba6.pyx with 100% similarity]
tests/compile/johnson1.pyx [moved from tests/broken/johnson1.pyx with 100% similarity]
tests/compile/magcmp.pyx [moved from tests/broken/magcmp.pyx with 100% similarity]
tests/compile/none.pyx [moved from tests/broken/none.pyx with 100% similarity]
tests/compile/notnonearg.pyx [moved from tests/broken/notnonearg.pyx with 100% similarity]
tests/compile/r_pernici1.pyx [moved from tests/broken/r_pernici1.pyx with 69% similarity]
tests/compile/slicex.pyx [moved from tests/broken/slicex.pyx with 100% similarity]
tests/compile/traceback.pyx [moved from tests/broken/traceback.pyx with 100% similarity]
tests/compile/watts2.pyx [moved from tests/broken/watts2.pyx with 100% similarity]
tests/run/anonymousenum.pyx [moved from tests/broken/anonymousenum.pyx with 63% similarity]
tests/run/ass2cglobal.pyx [new file with mode: 0644]
tests/run/cstringmeth.pyx [new file with mode: 0644]
tests/run/extcmethod.pyx [new file with mode: 0644]
tests/run/extpropertyref.pyx [moved from tests/broken/extpropertyref.pyx with 56% similarity]
tests/run/filenames.pxi [new file with mode: 0644]
tests/run/filenames.pyx [new file with mode: 0644]
tests/run/inhcmethcall.pyx [new file with mode: 0644]
tests/run/king1.pyx [new file with mode: 0644]
tests/run/menten1.pyx [moved from tests/broken/menten1.pyx with 61% similarity]
tests/run/nononetypecheck.pyx [moved from tests/broken/nononetypecheck.pyx with 63% similarity]
tests/run/tandemstats.pyx [new file with mode: 0644]
tests/run/watts1.pyx [new file with mode: 0644]