Changes between Version 14 and Version 15 of Ticket #23832
- Timestamp:
- 09/26/17 14:17:08 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23832 – Description
v14 v15 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.beta6 4 #23391 Test timeout in FFPACK::CharPoly (related #21579) - [https://patchbot.sagemath.org/log/23927/debian/8.9/x86_64/3.16.0-4-amd64/multscher/2017-09-25%2021:09:59?short multscher] 5 {{{ 6 src/sage/graphs/matchpoly.pyx 7 }}} 8 Only occurs once in a hundred times or so, so one needs to do: 9 {{{ 10 for i in `seq 0 1000` ; do sage -t --long src/sage/graphs/matchpoly.pyx ; done 11 }}} 12 3 13 #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] 4 14 {{{