1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Remove spec which is too difficult to get working with various compilers

* The spec means to use an actual system library function, not a wrapper.
This commit is contained in:
Benoit Daloze 2020-10-26 08:06:33 +01:00
parent 507af75415
commit ba24aee292
2 changed files with 0 additions and 14 deletions

View file

@ -121,10 +121,6 @@ describe "C-API Thread function" do
thr.value.should be_true
end
it "runs a native function with the global lock unlocked" do
@t.rb_thread_call_without_gvl_native_function.should == Process.pid
end
guard -> { platform_is :mingw and ruby_version_is ""..."2.7" } do
it "runs a C function with the global lock unlocked and unlocks IO with the generic RUBY_UBF_IO" do
thr = Thread.new do