diff options
author | Erich Eckner <git@eckner.net> | 2018-07-06 09:22:22 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-07-06 09:22:22 +0200 |
commit | 0afa0838759cf343a0c595458b8c2e689520f41f (patch) | |
tree | bcd77adfc8ac1a403dd2d49c9439ea9adba7787a | |
parent | 7f361049fd2fb43d34cd644f373a0ddec9f5e51c (diff) | |
download | packages-0afa0838759cf343a0c595458b8c2e689520f41f.tar.xz |
extra/python2: disable another test
-rw-r--r-- | extra/python2/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/python2/PKGBUILD b/extra/python2/PKGBUILD index e7604555..495bc722 100644 --- a/extra/python2/PKGBUILD +++ b/extra/python2/PKGBUILD @@ -2,10 +2,10 @@ # test_replace_overflow (present in test_bytes, test_str, test_string, # test_unicode, test_userstring) segfault on i686 # test_bigrepeat (present in test_tuple) segfault on i686 -# test_audioop (present in test_wrongsize) AssertionError: -2147483648 != 2147483648L +# test_audioop (present in test_wrongsize, test_augassign) AssertionError: -2147483648 != 2147483648L eval "$( declare -f check | \ sed ' - /xvfb-run/ s/-x test_idle/-x test_idle test_bytes test_str test_string test_unicode test_userstring test_tuple test_wrongsize/ + /xvfb-run/ s/-x test_idle/-x test_idle test_bytes test_str test_string test_unicode test_userstring test_tuple test_wrongsize test_augassign/ ' )" |