Runing tests with --optional=sage,optional,external, I get:

Using 
--optional=bliss,cbc,ccache,cmake,cryptominisat,dot2tex,external,glucose,gmpy2,lrslib,memlimit,mpir,normaliz,notedown,pandoc_attributes,pycosat,pynormaliz,python2,rst2ipynb,sage
External software detected for doctesting: 
ffmpeg,graphviz,gurobi,imagemagick,internet,latex,pandoc

----------------------------------------------------------------------
sage -t --long src/sage/sat/boolean_polynomials.py  # 1 doctest failed
sage -t --long src/sage/symbolic/integration/external.py  # 1 doctest failed
sage -t --long src/sage/tests/cmdline.py  # 1 doctest failed
sage -t --long src/sage/misc/persist.pyx  # 2 doctests failed
sage -t --long src/sage/combinat/designs/ext_rep.py  # 1 doctest failed
----------------------------------------------------------------------

The issue with boolean_polynomial and external.py (copied below) are not 
reproducable when run standalone.

The issue with cmdline.py (pandoc) is already positively reviewed.

Follow up at https://trac.sagemath.org/ticket/25536


sage -t --long src/sage/sat/boolean_polynomials.py
**********************************************************************
File "src/sage/sat/boolean_polynomials.py", line 89, in 
sage.sat.boolean_polynomials.solve
Failed example:
    s = solve_sat(F, s_verbosity=1, c_max_vars_sparse=4, 
c_cutting_number=8) # optional - cryptominisat
Expected:
    c ...
    ...
Got:
    <BLANKLINE>
**********************************************************************
1 item had failures:
   1 of  41 in sage.sat.boolean_polynomials.solve
    0 tests not run because we ran out of time
    [46 tests, 1 failure, 167.78 s]



sage -t --long src/sage/symbolic/integration/external.py
**********************************************************************
File "src/sage/symbolic/integration/external.py", line 84, in 
sage.symbolic.integration.external.mma_free_integrator
Failed example:
    mma_free_integrator(exp(-x^2)*log(x), x) # optional - internet
Exception raised:
    Traceback (most recent call last):
      File 
"/home/slabbe/GitBox/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py",
 
line 671, in _run
        self.compile_and_execute(example, compiler, test.globs)
      File 
"/home/slabbe/GitBox/sage/local/lib/python2.7/site-packages/sage/doctest/forker.py",
 
line 1095, in compile_and_execute
        exec(compiled, globs)
      File "<doctest 
sage.symbolic.integration.external.mma_free_integrator[5]>", line 1, in 
<module>
        mma_free_integrator(exp(-x**Integer(2))*log(x), x) # optional - 
internet
      File 
"/home/slabbe/GitBox/sage/local/lib/python2.7/site-packages/sage/symbolic/integration/external.py",
 
line 99, in mma_free_integrator
        all_outputs = parse_moutput_from_json(json_page_data)
      File 
"/home/slabbe/GitBox/sage/local/lib/python2.7/site-packages/sage/symbolic/integration/external.py",
 
line 249, in parse_moutput_from_json
        raise ValueError('asking wolframalpha.com was not successful')
    ValueError: asking wolframalpha.com was not successful
**********************************************************************
1 item had failures:
   1 of   7 in sage.symbolic.integration.external.mma_free_integrator
    6 fricas tests not run
    0 tests not run because we ran out of time
    [35 tests, 1 failure, 32.97 s]



sage -t --long src/sage/tests/cmdline.py
**********************************************************************
File "src/sage/tests/cmdline.py", line 820, in 
sage.tests.cmdline.test_executable
Failed example:
    print(open(output, 'r').read() == t)          # optional - pandoc
Expected:
    True
Got:
    False
**********************************************************************
1 item had failures:
   1 of 271 in sage.tests.cmdline.test_executable
    3 gdb tests not run
    4 kash tests not run
    0 tests not run because we ran out of time
    [270 tests, 1 failure, 61.48 s]

-- 
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.

Reply via email to