summaryrefslogtreecommitdiff
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
* Fix test.Armin Rigo2013-11-081-1/+1
* Fix vengine_gen for global arrays with [...].Armin Rigo2013-11-081-1/+6
* Fix some testsArmin Rigo2013-11-081-8/+8
* Add a test, now passing. Fixes in the front-end.Armin Rigo2013-11-081-0/+10
* Some target testsArmin Rigo2013-11-061-11/+50
* Issue #113: Test and fix: Values of anonymous enums are not exposedArmin Rigo2013-10-261-0/+15
* Strip the C line of whitespace in error reporting.Armin Rigo2013-10-241-1/+1
* Support partial unions in a way very similar to partial structs.Armin Rigo2013-10-171-0/+30
* Fix the test for 77da9e592d23.Armin Rigo2013-10-101-2/+2
* (arigo, fijal, jerith) More complicated (and better) juggling of compiler arg...Jeremy Thurgood2013-10-051-7/+10
* Two tests from the mailing list, and fixes: bogus "const" detection,Armin Rigo2013-09-142-0/+37
* issue 102: allow ffi.typeof() to work on functions taking a structArmin Rigo2013-09-111-0/+10
* Tweak: like this, pypy-shadowstack crashes systematicallyArmin Rigo2013-09-031-0/+1
* Update the version number to 0.7.2Armin Rigo2013-08-021-0/+1
* Update the versionArmin Rigo2013-08-011-2/+4
* Don't care too much about the ctypes backendArmin Rigo2013-08-011-0/+2
* SIZE_OF_LONG may differ from SIZE_OF_PTRArmin Rigo2013-08-011-2/+2
* Crash with a clear error message in case of built-in but unsupportedArmin Rigo2013-07-301-0/+3
* Add the (now-passing) test from issue #92Armin Rigo2013-07-181-0/+21
* Finish the fix for issue #91.Armin Rigo2013-06-193-5/+11
* Fix for the alignment calculation of anonymous and zero sized bitfields on ARM.David Schneider2013-06-161-1/+28
* Fix MSVC bitfields in all tested cases.Armin Rigo2013-06-011-0/+1
* Fix this test for MSVCArmin Rigo2013-06-011-2/+10
* Always run the C compiler, even if it's MSVC. Found out that theArmin Rigo2013-06-011-34/+28
* One more testArmin Rigo2013-06-011-0/+1
* Oups, fix.Armin Rigo2013-05-311-2/+2
* issue #82: implement bitfields in a way that is, as far as I can tell,Armin Rigo2013-05-301-6/+21
* Fixes to the testArmin Rigo2013-05-301-4/+7
* Improve the testsArmin Rigo2013-05-301-4/+48
* Failing tests for issue #82.Armin Rigo2013-05-301-1/+50
* Issue #81 resolved: dir(ffi.verify(...))Armin Rigo2013-05-301-0/+15
* issue 87: first stabArmin Rigo2013-05-221-0/+9
* Fix for enums used as bitfields. (thanks jerith)Armin Rigo2013-05-052-0/+22
* Fix for issue 77: give cdatas __module__, __name__ and __doc__ attributes,Armin Rigo2013-04-151-0/+16
* Try to work around issues when running in a buildbot: only writes to stderr.Armin Rigo2013-04-091-58/+45
* Merged in pjenvey/cffi (pull request #13)Armin Rigo2013-04-061-0/+25
|\
| * Test and fix in the ctypes backend for calling "void *" functions with aArmin Rigo2013-04-061-0/+25
* | fix handling w/ py3 hasattr, which only swallows AttributeErrorsPhilip Jenvey2013-04-051-0/+8
* | py3 compatPhilip Jenvey2013-04-051-1/+1
|/
* Hack to support, on top of CPython, older versions of pycparserArmin Rigo2013-04-051-0/+6
* Check that pycparser was correctly installed, by checking thatArmin Rigo2013-04-031-0/+4
* Backed out changeset 982940f8c484Armin Rigo2013-04-031-12/+0
* an attempt to not run it on older virtualenvsMaciej Fijalkowski2013-04-031-0/+12
* use abspath in testsMaciej Fijalkowski2013-04-031-1/+1
* some more fixesMaciej Fijalkowski2013-04-021-1/+6
* skip this if we're on PyPyMaciej Fijalkowski2013-04-021-1/+5
* fixesMaciej Fijalkowski2013-04-021-1/+1
* Python 3 compatArmin Rigo2013-04-011-1/+3
* merge headsArmin Rigo2013-03-311-5/+6
|\
| * Merge d0f6755466f7 into default:Armin Rigo2013-03-313-4/+38
| |\