summaryrefslogtreecommitdiff
path: root/Cython/Debugger/Tests/TestLibCython.py
Commit message (Collapse)AuthorAgeFilesLines
* clean up gdb version test in TestLibCython.pyStefan Behnel2014-10-191-29/+18
|
* disable gdb test failures as long as the tests don't actually workStefan Behnel2014-06-161-1/+3
|
* fix error output in testStefan Behnel2014-06-151-1/+1
|
* fix cygdb and its tests when run in Py3Stefan Behnel2014-05-241-13/+13
|
* fix last commitStefan Behnel2014-02-141-1/+1
|
* fix debugger testStefan Behnel2014-02-141-0/+1
|
* simplify cygdb test code to remove an unnecessary indentation levelStefan Behnel2014-01-181-42/+44
|
* remove redundant code from cygdb test and apply some safety fixesStefan Behnel2014-01-181-57/+20
|
* apply some safety fixes in test codeStefan Behnel2014-01-181-13/+23
|
* Rename many of the pyrex_ options to cython_ (as several are Cython-specific).Robert Bradshaw2012-01-221-1/+1
|
* Another gdb test fix.Robert Bradshaw2011-08-171-1/+4
|
* gdb test fixRobert Bradshaw2011-08-021-1/+4
|
* fix unused imports and Py2.4-isms in test codeStefan Behnel2011-02-051-4/+3
|
* fix Py2.5-isms in test codeStefan Behnel2011-02-051-3/+9
|
* Debugger: made test less verbose (#645)Mark Florisson2011-01-281-27/+42
|
* Restore cwd if debugger setUp() fails (to avoid breaking later tests).Robert Bradshaw2011-01-281-54/+59
|
* Avoid more gdb errors for insufficient gdb.Robert Bradshaw2011-01-281-15/+70
|
* Debugger: Don't run test suite if GDB python version < 2.6Mark Florisson2011-01-241-5/+7
|
* Skip gdb if Python compiled with gdb not >= 2.5.Robert Bradshaw2011-01-231-2/+14
|
* Fix Python 3 testrunner and give a warning for Python 2 builds without debug ↵Mark Florisson2011-01-181-1/+2
| | | | symbols
* Debugger: Disable optimization for test cases manually as they don't use ↵Mark Florisson2011-01-081-0/+11
| | | | distutils.core.setup()
* Remove trailing whitespace.Robert Bradshaw2010-12-131-35/+35
|
* Compile C test sample code with -fPICMark Florisson2010-12-091-2/+2
|\
| * newlinesRobert Bradshaw2010-12-091-1/+1
| |
* | Drop Python 2.5 support + unicode UCS4 builds support + add more testsMark Florisson2010-12-091-6/+9
|/
* Made tests less verbose by not using distutils.core.setup + skip debugger ↵Mark Florisson2010-12-051-18/+74
| | | | tests when gdb < 7.2 or not available
* Skip debugger tests for pre-2.5 python versions and make them 2.5 compatibleMark Florisson2010-12-021-0/+2
|
* Excluded cygdb from python 2.3 and 2.4 installations and made it 2.5 compatibleMark Florisson2010-12-011-1/+1
| | | | | Made the distutils extension 2.3 compatible Renamed the --debug flag to --gdb and --pyrex-debug to --pyrex-gdb
* lots of testsMark Florisson2010-10-311-40/+48
|
* Tests!Mark Florisson2010-10-281-0/+128
(run: python runtests.py Cython.Tests.TestStringIOTree \ Cython.Debugger.Tests.TestLibCython \ Cython.Compiler.Tests.TestParseTreeTransforms) --HG-- rename : Cython/Debugger/cygdb.py => Cython/Debugger/Cygdb.py