Disable SIGSEV handler tests.

SIGSEV does not provide correct output on AArch64.

https://bugs.ruby-lang.org/issues/13758
This commit is contained in:
Vít Ondruch 2018-03-01 16:50:10 +01:00
parent 3733c3cf5d
commit d452ecad11
1 changed files with 6 additions and 0 deletions

View File

@ -754,6 +754,12 @@ DISABLE_TESTS=""
# Once seen: http://koji.fedoraproject.org/koji/taskinfo?taskID=12556650
DISABLE_TESTS="$DISABLE_TESTS -x test_fork.rb"
# SIGSEV handler does not provide correct output on AArch64.
# https://bugs.ruby-lang.org/issues/13758
%ifarch aarch64
DISABLE_TESTS="$DISABLE_TESTS -n !/test_segv_\(setproctitle\|test\)/"
%endif
# Disable failing TestResolvMDNS#test_mdns_each_address test,
# which fails on Koji.
# https://bugs.ruby-lang.org/issues/14175