summaryrefslogtreecommitdiff
path: root/test/test_extlibs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_extlibs.rb')
-rw-r--r--test/test_extlibs.rb7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/test_extlibs.rb b/test/test_extlibs.rb
index 1d7f616424..9b6676416c 100644
--- a/test/test_extlibs.rb
+++ b/test/test_extlibs.rb
@@ -34,14 +34,13 @@ class TestExtLibs < Test::Unit::TestCase
end.flatten.compact
excluded << '+' if excluded.empty?
if windows?
- excluded.map! {|i| i == '+' ? ['pty', 'syslog'] : i}
+ excluded.map! {|i| i == '+' ? ['pty'] : i}
excluded.flatten!
else
excluded.map! {|i| i == '+' ? '*win32*' : i}
end
@excluded = excluded
- check_existence "bigdecimal"
check_existence "continuation"
check_existence "coverage"
check_existence "date"
@@ -59,20 +58,16 @@ class TestExtLibs < Test::Unit::TestCase
check_existence "io/nonblock"
check_existence "io/wait"
check_existence "json"
- check_existence "nkf"
check_existence "objspace"
check_existence "openssl", "this may be false positive, but should assert because rubygems requires this"
check_existence "pathname"
check_existence "psych"
check_existence "pty"
- check_existence "racc/cparse"
check_existence "rbconfig/sizeof"
- #check_existence "readline" # depend on libreadline
check_existence "ripper"
check_existence "socket"
check_existence "stringio"
check_existence "strscan"
- check_existence "syslog"
check_existence "thread"
check_existence "win32ole"
check_existence "zlib", "this may be false positive, but should assert because rubygems requires this"