- 21 Jan, 2022 2 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
Closes: #121
-
- 18 Jan, 2022 4 commits
-
-
Bastien Nocera authored
When the battery level is refreshed on a fake UPS: (upowerd:320760): UPower-Linux-WARNING **: 12:59:26.205: incomplete read (0<8)
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
-
- 02 Nov, 2021 1 commit
-
-
Bastien Nocera authored
In the case where the kernel returns "0" as the cycle_count, we need to assume this also means that the number of cycles is unknown.
-
- 17 Sep, 2021 1 commit
-
-
Bastien Nocera authored
-
- 13 Sep, 2021 5 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
Closes: #152
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
When libplist-2.0 isn't available, fallback to requiring libplist 1.x to build the iDevice support.
-
- 11 Sep, 2021 1 commit
-
-
Ian Douglas Scott authored
-
- 07 Sep, 2021 16 commits
-
-
Bastien Nocera authored
src/linux/up-device-supply.c: In function ‘up_device_supply_refresh_line_power’: src/linux/up-device-supply.c:89:22: warning: unused variable ‘native_path’ [-Wunused-variable] 89 | const gchar *native_path; | ^~~~~~~~~~~
-
Bastien Nocera authored
We always have a config.h now, and don't rely on autotools setting this cflags for us to know it.
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
-
Bastien Nocera authored
The Linux integration tests were skipped since we started installing python-dbusmock by hand, which meant that package dependencies like python3-gobject were never installed, and the whole test would be skipped. Fixes: 3acbedca
-
Bastien Nocera authored
We need a higher than default timeout as the test_critical_action_is_taken_repeatedly test takes at least 2 suspend cycles and those take at least UP_DAEMON_ACTION_DELAY (20 seconds).
-
Bastien Nocera authored
They're not needed and might not be available when we're trying to list the included tests.
-
Bastien Nocera authored
-
Bastien Nocera authored
The daemon sources and libupower-glib were built without their historic log domains which meant some debug messages did not appear when running upowerd in verbose mode. This fixes the test_no_poll_batteries test.
-
Bastien Nocera authored
Parse the junit results and check whether there are any skipped tests.
-
Bastien Nocera authored
In case we want to read them even if successful (or skipped).
-
Bastien Nocera authored
It changed when we switched to meson.
-
Bastien Nocera authored
unittest_inspector.py lists the tests in the integration-test.py script, which are then added as individual tests.
-
Bastien Nocera authored
Add the python suffix.
-
-
- 06 Sep, 2021 5 commits
-
-
Bastien Nocera authored
-
Bastien Nocera authored
-
-
Otherwise we depend on the C sources being ready rather than the headers for building the rest of upowerd.
-
Bastien Nocera authored
We don't care that the up_exported_kbd_backlight_* symbols and functions were removed from the libupower-glib ABI, they should never have been exported in the first place as this API is only used server-side, in the daemon.
-
- 02 Sep, 2021 5 commits
-
-
Bastien Nocera authored
So we don't need to define UP_COMPILATION
-
-
-
77 is the special value meaning that the test was skipped. Both meson make check will display the information correctly. Note that the test is currently executed directly in check-local. So add a workaround to ignore the 77 error code and exit 0 instead in that case.
-
The functionality that this option was disabling/enabling has been removed.
-