[squeak-dev] OSProcess test failures on CI

Frank Shearar frank.shearar at gmail.com
Thu Jul 25 10:47:01 UTC 2013


Hi Dave,

A number of OSProcess tests fail on CI
(http://build.squeak.org/job/ExternalPackages/287/#showFailuresLink).
I'm installing them like this:

    Installer squeakmap
        update;
        addPackage: 'OSProcess (head)';
        install.

    [(Smalltalk at: #AioEventHandler) aioPluginPresent]
        on: Warning
        do: [ "ignore the one-time warning dialog" ].

and I run the tests like this:

    HDTestReport runPackage: 'OSProcess-Tests'.

which just runs the TestCases in that package using a custom runner.
For instance, #testSpawnTenHeadlessChildren fails with "Block raised
Warning: process accessor module not available". Could these be
failing for the same reason the FFI tests fail? For instance
FI.Tests.FFIPluginTests.testConstructedCharCall fails with "Unable to
find function address".

Any thoughts?

frank


More information about the Squeak-dev mailing list