On 21/12/15 21:17, David T. Lewis wrote:
My expectation is that a Unix VM (interpreter, Cog, Spur) running on
Mac with X11 display should work with the current RemoteTask, exactly
as on on Linux. But I have not personally tried it, and I am not really
sure what would be required to get it working on the standard released
Mac VMs.
Sorry for the confusion.
No problem.
AioEventHandlerTestCase>>testEnableHandleAndDisable
AioEventHandlerTestCase>>testHandleForFile
use
anOpenFile := SourceFiles at: 1.
in pharo SourceFiles is a SourceFileArray that doesn't respond to
#at: but uses #fileAt:
In all three,
UnixProcessAccessorTestCase>>testRedirectStdOutTo
fails at
self deny: OSProcess thisOSProcess stdOut closed.
and also
UnixProcessTestCase>>testCatAFile fails at
self shouldnt: [p initialStdOut closed]. "Shared stdout with the VM,
should be open"
Ignoring #safeToForkSqueak crashes Pharo as expected when running the
forking tests :(
Stephan