summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-03-04 14:20:23 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-03-04 14:20:23 +0000
commit118a5bcf96801f326f2a40c473473a014e5a9634 (patch)
treea496198dcdddc11f9b4a1b50ac805ec3097e1ae2 /test
parentff077097774f94b7b69b8d0ebcdea2638e906ec0 (diff)
* 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
Diffstat (limited to 'test')
-rw-r--r--test/testunit/test_parallel.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testunit/test_parallel.rb b/test/testunit/test_parallel.rb
index 8a825e2803..43706e45f2 100644
--- a/test/testunit/test_parallel.rb
+++ b/test/testunit/test_parallel.rb
@@ -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