From 2f49f603adc100f87dd7f845638ad5d4cda5b6bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Fri, 10 Jan 2020 14:27:00 +0100 Subject: [PATCH] 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 :) --- ruby.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ruby.spec b/ruby.spec index b6a1766..ba73f73 100644 --- a/ruby.spec +++ b/ruby.spec @@ -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