more error tests, some failing
authorStefan Behnel <scoder@users.berlios.de>
Wed, 11 Jun 2008 20:01:29 +0000 (22:01 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 11 Jun 2008 20:01:29 +0000 (22:01 +0200)
commit8f4fc76ea843ef57d0b6cae41ce7f78cd74a6018
tree214978ef83a644a89f91934cd1e20aea13aa5efd
parentf714831a635e4bd24b65b4be7cd8466b30307923
more error tests, some failing
42 files changed:
tests/errors/cdefkwargs.pyx [new file with mode: 0644]
tests/errors/e_addop.pyx [new file with mode: 0644]
tests/errors/e_argdefault.pyx [new file with mode: 0644]
tests/errors/e_ass.pyx [new file with mode: 0644]
tests/errors/e_assnone.pyx [new file with mode: 0644]
tests/errors/e_bitop.pyx [new file with mode: 0644]
tests/errors/e_cdef_missing_declarator.pyx [new file with mode: 0644]
tests/errors/e_cdefemptysue.pyx [new file with mode: 0644]
tests/errors/e_cenum.pyx [new file with mode: 0644]
tests/errors/e_cmethbasematch.pyx [new file with mode: 0644]
tests/errors/e_cmp.pyx [new file with mode: 0644]
tests/errors/e_cstruct.pyx [new file with mode: 0644]
tests/errors/e_ctypedefforward.pyx [new file with mode: 0644]
tests/errors/e_ctypedefornot.pyx [new file with mode: 0644]
tests/errors/e_declarations.pyx [new file with mode: 0644]
tests/errors/e_del.pyx [new file with mode: 0644]
tests/errors/e_excvalfunctype.pyx [new file with mode: 0644]
tests/errors/e_exestmtinexttype.pyx [new file with mode: 0644]
tests/errors/e_extmember.pyx [new file with mode: 0644]
tests/errors/e_extweakref.pyx [new file with mode: 0644]
tests/errors/e_index.pyx [new file with mode: 0644]
tests/errors/e_modop.pyx [new file with mode: 0644]
tests/errors/e_multass.pyx [new file with mode: 0644]
tests/errors/e_nargs.pyx [new file with mode: 0644]
tests/errors/e_nogilcmeth.pyx [new file with mode: 0644]
tests/errors/e_nogilfunctype.pyx [new file with mode: 0644]
tests/errors/e_notnone.pyx [new file with mode: 0644]
tests/errors/e_notnone2.pyx [new file with mode: 0644]
tests/errors/e_numop.pyx [new file with mode: 0644]
tests/errors/e_powop.pyx [new file with mode: 0644]
tests/errors/e_pyobinstruct.pyx [new file with mode: 0644]
tests/errors/e_redeclmeth.pyx [new file with mode: 0644]
tests/errors/e_return.pyx [new file with mode: 0644]
tests/errors/e_sizeofincomplete.pyx [new file with mode: 0644]
tests/errors/e_slice.pyx [new file with mode: 0644]
tests/errors/e_subop.pyx [new file with mode: 0644]
tests/errors/e_tempcast.pyx [new file with mode: 0644]
tests/errors/e_undefexttype.pyx [new file with mode: 0644]
tests/errors/e_unop.pyx [new file with mode: 0644]
tests/errors/e_while.pyx [new file with mode: 0644]
tests/errors/empty.pyx [new file with mode: 0644]
tests/errors/nogilcmeth.pyx [new file with mode: 0644]