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 <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2020-12-02 14:20:49 +02:00
parent fe92ea1c7a
commit 20dbe6b7c5
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB

View File

@ -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.