Changeset ca81b26


Ignore:
Timestamp:
12/16/2023 08:56:39 PM (6 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
92202f73
Parents:
2c758f0 (diff), f5afe1b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/upower.xml

    r2c758f0 rca81b26  
    155155         okay even with the test faliures. Maybe it's wants headphones plugged
    156156         in during the test? Regardless, it can be safely ignored. -->
     157    <!-- On a 32-bit machine, the following test failure can be observed:
     158         ======================================================================
     159         FAIL: test_battery_energy_charge_mixed (__main__.Tests.test_battery_energy_charge_mixed)
     160         battery which reports both current charge and energy
     161
     162         self.assertEqual(self.get_dbus_dev_property(bat0_up, 'Percentage'), 40.0)
     163         AssertionError: 40.00000000000001 != 40.0
     164
     165         This is known upstream as https://gitlab.freedesktop.org/upower/upower/-/issues/251
     166         Not sure if this is an actual problem, but it seems to start and work
     167         properly -renodr -->
     168
    157169    <para>
    158170      To test the results, issue: <command>LC_ALL=C ninja test</command>. Some
    159       checks may not pass due to missing files. Test suite should be run from
    160       a local GUI session started with dbus-launch. 2 tests relating to the
    161       headphone hotplug feature are known to fail, these can be safely ignored
    162       as the headphone functionality does still work.
     171      checks may not pass due to missing files. The test suite should be run
     172      from a local GUI session started with dbus-launch. On 32-bit machines,
     173      one test will fail due to rounding errors:
     174      <filename>Tests.test_battery_energy_charge_mixed</filename>. On some
     175      systems, two tests relading to the headphone hotplug feature are known
     176      to fail. Those can be safely ignored since the functionality still works.
    163177    </para>
    164178
Note: See TracChangeset for help on using the changeset viewer.