Sha256: dd8feb9b51fc39e48e236eddf5022fb09b372aa7f147d641ef67d50fb547837e

Contents?: true

Size: 393 Bytes

Versions: 45

Compression:

Stored size: 393 Bytes

Contents

# encoding: UTF-8

require './test_helper'

# 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

45 entries across 45 versions & 2 rubygems

Version Path
libxml-ruby-2.2.2 test/ets_doc_file.rb
libxml-ruby-2.2.1-x86-mingw32 test/ets_doc_file.rb
libxml-ruby-2.2.1 test/ets_doc_file.rb
libxml-ruby-2.2.0-x86-mingw32 test/ets_doc_file.rb
libxml-ruby-2.2.0 test/ets_doc_file.rb
libxml-ruby-2.1.2-x86-mingw32 test/ets_doc_file.rb
libxml-ruby-2.1.2 test/ets_doc_file.rb
libxml-ruby-2.1.1-x86-mingw32 test/ets_doc_file.rb
libxml-ruby-2.1.1 test/ets_doc_file.rb
libxml-ruby-2.1.0-x86-mingw32 test/ets_doc_file.rb
libxml-ruby-2.1.0 test/ets_doc_file.rb
libxml-ruby-2.0.9-x86-mingw32 test/ets_doc_file.rb
libxml-ruby-2.0.9 test/ets_doc_file.rb
libxml-ruby-2.0.6-x86-mingw32 test/ets_doc_file.rb
libxml-ruby-2.0.6 test/ets_doc_file.rb
libxml-ruby-2.0.5-x86-mingw32 test/ets_doc_file.rb
libxml-ruby-2.0.5 test/ets_doc_file.rb
libxml-ruby-2.0.4-x86-mingw32 test/ets_doc_file.rb
libxml-ruby-2.0.4 test/ets_doc_file.rb
libxml-ruby-2.0.3-x86-mingw32 test/ets_doc_file.rb