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:
parent
fe92ea1c7a
commit
20dbe6b7c5
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user