mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk
This commit is contained in:
commit
ca81b26f47
@ -154,12 +154,26 @@ ninja</userinput></screen>
|
||||
<!-- Headphone hotplug (bluetooth and AUX) was tested and seems to work
|
||||
okay even with the test faliures. Maybe it's wants headphones plugged
|
||||
in during the test? Regardless, it can be safely ignored. -->
|
||||
<!-- On a 32-bit machine, the following test failure can be observed:
|
||||
======================================================================
|
||||
FAIL: test_battery_energy_charge_mixed (__main__.Tests.test_battery_energy_charge_mixed)
|
||||
battery which reports both current charge and energy
|
||||
|
||||
self.assertEqual(self.get_dbus_dev_property(bat0_up, 'Percentage'), 40.0)
|
||||
AssertionError: 40.00000000000001 != 40.0
|
||||
|
||||
This is known upstream as https://gitlab.freedesktop.org/upower/upower/-/issues/251
|
||||
Not sure if this is an actual problem, but it seems to start and work
|
||||
properly -renodr -->
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>LC_ALL=C ninja test</command>. Some
|
||||
checks may not pass due to missing files. Test suite should be run from
|
||||
a local GUI session started with dbus-launch. 2 tests relating to the
|
||||
headphone hotplug feature are known to fail, these can be safely ignored
|
||||
as the headphone functionality does still work.
|
||||
checks may not pass due to missing files. The test suite should be run
|
||||
from a local GUI session started with dbus-launch. On 32-bit machines,
|
||||
one test will fail due to rounding errors:
|
||||
<filename>Tests.test_battery_energy_charge_mixed</filename>. On some
|
||||
systems, two tests relading to the headphone hotplug feature are known
|
||||
to fail. Those can be safely ignored since the functionality still works.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user