ruby/lib
shirosaki eceff15e68 parallel.rb: fix test-all parallel failure
* lib/test/unit/parallel.rb: fix test-all parallel failure if a test
  is skipped after raise.
  DL::TestFunc#test_sinf is skipped after raise on mingw ruby.
  But it causes Mashal.load failure due to undefined class/module
  DL::DLError when doing test-all parallel and test-all doesn't
  complete. We create new MiniTest::Skip object to avoid Mashal.load
  failure.
  [ruby-core:62133] [Bug #9767]

* test/testunit/test_parallel.rb (TestParallel): add a test.

* test/testunit/tests_for_parallel/ptest_forth.rb: ditto.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-05-15 12:31:26 +00:00
..
cgi fix typo [Fix GH-603] 2014-04-28 15:20:28 +00:00
drb * lib/drb/drb.rb: [DOC] Add note about start_service for each process 2014-01-31 21:40:18 +00:00
irb * lib/irb/inspector.rb: [DOC] Fix typo (s/dependant/dependent/) 2013-11-30 09:50:11 +00:00
matrix * lib/matrix/lup_decomposition: Fix bugs with LUP Decomposition of 2013-01-13 22:13:12 +00:00
minitest Imported minitest 4.7.5 (r8724) 2013-06-22 00:20:05 +00:00
net * lib/net/imap.rb: Proofreading docs. [ruby-core:61931][Bug #9720] 2014-05-02 07:34:23 +00:00
optparse * lib/optparse/ac.rb: autoconf-like options. 2012-04-02 04:25:14 +00:00
racc * lib/racc/rdoc/grammar.en.rdoc: [DOC] Correct grammar and typos 2014-01-24 06:15:15 +00:00
rake * ext/psych/lib/psych.rb: fix typo by @jwworth [fix GH-500] 2014-01-19 05:48:33 +00:00
rbconfig * lib/rbconfig/obsolete.rb (respond_to_missing?): use send because 2013-01-10 17:13:09 +00:00
rdoc * compar.c (cmp_equal): remove error hiding in Comparable#==. 2014-01-05 11:14:59 +00:00
rexml * lib/rexml/xmltokens.rb: Add missing non ASCII valid characters 2014-02-23 09:01:32 +00:00
rinda * lib/rinda/tuplespace.rb: fix document. [ruby-core:62003][Bug #9738] 2014-05-02 07:25:16 +00:00
rss * lib/time.rb (Time.force_zone!): New private method. 2014-05-04 09:01:19 +00:00
rubygems * lib/rubygems: Update to RubyGems 2.2.2. Complete history at: 2014-02-05 22:18:25 +00:00
shell * lib/shell/filter.rb: [DOC] Fix typo 2013-12-15 02:09:41 +00:00
test parallel.rb: fix test-all parallel failure 2014-05-15 12:31:26 +00:00
uri * lib/uri/common.rb: [DOC] Use static w3.org uri [ci skip] 2014-01-21 08:56:15 +00:00
webrick webrick/httpserver.rb: Stop handling requests on shutdown 2014-05-08 01:17:07 +00:00
xmlrpc * lib/xmlrpc/client.rb (do_rpc): don't check body length. 2014-04-06 22:26:55 +00:00
yaml * lib/yaml/dbm.rb: [DOC] Document call-seq for YAML::DBM 2013-08-12 04:29:49 +00:00
English.rb English.rb: no set 2013-02-04 02:50:20 +00:00
abbrev.rb * lib/abbrev.rb: [DOC] rdoc format patch by Giorgos Tsiftsis [Bug #9146] 2013-12-25 13:34:27 +00:00
base64.rb fix typos. Patch by k_takata. 2013-05-19 03:10:21 +00:00
benchmark.rb * lib/benchmark.rb: [DOC] grammar of Benchmark#bm [Bug #8888] 2013-09-20 16:05:48 +00:00
cgi.rb * lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341] 2013-07-18 13:50:32 +00:00
cmath.rb * lib/cmath.rb: Remove duplicate RDoc heading from overview 2013-05-20 11:44:10 +00:00
complex.rb warn only when $VERBOSE. 2009-08-16 15:34:35 +00:00
csv.rb * lib/csv.rb: fix minor typo by @baroquebobcat [fix GH-583][ci skip] 2014-04-03 05:59:14 +00:00
debug.rb * lib/debug.rb: [DOC] Fix typo 2013-12-14 14:48:36 +00:00
delegate.rb * lib/delegate.rb: Fix example of using delegator. 2014-05-08 19:02:36 +00:00
drb.rb import from drb-2.0.4b3 2003-06-18 15:45:12 +00:00
e2mmap.rb * lib/e2mmap.rb: Fix typo in an error message 2013-12-17 11:20:10 +00:00
erb.rb * lib/erb.rb: [DOC] fix broken link. 2013-12-06 02:54:55 +00:00
fileutils.rb * lib/fileutils.rb: show fileutils require at top. 2014-05-08 18:32:24 +00:00
find.rb * lib/find.rb (Find#find): should pass ignore_error option to enumerators. 2014-03-03 15:28:58 +00:00
forwardable.rb reapply r40839 [Fixes GH-316] 2013-05-23 21:46:43 +00:00
getoptlong.rb fix typos inspired by r40825 2013-05-19 14:50:47 +00:00
gserver.rb * lib/gserver.rb: [DOC] Fixed typo in example by @stomar [Bug #9543] [ci skip] 2014-03-15 20:52:48 +00:00
ipaddr.rb * lib/ipaddr.rb (IPAddr#in6_addr): Fix a typo with the closing 2013-02-18 07:31:17 +00:00
irb.rb * lib/irb.rb: [DOC] Fix typo 2013-12-23 05:34:39 +00:00
logger.rb logger.rb: DST 2014-02-21 07:45:55 +00:00
mathn.rb * ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patch 2011-08-26 22:22:37 +00:00
matrix.rb * lib/matrix.rb: Add Matrix#cofactor [fix GH-568] 2014-04-06 17:46:16 +00:00
mkmf.rb mkmf.rb: no messages unless needed 2014-05-02 03:26:48 +00:00
monitor.rb * lib/cgi/core.rb: Use symbols instead of strings for 2012-11-16 16:55:29 +00:00
mutex_m.rb * lib/mutex_m.rb: Add rdoc for Mutex_m module 2013-02-20 02:51:51 +00:00
observer.rb * lib/observer.rb: [DOC] Clarify default observer method. 2013-11-21 04:44:45 +00:00
open-uri.rb * lib/open-uri.rb (OpenURI.open_uri): Call StringIO#close only if 2014-05-05 16:38:53 +00:00
open3.rb * lib/open3.rb (Open3.capture3): Ignore Errno::EPIPE for writing 2014-03-01 10:56:39 +00:00
optparse.rb * lib/optparse.rb: [DOC] Add example of generating help with optparse. 2014-02-27 09:01:43 +00:00
ostruct.rb * lib/ostruct.rb: raise NoMethodError with a #name and #args. 2013-10-23 15:14:17 +00:00
pp.rb * lib/pp.rb (object_address_group): Use Kernel#to_s to obtain the class 2013-10-22 09:29:53 +00:00
prettyprint.rb fix typos. Patch by k_takata. 2013-05-19 03:10:21 +00:00
prime.rb * lib/prime.rb (Prime#prime?): negative numbers can't be primes 2014-05-08 18:22:29 +00:00
profile.rb * lib/debug.rb, lib/profile.rb: fix to use RubyVM. 2008-07-08 13:28:57 +00:00
profiler.rb * lib/profiler.rb: Document Profiler__ methods 2013-05-19 23:04:36 +00:00
pstore.rb * lib/pstore.rb (PStore): fix not to replace ThreadError raised in 2012-11-11 04:23:04 +00:00
rake.rb * NEWS (with all sufficient information): 2013-10-11 21:35:01 +00:00
rational.rb * lib/mathn.rb (Bignum#**): Fixed bignum**fixnum that was broken when requiring lib/mathn 2009-09-24 00:42:23 +00:00
rdoc.rb * lib/rdoc.rb: Set RDoc to release version. 2013-12-22 01:25:41 +00:00
resolv-replace.rb * lib/resolv-replace.rb (TCPSocket#initialize): resolve the 3rd 2013-03-11 13:47:04 +00:00
resolv.rb * lib/resolv.rb (bind_random_port): Rescue EPERM for FreeBSD which 2014-02-22 17:38:57 +00:00
rss.rb * lib/csv.rb: fix a typo. 2011-05-11 10:22:16 +00:00
rubygems.rb lib/rubygem.rb: Weirich 2014-03-25 23:29:44 +00:00
scanf.rb minor rdoc typo 2014-02-15 01:33:03 +00:00
securerandom.rb * lib/securerandom.rb: [DOC] Add note on require for examples 2014-01-31 21:12:49 +00:00
set.rb * lib/set.rb: [DOC] Fix grammatical error by @bouk [fix GH-524] 2014-02-05 00:33:38 +00:00
shell.rb * lib/shell.rb: add documentation in lib/shell.rb 2014-05-08 18:46:16 +00:00
shellwords.rb [DOC] Fix output of Shellwords.escape() by @anatol [Fixes GH-483] 2013-12-14 18:26:59 +00:00
singleton.rb * lib: remove trailing spaces. 2011-05-18 14:09:38 +00:00
sync.rb fix typos. Patch by k_takata. 2013-05-19 03:10:21 +00:00
tempfile.rb tempfile.rb: get rid of warnings 2013-11-21 09:28:43 +00:00
thwait.rb typo [Fixes GH-435] PAtch by @zed-0xff https://github.com/ruby/ruby/pull/435 2013-11-07 17:02:56 +00:00
time.rb * lib/time.rb (Time.make_time): Adjust the time zone of "now". 2014-05-06 09:50:08 +00:00
timeout.rb lib/timeout.rb: fallback to Timeout::Error 2014-01-08 04:12:39 +00:00
tmpdir.rb * (lib/tmpdir.rb): Rescue LoadError on etc.so for miniruby. 2014-04-29 05:19:38 +00:00
tracer.rb * lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341] 2013-07-18 13:50:32 +00:00
tsort.rb * lib/tsort.rb (TSort.tsort): Extracted from TSort#tsort. 2013-10-17 15:59:40 +00:00
ubygems.rb Import RubyGems trunk revision 1493. 2007-11-10 07:48:56 +00:00
un.rb un.rb: help order 2013-07-05 13:43:25 +00:00
uri.rb * lib/uri.rb: Add toplevel documentation. Patch by Vincent Batts. 2011-05-13 20:03:21 +00:00
weakref.rb * lib/weakref.rb: [DOC] fix typos by @xaviershay [Fixes GH-439] 2013-11-09 22:42:20 +00:00
webrick.rb * lib/webrick.rb: [DOC] fix grammar in WEBrick overview [Fixes GH-413] 2013-10-05 23:39:32 +00:00
xmlrpc.rb * lib/xmlrpc.rb: [DOC] fix typo. 2013-12-12 03:09:19 +00:00
yaml.rb * lib/yaml.rb: [DOC] Add links to syck and psych on github [Bug #9501] 2014-02-08 19:08:45 +00:00