I am getting an unexpected failure when running the patchbot, but it seems
not to be reproducible.
sage -t --long --random-seed=0 src/sage/doctest/control.py
**********************************************************************
File "src/sage/doctest/control.py", line 742, in
sage.doctest.control.DocTestController.expand_files_into_sources
Failed example:
len(DC.sources)
Expected:
11
Got:
12
**********************************************************************
File "src/sage/doctest/control.py", line 836, in
sage.doctest.control.DocTestController.sort_sources
Failed example:
print("\n".join(source.basename for source in DC.sources))
Expected:
sage.doctest.util
sage.doctest.test
sage.doctest.sources
sage.doctest.reporting
sage.doctest.parsing
sage.doctest.forker
sage.doctest.fixtures
sage.doctest.external
sage.doctest.control
sage.doctest.all
sage.doctest
Got:
sage.doctest.util
sage.doctest.test
sage.doctest.sources
sage.doctest.reporting
sage.doctest.parsing
sage.doctest.not_tested
sage.doctest.forker
sage.doctest.fixtures
sage.doctest.external
sage.doctest.control
sage.doctest.all
sage.doctest
**********************************************************************
2 items had failures:
1 of 23 in
sage.doctest.control.DocTestController.expand_files_into_sources
1 of 12 in sage.doctest.control.DocTestController.sort_sources
[200 tests, 2 failures, 6.42 s]
----------------------------------------------------------------------
sage -t --long --random-seed=0 src/sage/doctest/control.py # 2 doctests
failed
----------------------------------------------------------------------
Volker Braun schrieb am Donnerstag, 12. August 2021 um 23:41:47 UTC+2:
> As always, you can get the latest beta version from the "develop" git
> branch. Alternatively, the self-contained source tarball is at
> http://www.sagemath.org/download-latest.html
>
> 7282b2b6c6 (trac/develop, tag: 9.4.rc2) Updated SageMath version to 9.4.rc2
> 79dc8f55f8 Trac #32359: fedora 34: ./configure aborts while checking for
> pari.cfg
> e0cbf2c965 (tag: 9.4.rc1) Updated SageMath version to 9.4.rc1
>
>
>
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/sage-release/f9abb9f0-a5c7-4676-82ea-05d5fadd709bn%40googlegroups.com.