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 Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_c_union_entity.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_closure.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_cparser.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_fiddle.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_func.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_function.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_handle.rb * test_handle.rb: refine test_fallback_to_ansi 2016-05-16 06:26:56 +00:00
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