From 118a5bcf96801f326f2a40c473473a014e5a9634 Mon Sep 17 00:00:00 2001 From: nagachika Date: Fri, 4 Mar 2011 14:20:23 +0000 Subject: * 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 --- test/testunit/test_parallel.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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 -- cgit v1.2.3