1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/fiddle
normal 5c244d73d7 test/fiddle/helper: remove special case for x86_64-linux
RUBY_PLATFORM is "x86_64-linux" on a 32-bit (x86) Ruby built and
running on a 64-bit Linux kernel.  I also have a /lib64
directory nowadays because I just installed multi-arch support
in userspace.  So, fall back to loading based in the size of a
packed "unsigned long" type instead of special-casing.

Tested with both x86 and x86_64 userspace on 64-bit Linux kernel,
as well as x86 with a 32-bit Linux kernel.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-01-11 23:46:05 +00:00
..
helper.rb test/fiddle/helper: remove special case for x86_64-linux 2017-01-11 23:46:05 +00:00
test_c_struct_entry.rb
test_c_union_entity.rb
test_closure.rb
test_cparser.rb
test_fiddle.rb
test_func.rb
test_function.rb
test_handle.rb
test_import.rb Removed the obstacle to running test-all with VC14. 2016-12-14 17:53:20 +00:00
test_pointer.rb * test/fiddle/test_pointer.rb (test_to_str, test_to_s, test_aref_aset): 2016-07-01 10:43:07 +00:00