From 00a2c4018dd04e81ba3b15b69f6663b929e862a7 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Wed, 8 Nov 2023 13:48:45 -0800 Subject: [PATCH 1/9] .github/workflows/ci-conda-known-test-failures.json: New --- .../ci-conda-known-test-failures.json | 23 +++++++++++++++++++ .github/workflows/ci-conda.yml | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/ci-conda-known-test-failures.json diff --git a/.github/workflows/ci-conda-known-test-failures.json b/.github/workflows/ci-conda-known-test-failures.json new file mode 100644 index 00000000000..6a8fe5e4419 --- /dev/null +++ b/.github/workflows/ci-conda-known-test-failures.json @@ -0,0 +1,23 @@ +{ + "sage_setup.clean": { + "failed": true + }, + "sage.groups.matrix_gps.finitely_generated_gap": { + "failed": true + }, + "sage.libs.singular.singular": { + "failed": true + }, + "sage.misc.lazy_import": { + "failed": true + }, + "sage.rings.polynomial.multi_polynomial_ideal": { + "failed": true + }, + "sage.rings.polynomial.multi_polynomial_libsingular": { + "failed": true + }, + "sage.tests.gap_packages": { + "failed": true + } +} diff --git a/.github/workflows/ci-conda.yml b/.github/workflows/ci-conda.yml index 2240c224a52..c2c50a44fa2 100644 --- a/.github/workflows/ci-conda.yml +++ b/.github/workflows/ci-conda.yml @@ -93,7 +93,7 @@ jobs: - name: Test if: success() || failure() shell: bash -l {0} - run: ./sage -t --all -p0 + run: ./sage -t --all --baseline-stats-path=.github/workflows/ci-conda-known-test-failures.json -p0 - name: Print logs if: always() From ca8b413abebda4a69a0d286bcedd5f6fb9fe79d5 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Tue, 14 Nov 2023 18:08:52 -0800 Subject: [PATCH 2/9] .github/workflows/ci-conda-known-test-failures.json: Add failure seen in https://github.com/sagemath/sage/actions/runs/6870325919/job/18684964234\#step:11:10059 --- .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 6a8fe5e4419..820c83dc20d 100644 --- a/.github/workflows/ci-conda-known-test-failures.json +++ b/.github/workflows/ci-conda-known-test-failures.json @@ -11,6 +11,9 @@ "sage.misc.lazy_import": { "failed": true }, + "sage.misc.weak_dict": { + "failed": true + }, "sage.rings.polynomial.multi_polynomial_ideal": { "failed": true }, From 32f3f35f0eafbedd82d020d60ce02ff2d6997757 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Tue, 14 Nov 2023 18:12:17 -0800 Subject: [PATCH 3/9] .github/workflows/ci-conda-known-test-failures.json: Add failure seen in https://github.com/sagemath/sage/actions/runs/6859244281/job/18651257775\#step:11:10102 --- .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 820c83dc20d..2d70eac2ab1 100644 --- a/.github/workflows/ci-conda-known-test-failures.json +++ b/.github/workflows/ci-conda-known-test-failures.json @@ -14,6 +14,9 @@ "sage.misc.weak_dict": { "failed": true }, + "sage.modular.modform.l_series_gross_zagier": { + "failed": true + }, "sage.rings.polynomial.multi_polynomial_ideal": { "failed": true }, From 8f936b7ab24dfe2576e488cc0d8ced1055fb5fef Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Tue, 14 Nov 2023 18:15:27 -0800 Subject: [PATCH 4/9] .github/workflows/ci-conda-known-test-failures.json: Add failure seen in https://github.com/sagemath/sage/actions/runs/6840579851/job/18600012965\#step:11:13016 --- .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 2d70eac2ab1..fcdebc9e5c0 100644 --- a/.github/workflows/ci-conda-known-test-failures.json +++ b/.github/workflows/ci-conda-known-test-failures.json @@ -5,6 +5,9 @@ "sage.groups.matrix_gps.finitely_generated_gap": { "failed": true }, + "sage.libs.gap.element": { + "failed": true + }, "sage.libs.singular.singular": { "failed": true }, From ab82f8d5c4d1766a71e1170fc0744ee68c756840 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Tue, 14 Nov 2023 18:17:04 -0800 Subject: [PATCH 5/9] .github/workflows/ci-conda-known-test-failures.json: Add failure seen in https://github.com/sagemath/sage/actions/runs/6840502530/job/18599835766\#step:11:10107 --- .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 fcdebc9e5c0..df917abd075 100644 --- a/.github/workflows/ci-conda-known-test-failures.json +++ b/.github/workflows/ci-conda-known-test-failures.json @@ -20,6 +20,9 @@ "sage.modular.modform.l_series_gross_zagier": { "failed": true }, + "sage.rings.function_field.drinfeld_modules.morphism": { + "failed": true + }, "sage.rings.polynomial.multi_polynomial_ideal": { "failed": true }, From 147ecf518e1d4b193818cd1b4649cd81fc42f0e0 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Tue, 14 Nov 2023 18:18:34 -0800 Subject: [PATCH 6/9] .github/workflows/ci-conda-known-test-failures.json: Add failure seen in https://github.com/sagemath/sage/actions/runs/6836592771/job/18591690058\#step:11:10059 --- .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 df917abd075..29e59dc12c0 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.combinat.cluster_algebra_quiver.quiver": { + "failed": true + }, "sage.groups.matrix_gps.finitely_generated_gap": { "failed": true }, From 4c39f26eb73648c945e00af9124ef6b82b91ebb8 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Tue, 14 Nov 2023 18:19:56 -0800 Subject: [PATCH 7/9] .github/workflows/ci-conda-known-test-failures.json: Add failure seen in https://github.com/sagemath/sage/actions/runs/6835143781/job/18588599649\#step:11:16939 --- .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 29e59dc12c0..079430133b9 100644 --- a/.github/workflows/ci-conda-known-test-failures.json +++ b/.github/workflows/ci-conda-known-test-failures.json @@ -14,6 +14,9 @@ "sage.libs.singular.singular": { "failed": true }, + "sage.matrix.matrix2": { + "failed": true + }, "sage.misc.lazy_import": { "failed": true }, From 46efdda8854c41d9cd0e5bcb87dd52f3e37d1be2 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Tue, 14 Nov 2023 18:24:24 -0800 Subject: [PATCH 8/9] .github/workflows/ci-conda-known-test-failures.json: Add failure seen in https://github.com/sagemath/sage/actions/runs/6827937663/job/18571052628\#step:11:12362 --- .github/workflows/ci-conda-known-test-failures.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci-conda-known-test-failures.json b/.github/workflows/ci-conda-known-test-failures.json index 079430133b9..8df7faebb3a 100644 --- a/.github/workflows/ci-conda-known-test-failures.json +++ b/.github/workflows/ci-conda-known-test-failures.json @@ -5,6 +5,9 @@ "sage.combinat.cluster_algebra_quiver.quiver": { "failed": true }, + "sage.geometry.cone": { + "failed": true + }, "sage.groups.matrix_gps.finitely_generated_gap": { "failed": true }, @@ -17,6 +20,9 @@ "sage.matrix.matrix2": { "failed": true }, + "sage.matrix.matrix_integer_sparse": { + "failed": true + }, "sage.misc.lazy_import": { "failed": true }, From 3c2edf32df02c9dbdd2a0dbbace12a8da9f2da03 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Tue, 14 Nov 2023 18:30:03 -0800 Subject: [PATCH 9/9] .github/workflows/ci-conda-known-test-failures.json: Add two more failures --- .github/workflows/ci-conda-known-test-failures.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci-conda-known-test-failures.json b/.github/workflows/ci-conda-known-test-failures.json index 8df7faebb3a..2d828ac98fb 100644 --- a/.github/workflows/ci-conda-known-test-failures.json +++ b/.github/workflows/ci-conda-known-test-failures.json @@ -11,6 +11,9 @@ "sage.groups.matrix_gps.finitely_generated_gap": { "failed": true }, + "sage.interfaces.expect": { + "failed": true + }, "sage.libs.gap.element": { "failed": true }, @@ -41,6 +44,9 @@ "sage.rings.polynomial.multi_polynomial_libsingular": { "failed": true }, + "sage.rings.polynomial.skew_polynomial_finite_field": { + "failed": true + }, "sage.tests.gap_packages": { "failed": true }