From 9e18566e66bc43af9f306514c149e9e4deb62605 Mon Sep 17 00:00:00 2001 From: odaira Date: Thu, 24 Sep 2015 23:02:19 +0000 Subject: * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_lock): skip this test on AIX. The issue is the same as on Solaris. [ruby-dev:47631] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/gdbm/test_gdbm.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/gdbm/test_gdbm.rb b/test/gdbm/test_gdbm.rb index d57e9526c3..27645cddd2 100644 --- a/test/gdbm/test_gdbm.rb +++ b/test/gdbm/test_gdbm.rb @@ -146,7 +146,7 @@ if defined? GDBM end def test_s_open_lock - skip "GDBM.open would block when opening already locked gdbm file on platforms without flock and with lockf" if /solaris/ =~ RUBY_PLATFORM + skip "GDBM.open would block when opening already locked gdbm file on platforms without flock and with lockf" if /solaris|aix/ =~ RUBY_PLATFORM dbname = "#{@tmpdir}/#{@prefix}" -- cgit v1.2.3