Changes between Version 27 and Version 28 of Ticket #23832
- Timestamp:
- 11/10/17 13:28:45 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23832 – Description
v27 v28 1 1 The goal of this metaticket is to make it easy to see if there is already a ticket for failures of some patchbots. If a patchbot failure is not on the list, please make ticket with `blocker` priority for it, if it does not yet exist and add it here together with a list of the affected files! 2 2 3 == 8.1.beta8 4 #24075 doctest failure in schemes/elliptic_curves/heegner.py 5 {{{ 6 sage -t --long src/sage/schemes/elliptic_curves/heegner.py 7 }}} 8 3 == 8.1.beta9 9 4 #22851 qepcad doctest errors (needs optional package qepqad installed) 10 5 {{{ … … 34 29 }}} 35 30 36 == 8.1.beta7 37 #23962 Doctest failure in src/sage/schemes/elliptic_curves/sha_tate.py [https://patchbot.sagemath.org/log/0/Ubuntu/14.04/i686/3.13.0-95-generic/arando/2017-10-03%2022:01:02?short arando] 31 == 8.1.rc0 32 33 #24075 doctest failure in schemes/elliptic_curves/heegner.py 38 34 {{{ 39 sage -t --long src/sage/schemes/elliptic_curves/ sha_tate.py35 sage -t --long src/sage/schemes/elliptic_curves/heegner.py 40 36 }}} 41 42 43 #23879 Various doctest failures if cbc is installed44 {{{45 sage -t --long src/sage/combinat/designs/orthogonal_arrays_build_recursive.py # Killed due to segmentation fault46 sage -t --long src/sage/graphs/digraph.py # Bad exit: 12747 sage -t --long src/sage/graphs/generic_graph.py # Killed due to abort48 sage -t --long src/sage/graphs/graph_coloring.py # Killed due to abort49 sage -t --long src/sage/graphs/graph.py # Killed due to abort50 sage -t --long src/sage/libs/gap/assigned_names.py # 1 doctest failed51 sage -t --long src/sage/numerical/backends/gurobi_backend.pyx # Killed due to abort52 sage -t --long src/sage/graphs/graph_decompositions/vertex_separation.pyx # Timed out53 }}}