summaryrefslogtreecommitdiff
path: root/extra/python2
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-07-10 22:43:04 +0200
committerErich Eckner <git@eckner.net>2018-07-10 22:43:04 +0200
commit501e25f25279fd7379a25d0bfd6055f5dd4fd9e4 (patch)
tree59656ae18825d60f2a5abb7f8a31ec924fba16f1 /extra/python2
parentf072ea334c9e9359dcdb9c71cd2349e1001a42f0 (diff)
downloadpackages-501e25f25279fd7379a25d0bfd6055f5dd4fd9e4.tar.xz
extra/python2: disable even more tests (is this actually improving something?)
Diffstat (limited to 'extra/python2')
-rw-r--r--extra/python2/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/python2/PKGBUILD b/extra/python2/PKGBUILD
index 1e70219d..080288e6 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, test_augassign, test_base64, test_bastion) AssertionError: -2147483648 != 2147483648L
+# test_audioop (present in test_wrongsize, test_augassign, test_base64, test_bastion, test_bigaddrspace, test_max) 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 test_augassign test_base64 test_bastion/
+ /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 test_bastion test_bigaddrspace test_max test_audioop/
'
)"