mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
disable test_fcntl_lock_linux on x32.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
690b663c54
commit
fade664f91
1 changed files with 1 additions and 0 deletions
|
@ -2202,6 +2202,7 @@ End
|
|||
|
||||
def test_fcntl_lock_linux
|
||||
return if /x86_64-linux/ !~ RUBY_PLATFORM # A binary form of struct flock depend on platform
|
||||
return if [nil].pack("p").bytesize != 8 # Return if x32 platform.
|
||||
|
||||
pad=0
|
||||
Tempfile.create(self.class.name) do |f|
|
||||
|
|
Loading…
Add table
Reference in a new issue