summaryrefslogtreecommitdiff
path: root/testing/cffi1/test_recompiler.py
Commit message (Expand)AuthorAgeFilesLines
* another test fixArmin Rigo2021-06-201-3/+4
* more CPython 3.9b5 fixesArmin Rigo2020-07-271-2/+2
* #453Armin Rigo2020-05-201-0/+34
* copy this from pypyArmin Rigo2020-04-161-0/+3
* Issue #440Armin Rigo2020-01-191-0/+10
* Python 3.9 compatArmin Rigo2020-01-071-7/+12
* fix some gcc warningsArmin Rigo2020-01-051-8/+11
* fix test for b9a98b040bd7Armin Rigo2020-01-051-3/+3
* Tweak the '-Wno-*' arguments passed to gcc during testsArmin Rigo2019-11-071-2/+3
* Add a warning when we use in cdef() a global variable without also specifying...Armin Rigo2019-10-141-26/+26
* Add another testArmin Rigo2019-07-231-0/+12
* Issue #413Armin Rigo2019-07-231-0/+12
* Issue #412Armin Rigo2019-06-121-0/+53
* Support for from_buffer("type *")Armin Rigo2019-05-261-0/+21
* Fix deprecated uses of pytest.raises()Ronan Lamy2019-03-121-23/+47
* Merged in rlamy/cffi (pull request #94)Armin Rigo2018-11-291-2/+2
|\
| * Move test-only function from cffi/ to testing/Ronan Lamy2018-11-271-2/+2
* | Silence bogus warningArmin Rigo2018-11-271-2/+5
|/
* Issue 364Armin Rigo2018-06-161-0/+6
* Add test for e8b85a3539f2Armin Rigo2018-01-171-0/+8
* Issue #352Armin Rigo2018-01-101-0/+10
* Issue #343 [patch by david naylor]Armin Rigo2017-11-161-1/+1
* Update the tests for pycparser 2.18Armin Rigo2017-09-151-2/+4
* Issue #300Armin Rigo2017-07-211-1/+1
* bah, I won't attempt to find the correct #ifdef magic to use on MSVC in C++ m...Armin Rigo2017-06-191-1/+4
* including <complex.h> fails on some systems with C++Armin Rigo2017-06-041-4/+4
* Didn't figure out how to cleanly define charN_t inside _cffi_include.h.Armin Rigo2017-06-041-0/+5
* Don't pass '-Werror' to MSVCArmin Rigo2017-06-021-1/+1
* tweaksArmin Rigo2017-05-311-0/+2
* fixesArmin Rigo2017-05-311-0/+1
* in-progressArmin Rigo2017-05-311-1/+19
* Tests and fixesArmin Rigo2017-05-311-0/+6
* More tweaks, more tests, try harder to avoid including <complex.h>Armin Rigo2017-05-291-4/+34
* merge default into sirtom67/float_complex.Tom Krauss2017-03-271-1/+2
|\
| * Add the module name in front of the error for missing def_extern().Armin Rigo2017-03-211-1/+2
* | merge default in again.Tom Krauss2017-03-191-0/+24
|\ \ | |/ |/|
| * Merge default in.Tom Krauss2017-03-121-0/+24
| |\
| | * Support for "double _Complex". Skip the test_c tests for nowTom Krauss2017-03-121-0/+24
* | | skip on windowsArmin Rigo2017-03-131-0/+2
* | | silence warningsArmin Rigo2017-03-131-5/+5
|/ /
* | complain clearly if set_source() is given a /-separated nameArmin Rigo2017-01-261-0/+5
* | Add '#pragma GCC visibility push(default)' in case the userArmin Rigo2017-01-171-0/+13
|/
* py3 test fixArmin Rigo2017-01-021-1/+1
* Python 2.6 compatArmin Rigo2016-12-301-1/+5
* Explicitly flush the import machinery cache, in case the filesystem doesn't h...Stefano Rivera2016-12-301-0/+3
* Detect packed structs. Improve error messages and test them.Armin Rigo2016-12-221-6/+64
* A failing testArmin Rigo2016-12-221-0/+22
* Fix/test/expand the error messages we get by using structs/unions asArmin Rigo2016-12-221-0/+76
* Fix: the condition "offsetof == sizeof" for being a var-sized arrayArmin Rigo2016-10-291-2/+5
* Fix testArmin Rigo2016-10-251-5/+8