index
:
delta/python-packages/cffi.git
AL_Ilia/setuptools_extpy-edited-online-with-bitb-1476289245197
HERE-in-paths
Luke-Rogers/add-license-to-trove-classifiers-1578493878065
adapt-tests-for-python3.11
add-float-dotdotdot
alex_gaynor/added-a-long-description-for-pypi-1374279083916
alex_gaynor/handle-the-case-where-someone-has-made-i-1391634819444
auto-types
bencord0/also-look-for-ffih-under-usrlocalinclude-1426863787737
binary_enum
buffer_richcompare
build-with-xcode-only
c99-array
calculate_variable_array_length
cffi-1.0
cffi-1.0.0b3
char16_char32_t
cmacros
complx/indexrst-edited-online-with-bitbucket-1403535394739
cpy-extension
create-tmp-homedir
ctypesdef
define-integer-constant
demo-cleanup
doc
doc-improvements
doc-index
doc-set_source
edbaunton/minor-fix-fucntion-typo-in-overviewrst-1529498764587
eliben/fix-link-to-pycparser-pointing-to-its-ne-1385473489984
embedding-pypy-win32
enum-as-int
ffi_closure_alloc
find-vcvars
fix-attribute-error-test-3.10
fix-multiple-sources-arguments
fix-typo
fix-zdist-test
fix/sinl
fix/unaligned-access
fix_filelike_flush
fix_missing_ffi_lib
hppa
int128
issue547
jasonandersonmyers/fix-broken-link-to-weave-1397835057617
less-partial-curses-demo
library-module
license_files
linux-only
load-from-exe-dir
macos11
master
memset
methane/homebrew-makes-symlink-for-current-versi-1412966022079
msvcrt
new_struct_allocated_size
ofekmeister/windows-support-py_limited_api-1534700268692
openvms
osx-tests
osx_use_homebrew
parse_constant_plus
podshumok/add-source_extnsion-param-to-verifier-1417477338819
project-links
py.code
py.test
py3.8-interp-dict
python3-port
python3.11.0b4
qualtypes
release-0.5
release-0.6
release-0.7
release-0.8
release-0.9
release-1.0
release-1.1
release-1.10
release-1.11
release-1.12
release-1.13
release-1.14
release-1.15
release-1.2
release-1.3
release-1.4
release-1.5
release-1.6
release-1.7
release-1.8
release-1.9
reusable-enum-values
setuptools_test_macos_fix
shortername
sirtom67/float_complex
slicing
split-verify
static-callback
static-callback-embedding
strbuf-as-buffer
the_drow/ensured-that-enums-cannot-be-declared-wi-1410868467138
thread-safe
tmpdir-from-environ
typos
update_libffi_arm64
verifier2
warn-no-ref-kept
wchar_t
win32
win32-callback
win32-ownlib
win32-stdcall
win32-zintegration
win64
windows
windows-tls
foss.heptapod.net: pypy/cffi
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testing
/
test_verify.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implementation
Armin Rigo
2013-02-08
1
-14
/
+23
*
Passing None as an ``item *`` argument to a function.
Armin Rigo
2013-02-08
1
-0
/
+16
*
* Win32 fix
Armin Rigo
2013-02-07
1
-1
/
+8
*
Python 3 compat
Armin Rigo
2013-02-07
1
-3
/
+3
*
Extra tests
Armin Rigo
2013-01-07
1
-0
/
+4
*
Test and fix for issue #51: unlike what is documented, we can't pass a
Armin Rigo
2013-01-07
1
-0
/
+20
*
issue #46: don't pass -Werror on recent Macs
Armin Rigo
2013-01-01
1
-3
/
+10
*
Try harder to run the tests even if PYTHONPATH was not set and cffi not
Armin Rigo
2013-01-01
1
-2
/
+3
*
Document how to indirectly define callbacks using unsupported
Armin Rigo
2012-12-14
1
-0
/
+36
*
Accept Python strings or random pointers for a "void *" function argument.
Armin Rigo
2012-11-30
1
-0
/
+14
*
A passing test with enums and include().
Armin Rigo
2012-11-30
1
-0
/
+12
*
A passing test for verify() with include().
Armin Rigo
2012-11-30
1
-0
/
+14
*
Generalize the error reporting: attach the name of the current
Armin Rigo
2012-11-29
1
-6
/
+6
*
Improve error reporting for functions that return an opaque type.
Armin Rigo
2012-11-29
1
-0
/
+19
*
Skip test
Armin Rigo
2012-11-20
1
-0
/
+2
*
Fix issue #32: turn types like "size_t" into primitive types from the
Armin Rigo
2012-11-12
1
-42
/
+127
*
Fix the tests for Python 3.
Armin Rigo
2012-10-30
1
-12
/
+16
*
Allow '[...]' when declaring a global array, and interpret it like '[]'.
Armin Rigo
2012-10-28
1
-0
/
+12
*
Fixes for test_verify.
Armin Rigo
2012-10-26
1
-1
/
+1
*
Tests and fixes that include directly using a file as "FILE *".
Armin Rigo
2012-10-26
1
-0
/
+53
*
Fixes for Python 3.
Armin Rigo
2012-10-10
1
-5
/
+5
*
Revert 2b9a8ee9b5b8. Skip the tests completely on Windows.
Armin Rigo
2012-10-09
1
-2
/
+6
*
More Windows compat
Armin Rigo
2012-10-09
1
-2
/
+2
*
Keep the loaded libraries alive as long as the 'ffi' object is kept alive.
Armin Rigo
2012-10-09
1
-1
/
+27
*
Fix this test to run from any current working dir.
Armin Rigo
2012-10-07
1
-2
/
+3
*
Test for 33292fa6fbea.
Armin Rigo
2012-09-27
1
-0
/
+4
*
Added a test for caae153920ef.
Armin Rigo
2012-09-27
1
-0
/
+8
*
Remove a special case from _cffi_backend, and replace it with a general
Armin Rigo
2012-09-18
1
-0
/
+29
*
Fix multiple small issues about when floats are accepted
Armin Rigo
2012-09-13
1
-1
/
+75
*
"long double" might be the same as "double", e.g. with VC2008.
Armin Rigo
2012-09-13
1
-9
/
+12
*
verify() with _Bool
Armin Rigo
2012-09-13
1
-0
/
+12
*
Test and fix (thanks Sarvi on python-cffi): there was some dependency
Armin Rigo
2012-09-11
1
-0
/
+15
*
Support for "typedef ... *foo_p".
Armin Rigo
2012-09-11
1
-0
/
+20
*
Change the default directory in which verify() builds the C module. Now
Armin Rigo
2012-09-04
1
-0
/
+10
*
A failing test (thanks Tobu on irc)
Armin Rigo
2012-09-04
1
-0
/
+12
*
Some sort of simplification of the logic of discovering field
Armin Rigo
2012-08-26
1
-10
/
+26
*
Bah, all unions crash verify(). Fixed.
Armin Rigo
2012-08-26
1
-0
/
+5
*
Alternative placement of "..." in enums.
Armin Rigo
2012-08-25
1
-0
/
+20
*
Finish hopefully the support for anonymous structs.
Armin Rigo
2012-08-23
1
-1
/
+25
*
Kill this code, which is a duplicate of the previous test
Armin Rigo
2012-08-23
1
-18
/
+0
*
merge heads
Armin Rigo
2012-08-23
1
-0
/
+14
|
\
|
*
Fix.
Armin Rigo
2012-08-23
1
-0
/
+5
|
*
Missing structs with bitfields support in verify()
Armin Rigo
2012-08-23
1
-0
/
+9
*
|
in-progress
Armin Rigo
2012-08-23
1
-0
/
+48
|
/
*
Add some more context in the error messages "cannot generate 'struct $1'
Armin Rigo
2012-08-23
1
-0
/
+13
*
Fix the tests about "typedef enum".
Armin Rigo
2012-08-23
1
-3
/
+3
*
One extra test
Armin Rigo
2012-08-23
1
-0
/
+12
*
Some tests for issue19.
Armin Rigo
2012-08-23
1
-0
/
+31
*
Found a way to be compatible with Python 3.2 in the test syntax.
Armin Rigo
2012-08-14
1
-4
/
+5
*
Improve the test portability.
Armin Rigo
2012-08-13
1
-9
/
+17
[next]