Re: [sage-release] Re: Sage 7.6.beta3 released

2017-03-23 Thread Sébastien Labbé


On Thursday, March 23, 2017 at 9:07:54 AM UTC+1, vdelecroix wrote:
>
> On 13/02/2017 14:32, Sébastien Labbé wrote: 
> > 
> > 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  
>

I can't remember exactly. Maybe that file was there from a longer time than 
I thought. 

You are right, it reappears :

$ rm octave-workspace
$ sage -t --optional=sage,external src/sage/interfaces/octave.py 
Running doctests with ID 2017-03-23-10-05-25-f302510e.
Git branch: develop
Using --optional=external,sage
External software to be detected: 
cplex,gurobi,internet,latex,macaulay2,magma,maple,mathematica,matlab,octave,scilab
Doctesting 1 file.
sage -t --warn-long 55.2 src/sage/interfaces/octave.py
[133 tests, 1.44 s]
--
All tests passed!
--
Total time for all tests: 6.2 seconds
cpu time: 0.5 seconds
cumulative wall time: 1.4 seconds
External software detected for doctesting: octave

$ git status
Sur la branche develop
Fichiers non suivis:
  (utilisez "git add ..." pour inclure dans ce qui sera validé)

octave-workspace

aucune modification ajoutée à la validation mais des fichiers non suivis 
sont présents (utilisez "git add" pour les suivre)
 

-- 
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 7.6.beta3 released

2017-03-23 Thread Vincent Delecroix

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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-release] Re: Sage 7.6.beta3 released

2017-02-13 Thread Jeroen Demeyer

On 2017-02-13 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:


See https://trac.sagemath.org/ticket/15585

--
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.