python/tests: Add tests for integer overflow handling
authorAndrew Bartlett <abartlet@samba.org>
Thu, 30 Jul 2015 02:29:54 +0000 (14:29 +1200)
committerStefan Metzmacher <metze@samba.org>
Mon, 24 Aug 2015 21:46:22 +0000 (23:46 +0200)
commit336d41155e94303d0e1fa0530874539339439fed
tree047316b8c45c3b6f6c0f01e5b09c92681bf1e3da
parent5206ccd002b015a16952d21bd2fa441ff2e39eab
python/tests: Add tests for integer overflow handling

This also documents an issue with our python bindings and lists, as changes to integers in a list
of integers are not preserved

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11429

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
python/samba/tests/dcerpc/integer.py [new file with mode: 0644]
selftest/knownfail
selftest/tests.py