summaryrefslogtreecommitdiff
path: root/extra/python2/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-07-06 08:36:09 +0200
committerErich Eckner <git@eckner.net>2018-07-06 08:36:19 +0200
commitcede96cd70326baae6f14a3d9c13773635f58cba (patch)
tree9c04f659e3b1661cca86b95ca95739ad03e16fde /extra/python2/PKGBUILD
parentb99109075a76096f6c808645d325f465906079f7 (diff)
downloadpackages-cede96cd70326baae6f14a3d9c13773635f58cba.tar.xz
extra/python2: disable another test
Diffstat (limited to 'extra/python2/PKGBUILD')
-rw-r--r--extra/python2/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/python2/PKGBUILD b/extra/python2/PKGBUILD
index 89e42cde..e7604555 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) 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/
'
)"