gnome-shell: Document known failure

See the added comment for details.
This commit is contained in:
Xi Ruoyao 2023-08-18 20:55:35 +08:00
parent 2a72ab9400
commit 1ce321d6b7
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -160,6 +160,20 @@ ninja</userinput></screen>
running an X session to run the tests. Some will fail if <xref
linkend="gdm"/> is not installed. <phrase revision="sysv">Several
more tests may fail in the Sysv environment.</phrase>
<!-- "Failed to read monitors config file
'/home/xry111/.config/monitors.xml': Logical monitors not
adjacent"
The same thing happens in mutter but it's worked around with
HOME="". We cannot use HOME="" here or more tests will fail.
We also cannot tell the users to remove monitors.xml because
doing so will purge their monitor settings. Maybe we can
use bwrap to run the test with an empty tmpfs mounted on $HOME
in a separate namespace, but it's too overkill IMO.
DO NOT REMOVE unless you've tested with a "complex multi-monitor
configuration" (with mixed scaling settings and "strange"
positions of monitors). -->
One test named <filename>CSS styling support</filename> is known to
fail with some multi-monitor configurations.
</para>
<para>