summaryrefslogtreecommitdiff
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
* Issue #375Armin Rigo2018-08-081-0/+27
* point $HOME to empty tempdir rather than a nonexistent pathcreate-tmp-homedirFrank Schaefer2018-08-071-2/+11
* Add test from the recent ctypes fix bpo-29565 (may fail on win64)Armin Rigo2018-08-051-0/+27
* Issue 364Armin Rigo2018-06-162-9/+35
* Ignore multiple dlclose(), like file.close() does in PythonArmin Rigo2018-02-272-6/+2
* More Windows support for ffi.dlopen(), this time the out-of-line versionArmin Rigo2018-02-161-3/+15
* Implement ffi.dlclose() for the in-line caseArmin Rigo2018-02-161-0/+20
* Trying to fix ffi.dlopen() for unicode filenames on WindowsArmin Rigo2018-02-151-4/+9
* test for the recursion in _struct_collecttype(): fails if theArmin Rigo2018-01-311-3/+13
* Issue #357: fix the out-of-line ABI mode when we see structsArmin Rigo2018-01-311-0/+13
* 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
* more tweaksArmin Rigo2017-10-041-2/+1
* Skip a test: the link location now points to the general pip page,Armin Rigo2017-10-041-0/+1
* Fix the remaining places for PyPy3. (Originally in Pull Request #82)Armin Rigo2017-09-212-8/+8
* Only run the memory-intensive tests on Linux x86 or x64 machines.Armin Rigo2017-09-202-1/+21
* Generalize the test to passArmin Rigo2017-09-161-1/+1
* Python 3Armin Rigo2017-09-162-4/+4
* Update the tests for pycparser 2.18Armin Rigo2017-09-152-3/+8
* Add an optional 'size' argument to ffi.gc(). So far, it has no effectArmin Rigo2017-08-022-0/+116
* Issue #300Armin Rigo2017-07-213-9/+29
* bah, I won't attempt to find the correct #ifdef magic to use on MSVC in C++ m...Armin Rigo2017-06-191-1/+4
* More test fixes on Windows on Python 3Armin Rigo2017-06-192-1/+2
* Some test fixes for Python 3 on WindowsArmin Rigo2017-06-193-1/+32
* Windows: when a CFFI embedding attempt fails, attempt toArmin Rigo2017-06-161-0/+8
* Basic "does not crash" test for the error logic in _cffi_initialize_pythonArmin Rigo2017-06-162-0/+24
* 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
* hg merge char16_char32_tArmin Rigo2017-06-026-3/+131
|\
| * tweaksArmin Rigo2017-05-311-0/+2
| * fixesArmin Rigo2017-05-312-3/+9
| * in-progressArmin Rigo2017-05-312-1/+46
| * more testsArmin Rigo2017-05-314-2/+33
| * Tests and fixesArmin Rigo2017-05-312-0/+44
* | no-op, but avoids confusion because these two are always listed in theArmin Rigo2017-05-311-1/+1
|/
* More tweaks, more tests, try harder to avoid including <complex.h>Armin Rigo2017-05-294-18/+46
* Support parsing "float _Complex" and "double _Complex" inside parse_c_typeArmin Rigo2017-05-291-0/+7
* hg merge defaultArmin Rigo2017-05-295-4/+37
|\
| * merge default into sirtom67/float_complex.Tom Krauss2017-03-271-1/+2
| |\
| * | tests pass. Had to #include <complex.h> - might want to make that optionalTom Krauss2017-03-274-4/+13
| * | 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
* | | | | Try to systematically include the line numberArmin Rigo2017-05-091-3/+11
* | | | | Issue 314Armin Rigo2017-05-091-1/+14
| |_|_|/ |/| | |
* | | | Add the module name in front of the error for missing def_extern().Armin Rigo2017-03-211-1/+2
|/ / /
* | | Add test for binary operation in enum definitionbinary_enumJean-Sebastien Bevilacqua2017-03-151-1/+2
* | | skip on windowsArmin Rigo2017-03-131-0/+2