ruby-changes:46645
From: normal <ko1@a...>
Date: Wed, 17 May 2017 07:05:45 +0900 (JST)
Subject: [ruby-changes:46645] normal:r58761 (trunk): test/test_extilibs.rb: do not check the existence of fiddle
normal 2017-05-17 07:05:39 +0900 (Wed, 17 May 2017) New Revision: 58761 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58761 Log: test/test_extilibs.rb: do not check the existence of fiddle libffi is not installed on all systems, and is not needed for most of the tests. Tested on a fresh FreeBSD 11.0 VM Modified files: trunk/test/test_extlibs.rb Index: test/test_extlibs.rb =================================================================== --- test/test_extlibs.rb (revision 58760) +++ test/test_extlibs.rb (revision 58761) @@ -55,7 +55,7 @@ class TestExtLibs < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/test_extlibs.rb#L55 check_existence "etc" check_existence "fcntl" check_existence "fiber" - check_existence "fiddle" + #check_existence "fiddle" # depend on libffi #check_existence "gdbm" # depend on libgdbm check_existence "io/console" check_existence "io/nonblock" -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/