From 20dbe6b7c5e78a3f9cb9fb679b99c5ffe579b170 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 2 Dec 2020 14:20:49 +0200 Subject: [PATCH] Disable TestRubyOptions#test_segv_loaded_features: Even with timeout scale set to 30x it timedout (seems cannot process opcodes for riscv). Signed-off-by: David Abdurachmanov --- ruby.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ruby.spec b/ruby.spec index 65ffc38..a78dcc6 100644 --- a/ruby.spec +++ b/ruby.spec @@ -888,7 +888,8 @@ MSPECOPTS="$MSPECOPTS -P 'File.lchmod changes the file mode of the link and not %ifarch riscv64 # TestBugReporter#test_bug_reporter_add -- killed by SIGABRT (signal 6) (core dumped) -DISABLE_TESTS="$DISABLE_TESTS -n !/test_bug_reporter_add/" +# TestRubyOptions#test_segv_loaded_features -- Timeout::Error: execution of assert_in_out_err expired timeout (300.0 sec) // with timeout_scale set to 30 +DISABLE_TESTS="$DISABLE_TESTS -n !/test_bug_reporter_add/ -n !/test_segv_loaded_features/" %endif # Give an option to increase the timeout in tests.