summaryrefslogtreecommitdiff
path: root/testing/cffi1/test_verify1.py
Commit message (Expand)AuthorAgeFilesLines
* Replace py.test usage with pytest, explicitly require py for testspy.testMiro HronĨok2022-11-111-92/+92
* 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
* more CPython 3.9b5 fixesArmin Rigo2020-07-271-0/+5
* Tweak the '-Wno-*' arguments passed to gcc during testsArmin Rigo2019-11-071-13/+1
* Add a warning when we use in cdef() a global variable without also specifying...Armin Rigo2019-10-141-33/+33
* merge headsArmin Rigo2019-04-021-6/+13
|\
| * Fix deprecated uses of pytest.raises()Ronan Lamy2019-03-121-6/+13
* | py3.8 fixesArmin Rigo2019-03-161-1/+2
|/
* Move test-only function from cffi/ to testing/Ronan Lamy2018-11-271-3/+3
* 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-1/+11
* Python 3Armin Rigo2017-09-161-2/+2
* Update the tests for pycparser 2.18Armin Rigo2017-09-151-1/+4
* 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/+1
* More tweaks, more tests, try harder to avoid including <complex.h>Armin Rigo2017-05-291-2/+5
* tests pass. Had to #include <complex.h> - might want to make that optionalTom Krauss2017-03-271-1/+1
* 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-4/+9
* ffi.list_types()Armin Rigo2016-03-271-13/+2
* fix when running this test in the same process as ../cffi0/test_verify.py (fo...Armin Rigo2016-01-161-5/+5
* here tooArmin Rigo2016-01-161-2/+2
* Issue #228: do the same for "FILE". Only remaining case now is theArmin Rigo2015-11-031-0/+23
* Issue #228: "bool" not working in out-of-line FFI objects. Same problemArmin Rigo2015-11-021-9/+0
* Found a pycparser issue. Work around it by adding some parentheses inArmin Rigo2015-11-021-0/+5
* Parse __cdecl and __stdcall in the built-in parserArmin Rigo2015-10-061-19/+0
* Fix tests to run on more 32-bit x86esArmin Rigo2015-10-011-0/+3
* in-progress: add qualifiers through model.py, cparser.py, and recompiler.pyArmin Rigo2015-09-301-1/+1
* More of the sameArmin Rigo2015-09-271-3/+3
* Refactor the way global variables are accessed. Now, every access toArmin Rigo2015-07-031-0/+24
* Write a test for issue #212Armin Rigo2015-07-031-0/+12
* Actually, we can test directly that getptr() returns the address of theArmin Rigo2015-05-311-4/+1
* Trying to change the test to match the real use case more closelyArmin Rigo2015-05-311-13/+11
* Remove old 'flags=' which is just ignored by distutilsArmin Rigo2015-05-311-2/+1
* Check that the types declared with "typedef int... foo_t;" are reallyArmin Rigo2015-05-301-1/+8
* Issues 69, 73: add the syntax "typedef int... foo_t;".Armin Rigo2015-05-301-0/+24
* (kostialopuhin, pull request)Armin Rigo2015-05-221-1/+1
* Clean upArmin Rigo2015-05-161-2/+8
* the big Moving Files Around stepArmin Rigo2015-05-121-0/+2201