- 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:
committed by
Git OBS Bridge
parent
978021f10d
commit
4f2570c3f1
@@ -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
|
||||
|
Reference in New Issue
Block a user