Only rescue realpath calls during require on Solaris
Remove temporary skip of test_no_curdir to see if this fixes the problem.
This commit is contained in:
parent
d9b7403746
commit
3381fa5458
Notes:
git
2021-10-05 01:43:44 +09:00
2
load.c
2
load.c
@ -1060,7 +1060,7 @@ rb_ext_ractor_safe(bool flag)
|
|||||||
GET_THREAD()->ext_config.ractor_safe = flag;
|
GET_THREAD()->ext_config.ractor_safe = flag;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 1
|
#ifdef __sun
|
||||||
static VALUE
|
static VALUE
|
||||||
required_feature__realpath(VALUE path)
|
required_feature__realpath(VALUE path)
|
||||||
{
|
{
|
||||||
|
@ -1732,9 +1732,6 @@ class TestProcess < Test::Unit::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_no_curdir
|
def test_no_curdir
|
||||||
if /solaris/i =~ RUBY_PLATFORM
|
|
||||||
skip "Temporary skip to avoid CI failures after commit to use realpath on required files"
|
|
||||||
end
|
|
||||||
with_tmpchdir {|d|
|
with_tmpchdir {|d|
|
||||||
Dir.mkdir("vd")
|
Dir.mkdir("vd")
|
||||||
status = nil
|
status = nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user