From 4bc7cef866dc4e4e5c2d94cdd65dd24cc7b7555d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Rosick=C3=BD?= Date: Fri, 24 Sep 2021 00:33:36 +0200 Subject: [ruby/cgi] jruby support https://github.com/ruby/cgi/commit/93326fb622 --- test/cgi/test_cgi_util.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/cgi/test_cgi_util.rb') diff --git a/test/cgi/test_cgi_util.rb b/test/cgi/test_cgi_util.rb index 5a2d07b328..5baf87db75 100644 --- a/test/cgi/test_cgi_util.rb +++ b/test/cgi/test_cgi_util.rb @@ -105,6 +105,7 @@ class CGIUtilTest < Test::Unit::TestCase end def test_cgi_escape_html_large + return if RUBY_ENGINE == 'jruby' ulong_max, size_max = RbConfig::LIMITS.values_at("ULONG_MAX", "SIZE_MAX") return unless ulong_max < size_max # Platforms not concerned -- cgit v1.2.3