summaryrefslogtreecommitdiff
path: root/testing/cffi0/test_verify.py
Commit message (Expand)AuthorAgeFilesLines
* Replace py.test usage with pytest, explicitly require py for testspy.testMiro HronĨok2022-11-111-95/+95
* musllinux test updates and wheels, py3.11 beta wheelsMatt Davis2022-06-291-2/+2
* Revert 58f2e09a4254 and part of 4a15fb9e4aec: it was fixed in CPython after theArmin Rigo2020-07-281-5/+0
* CPython 3.9b5 fixArmin Rigo2020-07-271-0/+5
* Issue #440Armin Rigo2020-01-191-0/+10
* Tweak the '-Wno-*' arguments passed to gcc during testsArmin Rigo2019-11-071-11/+1
* Add a warning when we use in cdef() a global variable without also specifying...Armin Rigo2019-10-141-31/+31
* Fix C integer division. Add modulo.Armin Rigo2019-04-261-0/+26
* merge headsArmin Rigo2019-04-021-5/+11
|\
| * Fix deprecated uses of pytest.raises()Ronan Lamy2019-03-121-5/+11
* | Issue #406: document the failureArmin Rigo2019-03-201-0/+5
* | py3.8 fixesArmin Rigo2019-03-161-1/+2
|/
* Fix the remaining places for PyPy3. (Originally in Pull Request #82)Armin Rigo2017-09-211-4/+4
* Only run the memory-intensive tests on Linux x86 or x64 machines.Armin Rigo2017-09-201-0/+10
* Python 3Armin Rigo2017-09-161-2/+2
* Add an optional 'size' argument to ffi.gc(). So far, it has no effectArmin Rigo2017-08-021-0/+58
* Issue #300Armin Rigo2017-07-211-4/+14
* more testsArmin Rigo2017-05-311-1/+5
* More tweaks, more tests, try harder to avoid including <complex.h>Armin Rigo2017-05-291-4/+6
* tests pass. Had to #include <complex.h> - might want to make that optionalTom Krauss2017-03-271-2/+3
* 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