Sha256: 03d29b060f391d79b30644b06fb07509830a3f4da0c08902f5a92a3f417e66ec

Contents?: true

Size: 347 Bytes

Versions: 43

Compression:

Stored size: 347 Bytes

Contents

require 'xml'

# This is related to bug 8337, complaint is on amd64/fbsd
# unknown if it happens on other amd64/os combos

Process.setrlimit(Process::RLIMIT_NOFILE,10005)

(1..10000).each{|time|
  XML::Document.file(File.join(File.dirname(__FILE__),'ets_test.xml'))
  if time % 100 == 0
    print "\r#{time}"  
    $stdout.flush
  end
}
puts "\n"

Version data entries

43 entries across 43 versions & 7 rubygems

Version Path
libxml-ruby-0.9.5-x86-mswin32-60 test/ets_doc_file.rb
libxml-ruby-0.9.4 test/ets_doc_file.rb
libxml-ruby-0.9.6 test/ets_doc_file.rb
libxml-ruby-0.9.3 test/ets_doc_file.rb
libxml-ruby-0.9.4-x86-mswin32-60 test/ets_doc_file.rb
libxml-ruby-0.9.5 test/ets_doc_file.rb
libxml-ruby-0.9.6-x86-mswin32-60 test/ets_doc_file.rb
libxml-ruby-0.9.7 test/ets_doc_file.rb
libxml-ruby-0.9.7-x86-mswin32-60 test/ets_doc_file.rb
libxml-ruby-0.9.8 test/ets_doc_file.rb
libxml-ruby-1.1.0-x86-mswin32-60 test/ets_doc_file.rb
libxml-ruby-0.9.9-x86-mswin32-60 test/ets_doc_file.rb
libxml-ruby-0.9.9 test/ets_doc_file.rb
libxml-ruby-0.9.8-x86-mswin32-60 test/ets_doc_file.rb
libxml-ruby-1.0.0-x86-mswin32-60 test/ets_doc_file.rb
libxml-ruby-1.0.0 test/ets_doc_file.rb
libxml-ruby-1.1.0 test/ets_doc_file.rb
libxml-ruby-1.1.2-x86-mswin32-60 test/ets_doc_file.rb
libxml-ruby-1.1.3 test/ets_doc_file.rb
libxml-ruby-1.1.3-x86-mswin32-60 test/ets_doc_file.rb