From: Stefan Dösinger stefan@codeweavers.com
---
With past patches these two tests seem to pass reliably in the gitlab CI environment:
https://gitlab.winehq.org/stefan/wine/-/merge_requests/8/pipelines
They passed in 5 out of 5 pipeline runs (and hopefully a 6th time in this MR submission). Other tests failed though, so some of those pipeline runs are marked as failures.
d3d9:d3d9ex still fails randomly on fvwm2/3 but passes on openbox. d3d9:visual works on Mesa 21 and 23, but not Mesa 22. I'll look into these tests in the next few weeks. I don't yet know why d3d8:visual is disabled.
I haven't looked at d3d10/11 at all yet. --- 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 1fa0ce402af..0df6a6029f9 100644 --- a/tools/gitlab/test.yml +++ b/tools/gitlab/test.yml @@ -57,7 +57,7 @@ test-linux-64: test-linux-32: extends: .wine-test variables: - EXCLUDE_TESTS: "d3d10core:d3d10core d3d11:d3d11 d3d8:device d3d8:visual d3d9:d3d9ex d3d9:device d3d9:visual" + EXCLUDE_TESTS: "d3d10core:d3d10core d3d11:d3d11 d3d8:visual d3d9:d3d9ex d3d9:visual" rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' needs: