[R-gregmisc-users] SF.net SVN: r-gregmisc:[1867] trunk/fork/tests
Brought to you by:
warnes
From: <wa...@us...> - 2014-07-22 15:08:01
|
Revision: 1867 http://sourceforge.net/p/r-gregmisc/code/1867 Author: warnes Date: 2014-07-22 15:07:54 +0000 (Tue, 22 Jul 2014) Log Message: ----------- Update saved test output to match current version of R Modified Paths: -------------- trunk/fork/tests/test_many_fork_BSD.Rout.save trunk/fork/tests/test_many_fork_SysV.Rout.save trunk/fork/tests/test_many_fork_broken.Rout.save Modified: trunk/fork/tests/test_many_fork_BSD.Rout.save =================================================================== --- trunk/fork/tests/test_many_fork_BSD.Rout.save 2014-07-22 15:07:11 UTC (rev 1866) +++ trunk/fork/tests/test_many_fork_BSD.Rout.save 2014-07-22 15:07:54 UTC (rev 1867) @@ -1,7 +1,7 @@ -R version 2.4.1 (2006-12-18) -Copyright (C) 2006 The R Foundation for Statistical Computing -ISBN 3-900051-07-0 +R version 3.1.0 Patched (2014-05-26 r65771) -- "Spring Dance" +Copyright (C) 2014 The R Foundation for Statistical Computing +Platform: x86_64-apple-darwin13.1.0 (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. @@ -38,3 +38,6 @@ > restoreSIGCLD() Restoring original SIGCHLD signal handler...Done. > +> proc.time() + user system elapsed + 0.290 0.279 10.334 Modified: trunk/fork/tests/test_many_fork_SysV.Rout.save =================================================================== --- trunk/fork/tests/test_many_fork_SysV.Rout.save 2014-07-22 15:07:11 UTC (rev 1866) +++ trunk/fork/tests/test_many_fork_SysV.Rout.save 2014-07-22 15:07:54 UTC (rev 1867) @@ -1,7 +1,7 @@ -R version 2.4.1 (2006-12-18) -Copyright (C) 2006 The R Foundation for Statistical Computing -ISBN 3-900051-07-0 +R version 3.1.0 Patched (2014-05-26 r65771) -- "Spring Dance" +Copyright (C) 2014 The R Foundation for Statistical Computing +Platform: x86_64-apple-darwin13.1.0 (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. @@ -34,3 +34,6 @@ Done. No Zombies present. > > +> proc.time() + user system elapsed + 0.240 0.099 10.497 Modified: trunk/fork/tests/test_many_fork_broken.Rout.save =================================================================== --- trunk/fork/tests/test_many_fork_broken.Rout.save 2014-07-22 15:07:11 UTC (rev 1866) +++ trunk/fork/tests/test_many_fork_broken.Rout.save 2014-07-22 15:07:54 UTC (rev 1867) @@ -1,7 +1,7 @@ -R version 2.4.1 (2006-12-18) -Copyright (C) 2006 The R Foundation for Statistical Computing -ISBN 3-900051-07-0 +R version 3.1.0 Patched (2014-05-26 r65771) -- "Spring Dance" +Copyright (C) 2014 The R Foundation for Statistical Computing +Platform: x86_64-apple-darwin13.1.0 (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. @@ -29,7 +29,10 @@ Check the process table to see if there are any zombies... 100 Zombie Processes Present! Warning message: -100 Zombie Processes Present! - in: checkZombies() +In checkZombies() : 100 Zombie Processes Present! + > > +> proc.time() + user system elapsed + 0.326 0.350 10.436 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |