From a12a1b0789906e920701d70fad1218f51cb1a599 Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Thu, 20 Mar 2025 12:59:09 +0100 Subject: [PATCH 1/2] Rozanski & Sonntag example uninitialised mem (?) issue --- .github/workflows/tests.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ff1eb91cc..9e715eb1d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -270,9 +270,4 @@ jobs: - run: | python -m pytest --durations=10 -v -p no:unraisableexception -We tests/examples_tests/test_tests_completeness.py - # TODO #1207 - - if: startsWith(matrix.platform, 'macos-13') - run: python -m pytest --durations=10 -v -p no:unraisableexception -We tests/examples_tests/test_run* -k "not Rozanski_and_Sonntag_1982" --suite ${{ matrix.test-suite }} - - - if: ( ! startsWith(matrix.platform, 'macos-13') ) - run: python -m pytest --durations=10 -v -p no:unraisableexception -We tests/examples_tests/test_run* --suite ${{ matrix.test-suite }} + - run: python -m pytest --durations=10 -v -p no:unraisableexception -We tests/examples_tests/test_run* --suite ${{ matrix.test-suite }} From 85650fd1b6e544c8505a65e98dbd3fe2018c8778 Mon Sep 17 00:00:00 2001 From: Sylwester Arabas Date: Thu, 20 Mar 2025 13:00:13 +0100 Subject: [PATCH 2/2] remove xfail from smoke test --- .../parcel_d/rozanski_and_sonntag_1982/test_figs_4_5_6.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/smoke_tests/parcel_d/rozanski_and_sonntag_1982/test_figs_4_5_6.py b/tests/smoke_tests/parcel_d/rozanski_and_sonntag_1982/test_figs_4_5_6.py index ec6e65540..82102e1e7 100644 --- a/tests/smoke_tests/parcel_d/rozanski_and_sonntag_1982/test_figs_4_5_6.py +++ b/tests/smoke_tests/parcel_d/rozanski_and_sonntag_1982/test_figs_4_5_6.py @@ -21,11 +21,6 @@ def variables_fixture(): ) -@pytest.mark.xfail( - platform.system() == "Darwin" and platform.machine() == "x86_64", - strict=True, - reason="TODO #1207", -) class TestFigs456: @staticmethod def test_fig_5_vapour_asymptote(variables):