Enable SIGSEV handler tests on AArch64.

During the testing, I have not seen those. Not sure if anything changed
or it was just pure luck. In worst case, this can always be reverted :)
This commit is contained in:
Vít Ondruch 2020-01-10 14:27:00 +01:00
commit 2f49f603ad

View file

@ -847,12 +847,6 @@ MSPECOPTS=""
# Avoid `hostname' dependency.
%{!?with_hostname:MSPECOPTS="-P 'Socket.gethostname returns the host name'"}
# 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\|loaded_features\)/"
%endif
# Disable "File.utime allows Time instances in the far future to set
# mtime and atime".
# https://bugs.ruby-lang.org/issues/16410