Changes between Version 24 and Version 25 of Ticket #23832
- Timestamp:
- 10/20/17 15:10:49 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23832 – Description
v24 v25 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 == 8.1.beta73 #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]4 {{{5 sage -t --long src/sage/schemes/elliptic_curves/sha_tate.py6 }}}7 2 8 3 == 8.1.beta8 9 4 #23933 OpenBLAS randomly crashes / deadlocks 2 - [https://patchbot.sagemath.org/log/23927/Ubuntu/14.04/i686/3.13.0-95-generic/arando/2017-09-25%2021:41:12?short arando] 10 5 … … 21 16 }}} 22 17 18 19 #21828 At least on OpenSuSE: 20 Crash in SubgraphSearch of empty graph 21 {{{ 22 src/sage/combinat/posets/poset_examples.py 23 src/sage/combinat/posets/posets.py 24 }}} 25 26 == 8.1.beta7 27 #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] 28 {{{ 29 sage -t --long src/sage/schemes/elliptic_curves/sha_tate.py 30 }}} 31 32 23 33 #23879 Various doctest failures if cbc is installed 24 34 {{{ … … 32 42 sage -t --long src/sage/graphs/graph_decompositions/vertex_separation.pyx # Timed out 33 43 }}} 34 35 #21828 At least on OpenSuSE:36 Crash in SubgraphSearch of empty graph37 {{{38 src/sage/combinat/posets/poset_examples.py39 src/sage/combinat/posets/posets.py40 }}}41 42 == 8.1.beta643 44 #23930 Doctest failures in Judson's abstract algebra book - [https://patchbot.sagemath.org/log/23925/Ubuntu/14.04/i686/3.13.0-95-generic/arando/2017-09-26%2009:40:16?short arando]45 {{{46 sage -t --long src/sage/tests/books/judson-abstract-algebra/actions-sage.py47 }}}48 49 50 #23913 Doctest failures with GMP51 {{{52 src/sage/rings/integer.pyx53 src/sage/ext/memory.pyx54 }}}55 56 #23892 Various doctest failures if pynormaliz is installed, most of the failures are in:57 {{{58 src/sage/combinat/rigged_configurations59 }}}60 61 #23732 optional package libtheora does not install62 {{{63 sage -i libtheora64 }}}65 66 67