more tests from Pyrex
authorStefan Behnel <scoder@users.berlios.de>
Fri, 11 Jul 2008 13:50:12 +0000 (15:50 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 11 Jul 2008 13:50:12 +0000 (15:50 +0200)
commitfbbe557488b7db1c8c37542c0abe3b3aac67321b
tree53f6ea107e0ba1858c3b70f1482867fbfeef855c
parenta33d1b67153f3275007e5c5d06ef8995572f77cb
more tests from Pyrex
66 files changed:
tests/broken/assert2.pyx [new file with mode: 0644]
tests/broken/b_extimpinherit.pyx [new file with mode: 0644]
tests/broken/big_t.pyx [new file with mode: 0644]
tests/broken/builtinconst.pyx [new file with mode: 0644]
tests/broken/builtindict.pyx [new file with mode: 0644]
tests/broken/builtinlist.pyx [new file with mode: 0644]
tests/broken/builtinslice.pyx [new file with mode: 0644]
tests/broken/builtintype.pyx [new file with mode: 0644]
tests/broken/cascadedass.pyx [new file with mode: 0644]
tests/broken/cdefemptysue.pyx [new file with mode: 0644]
tests/broken/cdefexternblock.pyx [new file with mode: 0644]
tests/broken/cdefexternempty.pyx [new file with mode: 0644]
tests/broken/cexportfunc.pyx [new file with mode: 0644]
tests/broken/cimport.pyx [new file with mode: 0644]
tests/broken/cimportfrom.pyx [new file with mode: 0644]
tests/broken/cimportfrompkgdir.pyx [new file with mode: 0644]
tests/broken/cimportfunc.pyx [new file with mode: 0644]
tests/broken/ctypedefextern.pyx [new file with mode: 0644]
tests/broken/e_exestmtinexttype.pyx [new file with mode: 0644]
tests/broken/e_nogil.pyx [new file with mode: 0644]
tests/broken/externfunc.pyx [new file with mode: 0644]
tests/broken/externsue.pyx [new file with mode: 0644]
tests/broken/fwddeclcclass.pyx [new file with mode: 0644]
tests/broken/getattr.pyx [new file with mode: 0644]
tests/broken/getattr3ref.pyx [new file with mode: 0644]
tests/broken/i_public.pyx [new file with mode: 0644]
tests/broken/includepublic.pyx [new file with mode: 0644]
tests/broken/inplace_lhs.pyx [new file with mode: 0644]
tests/broken/inplace_ops.pyx [new file with mode: 0644]
tests/broken/intindex.pyx [new file with mode: 0644]
tests/broken/invalid-module-name.pyx [new file with mode: 0644]
tests/broken/l_capi.pyx [new file with mode: 0644]
tests/broken/l_cfuncexport.pyx [new file with mode: 0644]
tests/broken/naanou_1.pyx [new file with mode: 0644]
tests/broken/newstyleintforloop.pyx [new file with mode: 0644]
tests/broken/oldstyleintforloop.pyx [new file with mode: 0644]
tests/broken/pkg.cimport.pyx [new file with mode: 0644]
tests/broken/pkg.cimportfrom.pyx [new file with mode: 0644]
tests/broken/r_builtinlist.pyx [new file with mode: 0644]
tests/broken/r_capi.pyx [new file with mode: 0644]
tests/broken/r_cfuncimport.pyx [new file with mode: 0644]
tests/broken/r_classdoc.pyx [new file with mode: 0644]
tests/broken/r_classmodname.pyx [new file with mode: 0644]
tests/broken/r_excval.pyx [new file with mode: 0644]
tests/broken/r_extcmethod.pyx [new file with mode: 0644]
tests/broken/r_extimpinherit.pyx [new file with mode: 0644]
tests/broken/r_extinherit.pyx [new file with mode: 0644]
tests/broken/r_extmember.pyx [new file with mode: 0644]
tests/broken/r_extnumeric2.pyx [new file with mode: 0644]
tests/broken/r_extproperty.pyx [new file with mode: 0644]
tests/broken/r_extweakref.pyx [new file with mode: 0644]
tests/broken/r_getattr3.pyx [new file with mode: 0644]
tests/broken/r_import.pyx [new file with mode: 0644]
tests/broken/r_inhcmethcall.pyx [new file with mode: 0644]
tests/broken/r_kwonlyargs.pyx [new file with mode: 0644]
tests/broken/r_newstyleclass.pyx [new file with mode: 0644]
tests/broken/r_simpcall.pyx [new file with mode: 0644]
tests/broken/r_tbfilename.pyx [new file with mode: 0644]
tests/broken/r_traceback.pyx [new file with mode: 0644]
tests/broken/r_unpack.pyx [new file with mode: 0644]
tests/broken/retconvert.pyx [new file with mode: 0644]
tests/broken/specialfloatvals.pyx [new file with mode: 0644]
tests/broken/test_include_options.pyx [new file with mode: 0644]
tests/broken/tslots.pyx [new file with mode: 0644]
tests/broken/typeofexttype.pyx [new file with mode: 0644]
tests/broken/voidstarcast.pyx [new file with mode: 0644]