Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

This commit is contained in:
Bruce Dubbs 2023-12-16 14:56:39 -06:00
commit ca81b26f47

View File

@ -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>