Disable test_segv_test; timeout scale back to 100x

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2020-12-03 07:13:34 +02:00
parent 31bf988484
commit 71b3bc3c7b
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB

View File

@ -883,14 +883,15 @@ MSPECOPTS="$MSPECOPTS -P 'File.utime allows Time instances in the far future to
MSPECOPTS="$MSPECOPTS -P 'File.lchmod changes the file mode of the link and not of the file'"
%ifarch riscv64
%define test_timeout_scale 30
%define test_timeout_scale 100
%endif
%ifarch riscv64
# TestBugReporter#test_bug_reporter_add -- killed by SIGABRT (signal 6) (core dumped)
# TestRubyOptions#test_segv_loaded_features -- Timeout::Error: execution of assert_in_out_err expired timeout (300.0 sec) // with timeout_scale set to 30
# TestRubyOptions#test_segv_setproctitle: execution of assert_in_out_err expired timeout
DISABLE_TESTS="$DISABLE_TESTS -n !/test_bug_reporter_add/ -n !/test_segv_\(setproctitle\|loaded_features\)/"
# TestRubyOptions#test_segv_test: Timeout::Error: execution of assert_in_out_err expired timeout (300.0 sec)
DISABLE_TESTS="$DISABLE_TESTS -n !/test_bug_reporter_add/ -n !/test_segv_\(setproctitle\|loaded_features\)/ -n !/test_segv_test/"
%endif
# Give an option to increase the timeout in tests.