Skip to content

tests: Stop ignoring test failures on macOS

Philip Withnall requested to merge wip/pwithnall/macos-tests into main

Test failures were previously ignored on macOS because there are 12 tests which consistently fail (and have not yet been fixed, because there are no regularly active macOS maintainers for GLib; you could help here!).

However, this means that new test failures can’t be spotted.

So, explicitly mark those 12 tests as should_fail on macOS, and then make other test failures cause failure of the CI run.

We can track the process of fixing those 12 tests on #1392 and #1251.

Signed-off-by: Philip Withnall pwithnall@endlessos.org

Helps: #1392

Edited by Philip Withnall

Merge request reports