summaryrefslogtreecommitdiff
path: root/testing/cffi0/test_verify.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #310: pycparser was recently made stricter and no longer parsesArmin Rigo2017-02-271-2/+2
* Detect packed structs. Improve error messages and test them.Armin Rigo2016-12-221-7/+20
* Fix: the condition "offsetof == sizeof" for being a var-sized arrayArmin Rigo2016-10-291-1/+2
* One more case, this time in CompiledFFI.sizeof().Armin Rigo2016-10-281-1/+1
* Decided to fix ffi.sizeof() too. Update the documentation.Armin Rigo2016-10-271-4/+9
* Backed out changeset 0087e2aec9efArmin Rigo2016-09-031-0/+9
* Kill the ctypes backend.Armin Rigo2016-09-031-9/+0
* OS/X fix: clang has got a warning enabled by default hereArmin Rigo2016-01-161-2/+2
* win64 fixArmin Rigo2015-10-161-2/+2
* Comment out the prints (not py3)Armin Rigo2015-10-081-6/+6
* remove the debug printfsArmin Rigo2015-10-061-12/+12
* Fix remaining testsArmin Rigo2015-10-061-1/+1
* more of the sameArmin Rigo2015-10-061-4/+4
* Aargh, WINAPI is not a macro??Armin Rigo2015-10-061-9/+21
* more test fixesArmin Rigo2015-10-061-7/+25
* Another passing testArmin Rigo2015-10-061-6/+33
* Fix testArmin Rigo2015-10-061-38/+31
* start to fix testsArmin Rigo2015-10-061-14/+16
* in-progress, but found a problemArmin Rigo2015-10-061-18/+125
* A branch to implement "__stdcall" more completely on Windows. Initial testsArmin Rigo2015-10-051-1/+0
* Fix tests to run on more 32-bit x86esArmin Rigo2015-10-011-0/+3
* Fix the verify() for const fields too, because it's very easyArmin Rigo2015-09-301-0/+10
* The symbol "myprintf" seems to conflict on some machines. Use aArmin Rigo2015-09-271-3/+3
* Explicitly complain if we find 'typedef int... t;' in a call to verify()Armin Rigo2015-06-151-0/+12
* Test and fix for ffi.verify() only on PyPy (thanks Alex Gaynor forArmin Rigo2015-06-021-0/+8
* Test and fix (reported by sarvi)Armin Rigo2015-05-201-0/+5
* Make "static const int FOO = VALUE;" fully equivalent to "#define FOO VALUE"Armin Rigo2015-05-121-0/+12
* the big Moving Files Around stepArmin Rigo2015-05-121-0/+2212