From e210a1f9aa9abe325dd9e1b61922d43ff30ea18984288197a63933ae8a199638 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Fri, 11 Oct 2013 08:23:43 +0000 Subject: [PATCH] Accepting request 202906 from devel:ARM:Factory - exclude test_mmap under qemu_linux_user - emulation fails here as the tests mmap address conflicts with qemu OBS-URL: https://build.opensuse.org/request/show/202906 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=152 --- python-base.changes | 6 ++++++ python-base.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-base.changes b/python-base.changes index b274215..51ce1f9 100644 --- a/python-base.changes +++ b/python-base.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Oct 10 18:13:08 UTC 2013 - dmueller@suse.com + +- exclude test_mmap under qemu_linux_user - emulation fails here + as the tests mmap address conflicts with qemu + ------------------------------------------------------------------- Tue Jul 9 07:55:50 UTC 2013 - jengelh@inai.de diff --git a/python-base.spec b/python-base.spec index a03fada..9894faf 100644 --- a/python-base.spec +++ b/python-base.spec @@ -190,7 +190,7 @@ EXCLUDE="$EXCLUDE -x test_smtplib" EXCLUDE="$EXCLUDE -x test_unicode" %if 0%{?qemu_user_space_build} # test_asyncore fails because of unimplemented sockopt -EXCLUDE="$EXCLUDE -x test_asyncore" +EXCLUDE="$EXCLUDE -x test_asyncore -x test_mmap" # emulation is unreliable EXCLUDE="$EXCLUDE -x test_multiprocessing" %endif