[前][次][番号順一覧][スレッド一覧]

ruby-changes:72020

From: Hiroshi <ko1@a...>
Date: Mon, 30 May 2022 18:40:49 +0900 (JST)
Subject: [ruby-changes:72020] a78f003c30 (master): Skip failing test with freebsd

https://git.ruby-lang.org/ruby.git/commit/?id=a78f003c30

From a78f003c30dde0a303eb15fc073bc6c57df1cfc2 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Mon, 30 May 2022 18:40:26 +0900
Subject: Skip failing test with freebsd

---
 test/ruby/test_file_exhaustive.rb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/ruby/test_file_exhaustive.rb b/test/ruby/test_file_exhaustive.rb
index 579e4d77a9..5a6c2bab73 100644
--- a/test/ruby/test_file_exhaustive.rb
+++ b/test/ruby/test_file_exhaustive.rb
@@ -1407,6 +1407,8 @@ class TestFileExhaustive < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/ruby/test_file_exhaustive.rb#L1407
   end
 
   def test_flock_exclusive
+    omit "[Bug #18613]" if /freebsd/=~ RUBY_PLATFORM
+
     timeout = EnvUtil.apply_timeout_scale(0.1).to_s
     File.open(regular_file, "r+") do |f|
       f.flock(File::LOCK_EX)
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]