[Vm-dev] Alien Callbacks with SELinux enforcing on

Ben Coman btc at openinworld.com
Tue Oct 30 13:14:30 UTC 2018


On Tue, 30 Oct 2018 at 18:44, Eliot Miranda <eliot.miranda at gmail.com> wrote:

>
>  Can anyone tell me, when github says “all tests have passed” for a pull
> request, what tests have been run and/or how to look at the logs?  We
> should include FFI tests here if at all possible.
>

Taking this example...
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/297
click "1"....

[image: image.png]

As best I understand it its that both Appveyor and Travis builds are green.
Clicking "2" to drill into Travis, all its jobs are green except
"allow_failures" defined in
https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/Cog/.travis.yml
Clicking for example on the first job "3"...

[image: image.png]

to view that job's particular log,  then click on the tiny sideways arrow
"4" to expand "Testing project..."
[image: image.png]

with I presume tests to be run defined here...
https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/Cog/.travis.yml#L135
https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/Cog/scripts/ci/travis_test.sh
https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/Cog/tests/smalltalkCI.sh#L4
https://github.com/OpenSmalltalk/opensmalltalk-vm/blob/Cog/tests/smalltalk.ston


and I'd guess appveyor was similar.

cheers -ben
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20181030/fd453aeb/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 122292 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20181030/fd453aeb/attachment-0003.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 9720 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20181030/fd453aeb/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 113640 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20181030/fd453aeb/attachment-0005.png>


More information about the Vm-dev mailing list