Module: Mesa Branch: main Commit: a57d93765468feb9ae5a5cd03b9e150511c310d9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a57d93765468feb9ae5a5cd03b9e150511c310d9
Author: Ryan Houdek <[email protected]> Date: Thu May 6 01:45:47 2021 -0700 Switch u_format_test to passed on i386 Switching from x87 to SSE resolves the rounding behaviour in this test. It was some of the dxt formats failing and now they are not. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9868> --- .gitlab-ci/cross-xfail-i386 | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci/cross-xfail-i386 b/.gitlab-ci/cross-xfail-i386 deleted file mode 100644 index b4a3ea4d989..00000000000 --- a/.gitlab-ci/cross-xfail-i386 +++ /dev/null @@ -1 +0,0 @@ -u_format_test _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
