[Pharo-project] OSProcess test failures in Pharo 1.4

2012-07-06 Thread DeNigris Sean
The few that I checked had to do with stdout being closed... OSProcess-dtl.70 Mac Lion Also tried running with vm from command line cc/ David Lewis UnixProcessAccessorTestCase>>#testRedirectStdOutTo UnixProcessTestCase>>#testCatAFile UnixProcessTestCase>>#testClassForkHeadlessSqueakAndDo UnixPro

Re: [Pharo-project] OSProcess test failures in Pharo 1.4

2012-07-06 Thread David T. Lewis
On Fri, Jul 06, 2012 at 04:49:35PM -0400, DeNigris Sean wrote: > The few that I checked had to do with stdout being closed... > > OSProcess-dtl.70 > Mac Lion > Also tried running with vm from command line > > cc/ David Lewis OSProcess and CommandShell tests run successfully on Pharo 1.4 with an

Re: [Pharo-project] OSProcess test failures in Pharo 1.4

2012-07-06 Thread Sean P. DeNigris
David T. Lewis wrote > > There might be some plugin version issues too. > ... > OSProcess accessor osppModuleVersionString ==> '4.3.3 Cog' > My failing image was running on the latest Jit Cocoa Cog VM from Jenkins and had the same outdated plugin -- View this message in context: http://foru

Re: [Pharo-project] OSProcess test failures in Pharo 1.4

2012-07-06 Thread Igor Stasenko
On 7 July 2012 05:48, Sean P. DeNigris wrote: > > David T. Lewis wrote >> >> There might be some plugin version issues too. >> ... >> OSProcess accessor osppModuleVersionString ==> '4.3.3 Cog' >> > > My failing image was running on the latest Jit Cocoa Cog VM from Jenkins and > had the same outd

Re: [Pharo-project] OSProcess test failures in Pharo 1.4

2012-07-07 Thread Sean P. DeNigris
Igor Stasenko wrote > > so someone must update it :) > Yes, but how and from where?! ;-) -- View this message in context: http://forum.world.st/OSProcess-test-failures-in-Pharo-1-4-tp4638907p4638954.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.

Re: [Pharo-project] OSProcess test failures in Pharo 1.4

2012-07-07 Thread David T. Lewis
On Fri, Jul 06, 2012 at 08:48:08PM -0700, Sean P. DeNigris wrote: > > David T. Lewis wrote > > > > There might be some plugin version issues too. > > ... > > OSProcess accessor osppModuleVersionString ==> '4.3.3 Cog' > > > > My failing image was running on the latest Jit Cocoa Cog VM from Jen

Re: [Pharo-project] OSProcess test failures in Pharo 1.4

2012-07-07 Thread Igor Stasenko
On 7 July 2012 15:37, David T. Lewis wrote: > On Fri, Jul 06, 2012 at 08:48:08PM -0700, Sean P. DeNigris wrote: >> >> David T. Lewis wrote >> > >> > There might be some plugin version issues too. >> > ... >> > OSProcess accessor osppModuleVersionString ==> '4.3.3 Cog' >> > >> >> My failing image

Re: [Pharo-project] OSProcess test failures in Pharo 1.4

2012-07-07 Thread Sean P. DeNigris
Igor Stasenko wrote > > yeah.. it is a matter of changing the package version in > configurationofcog > VMConstruction-Plugins-OSProcessPlugin.oscog-eem.35 corresponds to OSProcessPlugin 4.4.11 ConfigurationOfCog has three versions blessed development: 4.7 - loaded by the stable version of Con

Re: [Pharo-project] OSProcess test failures in Pharo 1.4

2012-07-07 Thread Esteban Lorenzano
mmm... probably, but PharoVM needs an update too (btw, PharoVM is just a branded version of the cogvm, not more) Esteban On Jul 7, 2012, at 9:18 PM, Sean P. DeNigris wrote: > > Igor Stasenko wrote >> >> yeah.. it is a matter of changing the package version in >> configurationofcog >> > > VM

Re: [Pharo-project] OSProcess test failures in Pharo 1.4

2012-07-07 Thread Sean P. DeNigris
EstebanLM wrote > > mmm... probably, but PharoVM needs an update too Please check this carefully. The changes are simple, but I'm not sure I fully understand the standard procedure here. Issue 6302: Update OSProcess Plugin http://code.google.com/p/pharo/issues/detail?id=6302 Fix in inbox: S