From 3bfed1308c1accae58053b741ac26f70413fc4bd Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Wed, 20 Dec 2023 14:07:05 -0800 Subject: [PATCH 1/9] .github/workflows/ci-conda-known-test-failures.json: Add random failure https://github.com/sagemath/sage/issues/36832 --- .github/workflows/ci-conda-known-test-failures.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-conda-known-test-failures.json b/.github/workflows/ci-conda-known-test-failures.json index 2d828ac98fb..4680c5e7c81 100644 --- a/.github/workflows/ci-conda-known-test-failures.json +++ b/.github/workflows/ci-conda-known-test-failures.json @@ -47,6 +47,9 @@ "sage.rings.polynomial.skew_polynomial_finite_field": { "failed": true }, + "sage.schemes.elliptic_curves.ell_field": { + "failed": true + }, "sage.tests.gap_packages": { "failed": true } From d803c6cc7d19a7e8acc7958346b670b6c279541f Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Wed, 20 Dec 2023 23:03:28 -0800 Subject: [PATCH 2/9] .github/workflows/ci-conda-known-test-failures.json: Add https://github.com/sagemath/sage/issues/36939 --- .github/workflows/ci-conda-known-test-failures.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-conda-known-test-failures.json b/.github/workflows/ci-conda-known-test-failures.json index 4680c5e7c81..18b898c6685 100644 --- a/.github/workflows/ci-conda-known-test-failures.json +++ b/.github/workflows/ci-conda-known-test-failures.json @@ -35,6 +35,9 @@ "sage.modular.modform.l_series_gross_zagier": { "failed": true }, + "sage.parallel.map_reduce": { + "failed": true + }, "sage.rings.function_field.drinfeld_modules.morphism": { "failed": true }, From 255fc6a80db567091d751c38ce0632b6b5e0089f Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Wed, 20 Dec 2023 23:15:09 -0800 Subject: [PATCH 3/9] .github/workflows/ci-conda-known-test-failures.json: Add https://github.com/sagemath/sage/issues/35973 --- .github/workflows/ci-conda-known-test-failures.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-conda-known-test-failures.json b/.github/workflows/ci-conda-known-test-failures.json index 18b898c6685..8010bfc3727 100644 --- a/.github/workflows/ci-conda-known-test-failures.json +++ b/.github/workflows/ci-conda-known-test-failures.json @@ -53,6 +53,9 @@ "sage.schemes.elliptic_curves.ell_field": { "failed": true }, + "sage.structure.coerce_actions": { + "failed": true + }, "sage.tests.gap_packages": { "failed": true } From 410bc130fe36a1a7bea6004e16960049e98c0236 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Wed, 20 Dec 2023 23:20:05 -0800 Subject: [PATCH 4/9] .github/workflows/ci-conda-known-test-failures.json: Add some failures from https://github.com/sagemath/sage/pull/36372 --- .github/workflows/ci-conda-known-test-failures.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci-conda-known-test-failures.json b/.github/workflows/ci-conda-known-test-failures.json index 8010bfc3727..12ae507bedc 100644 --- a/.github/workflows/ci-conda-known-test-failures.json +++ b/.github/workflows/ci-conda-known-test-failures.json @@ -2,6 +2,9 @@ "sage_setup.clean": { "failed": true }, + "sage.algebras.fusion_rings.fusion_ring": { + "failed": true + }, "sage.combinat.cluster_algebra_quiver.quiver": { "failed": true }, @@ -47,12 +50,18 @@ "sage.rings.polynomial.multi_polynomial_libsingular": { "failed": true }, + "sage.rings.polynomial.polynomial_element": { + "failed": true + }, "sage.rings.polynomial.skew_polynomial_finite_field": { "failed": true }, "sage.schemes.elliptic_curves.ell_field": { "failed": true }, + "sage.sets.recursively_enumerated_set": { + "failed": true + }, "sage.structure.coerce_actions": { "failed": true }, From 4d3d50e8df4932450b97fc57d7682e33b8fa6624 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Thu, 21 Dec 2023 12:11:15 -0800 Subject: [PATCH 5/9] .github/workflows/ci-conda-known-test-failures.json: Add references from commit messages --- .../ci-conda-known-test-failures.json | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci-conda-known-test-failures.json b/.github/workflows/ci-conda-known-test-failures.json index 12ae507bedc..348815e5720 100644 --- a/.github/workflows/ci-conda-known-test-failures.json +++ b/.github/workflows/ci-conda-known-test-failures.json @@ -3,13 +3,13 @@ "failed": true }, "sage.algebras.fusion_rings.fusion_ring": { - "failed": true + "failed": "see https://github.com/sagemath/sage/pull/36372" }, "sage.combinat.cluster_algebra_quiver.quiver": { - "failed": true + "failed": "failure seen in https://github.com/sagemath/sage/actions/runs/6836592771/job/18591690058#step:11:10059" }, "sage.geometry.cone": { - "failed": true + "failed": "failure seen in https://github.com/sagemath/sage/actions/runs/6827937663/job/18571052628#step:11:12362" }, "sage.groups.matrix_gps.finitely_generated_gap": { "failed": true @@ -18,31 +18,31 @@ "failed": true }, "sage.libs.gap.element": { - "failed": true + "failed": "failure seen in https://github.com/sagemath/sage/actions/runs/6840579851/job/18600012965#step:11:13016" }, "sage.libs.singular.singular": { "failed": true }, "sage.matrix.matrix2": { - "failed": true + "failed": "failure seen in https://github.com/sagemath/sage/actions/runs/6835143781/job/18588599649#step:11:16939" }, "sage.matrix.matrix_integer_sparse": { - "failed": true + "failed": "failure seen in https://github.com/sagemath/sage/actions/runs/6827937663/job/18571052628#step:11:12362" }, "sage.misc.lazy_import": { "failed": true }, "sage.misc.weak_dict": { - "failed": true + "failed": "failure seen in https://github.com/sagemath/sage/actions/runs/6870325919/job/18684964234#step:11:10059" }, "sage.modular.modform.l_series_gross_zagier": { - "failed": true + "failed": "failure seen in https://github.com/sagemath/sage/actions/runs/6859244281/job/18651257775#step:11:10102" }, "sage.parallel.map_reduce": { - "failed": true + "failed": "random failure https://github.com/sagemath/sage/issues/36939" }, "sage.rings.function_field.drinfeld_modules.morphism": { - "failed": true + "failed": "failure seen in https://github.com/sagemath/sage/actions/runs/6840502530/job/18599835766#step:11:10107" }, "sage.rings.polynomial.multi_polynomial_ideal": { "failed": true @@ -51,19 +51,19 @@ "failed": true }, "sage.rings.polynomial.polynomial_element": { - "failed": true + "failed": "see https://github.com/sagemath/sage/pull/36372" }, "sage.rings.polynomial.skew_polynomial_finite_field": { "failed": true }, "sage.schemes.elliptic_curves.ell_field": { - "failed": true + "failed": "random failure https://github.com/sagemath/sage/issues/36832" }, "sage.sets.recursively_enumerated_set": { - "failed": true + "failed": "see https://github.com/sagemath/sage/pull/36372" }, "sage.structure.coerce_actions": { - "failed": true + "failed": "random failure https://github.com/sagemath/sage/issues/35973" }, "sage.tests.gap_packages": { "failed": true From 9db526c5d033bc60da21af19c06aebfb7954e38c Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Thu, 21 Dec 2023 12:40:00 -0800 Subject: [PATCH 6/9] .github/workflows/ci-conda-known-test-failures.json: Add details from https://github.com/sagemath/sage/pull/36372 --- .../ci-conda-known-test-failures.json | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci-conda-known-test-failures.json b/.github/workflows/ci-conda-known-test-failures.json index 348815e5720..47d0adcd8e9 100644 --- a/.github/workflows/ci-conda-known-test-failures.json +++ b/.github/workflows/ci-conda-known-test-failures.json @@ -1,15 +1,18 @@ { + "doc.en.constructions.calculus": { + "failed": "unreported random failures in plotting" + }, "sage_setup.clean": { - "failed": true + "failed": "_find_stale_files finds some stale files under sage/tests when executed under conda" }, "sage.algebras.fusion_rings.fusion_ring": { - "failed": "see https://github.com/sagemath/sage/pull/36372" + "failed": "unreported random timeouts" }, "sage.combinat.cluster_algebra_quiver.quiver": { "failed": "failure seen in https://github.com/sagemath/sage/actions/runs/6836592771/job/18591690058#step:11:10059" }, "sage.geometry.cone": { - "failed": "failure seen in https://github.com/sagemath/sage/actions/runs/6827937663/job/18571052628#step:11:12362" + "failed": "unreported random timeouts seen in https://github.com/sagemath/sage/actions/runs/6827937663/job/18571052628#step:11:12362" }, "sage.groups.matrix_gps.finitely_generated_gap": { "failed": true @@ -36,13 +39,16 @@ "failed": "failure seen in https://github.com/sagemath/sage/actions/runs/6870325919/job/18684964234#step:11:10059" }, "sage.modular.modform.l_series_gross_zagier": { - "failed": "failure seen in https://github.com/sagemath/sage/actions/runs/6859244281/job/18651257775#step:11:10102" + "failed": "unreported failure seen in https://github.com/sagemath/sage/actions/runs/6859244281/job/18651257775#step:11:10102" }, "sage.parallel.map_reduce": { "failed": "random failure https://github.com/sagemath/sage/issues/36939" }, + "sage.plot.plot": { + "failed": "unreported random failure (macOS)" + }, "sage.rings.function_field.drinfeld_modules.morphism": { - "failed": "failure seen in https://github.com/sagemath/sage/actions/runs/6840502530/job/18599835766#step:11:10107" + "failed": "unreported random failure seen in https://github.com/sagemath/sage/actions/runs/6840502530/job/18599835766#step:11:10107" }, "sage.rings.polynomial.multi_polynomial_ideal": { "failed": true @@ -51,7 +57,7 @@ "failed": true }, "sage.rings.polynomial.polynomial_element": { - "failed": "see https://github.com/sagemath/sage/pull/36372" + "failed": "unreported random failure in symbolic 'roots' (macOS)" }, "sage.rings.polynomial.skew_polynomial_finite_field": { "failed": true @@ -60,7 +66,7 @@ "failed": "random failure https://github.com/sagemath/sage/issues/36832" }, "sage.sets.recursively_enumerated_set": { - "failed": "see https://github.com/sagemath/sage/pull/36372" + "failed": "random failures related to AlarmInterrupt (macOS)" }, "sage.structure.coerce_actions": { "failed": "random failure https://github.com/sagemath/sage/issues/35973" From 5e697120a764cba6b737e1f871a2e542beb28e97 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Thu, 21 Dec 2023 12:40:58 -0800 Subject: [PATCH 7/9] src/sage/doctest/reporting.py: Include message in '[failed in baseline]' if provided --- src/sage/doctest/reporting.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/sage/doctest/reporting.py b/src/sage/doctest/reporting.py index 993ebeaa7a1..9fab0e966bd 100644 --- a/src/sage/doctest/reporting.py +++ b/src/sage/doctest/reporting.py @@ -213,10 +213,13 @@ def report_head(self, source, fail_msg=None): baseline = self.controller.source_baseline(source) if fail_msg: cmd += " # " + fail_msg - if baseline.get('failed', False): + if failed := baseline.get('failed', False): if not fail_msg: cmd += " #" - cmd += " [failed in baseline]" + if failed is True: + cmd += " [failed in baseline]" + else: + cmd += f" [failed in baseline: {failed}]" return cmd def report(self, source, timeout, return_code, results, output, pid=None): From fa6ec3dd92d478c4b43e669dc28b971ff1bcdf26 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Fri, 22 Dec 2023 19:54:41 -0800 Subject: [PATCH 8/9] .github/workflows/ci-conda-known-test-failures.json: Add https://github.com/sagemath/sage/issues/36949 --- .github/workflows/ci-conda-known-test-failures.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-conda-known-test-failures.json b/.github/workflows/ci-conda-known-test-failures.json index 47d0adcd8e9..24dfaed0e54 100644 --- a/.github/workflows/ci-conda-known-test-failures.json +++ b/.github/workflows/ci-conda-known-test-failures.json @@ -62,6 +62,9 @@ "sage.rings.polynomial.skew_polynomial_finite_field": { "failed": true }, + "sage.schemes.elliptic_curves.descent_two_isogeny": { + "failed": "random segfault (macOS) https://github.com/sagemath/sage/issues/36949" + }, "sage.schemes.elliptic_curves.ell_field": { "failed": "random failure https://github.com/sagemath/sage/issues/36832" }, From 8f4bc66d84f47f4da1103510690d6b786cac04ed Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Sat, 23 Dec 2023 04:21:07 -0800 Subject: [PATCH 9/9] .github/workflows/ci-conda-known-test-failures.json: Add https://github.com/sagemath/sage/issues/28559 --- .github/workflows/ci-conda-known-test-failures.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-conda-known-test-failures.json b/.github/workflows/ci-conda-known-test-failures.json index 24dfaed0e54..bfb92de3e15 100644 --- a/.github/workflows/ci-conda-known-test-failures.json +++ b/.github/workflows/ci-conda-known-test-failures.json @@ -41,6 +41,9 @@ "sage.modular.modform.l_series_gross_zagier": { "failed": "unreported failure seen in https://github.com/sagemath/sage/actions/runs/6859244281/job/18651257775#step:11:10102" }, + "sage.numerical.linear_tensor_element": { + "failed": "random segfaults https://github.com/sagemath/sage/issues/28559" + }, "sage.parallel.map_reduce": { "failed": "random failure https://github.com/sagemath/sage/issues/36939" },