summaryrefslogtreecommitdiff
path: root/testing/test_ffi_backend.py
Commit message (Expand)AuthorAgeFilesLines
* Finish the fix for issue #91.Armin Rigo2013-06-191-0/+6
* 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 87: first stabArmin Rigo2013-05-221-0/+9
* Kill again ffi.inspecttype(), and replace it with read-only attributesArmin Rigo2012-11-111-9/+4
* Issue #22: Add ffi.inspecttype(). See the doc.Armin Rigo2012-11-101-0/+12
* Improve test, for windowsArmin Rigo2012-10-091-1/+1
* Improve the error message.Armin Rigo2012-09-131-0/+10
* Remove this skip, which is no longer true.Armin Rigo2012-08-121-7/+0
* Rename: _ffi_backend => _cffi_backendArmin Rigo2012-06-271-2/+2
* Import other tests here too.Armin Rigo2012-06-011-2/+4
* These tests are also skipped under PyPy.Alex Gaynor2012-05-311-0/+7
* typeof(cdata instance).Armin Rigo2012-05-301-0/+1
* Test everything with the _ffi_backend.Armin Rigo2012-05-281-0/+9