On Thu Jul 3 15:25:33 2025 +0000, Tomas-Mendes-ai wrote:
power.c:68:0.001 no battery detected power.c:69:0.001 Test failed: expected ACLineStatus to be 1, got 0 This test failed but I'm pretty sure the logic holds on all (compliant) real systems. Something about the test environment maybe?
Even if the tests are being run in a virtual/containerized environment, they still are real/compliant systems for our purposes. The tests ensure that APIs behave exactly the same on Wine and Windows, real or not. Windows seems to always set `ACLineStatus` to 1, including on virtualized environments where there is power information available to the system. Wine's implementation should do the same.