ruby/test
Nobuyoshi Nakada cbbdb4e5a2
[ruby/racc] Strip trailing whitespaces at the last line of actions
https://github.com/ruby/racc/commit/a887ebe529
2019-11-04 09:28:01 +09:00
..
-ext- more use of RbConfig::LIMITS 2019-10-08 11:21:20 +09:00
base64
benchmark Aliases capture_output to capture_io for test-unit compatiblity. 2019-08-08 17:19:23 +09:00
bigdecimal Import changes from ruby/bigdecimal (#2531) 2019-10-08 09:06:28 +09:00
cgi change call CGI methods from :: to . 2019-08-04 09:19:30 +09:00
coverage Introduce pattern matching [EXPERIMENTAL] 2019-04-17 06:48:03 +00:00
csv test/csv/write/test_general.rb: suppress warnings 2019-10-15 23:29:49 +09:00
date [ruby/date] Add more timezone abbreviations 2019-11-01 17:30:14 +09:00
dbm [ruby/dbm] Remove taint support 2019-10-26 07:03:33 +09:00
digest Restore support library for only test files that are digest and csv. 2019-07-09 21:16:49 +09:00
drb Fix DRbServer#any_to_s 2019-10-16 12:51:13 -07:00
dtrace test/dtrace/helper.rb: Etc.getgrnam may return nil on some platforms 2019-10-06 15:23:00 +09:00
erb Suppress uninitialized instance variable warnings 2019-07-04 18:12:08 +09:00
etc test_etc.rb: fix test_getgrnam for duplicated group names 2017-09-29 17:19:37 +00:00
excludes Drop unstable Travis osx in favor of GitHub Actions 2019-09-03 01:01:48 +09:00
fiddle Revert "[ruby/fiddle] Fix a failing test (#13)" 2019-10-24 20:58:32 +09:00
fileutils [ruby/fileutils] Use pend instead of skip 2019-10-03 18:32:29 +09:00
gdbm Support old versions of Ruby with FrozenError. 2018-08-07 12:47:11 +00:00
io Revert "[ruby/io-console] Skip cursor position test on Solaris" 2019-09-25 09:48:44 +09:00
irb IRB colorize: take into account recursive arrays and hashes (#2555) 2019-10-14 21:25:05 -07:00
json Look up constant instead of caching in a global 2019-10-17 13:30:09 -07:00
lib Enforce --jit-debug test by another way 2019-10-15 22:47:20 -07:00
logger Fix keyword argument warnings in the tests from Class#new 2019-09-06 19:41:23 -07:00
matrix Add abs to Matrix (#2199) 2019-08-21 16:36:39 -04:00
misc
mkmf Fix keyword argument separation warnings in test 2019-08-30 12:39:31 -07:00
monitor make monitor.so for performance. (#2576) 2019-10-20 04:52:20 +09:00
net Ignore Errno::EPIPE when sending requests in net/http 2019-09-27 07:43:32 -07:00
nkf Fix test code of kconv 2017-09-15 16:56:16 +00:00
objspace Suppress unused variable warnings 2019-06-30 11:45:37 +09:00
open-uri The default charset of text/* media type is UTF-8. 2019-07-15 09:36:52 +09:00
openssl Skip very time consuming test [Bug #16196] 2019-10-10 21:02:45 +09:00
optparse test/optparse/test_did_you_mean.rb - fix suggestion order 2019-10-21 09:53:56 +09:00
ostruct ostruct.rb: Accept block for to_h [#15451]. 2018-12-22 17:05:03 +00:00
pathname Fix more keyword argument separation issues in Pathname 2019-09-26 08:01:53 -07:00
psych [ruby/psych] Suppress uninitialized instance variable warnings 2019-07-25 07:52:17 +09:00
racc [ruby/racc] Strip trailing whitespaces at the last line of actions 2019-11-04 09:28:01 +09:00
rdoc Revert "Revert "[ruby/rdoc] Use omit of test-unit instead of skip of minitest"" 2019-10-29 13:16:31 +09:00
readline Fix use_lib_reline for test/readline 2019-08-27 01:42:41 +09:00
reline Swap expected and actual correctly 2019-10-07 14:15:05 +09:00
resolv Use lowercase letters for IPv6 addresses. 2019-07-30 11:59:54 +09:00
rexml Import REXML 3.2.3 (#2548) 2019-10-12 12:07:15 +09:00
rinda Fix `Leaked thread` 2019-07-31 17:45:43 +09:00
ripper Arguments forwarding [Feature #16253] 2019-10-22 02:35:43 +09:00
rss Upgrade RSS to 0.2.8 2019-01-25 06:35:04 +00:00
ruby Added assertions for linebreak 2019-11-03 23:20:01 +09:00
rubygems test/rubygems/test_gem.rb: early failure when there is /tmp/Gemfile 2019-10-29 14:40:26 +09:00
sdbm skip some tests so that no failure occurs in root privilege 2018-01-10 10:39:09 +00:00
socket Remove check of ai.protocol 2019-09-10 12:39:49 +09:00
stringio [ruby/stringio] Remove taint support 2019-10-31 16:24:02 +09:00
strscan Import StringScanner 1.0.3 (#2553) 2019-10-14 12:40:50 +09:00
syslog Honor Syslog::Logger#level overrides 2019-09-26 15:01:44 -07:00
uri Check for invalid hex escapes in URI#query= 2019-10-08 07:30:55 -07:00
webrick [ruby/webrick] Support literal IPv6 addresses in X-Forwarded-Host 2019-10-24 19:47:20 +09:00
win32ole Get rid of toplevel methods 2019-07-08 16:05:04 +09:00
yaml
zlib [ruby/zlib] Fix setting mtime to zero in GzipWriter 2019-10-31 22:23:58 +09:00
runner.rb Separated tool/test/runner.rb and test/runner.rb 2019-07-25 16:57:38 +09:00
test_abbrev.rb
test_delegate.rb Support delegates for BasicObject 2019-10-10 13:15:00 -07:00
test_extlibs.rb
test_find.rb Fix indent and use as skipped message instead of comment 2018-01-11 13:56:04 +00:00
test_forwardable.rb [ruby/forwardable] Fix NoMethodError on ruby 2.4 or earlier 2019-10-26 09:25:17 +09:00
test_ipaddr.rb Assert obsolete method warnings in IPAddr 2019-07-01 13:02:23 +09:00
test_mutex_m.rb Remove unnecessary `require 'thread'` 2017-10-08 07:00:01 +00:00
test_observer.rb
test_open3.rb Restore support library for only test files. 2019-07-09 21:04:07 +09:00
test_pp.rb Suppress void context warnings in verbose mode 2019-06-30 11:49:40 +09:00
test_prettyprint.rb
test_prime.rb Suppress method redefinition warnings 2019-06-30 11:49:41 +09:00
test_pstore.rb Expand the timeout of `test_pstore_files_are_accessed_as_binary_files` 2019-08-05 12:52:14 +09:00
test_pty.rb Remove needless lines 2018-06-12 14:36:32 +00:00
test_rbconfig.rb
test_securerandom.rb Test SecureRandom.uuid format 2019-07-26 09:56:53 -07:00
test_set.rb Add a new #filter alias for #select 2018-02-25 13:52:07 +00:00
test_shellwords.rb Do not escape + in Shellwords.escape 2019-09-27 07:43:32 -07:00
test_singleton.rb
test_syslog.rb test/test_syslog.rb (test_log): skipped on Android 2019-10-11 21:13:52 +09:00
test_tempfile.rb Fix tests for CVE-2018-6914 2019-10-29 22:40:41 +09:00
test_time.rb Test for "%p" in Time.strptime 2019-01-08 07:45:04 +00:00
test_timeout.rb Remove unnecessary `require 'thread'` 2017-10-08 07:00:01 +00:00
test_tmpdir.rb Fix tests for CVE-2018-6914 2019-10-29 22:40:41 +09:00
test_tracer.rb
test_tsort.rb
test_unicode_normalize.rb Removed unused variables 2019-06-28 23:21:37 +09:00
test_weakref.rb Pin weakmap references 2019-04-09 23:03:40 +00:00
test_win32api.rb test_win32api.rb: suppress a warning 2018-09-23 12:40:46 +00:00