On Wed, Jan 13, 2010 at 04:01:32PM -0600, Miguel Enrique Cob? Martinez wrote:
El mi??, 13-01-2010 a las 15:52 -0600, Miguel Enrique Cob?? Martinez escribi??:
I ran the tests in PharoCore 10506 and got 4 failures:
AioEventHandlerTestCase>>#testSocketExceptionEvent AioEventHandlerTestCase>>#testSocketReadableEvent AioEventHandlerTestCase>>#testSocketReadableEventWithMaskNotSet AioEventHandlerTestCase>>#testSuspendAioForSocketReadableEvent
All of them caused by
ByteArray(Object)>>doesNotUnderstand: #port:
in:
Socket>>connectTo:port:
This is caused by changes to NetNameResolver in Pharo versus Squeak. If you set the UseOldNetwork variable to false in NetNameResolver, the tests will pass. The issue is that the following expression does not work with the new network code: Socket newTCP connectTo: (NetNameResolver addressFromString: '127.0.0.1') port: 8086 I'm not sure if this is a bug or a feature. Dave