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:
parent
75856ffd49
commit
2f49f603ad
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue