summaryrefslogtreecommitdiff
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
* Fixes fixesArmin Rigo2012-08-122-2/+2
* hack hack hackArmin Rigo2012-08-124-44/+40
* hg merge defaultArmin Rigo2012-08-121-0/+1
|\
| * Add a missing testArmin Rigo2012-08-121-0/+1
* | hg merge default, and try to resolve all conflicts.Armin Rigo2012-08-128-196/+486
|\ \ | |/
| * Don't try to call the missing function from the test: it just failsArmin Rigo2012-08-121-3/+3
| * intermediate checkinArmin Rigo2012-08-121-6/+14
| * Test and fix (thanks nphg)Armin Rigo2012-08-121-1/+9
| * Try to fix the tests on OS/X, mainly by skipping the ABI tests thatArmin Rigo2012-08-121-5/+7
| * Add two tests, one passing and one (probably definitely) skipped.Armin Rigo2012-08-122-0/+29
| * Bah. Can't put the skip() in setup_method(), because test_ffi_backendArmin Rigo2012-08-111-3/+7
| * This test runs twice (in two subclasses), so we need to avoid the fileArmin Rigo2012-08-111-2/+3
| * Bah, handle_t is some kind of keyword on Windows. Can't use it in theArmin Rigo2012-08-111-4/+4
| * A test, passing on Linux, checking that all nonstandardArmin Rigo2012-08-111-0/+14
| * Finally found out the "right" way to implement ffi.gc(), in just aArmin Rigo2012-08-091-0/+15
| * Revert 0d5efadab0ac and use a different approach: reading a fieldArmin Rigo2012-08-052-2/+21
| * Workaround: allow out-of-bound array indexes if the array is 'type[0]'.Armin Rigo2012-08-051-1/+12
| * Add a skipped testArmin Rigo2012-08-051-0/+23
| * Test and fix.Armin Rigo2012-08-042-5/+56
| * Merge the two verifiers into two VEngine classes. There is still a little bitArmin Rigo2012-08-044-129/+195
| * Skip the tail of these two tests if not building a CPython C extensionArmin Rigo2012-08-041-4/+6
| * Rename these two tests.Armin Rigo2012-08-041-2/+2
| * As discussed on the mailing list: str() -> ffi.string()Armin Rigo2012-08-033-33/+40
| * Found out how to properly generalize the "pass a Python string asArmin Rigo2012-07-302-0/+30
* | An attempt to port cffi to python3.Amaury Forgeot d'Arc2012-07-295-171/+210
|/
* In case of repeated values in enums, operations like str(), or theArmin Rigo2012-07-271-0/+6
* Fix: the code incorrectly accepted e.g. 'ffi.new(ffi.new("int*"))',Armin Rigo2012-07-271-0/+7
* Improve the testArmin Rigo2012-07-271-0/+1
* Fix issue16: anonymous enums.Armin Rigo2012-07-271-0/+8
* Add a test for the 'release-X.Y.tar.bz2' file name.Armin Rigo2012-07-271-0/+4
* Bump the version number to 0.2.1Armin Rigo2012-07-271-1/+2
* Draft the future test for calling convention of callbacksArmin Rigo2012-07-181-0/+19
* This test works (tested elsewhere).Armin Rigo2012-07-181-3/+0
* Delete all the mess about _need_size. Instead, document the "proper"Armin Rigo2012-07-171-1/+3
* Change ffi.new() to take a pointer-to-X instead of directly X,Armin Rigo2012-07-164-107/+104
* Fixes. It's a bit hacking-until-it-works, but well, it seems to work :-/Armin Rigo2012-07-161-1/+1
* Add and document some control over the temporary directory.Armin Rigo2012-07-162-2/+22
* Test and fixArmin Rigo2012-07-151-1/+10
* Final fixes.Armin Rigo2012-07-151-9/+9
* Test and painful fix.Armin Rigo2012-07-151-0/+13
* Progress.Armin Rigo2012-07-151-8/+8
* Mark most methods and attributes of class Verifier as "you shouldn't useArmin Rigo2012-07-141-33/+14
* A list of tests for the new feature of ffi.make_verifier().Armin Rigo2012-07-141-0/+142
* Test and fix: keep the two backends in syncArmin Rigo2012-07-131-1/+1
* Add a test.Armin Rigo2012-07-131-0/+13
* Tests, and fix for enums.Armin Rigo2012-07-111-0/+19
* Functions and function pointers as arguments.Armin Rigo2012-07-111-0/+8
* verify: Function pointer as argumentArmin Rigo2012-07-111-0/+8
* verifier support for wchar_t.Armin Rigo2012-07-091-1/+1
* Properly skip wchar tests if the backend doesn't support them.Armin Rigo2012-07-091-1/+17