Skip to content

Commit

Permalink
50738
Browse files Browse the repository at this point in the history
18137 Network test failing only on MAC on CI: UDPSocketEchoTest.testEcho
	https://pharo.fogbugz.com/f/cases/18137

18139 getenv() call on Ubuntu 14.04 (32 bit) fails in one-click image
	https://pharo.fogbugz.com/f/cases/18139

http://files.pharo.org/image/50/50738.zip
  • Loading branch information
Jenkins Build Server authored and ci committed Apr 30, 2016
1 parent b173fb0 commit be465e3
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 16 deletions.
Expand Up @@ -7,7 +7,7 @@ testEcho
socket sendUDPData: message toHost: self localhost port: self port.
result := self receiveUDPDataFrom: socket.
self assert: result first equals: message.
self assert: result second equals: self localhost.
self assert: result second equals: (NetNameResolver loopBackAddress as: ByteArray).
self assert: result third equals: self port.
socket sendUDPData: #quit toHost: self localhost port: self port ]
] ensure: [ socket closeAndDestroy ]
@@ -1,4 +1,4 @@
script50737
script50738

^ 'AST-Core-TheIntegrator.414.mcz
AST-FFI-Pharo50Compatibility-EstebanLorenzano.1.mcz
Expand Down Expand Up @@ -214,7 +214,7 @@ Network-Kernel-TheIntegrator.127.mcz
Network-MIME-MarcusDenker.69.mcz
Network-Mail-TheIntegrator.45.mcz
Network-Protocols-TheIntegrator.103.mcz
Network-Tests-TheIntegrator.4.mcz
Network-Tests-TheIntegrator.6.mcz
Network-UUID-TheIntegrator.42.mcz
Network-Url-MarcusDenker.99.mcz
NewValueHolder-TheIntegrator.33.mcz
Expand Down Expand Up @@ -321,7 +321,7 @@ System-Installers-TheIntegrator.44.mcz
System-Localization-TheIntegrator.103.mcz
System-Localization-Tests-TheIntegrator.8.mcz
System-Model-TheIntegrator.2.mcz
System-OSEnvironments-TheIntegrator.27.mcz
System-OSEnvironments-TheIntegrator.29.mcz
System-Object Events-TheIntegrator.25.mcz
System-Platforms-TheIntegrator.81.mcz
System-Serial Port-StephaneDucasse.23.mcz
Expand Down Expand Up @@ -380,7 +380,7 @@ Versionner-Core-Announcements-ChristopheDemarey.6.mcz
Versionner-Core-Commands-StephaneDucasse.64.mcz
Versionner-Core-DependenciesModel-ChristopheDemarey.105.mcz
Versionner-Core-Model-ChristopheDemarey.52.mcz
Versionner-Spec-Browser-GuillermoPolito.188.mcz
Versionner-Spec-Browser-PabloTesone.189.mcz
Versionner-Tests-Core-Commands-MarcusDenker.21.mcz
Versionner-Tests-Core-DependenciesModel-ChristopheDemarey.46.mcz
Versionner-Tests-Core-Model-ChristopheDemarey.33.mcz
Expand Down

This file was deleted.

@@ -0,0 +1,9 @@
update50738
"self new update50738"
self withUpdateLog: '18137 Network test failing only on MAC on CI: UDPSocketEchoTest.testEcho
https://pharo.fogbugz.com/f/cases/18137
18139 getenv() call on Ubuntu 14.04 (32 bit) fails in one-click image
https://pharo.fogbugz.com/f/cases/18139'.
self loadTogether: self script50738 merge: false.
self flushCaches.
@@ -1,3 +1,6 @@
commentForCurrentUpdate
^ '18125 Icon display problem in versioner remotes manager UI
https://pharo.fogbugz.com/f/cases/18125'
^ '18137 Network test failing only on MAC on CI: UDPSocketEchoTest.testEcho
https://pharo.fogbugz.com/f/cases/18137
18139 getenv() call on Ubuntu 14.04 (32 bit) fails in one-click image
https://pharo.fogbugz.com/f/cases/18139'

0 comments on commit be465e3

Please sign in to comment.