Changes between Version 21 and Version 23 of Ticket #23832
- Timestamp:
- 10/03/17 21:40:53 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23832 – Description
v21 v23 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 3 == 8.1.beta6 2 == 8.1.beta7 4 3 #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] 5 4 … … 15 14 for i in `seq 0 1000` ; do sage -t --long src/sage/graphs/matchpoly.pyx ; done 16 15 }}} 17 18 #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]19 {{{20 sage -t --long src/sage/tests/books/judson-abstract-algebra/actions-sage.py21 }}}22 23 24 #23913 Doctest failures with GMP25 {{{26 src/sage/rings/integer.pyx27 src/sage/ext/memory.pyx28 }}}29 30 #23892 Various doctest failures if pynormaliz is installed31 16 32 17 #23879 Various doctest failures if cbc is installed … … 49 34 }}} 50 35 36 == 8.1.beta6 37 38 #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] 39 {{{ 40 sage -t --long src/sage/tests/books/judson-abstract-algebra/actions-sage.py 41 }}} 42 43 44 #23913 Doctest failures with GMP 45 {{{ 46 src/sage/rings/integer.pyx 47 src/sage/ext/memory.pyx 48 }}} 49 50 #23892 Various doctest failures if pynormaliz is installed, most of the failures are in: 51 {{{ 52 src/sage/combinat/rigged_configurations 53 }}} 54 51 55 #23732 optional package libtheora does not install 52 56 {{{ … … 56 60 57 61 58 == 8.1.beta559 60 #23840 Elliptic curve failures61 {{{62 src/sage/schemes/elliptic_curves/ell_number_field.py63 }}}