1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
# MRI stdlib tests
base64
benchmark
bigdecimal
cgi
csv
date
dbm
digest
#drb
dtrace
erb
etc
fiber/test_address_resolve.rb
fiber/test_backtrace.rb
fiber/test_enumerator.rb
fiber/test_io.rb
fiber/test_io_buffer.rb
fiber/test_mutex.rb
fiber/test_process.rb
fiber/test_ractor.rb
fiber/test_scheduler.rb
fiber/test_sleep.rb
fiber/test_thread.rb
fiber/test_timeout.rb
fileutils
gdbm
io
irb
json
logger
matrix
monitor
net
nkf
open-uri
openssl
optparse
ostruct
pathname
psych
rdoc
readline
reline
resolv
rinda
ripper
socket
stringio
strscan
syslog
uri
win32ole
yaml
zlib
test_abbrev.rb
test_delegate.rb
test_extlibs.rb
test_find.rb
test_forwardable.rb
test_ipaddr.rb
test_mutex_m.rb
test_observer.rb
test_pp.rb
test_prettyprint.rb
test_prime.rb
test_pstore.rb
test_pty.rb
test_rbconfig.rb
test_securerandom.rb
test_set.rb
test_shellwords.rb
test_singleton.rb
test_sorted_set.rb
test_syslog.rb
test_tempfile.rb
test_time.rb
test_timeout.rb
test_tmpdir.rb
test_tsort.rb
test_unicode_normalize.rb
test_weakref.rb
# Looks for did_you_mean in the wrong place (../lib)
#did_you_mean
# Various issues setting up test libraries to load
#fiddle
# Unsupported library, tries to use "fire_update!" defined by test harness
#mkmf
# Attempts to load test files via relative path from lib (lib/ruby/test/rubygems/alternate_key.pem)
#rubygems
# Heavy subprocess tests, moved to mri.extra.index
#test_tracer.rb
#racc
#test_open3.rb
#coverage
#objspace
|