[Pharo-project] For Testing: 1.4 one-click
Hi, there is now an automatic build for the 1.4 one-click: https://ci.lille.inria.fr/pharo/view/Pharo%201.4/job/Pharo%201.4/lastSuccess... needs to be tested... Marcus -- Marcus Denker -- http://marcusdenker.de
On 13 Apr 2012, at 09:02, Marcus Denker wrote:
Hi,
there is now an automatic build for the 1.4 one-click:
https://ci.lille.inria.fr/pharo/view/Pharo%201.4/job/Pharo%201.4/lastSuccess...
needs to be tested...
$ sw_vers ProductName: Mac OS X ProductVersion: 10.6.8 BuildVersion: 10K549 $ uname -a Darwin minerva 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386 8451 run, 8395 passes, 52 expected failures, 3 failures, 0 errors, 1 unexpected passes Failures: MCClassDefinitionTest>>#testNotValidClassTraitComposition FileDirectoryTest>>#testRecursiveMatching MirrorPrimitiveTests>>#testMirrorSize MCClassDefinitionTest>>#testNotValidTraitComposition Errors: -- Stefan Marr Software Languages Lab Vrije Universiteit Brussel Pleinlaan 2 / B-1050 Brussels / Belgium http://soft.vub.ac.be/~smarr Phone: +32 2 629 2974 Fax: +32 2 629 3525
Hi, I tested on Windows: 1) Pharo-1.4-one-click.bat points to a wrong image: current: "%~dp0\CogVM.exe" "%~dp0\Contents\Resources\pharo-1.4.image" should be: "%~dp0\CogVM.exe" "%~dp0\Contents\Resources\pharo-1.4-one-click.image" after change, opened fine (with a console). 2) When I ran CogVM.exe by itself (not through .bat), it opened me the file dialog like if it couldn't find the default image. MartÃn On Fri, Apr 13, 2012 at 9:24 AM, Stefan Marr <smalltalk@stefan-marr.de>wrote:
On 13 Apr 2012, at 09:02, Marcus Denker wrote:
Hi,
there is now an automatic build for the 1.4 one-click:
https://ci.lille.inria.fr/pharo/view/Pharo%201.4/job/Pharo%201.4/lastSuccess...
needs to be tested...
$ sw_vers ProductName: Mac OS X ProductVersion: 10.6.8 BuildVersion: 10K549
$ uname -a Darwin minerva 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
8451 run, 8395 passes, 52 expected failures, 3 failures, 0 errors, 1 unexpected passes Failures: MCClassDefinitionTest>>#testNotValidClassTraitComposition FileDirectoryTest>>#testRecursiveMatching MirrorPrimitiveTests>>#testMirrorSize MCClassDefinitionTest>>#testNotValidTraitComposition
Errors:
-- Stefan Marr Software Languages Lab Vrije Universiteit Brussel Pleinlaan 2 / B-1050 Brussels / Belgium http://soft.vub.ac.be/~smarr Phone: +32 2 629 2974 Fax: +32 2 629 3525
Hi Martin, Thanks a lot for the feedback. I forgot to update this script after some configuration in the jenkins job. It's now fixed. Regards, Christophe. Le 13 avr. 2012 à 16:18, Martin Dias a écrit :
Hi, I tested on Windows:
1) Pharo-1.4-one-click.bat points to a wrong image:
current:
"%~dp0\CogVM.exe" "%~dp0\Contents\Resources\pharo-1.4.image"
should be:
"%~dp0\CogVM.exe" "%~dp0\Contents\Resources\pharo-1.4-one-click.image"
after change, opened fine (with a console).
2) When I ran CogVM.exe by itself (not through .bat), it opened me the file dialog like if it couldn't find the default image.
MartÃn
On Fri, Apr 13, 2012 at 9:24 AM, Stefan Marr <smalltalk@stefan-marr.de> wrote:
On 13 Apr 2012, at 09:02, Marcus Denker wrote:
Hi,
there is now an automatic build for the 1.4 one-click:
https://ci.lille.inria.fr/pharo/view/Pharo%201.4/job/Pharo%201.4/lastSuccess...
needs to be tested...
$ sw_vers ProductName: Mac OS X ProductVersion: 10.6.8 BuildVersion: 10K549
$ uname -a Darwin minerva 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
8451 run, 8395 passes, 52 expected failures, 3 failures, 0 errors, 1 unexpected passes Failures: MCClassDefinitionTest>>#testNotValidClassTraitComposition FileDirectoryTest>>#testRecursiveMatching MirrorPrimitiveTests>>#testMirrorSize MCClassDefinitionTest>>#testNotValidTraitComposition
Errors:
-- Stefan Marr Software Languages Lab Vrije Universiteit Brussel Pleinlaan 2 / B-1050 Brussels / Belgium http://soft.vub.ac.be/~smarr Phone: +32 2 629 2974 Fax: +32 2 629 3525
OSX Lion ProductName: Mac OS X ProductVersion: 10.7.3 BuildVersion: 11D50d Darwin PhilMac.local 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64 x86_64 Test Run in screenshot Philippe 2012/4/13 Christophe Demarey <christophe.demarey@inria.fr>
Hi Martin,
Thanks a lot for the feedback. I forgot to update this script after some configuration in the jenkins job. It's now fixed.
Regards, Christophe.
Le 13 avr. 2012 à 16:18, Martin Dias a écrit :
Hi, I tested on Windows:
1) Pharo-1.4-one-click.bat points to a wrong image:
current:
"%~dp0\CogVM.exe" "%~dp0\Contents\Resources\pharo-1.4.image"
should be:
"%~dp0\CogVM.exe" "%~dp0\Contents\Resources\pharo-1.4-one-click.image"
after change, opened fine (with a console).
2) When I ran CogVM.exe by itself (not through .bat), it opened me the file dialog like if it couldn't find the default image.
MartÃn
On Fri, Apr 13, 2012 at 9:24 AM, Stefan Marr <smalltalk@stefan-marr.de>wrote:
On 13 Apr 2012, at 09:02, Marcus Denker wrote:
Hi,
there is now an automatic build for the 1.4 one-click:
https://ci.lille.inria.fr/pharo/view/Pharo%201.4/job/Pharo%201.4/lastSuccess...
needs to be tested...
$ sw_vers ProductName: Mac OS X ProductVersion: 10.6.8 BuildVersion: 10K549
$ uname -a Darwin minerva 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
8451 run, 8395 passes, 52 expected failures, 3 failures, 0 errors, 1 unexpected passes Failures: MCClassDefinitionTest>>#testNotValidClassTraitComposition FileDirectoryTest>>#testRecursiveMatching MirrorPrimitiveTests>>#testMirrorSize MCClassDefinitionTest>>#testNotValidTraitComposition
Errors:
-- Stefan Marr Software Languages Lab Vrije Universiteit Brussel Pleinlaan 2 / B-1050 Brussels / Belgium http://soft.vub.ac.be/~smarr Phone: +32 2 629 2974 Fax: +32 2 629 3525
-- Philippe Back "Helping you hit the top 3 outcomes you really want to achieve" Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail: phil@highoctane.be| Web: http://philippeback.eu | Blog: http://philippeback.be High Octane SPRL rue cour Boisacq 101 1301 Bierges
Philippe, On 14 Apr 2012, at 23:37, phil@highoctane.be wrote:
OSX Lion
ProductName: Mac OS X ProductVersion: 10.7.3 BuildVersion: 11D50d
Darwin PhilMac.local 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64 x86_64
Test Run in screenshot
On my Mac (same OS), I have: I am interested in the Zn test that fails. It basically tests if trying to access a non-existing host gives a NetworkError. Can you run it in isolation ? Can you mail a stack trace ? Thx, Sven -- Sven Van Caekenberghe http://stfx.eu Smalltalk is the Red Pill
Am 15.04.2012 um 11:20 schrieb Sven Van Caekenberghe:
Philippe,
On 14 Apr 2012, at 23:37, phil@highoctane.be wrote:
OSX Lion
ProductName: Mac OS X ProductVersion: 10.7.3 BuildVersion: 11D50d
Darwin PhilMac.local 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64 x86_64
Test Run in screenshot
On my Mac (same OS), I have:
<Screen Shot 2012-04-15 at 11.17.18.png>
I am interested in the Zn test that fails. It basically tests if trying to access a non-existing host gives a NetworkError. Can you run it in isolation ? Can you mail a stack trace ?
ProductName: Mac OS X ProductVersion: 10.7.3 BuildVersion: 11D50 Same results as Sven. In the beginning I had an additional error for NetNameResolver. The NetNameResolverTests>>#testLocalHostAddress is somewhat strange and it can fail. Flushing the dns cache on Mac OS made the test succeed. I checked SocketPlugin for the cause because I think NetNameResolver is not working properly but then I don't have a glue about Mac OS and Open Transport (heard the first time :) ). I put it on my list "to fix in pharo" :) Norbert
Problems in the preferences: Blinking Text Cursor false --> no cursor shown Author Identification --> Too small control (in fact all similar controls have the issue) Phil 2012/4/13 Christophe Demarey <christophe.demarey@inria.fr>
Hi Martin,
Thanks a lot for the feedback. I forgot to update this script after some configuration in the jenkins job. It's now fixed.
Regards, Christophe.
Le 13 avr. 2012 à 16:18, Martin Dias a écrit :
Hi, I tested on Windows:
1) Pharo-1.4-one-click.bat points to a wrong image:
current:
"%~dp0\CogVM.exe" "%~dp0\Contents\Resources\pharo-1.4.image"
should be:
"%~dp0\CogVM.exe" "%~dp0\Contents\Resources\pharo-1.4-one-click.image"
after change, opened fine (with a console).
2) When I ran CogVM.exe by itself (not through .bat), it opened me the file dialog like if it couldn't find the default image.
MartÃn
On Fri, Apr 13, 2012 at 9:24 AM, Stefan Marr <smalltalk@stefan-marr.de>wrote:
On 13 Apr 2012, at 09:02, Marcus Denker wrote:
Hi,
there is now an automatic build for the 1.4 one-click:
https://ci.lille.inria.fr/pharo/view/Pharo%201.4/job/Pharo%201.4/lastSuccess...
needs to be tested...
$ sw_vers ProductName: Mac OS X ProductVersion: 10.6.8 BuildVersion: 10K549
$ uname -a Darwin minerva 10.8.0 Darwin Kernel Version 10.8.0: Tue Jun 7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386
8451 run, 8395 passes, 52 expected failures, 3 failures, 0 errors, 1 unexpected passes Failures: MCClassDefinitionTest>>#testNotValidClassTraitComposition FileDirectoryTest>>#testRecursiveMatching MirrorPrimitiveTests>>#testMirrorSize MCClassDefinitionTest>>#testNotValidTraitComposition
Errors:
-- Stefan Marr Software Languages Lab Vrije Universiteit Brussel Pleinlaan 2 / B-1050 Brussels / Belgium http://soft.vub.ac.be/~smarr Phone: +32 2 629 2974 Fax: +32 2 629 3525
-- Philippe Back "Helping you hit the top 3 outcomes you really want to achieve" Mob: +32(0) 478 650 140 | Fax: +32 (0) 70 408 027 Mail: phil@highoctane.be| Web: http://philippeback.eu | Blog: http://philippeback.be High Octane SPRL rue cour Boisacq 101 1301 Bierges
Marcus Denker-4 wrote
there is now an automatic build for the 1.4 one-click: ...needs to be tested...
Mac OS X Lion... 8451 run, 8393 passes, 52 expected failures, 5 failures, 0 errors, 1 unexpected passes '#(''DateAndTimeTest>>#testPrintStringNoOffset'' ''FileDirectoryTest>>#testRecursiveMatching'' ''MCClassDefinitionTest>>#testNotValidClassTraitComposition'' ''MCClassDefinitionTest>>#testNotValidTraitComposition'' ''MirrorPrimitiveTests>>#testMirrorSize'' ''ZnClientTests>>#testIfFailNonExistingHost'')' ~$ sw_vers ProductName: Mac OS X ProductVersion: 10.7.3 BuildVersion: 11D50b ~$ uname -a Darwin 11.3.0 Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64 x86_64 -- View this message in context: http://forum.world.st/For-Testing-1-4-one-click-tp4554014p4555042.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (8)
-
Christophe Demarey -
Marcus Denker -
Martin Dias -
Norbert Hartl -
phil@highoctane.be -
Sean P. DeNigris -
Stefan Marr -
Sven Van Caekenberghe