Description
Issue โ3289 opened by MyreMylar at 2022-07-09 07:58:08
Description
Recently a test was added for display.gl_set_attribute()
which doesn't run on the CI automated testing (by design - there is no display on the CI).
However, it also doesn't run on any platform at all yet, even when run locally - because there were issues during development with various parts of the full test on different platforms. Hopefully users with different hardware configurations can come along and figure out which parts of the test need skipping on which platforms so we can get more of it running in more places when people run the tests locally.
-
get it running on windows
-
get it running on old mac
-
get it running on new Arm based mac
-
get it running on raspberry pi?
-
Maybe any other weird configs you can thing of. If we complete the others first we'll close this issue.
My suggestion is to do this via an allow list, as in we just allow one platform at a time where the test is confirmed to work.