Skip to content

Commit

Permalink
docs: augmenting the test plan with X11 clients (#3397)
Browse files Browse the repository at this point in the history
## What's new?
- Added manual tests for a number of 2.16 regressions (see the [release
page](https://github.com/canonical/mir/releases) for more info)

## Tickets Created
- canonical/ubuntu-frame#184
- canonical/mir-ci#125
- canonical/mir-ci#124
- canonical/mir-ci#126
- canonical/mir-ci#127
- canonical/mir-ci#128
- canonical/mir-ci#129
- canonical/mir-ci#130
- canonical/mir-ci#131
  • Loading branch information
AlanGriffiths authored Jun 6, 2024
2 parents 5f4bd84 + 33dcdea commit b25b49d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion doc/sphinx/how-to/how-to-test-mir-for-a-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,21 @@ For each empty box in the matrix above, ensure that the following applications c
gnome-terminal
```

## Mir Console Providers
5. Test that `X11` apps can be started and can receive input:
```sh
sudo apt install x11-apps
# first,
xeyes
# then
xedit
# finally
xcalc
```

## Mir Console Providers
For each Ubuntu release ensure that the compositor can start with each of the console providers:

| | 24.04 | 24.10 |
Expand Down

0 comments on commit b25b49d

Please sign in to comment.