Re: [sage-release] Sage 8.7.beta0 released

2019-01-24 Thread Andy Howell
Under Ubuntu 18.10, I had one transient failure. sage -t --long --warn-long 53.6 src/sage/numerical/linear_tensor_element.pyx  # Killed due to abort sage/local/bin/python2 cored. Running the test standalone passed, as did rerunning all tests again. On 1/23/19 2:47 PM, Volker Braun wrote:

Re: [sage-release] Sage 9.1 released

2020-05-21 Thread Andy Howell
On Ubuntu 19.10, I had the following hard errors after a clean build: sage -t --long --warn-long 63.4 src/sage/libs/eclib/interface.py # 2 doctests failed sage -t --long --warn-long 63.4 src/sage/numerical/backends/glpk_backend.pyx  # 1 doctest failed sage -t --long --warn-long 63.4 src/sage/li

Re: [sage-release] Sage 9.1 released

2020-05-22 Thread Andy Howell
ng large-scale  linear programming (LP), mixed integer programming (MIP), and other  related problems. It is a set of routines written in ANSI C and  organized in the form of a callable library.  .  This package contains static library, headers, and the development  manpage for libvc. Description-md5: 1a32

Re: [sage-release] Sage 9.2.rc1 released

2020-10-11 Thread Andy Howell
Ubuntu 20.04 Incremental build  OK, tests failed. Did clean rebuild. These two failed: sage -t --long --warn-long 55.4 --random-seed=0 src/sage/interfaces/singular.py  # Killed due to segmentation fault sage-t --long --warn-long 55.4 --random-seed=0 src/sage/quadratic_forms/quadratic_form__e

Re: [sage-release] Sage 8.4.beta5 released

2018-09-16 Thread Andy Howell
I'm getting two tests failing on Ubuntu 18.04.1 LTS sage -t --long --warn-long 39.4 src/sage/repl/attach.py  # 7 doctests failed sage -t --long --warn-long 39.4 src/sage/repl/load.py  # 1 doctest failed I did an incremental build and the test failed. I did a distclean, rebuild, and ran ptestlong

Re: [sage-release] Sage 8.4.beta5 released

2018-09-16 Thread Andy Howell
27; in > SAGE_ROOT? I think that's where it's looking. If so, remove it and > repeat the tests. > > On Sunday, September 16, 2018 at 3:38:44 PM UTC-5, Andy Howell wrote: > > I'm getting two tests failing on Ubuntu 18.04.1 LTS > > sage -t --long --w

Re: [sage-release] Sage 8.4.beta5 released

2018-09-18 Thread Andy Howell
/17/2018 10:27 PM, Steven Trogdon wrote: > This is now https://trac.sagemath.org/ticket/26304. I think this > should be corrected. > > On Monday, September 17, 2018 at 6:10:47 AM UTC-5, Erik Bray wrote: > > On Mon, Sep 17, 2018 at 5:04 AM Andy Howell > wrote: &