[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Allow newspeak spur linux & macos x64 failure (#425)

Nicolas Cellier notifications at github.com
Tue Sep 3 19:57:41 UTC 2019


These architectures and flavours are failing for a long time
Such failures make the CI status useless
and obstruct integration of unrelated features

It is vital to have a green CI, and these are provisional measures to restore a useful status.
This should not prevent us to investigate the problem further and hopefully resolve it.

It seems that all recent builds triggered the same crash dump on macos and linux while bootstrapping Newspeak, following stage:

    "$NSVM" $HEADLESS $COG_FLAGS $IMAGE NewspeakBootstrap.st

The error did not happen in x64 stack version, neither on linux nor macos.
This means that this might well be a bug related to Cog JIT on x64 SysV,
rather than a bug specific to Newspeak 64bits image.
It might be that Newspeak bootstrap process is testing the VM more thoroughly...
You can view, comment on, or merge this pull request online at:

  https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/425

-- Commit Summary --

  * Allow failure of Newspeak on linux 64
  * Also allow Newspeak failure on macos 64

-- File Changes --

    M .travis.yml (2)

-- Patch Links --

https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/425.patch
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/425.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/425
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20190903/6f578123/attachment-0001.html>


More information about the Vm-dev mailing list