On 13/02/2017 14:32, Sébastien Labbé wrote:
On Ubuntu 16.06, make ptestlong with MAKE="make j6" had one failing test
which I can not reproduce:

sage -t --long --warn-long 36.7 src/sage/homology/simplicial_complex.py
**********************************************************************
File "src/sage/homology/simplicial_complex.py", line 2812, in
sage.homology.simplicial_complex.SimplicialComplex.is_cohen_macaulay
Failed example:
    X.is_cohen_macaulay(ZZ)
Expected:
    False
Got:
    [Errno 2] No such file or directory:
'/home/slabbe/.sage/temp/miami/18965/dir_SuGBe_/19186.out'
    [Errno 2] No such file or directory:
'/home/slabbe/.sage/temp/miami/18965/dir_SuGBe_/19185.out'
    False
**********************************************************************
1 item had failures:
   1 of   8 in
sage.homology.simplicial_complex.SimplicialComplex.is_cohen_macaulay
    [577 tests, 1 failure, 3.31 s]


Also git status now tells me I have this file in SAGE_ROOT:

octave-workspace

?

How did you obtain that? If you run sage tests with external softwares enabled then octave tests are doing some mess. It is the default in the makefile
{{{
testall: all
    $(TESTALL) --optional=sage,optional,external --logfile=logs/testall.log
}}}
You can delete the file and run again the tests on the interfaces/octave.py file with --optional=sage,external and check whether the file appears again.

Vincent

--
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.

Reply via email to