sync_api: run concurrent with other tests.
commit31fdb811388940c8f31de4335ab497ea79a88555
authorEmma Anholt <emma@anholt.net>
Tue, 12 Apr 2022 22:24:44 +0000 (12 15:24 -0700)
committerMarge Bot <emma+marge@anholt.net>
Fri, 17 Jun 2022 09:42:33 +0000 (17 09:42 +0000)
tree002d001322b16038715c89b4fa64bf929b122f69
parente50a4eccc80611c3cf260019ab6e545b47cf3406
sync_api: run concurrent with other tests.

There's nothing timing-related or window-system related here, so run
it concurrent.  Dodges an unrelated softpipe flake where the setup of
the frontbuffer rendering to the window (since this test also fails to
set PIGLIT_VISUAL_DOUBLE) produced an error from X11, and that results
in piglit atexit handlers firing ending with a segfault in X11 during
teardown.

Part-of: <https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/651>
tests/opengl.py