1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/testunit/test_parallel.rb

(test_should_run_all_without_any_leaks): consider that the order of
    testcase could change. [ruby-dev:43300] [Bug #4466]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2011-03-04 14:20:23 +00:00
parent ff07709777
commit 118a5bcf96
2 changed files with 7 additions and 0 deletions

View file

@ -154,6 +154,7 @@ module TestParallel
spawn_runner
buf = timeout(10){@test_out.read}
assert_match(/^\.+SF\.+F\.*$/,buf)
assert_match(/^\.*(\.SF\.*F|F\.*\.+SF)\.*$/,buf)
end
def test_should_retry_failed_on_workers