1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/testunit
usa 7b55994cea merge revision(s) 45953,45961: [Backport #9767]
* 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.
	  But it causes Marshal.load failure due to undefined class/module
	  complete. We create new MiniTest::Skip object to avoid Marshal.load


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@47338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-08-31 07:35:06 +00:00
..
tests_for_parallel merge revision(s) 45953,45961: [Backport #9767] 2014-08-31 07:35:06 +00:00
test4test_hideskip.rb
test4test_redefinition.rb * lib/test/unit.rb: warn when test_* method is redefined. 2012-07-21 05:12:32 +00:00
test4test_sorting.rb * lib/test/unit.rb (_run_suites): Now reports are written the 2011-09-06 12:20:17 +00:00
test_assertion.rb
test_hideskip.rb test/testunit: fix for recent minitest 2012-05-07 18:54:09 +00:00
test_parallel.rb merge revision(s) 45953,45961: [Backport #9767] 2014-08-31 07:35:06 +00:00
test_rake_integration.rb
test_redefinition.rb * test/testunit/test_redefinition.rb: broken class/method names. 2012-07-25 01:01:59 +00:00
test_sorting.rb test/testunit: fix for recent minitest 2012-05-07 18:54:09 +00:00