summaryrefslogtreecommitdiff
path: root/c/test_c.py
Commit message (Expand)AuthorAgeFilesLines
* Fix test_c to pass both on Python 2.6-2.7 and on Python 3.3.Armin Rigo2012-08-121-94/+120
* hg merge defaultArmin Rigo2012-08-121-1/+6
|\
| * More regularily in casts to floats.Armin Rigo2012-08-121-1/+6
* | Start to tweak test_c for 3.3.Armin Rigo2012-08-121-3/+9
|/
* Fix test for Windows.Armin Rigo2012-08-111-0/+3
* Test for load_library(None).Armin Rigo2012-08-081-1/+11
* Allow weakrefs to any cdata object, prompted by issue 12.Armin Rigo2012-08-081-2/+2
* Fix testsArmin Rigo2012-08-071-2/+4
* Fix the testsArmin Rigo2012-08-071-1/+2
* C99 has complex types as standard, at least "_Complex double" andArmin Rigo2012-08-061-0/+34
* Revert 0d5efadab0ac and use a different approach: reading a fieldArmin Rigo2012-08-051-12/+13
* Workaround: allow out-of-bound array indexes if the array is 'type[0]'.Armin Rigo2012-08-051-0/+13
* Fix the merge: I was getting confused about the numbers of testfuncsArmin Rigo2012-08-041-2/+2
* hg merge defaultArmin Rigo2012-08-041-40/+172
|\
| * As discussed on the mailing list: str() -> ffi.string()Armin Rigo2012-08-031-37/+80
| * Skip more things when running on py.py, because the 'c_longdouble'Armin Rigo2012-08-011-7/+11
| * Adapt the tests for pypyArmin Rigo2012-08-011-2/+3
| * Implement and document "long double".Armin Rigo2012-08-011-0/+30
| * Found out how to properly generalize the "pass a Python string asArmin Rigo2012-07-301-3/+20
| * Add tests for the fact (implicit so far) that the backend acceptsArmin Rigo2012-07-291-0/+37
* | Test and fixArmin Rigo2012-07-271-0/+16
|/
* Test and fix for an obscure case that raised SystemError instead ofArmin Rigo2012-07-271-0/+11
* Fix testsArmin Rigo2012-07-271-2/+3
* Test and fix.Armin Rigo2012-07-261-0/+8
* This part of the test only really makes sense if wchar_tArmin Rigo2012-07-261-1/+1
* Test an invalid cast (in this case, cast-to-struct-type)Armin Rigo2012-07-261-0/+7
* Simplify this error messageArmin Rigo2012-07-261-1/+1
* Split test_errno into two parts and skip the second part if runningArmin Rigo2012-07-261-1/+6
* Improve the test to check forArmin Rigo2012-07-251-4/+4
* libffi has a strange rule that results of integer type will be returnedArmin Rigo2012-07-251-0/+36
* Mostly backs out cf812c61a579: "un-implement" the support forArmin Rigo2012-07-181-13/+0
* Test and fix.Armin Rigo2012-07-171-0/+5
* Partly untested: support for callbacks with different callingArmin Rigo2012-07-161-0/+13
* Add a skipped test about VLS (variable-length structures)Armin Rigo2012-07-161-0/+40
* Add a similar test for delattr, which already works.Armin Rigo2012-07-141-0/+7
* Bug, test, fixArmin Rigo2012-07-141-0/+6
* Test and fixArmin Rigo2012-07-131-0/+5
* Tweak the repr of cdata objects in an attempt to reduce a bit confusion.Armin Rigo2012-07-121-1/+3
* Extension to the C language: cast to an array type (reason documented).Armin Rigo2012-07-101-0/+8
* Add a testArmin Rigo2012-07-101-0/+5
* TweaksArmin Rigo2012-07-101-2/+8
* Expose at least the value of FFI_DEFAULT_ABI.Armin Rigo2012-07-091-0/+3
* When sizeof(wchar_t) == 4 but we are using 2-bytes unicode characters inArmin Rigo2012-07-091-0/+7
* Basic unicode support is complete.Armin Rigo2012-07-091-1/+19
* in-progressArmin Rigo2012-07-091-9/+11
* hg merge defaultArmin Rigo2012-07-091-0/+95
|\
| * in-progressArmin Rigo2012-07-091-5/+20
| * in-progressArmin Rigo2012-07-091-0/+8
| * Going for the simplest solution: no encoding/decoding issues,Armin Rigo2012-07-081-2/+3
| * hg merge defaultArmin Rigo2012-07-081-0/+71
| |\