collection of regression tests (based on Greg's test suite)
authorStefan Behnel <scoder@users.berlios.de>
Mon, 31 Dec 2007 14:44:11 +0000 (15:44 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 31 Dec 2007 14:44:11 +0000 (15:44 +0100)
commit0d5c9ae9f9af8075741519dadcdd478376465299
tree9b5171613a8a6f4cd519a2531a5e5707fd4e54ab
parentbe4e6108200dae2c64831cbe2e9b48a37fe471c0
collection of regression tests (based on Greg's test suite)
270 files changed:
Makefile
runtests.py [new file with mode: 0644]
tests/broken/anonymousenum.pyx [new file with mode: 0644]
tests/broken/arraytoptrarg.pyx [new file with mode: 0644]
tests/broken/ass2cglobal.pyx [new file with mode: 0644]
tests/broken/ass2longlong.pyx [new file with mode: 0644]
tests/broken/builtinfuncs.pyx [new file with mode: 0644]
tests/broken/cascmp.pyx [new file with mode: 0644]
tests/broken/cassign.pyx [new file with mode: 0644]
tests/broken/casttoexttype.pyx [new file with mode: 0644]
tests/broken/cnamespec.pyx [new file with mode: 0644]
tests/broken/cnumop.pyx [new file with mode: 0644]
tests/broken/cstringmeth.pyx [new file with mode: 0644]
tests/broken/ct_IF.pyx [new file with mode: 0644]
tests/broken/cunsignedlong.pyx [new file with mode: 0644]
tests/broken/del.pyx [new file with mode: 0644]
tests/broken/delslice.pyx [new file with mode: 0644]
tests/broken/drake1.pyx [new file with mode: 0644]
tests/broken/eqcmp.pyx [new file with mode: 0644]
tests/broken/ewing1.pyx [new file with mode: 0644]
tests/broken/ewing5.pyx [new file with mode: 0644]
tests/broken/excvalcheck.pyx [new file with mode: 0644]
tests/broken/excvalreturn.pyx [new file with mode: 0644]
tests/broken/extcmethod.pyx [new file with mode: 0644]
tests/broken/extcoerce.pyx [new file with mode: 0644]
tests/broken/extdescrdel.pyx [new file with mode: 0644]
tests/broken/extdescrget.pyx [new file with mode: 0644]
tests/broken/extdescrset.pyx [new file with mode: 0644]
tests/broken/extexttype.pyx [new file with mode: 0644]
tests/broken/extgetitem.pyx [new file with mode: 0644]
tests/broken/extpropertyall.pyx [new file with mode: 0644]
tests/broken/extpropertyref.pyx [new file with mode: 0644]
tests/broken/extpymemberdef.pyx [new file with mode: 0644]
tests/broken/forfromelse.pyx [new file with mode: 0644]
tests/broken/gencall.pyx [new file with mode: 0644]
tests/broken/getattr3call.pyx [new file with mode: 0644]
tests/broken/globalstmt.pyx [new file with mode: 0644]
tests/broken/gustafsson2.pyx [new file with mode: 0644]
tests/broken/index.pyx [new file with mode: 0644]
tests/broken/inhcmethcall.pyx [new file with mode: 0644]
tests/broken/jiba5.pyx [new file with mode: 0644]
tests/broken/jiba6.pyx [new file with mode: 0644]
tests/broken/johnson1.pyx [new file with mode: 0644]
tests/broken/king1.pyx [new file with mode: 0644]
tests/broken/magcmp.pyx [new file with mode: 0644]
tests/broken/menten1.pyx [new file with mode: 0644]
tests/broken/none.pyx [new file with mode: 0644]
tests/broken/nononetypecheck.pyx [new file with mode: 0644]
tests/broken/notnonearg.pyx [new file with mode: 0644]
tests/broken/onelinesuite.pyx [new file with mode: 0644]
tests/broken/plex2.pyx [new file with mode: 0644]
tests/broken/powop.pyx [new file with mode: 0644]
tests/broken/r_pernici1.pyx [new file with mode: 0644]
tests/broken/raise.pyx [new file with mode: 0644]
tests/broken/ref2global.pyx [new file with mode: 0644]
tests/broken/slicex.pyx [new file with mode: 0644]
tests/broken/tandemstats.pyx [new file with mode: 0644]
tests/broken/traceback.pyx [new file with mode: 0644]
tests/broken/tryexceptelse.pyx [new file with mode: 0644]
tests/broken/watts1.pyx [new file with mode: 0644]
tests/broken/watts2.pyx [new file with mode: 0644]
tests/compile/a_capi.pyx [new file with mode: 0644]
tests/compile/altet1.h [new file with mode: 0644]
tests/compile/altet1.pyx [new file with mode: 0644]
tests/compile/argdefault.pyx [new file with mode: 0644]
tests/compile/arrayptrcompat.pyx [new file with mode: 0644]
tests/compile/behnel4.pyx [new file with mode: 0644]
tests/compile/belchenko1.pyx [new file with mode: 0644]
tests/compile/belchenko2.h [new file with mode: 0644]
tests/compile/belchenko2.pyx [new file with mode: 0644]
tests/compile/builtin.pyx [new file with mode: 0644]
tests/compile/burton1.pyx [new file with mode: 0644]
tests/compile/callingconvention.pyx [new file with mode: 0644]
tests/compile/cargdef.pyx [new file with mode: 0644]
tests/compile/cdefexternfromstar.pyx [new file with mode: 0644]
tests/compile/cenum.pyx [new file with mode: 0644]
tests/compile/cforfromloop.pyx [new file with mode: 0644]
tests/compile/classmethargdefault.pyx [new file with mode: 0644]
tests/compile/coercearraytoptr.pyx [new file with mode: 0644]
tests/compile/coercetovoidptr.pyx [new file with mode: 0644]
tests/compile/complexbasetype.pyx [new file with mode: 0644]
tests/compile/constexpr.pyx [new file with mode: 0644]
tests/compile/coventry1.pyx [new file with mode: 0644]
tests/compile/cstructreturn.pyx [new file with mode: 0644]
tests/compile/ct_DEF.pyx [new file with mode: 0644]
tests/compile/ctypedef.pyx [new file with mode: 0644]
tests/compile/ctypedefclass.pyx [new file with mode: 0644]
tests/compile/ctypedefenum.pyx [new file with mode: 0644]
tests/compile/ctypedefstruct.pyx [new file with mode: 0644]
tests/compile/ctypedefunion.pyx [new file with mode: 0644]
tests/compile/cverylongtypes.pyx [new file with mode: 0644]
tests/compile/declandimpl.pxd [new file with mode: 0644]
tests/compile/declandimpl.pyx [new file with mode: 0644]
tests/compile/declarations.pyx [new file with mode: 0644]
tests/compile/doda1.pyx [new file with mode: 0644]
tests/compile/emptytry.pyx [new file with mode: 0644]
tests/compile/enumintcompat.pyx [new file with mode: 0644]
tests/compile/ewing3.pyx [new file with mode: 0644]
tests/compile/ewing4.pyx [new file with mode: 0644]
tests/compile/ewing6.pyx [new file with mode: 0644]
tests/compile/ewing7.pyx [new file with mode: 0644]
tests/compile/ewing8.pxd [new file with mode: 0644]
tests/compile/ewing8.pyx [new file with mode: 0644]
tests/compile/ewing9.pxd [new file with mode: 0644]
tests/compile/ewing9.pyx [new file with mode: 0644]
tests/compile/excvaldecl.pyx [new file with mode: 0644]
tests/compile/extargdefault.pyx [new file with mode: 0644]
tests/compile/extcmethcall.pyx [new file with mode: 0644]
tests/compile/extdelattr.pyx [new file with mode: 0644]
tests/compile/extdelitem.pyx [new file with mode: 0644]
tests/compile/extdelslice.pyx [new file with mode: 0644]
tests/compile/extern.pyx [new file with mode: 0644]
tests/compile/extforward.pyx [new file with mode: 0644]
tests/compile/extgetattr.pyx [new file with mode: 0644]
tests/compile/exthash.pyx [new file with mode: 0644]
tests/compile/extimported.pyx [new file with mode: 0644]
tests/compile/extindex.pyx [new file with mode: 0644]
tests/compile/extinheritdel.pyx [new file with mode: 0644]
tests/compile/extinheritset.pyx [new file with mode: 0644]
tests/compile/extpropertydel.pyx [new file with mode: 0644]
tests/compile/extpropertydoc.pyx [new file with mode: 0644]
tests/compile/extpropertyget.pyx [new file with mode: 0644]
tests/compile/extpropertyset.pyx [new file with mode: 0644]
tests/compile/extsetattr.pyx [new file with mode: 0644]
tests/compile/extsetitem.pyx [new file with mode: 0644]
tests/compile/extsetslice.pyx [new file with mode: 0644]
tests/compile/for.pyx [new file with mode: 0644]
tests/compile/formfeed.pyx [new file with mode: 0644]
tests/compile/fromimport.pyx [new file with mode: 0644]
tests/compile/funcptr.pyx [new file with mode: 0644]
tests/compile/getattr3ref.pyx [new file with mode: 0644]
tests/compile/globalonly.pyx [new file with mode: 0644]
tests/compile/globvardef.pyx [new file with mode: 0644]
tests/compile/hinsen1.h [new file with mode: 0644]
tests/compile/hinsen1.pyx [new file with mode: 0644]
tests/compile/hinsen2.pyx [new file with mode: 0644]
tests/compile/huss2.pyx [new file with mode: 0644]
tests/compile/ia_cdefblock.pyx [new file with mode: 0644]
tests/compile/import.pyx [new file with mode: 0644]
tests/compile/ishimoto1.pyx [new file with mode: 0644]
tests/compile/ishimoto4.pyx [new file with mode: 0644]
tests/compile/jiba3.pyx [new file with mode: 0644]
tests/compile/jiba4.pyx [new file with mode: 0644]
tests/compile/johnson2.pyx [new file with mode: 0644]
tests/compile/khavkine1.pyx [new file with mode: 0644]
tests/compile/kleckner1.pyx [new file with mode: 0644]
tests/compile/lepage_2.pyx [new file with mode: 0644]
tests/compile/longunsigned.pyx [new file with mode: 0644]
tests/compile/nogil.pyx [new file with mode: 0644]
tests/compile/nonctypedefclass.pyx [new file with mode: 0644]
tests/compile/nullptr.pyx [new file with mode: 0644]
tests/compile/omittedargnames.pyx [new file with mode: 0644]
tests/compile/pinard4.pyx [new file with mode: 0644]
tests/compile/pyclass.pyx [new file with mode: 0644]
tests/compile/signedtypes.pyx [new file with mode: 0644]
tests/compile/specmethargdefault.pyx [new file with mode: 0644]
tests/compile/specmethdocstring.pyx [new file with mode: 0644]
tests/compile/specmethextarg.pyx [new file with mode: 0644]
tests/compile/tryexcept.pyx [new file with mode: 0644]
tests/compile/tryfinally.pyx [new file with mode: 0644]
tests/compile/typecast.pyx [new file with mode: 0644]
tests/compile/varargdecl.pyx [new file with mode: 0644]
tests/compile/while.pyx [new file with mode: 0644]
tests/compile/withgil.pyx [new file with mode: 0644]
tests/compile/withnogil.pyx [new file with mode: 0644]
tests/run/addop.pyx [new file with mode: 0644]
tests/run/addressof.pyx [new file with mode: 0644]
tests/run/altet2.pyx [new file with mode: 0644]
tests/run/ass2global.pyx [new file with mode: 0644]
tests/run/ass2local.pyx [new file with mode: 0644]
tests/run/assert.pyx [new file with mode: 0644]
tests/run/attr.pyx [new file with mode: 0644]
tests/run/baas3.pyx [new file with mode: 0644]
tests/run/backquote.pyx [new file with mode: 0644]
tests/run/behnel1.pyx [new file with mode: 0644]
tests/run/behnel2.pyx [new file with mode: 0644]
tests/run/behnel3.pyx [new file with mode: 0644]
tests/run/bishop1.pyx [new file with mode: 0644]
tests/run/bishop2.pyx [new file with mode: 0644]
tests/run/boolop.pyx [new file with mode: 0644]
tests/run/cfuncdef.pyx [new file with mode: 0644]
tests/run/cintop.pyx [new file with mode: 0644]
tests/run/classpass.pyx [new file with mode: 0644]
tests/run/concatcstrings.pyx [new file with mode: 0644]
tests/run/cstringmul.pyx [new file with mode: 0644]
tests/run/cstruct.pyx [new file with mode: 0644]
tests/run/cunion.pyx [new file with mode: 0644]
tests/run/cvardef.pyx [new file with mode: 0644]
tests/run/dict.pyx [new file with mode: 0644]
tests/run/dietachmayer1.pyx [new file with mode: 0644]
tests/run/docstrings.pyx [new file with mode: 0644]
tests/run/exarkun.pyx [new file with mode: 0644]
tests/run/extclasspass.pyx [new file with mode: 0644]
tests/run/extinherit.pyx [new file with mode: 0644]
tests/run/extinstantiate.pyx [new file with mode: 0644]
tests/run/extlen.pyx [new file with mode: 0644]
tests/run/extstarargs.pyx [new file with mode: 0644]
tests/run/exttype.pyx [new file with mode: 0644]
tests/run/filenames.pxi [new file with mode: 0644]
tests/run/filenames.pyx [new file with mode: 0644]
tests/run/if.pyx [new file with mode: 0644]
tests/run/ishimoto2.pyx [new file with mode: 0644]
tests/run/ishimoto3.pyx [new file with mode: 0644]
tests/run/jarausch1.pyx [new file with mode: 0644]
tests/run/kostyrka.pyx [new file with mode: 0644]
tests/run/kostyrka2.pyx [new file with mode: 0644]
tests/run/kwonlyargs.pyx [new file with mode: 0644]
tests/run/lepage_1.pyx [new file with mode: 0644]
tests/run/list.pyx [new file with mode: 0644]
tests/run/literals.pyx [new file with mode: 0644]
tests/run/modbody.pyx [new file with mode: 0644]
tests/run/modop.pyx [new file with mode: 0644]
tests/run/multass.pyx [new file with mode: 0644]
tests/run/naanou_1.pyx [new file with mode: 0644]
tests/run/new_style_exceptions.pyx [new file with mode: 0644]
tests/run/pass.pyx [new file with mode: 0644]
tests/run/pinard5.pyx [new file with mode: 0644]
tests/run/pinard6.pyx [new file with mode: 0644]
tests/run/pinard7.pyx [new file with mode: 0644]
tests/run/pinard8.pyx [new file with mode: 0644]
tests/run/print.pyx [new file with mode: 0644]
tests/run/pycmp.pyx [new file with mode: 0644]
tests/run/pyextattrref.pyx [new file with mode: 0644]
tests/run/pyintop.pyx [new file with mode: 0644]
tests/run/pynumop.pyx [new file with mode: 0644]
tests/run/r_addint.pyx [new file with mode: 0644]
tests/run/r_argdefault.pyx [new file with mode: 0644]
tests/run/r_barbieri1.pyx [new file with mode: 0644]
tests/run/r_bishop3.pyx [new file with mode: 0644]
tests/run/r_bowden1.pyx [new file with mode: 0644]
tests/run/r_delgado_1.pyx [new file with mode: 0644]
tests/run/r_docstrings.pyx [new file with mode: 0644]
tests/run/r_extcomplex2.pyx [new file with mode: 0644]
tests/run/r_extstarargs.pyx [new file with mode: 0644]
tests/run/r_forloop.pyx [new file with mode: 0644]
tests/run/r_hordijk1.pyx [new file with mode: 0644]
tests/run/r_huss3.pyx [new file with mode: 0644]
tests/run/r_jeff_epler_1.pyx [new file with mode: 0644]
tests/run/r_jiba1.pxd [new file with mode: 0644]
tests/run/r_jiba1.pyx [new file with mode: 0644]
tests/run/r_lepage_3.pyx [new file with mode: 0644]
tests/run/r_mang1.pyx [new file with mode: 0644]
tests/run/r_mcintyre1.pyx [new file with mode: 0644]
tests/run/r_mitch_chapman_2.pyx [new file with mode: 0644]
tests/run/r_primes.pyx [new file with mode: 0644]
tests/run/r_print.pyx [new file with mode: 0644]
tests/run/r_pyclass.pyx [new file with mode: 0644]
tests/run/r_pyclassdefault.pyx [new file with mode: 0644]
tests/run/r_pythonapi.pyx [new file with mode: 0644]
tests/run/r_spamtype.pyx [new file with mode: 0644]
tests/run/r_starargcall.pyx [new file with mode: 0644]
tests/run/r_starargs.pyx [new file with mode: 0644]
tests/run/r_starargsonly.pyx [new file with mode: 0644]
tests/run/r_toofewargs.pyx [new file with mode: 0644]
tests/run/r_vree_1.pyx [new file with mode: 0644]
tests/run/ref2local.pyx [new file with mode: 0644]
tests/run/return.pyx [new file with mode: 0644]
tests/run/rodriguez_1.pyx [new file with mode: 0644]
tests/run/simpcall.pyx [new file with mode: 0644]
tests/run/sizeof.pyx [new file with mode: 0644]
tests/run/slice2.pyx [new file with mode: 0644]
tests/run/slice3.pyx [new file with mode: 0644]
tests/run/starargs.pyx [new file with mode: 0644]
tests/run/strconstinclass.pyx [new file with mode: 0644]
tests/run/subop.pyx [new file with mode: 0644]
tests/run/tuple.pyx [new file with mode: 0644]
tests/run/unop.pyx [new file with mode: 0644]
tests/run/unpack.pyx [new file with mode: 0644]
tests/run/varargcall.pyx [new file with mode: 0644]
tests/run/wundram1.pyx [new file with mode: 0644]