summaryrefslogtreecommitdiff
path: root/tests/bugs.txt
Commit message (Expand)AuthorAgeFilesLines
* Generator expression and comprehension scope (#4254)da-woods2022-08-081-1/+0
* Re-enable "auto late includes" based on a preliminary directive. We have the ...Stefan Behnel2018-03-031-3/+0
* Disable still failing test for #2104 again.Stefan Behnel2018-03-031-1/+1
* Try to see if the last commit fixes #2104 on travis.Stefan Behnel2018-03-021-1/+1
* #1896: Disable late includes to avoid breakage of user code.Stefan Behnel2018-02-281-0/+3
* Disable failing new test for now.Stefan Behnel2018-02-231-0/+1
* Enforce single module initialisation despite PEP 489 allowing to re-execute a...Stefan Behnel2017-09-281-0/+3
* Cleanup C++ buffer type name mangling.Robert Bradshaw2016-05-171-1/+0
* Reenable cpp_structs testIvan Smirnov2016-05-121-1/+1
* enable working testStefan Behnel2015-10-011-1/+0
* re-establish a simple form of generator inlining for any() and all() that doe...Stefan Behnel2015-07-061-2/+0
* disable a hanging pyregr testStefan Behnel2015-06-281-0/+1
* disable a crashing pyregr testStefan Behnel2015-06-011-0/+3
* Merge branch '0.22.x'Stefan Behnel2015-04-231-0/+2
|\
| * exclude two pyregr tests that take excessively longStefan Behnel2015-04-231-0/+2
* | implement coverage analysis support as a plugin for the coverage.py toolStefan Behnel2015-02-131-2/+0
|/
* add coverage testStefan Behnel2015-02-071-0/+2
* optimize sorted([a,b,c]) into PyList_Sort callLars Buitinck2014-12-171-1/+0
* Another closure test.Robert Bradshaw2014-07-101-1/+0
* revert incomplete fix for ticket #600: not enough for more complex scoping an...Stefan Behnel2013-11-221-0/+1
* fix T600: lookup of iterables in genexpr must use outer scopeStefan Behnel2013-11-171-1/+0
* reenable some testsStefan Behnel2013-11-171-2/+0
* Disable broken cimport alias test by defualt.Robert Bradshaw2013-10-241-0/+1
* fix passing explicit None slice indices into the getslice code, enable test c...Stefan Behnel2013-03-161-1/+0
* add another failing test for iterable lookup in generatorsStefan Behnel2013-03-081-0/+1
* add failing Py3 exception testStefan Behnel2013-01-181-0/+1
* enable working tests from bugs.txtStefan Behnel2012-12-161-9/+1
* drop 'vile hack' by restricting state changes of AttributeNode during infer_t...Stefan Behnel2012-12-161-1/+0
* disable failing testStefan Behnel2012-12-021-0/+1
* disable pyregr.test_exceptions: crashes in infinite recursion testStefan Behnel2012-08-281-0/+3
* re-enable test_ctypes pyregr test, now disabled in Jenkins pyregr+stdlib test...Stefan Behnel2012-08-251-1/+0
* added failing test for optimised float .conjugate() methodStefan Behnel2012-08-251-0/+1
* disable pyregr test test_ioctl: crashes in pyregr+stdlib test runsStefan Behnel2012-08-241-0/+1
* disable ctypes pyregr test - crashes with stdlib compilationStefan Behnel2012-08-231-0/+1
* disable the 'atexit' pyregr test: it calls the registered atexit handlers whi...Stefan Behnel2012-08-091-0/+3
* added (and disabled) test case for type inference based crashStefan Behnel2012-08-071-0/+1
* reenabled NumPy test to see if it works nowStefan Behnel2012-05-091-1/+0
* disable 'pyregr.test_logging' because of threading issuesStefan Behnel2012-04-231-2/+5
* disable numpy_memoryview test: currently crashes in Py3.2Stefan Behnel2012-04-221-0/+1
* disable pyregr test 'test_tempfile' - currently hangsStefan Behnel2012-04-141-0/+1
* Support for dynamic default arguments, fix #674Vitja Makarov2011-12-221-1/+0
* Merge pull request #65 from vitek/_T731_locals_scopescoder2011-10-151-0/+1
|\
| * Disable pyregr.test_multiprocessingVitja Makarov2011-09-181-0/+1
* | Add tests for ticket #674Vitja Makarov2011-10-041-0/+1
|/
* fix ticket #5: mangle private '__xyz' attribute names inside of Python classesStefan Behnel2011-09-101-1/+0
* CF: move exception target assignment mark to right place, ticket #725Vitja Makarov2011-08-311-1/+0
* Add #725 to bugs list.Robert Bradshaw2011-08-311-0/+1
* new test case for ticket #593Stefan Behnel2011-08-131-1/+0
* test case for ticket #653Stefan Behnel2011-08-071-0/+1
* test case for ticket 636Stefan Behnel2011-05-131-0/+1