[PATCH 0/1] MR8023: gitlab: Skip d3d10core:d3d10core tests.
The test is often crashing since 11/04, possibly from an address space exhaustion on win32. We could perhaps include it instead with the 64bit tests, but it's also occasionally crashing there according to https://test.winehq.org/data/patterns.html#d3d10core:d3d10core and some other d3d tests are disabled already. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8023
From: Rémi Bernon <rbernon(a)codeweavers.com> --- tools/gitlab/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gitlab/test.yml b/tools/gitlab/test.yml index 9ed9ed610b8..38bd4c7f35f 100644 --- a/tools/gitlab/test.yml +++ b/tools/gitlab/test.yml @@ -68,7 +68,7 @@ test-linux-64: test-linux-32: extends: .wine-test variables: - EXCLUDE_TESTS: "d3d11:d3d11 d3d9:d3d9ex d3d9:visual" + EXCLUDE_TESTS: "d3d11:d3d11 d3d9:d3d9ex d3d9:visual d3d10core:d3d10core" rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' needs: -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/8023
Or, maybe we could change the 32bit tests config to use new-wow64 instead? Do we still prefer old-wow64? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8023#note_103113
It doesn't seem to be failing all that much. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8023#note_103420
This merge request was closed by Rémi Bernon. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8023
participants (2)
-
Alexandre Julliard (@julliard) -
Rémi Bernon