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
Jun Aruga c0d118f41a Fix "cannot find the function: strcpy()" error on arm32 on Travis CI. (#2686)
This issue happened when `libc.so` and `libm.so` path were not found
and `ldd ruby` command also failed to print the shared dependencies
in `test/fiddle/helper.rb`.

See https://travis-ci.org/ruby/ruby/jobs/611483288#L3018
/home/travis/build/ruby/ruby/build/.ext/common/fiddle/import.rb:299:in `import_function': cannot find the function: strcpy() (Fiddle::DLError)

* Set libc6:armhf as a installing dependency explicitly.
* Remove arm32 from allow_failures.
2019-12-05 14:17:16 +09:00
..
helper.rb Fix "cannot find the function: strcpy()" error on arm32 on Travis CI. (#2686) 2019-12-05 14:17:16 +09:00
test_c_struct_entry.rb
test_c_union_entity.rb
test_closure.rb
test_cparser.rb long long is a C99ism 2018-02-17 09:51:23 +00:00
test_fiddle.rb
test_func.rb More fixes for $SAFE/taint post merging 2019-11-18 01:00:25 +02:00
test_function.rb [ruby/fiddle] Remove taint support (#21) 2019-10-24 19:34:49 +09:00
test_handle.rb More fixes for $SAFE/taint post merging 2019-11-18 01:00:25 +02:00
test_import.rb Revert "[ruby/fiddle] Fix a failing test (#13)" 2019-10-24 20:58:32 +09:00
test_pointer.rb [ruby/fiddle] Remove taint support (#21) 2019-10-24 19:34:49 +09:00