diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-07-06 10:57:14 +0000 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-07-06 10:57:14 +0000 |
commit | 755b55405c00990ee7d613e72c1d99f20d96c526 (patch) | |
tree | 1e38753e5209a409ee879d8a7a149f3277e6bb8c /extra/python2/PKGBUILD | |
parent | 7f075de4c1d258d7702c852666521f2b09a37c2c (diff) | |
parent | 73e1a9a73343d47599f07900213916deeec251b3 (diff) | |
download | packages-755b55405c00990ee7d613e72c1d99f20d96c526.tar.xz |
Merge branch 'master' into i486
Diffstat (limited to 'extra/python2/PKGBUILD')
-rw-r--r-- | extra/python2/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/python2/PKGBUILD b/extra/python2/PKGBUILD index 89e42cde..fd31655a 100644 --- a/extra/python2/PKGBUILD +++ b/extra/python2/PKGBUILD @@ -2,9 +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, test_augassign, test_base64) 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/ + /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 test_base64/ ' )" |