mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-25 21:46:14 +01:00
ci: Mark failing mingw tests as can-fail and do not ignore test failures
This commit is contained in:
parent
54a9e797fe
commit
8d5ae3ae83
@ -50,8 +50,7 @@ lcov \
|
|||||||
--initial \
|
--initial \
|
||||||
--output-file "${DIR}/_coverage/${CI_JOB_NAME}-baseline.lcov"
|
--output-file "${DIR}/_coverage/${CI_JOB_NAME}-baseline.lcov"
|
||||||
|
|
||||||
# FIXME: fix the test suite
|
meson test --timeout-multiplier "${MESON_TEST_TIMEOUT_MULTIPLIER}"
|
||||||
meson test --timeout-multiplier "${MESON_TEST_TIMEOUT_MULTIPLIER}" || true
|
|
||||||
meson test --timeout-multiplier "${MESON_TEST_TIMEOUT_MULTIPLIER}" \
|
meson test --timeout-multiplier "${MESON_TEST_TIMEOUT_MULTIPLIER}" \
|
||||||
--setup=unstable_tests --suite=failing --suite=flaky || true
|
--setup=unstable_tests --suite=failing --suite=flaky || true
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ gio_tests = {
|
|||||||
'gsubprocess' : {},
|
'gsubprocess' : {},
|
||||||
'g-file' : {},
|
'g-file' : {},
|
||||||
'g-file-info' : {
|
'g-file-info' : {
|
||||||
'can_fail' : host_system == 'windows',
|
'can_fail' : host_system == 'windows' and cc.get_id() != 'gcc',
|
||||||
},
|
},
|
||||||
'g-icon' : {},
|
'g-icon' : {},
|
||||||
'gdbus-addresses' : {},
|
'gdbus-addresses' : {},
|
||||||
|
@ -119,7 +119,9 @@ glib_tests = {
|
|||||||
'spawn-singlethread' : {
|
'spawn-singlethread' : {
|
||||||
'dependencies' : [winsock2],
|
'dependencies' : [winsock2],
|
||||||
},
|
},
|
||||||
'spawn-test' : {},
|
'spawn-test' : {
|
||||||
|
'can_fail': host_system == 'windows' and cc.get_id() == 'gcc',
|
||||||
|
},
|
||||||
'strfuncs' : {},
|
'strfuncs' : {},
|
||||||
'string' : {},
|
'string' : {},
|
||||||
'strvbuilder' : {},
|
'strvbuilder' : {},
|
||||||
|
Loading…
Reference in New Issue
Block a user