Skip to content

Add basic X11 WM test case

Jonas Ådahl requested to merge jadahl/mutter:wip/x11-wm-test into main
tests: Add basic X11 WM test

This launches Xvfb, using xvfb-run, and inside tests the following:

  1. Launching 'mutter --x11' works
  2. Launching a couple of X11 clients works (doesn't crash or result in
     warnings)
  3. Launching 'mutter --x11 --replace' works
  4. Terminating works

It does this using a simple shell script.

The new test will fail until !2432 (merged) lands.

Merge request reports