- exclude test_regrtest for s390, where it does not segfault as it should
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=216
This commit is contained in:
parent
978021f10d
commit
4f2570c3f1
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 22 16:49:38 UTC 2017 - jmatejek@suse.com
|
||||
|
||||
- exclude test_regrtest for s390, where it does not segfault as it should
|
||||
- fix segfault while creating weakref - bsc#1073748, bpo#29347
|
||||
(this is actually fixed by the 2.7.14 update; mentioning this for purposes
|
||||
of bugfix tracking)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 20 16:11:48 UTC 2017 - jmatejek@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-base
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -217,6 +217,11 @@ EXCLUDE="$EXCLUDE test_multiprocessing test_thread"
|
||||
# qemu bug (siginterrupt handling)
|
||||
EXCLUDE="$EXCLUDE test_signal"
|
||||
%endif
|
||||
%ifarch s390 s390x
|
||||
# test_regrtest tries to segfault the interpreter by dereferencing a NULL pointer, but that doesn't
|
||||
# actually produce a segfault on S390
|
||||
EXCLUDE="$EXCLUDE test_regrtest"
|
||||
%endif
|
||||
|
||||
# This test (part of test_uuid) requires real network interfaces
|
||||
# so that ifconfig output has "HWaddr <something>". Some kvm instances
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-doc
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
Loading…
x
Reference in New Issue
Block a user