[pypy-commit] cffi default: Extra tests

2018-09-15 Thread arigo
Author: Armin Rigo Branch: Changeset: r3161:5fc6cdbc1cf6 Date: 2018-09-15 23:38 +0200 http://bitbucket.org/cffi/cffi/changeset/5fc6cdbc1cf6/ Log:Extra tests diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -347,6 +347,16 @@ assert newp(pp, max)[0] == ma

[pypy-commit] cffi default: extra tests

2017-01-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r2874:ece6f0f2da93 Date: 2017-01-25 00:44 +0100 http://bitbucket.org/cffi/cffi/changeset/ece6f0f2da93/ Log:extra tests diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -784,6 +784,11 @@ assert str(e.value) == "cdata 'in

[pypy-commit] cffi default: Extra tests

2013-01-06 Thread arigo
Author: Armin Rigo Branch: Changeset: r1119:fc21aeb1e44e Date: 2013-01-07 00:33 +0100 http://bitbucket.org/cffi/cffi/changeset/fc21aeb1e44e/ Log:Extra tests diff --git a/testing/test_verify.py b/testing/test_verify.py --- a/testing/test_verify.py +++ b/testing/test_verify.py @@ -1491,6 +149

[pypy-commit] cffi default: Extra tests

2012-07-07 Thread arigo
Author: Armin Rigo Branch: Changeset: r589:ae4df1d71966 Date: 2012-07-07 13:44 +0200 http://bitbucket.org/cffi/cffi/changeset/ae4df1d71966/ Log:Extra tests diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -845,6 +845,8 @@ return callback(BFunc, cb, 42)

[pypy-commit] cffi default: Extra tests.

2012-06-23 Thread arigo
Author: Armin Rigo Branch: Changeset: r492:8ba134ed05cc Date: 2012-06-23 11:27 +0200 http://bitbucket.org/cffi/cffi/changeset/8ba134ed05cc/ Log:Extra tests. diff --git a/c/test_c.py b/c/test_c.py --- a/c/test_c.py +++ b/c/test_c.py @@ -75,6 +75,7 @@ assert int(cast(p, max)) == max