Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
disable_network_tests.patch | disable tests that require network or fail to run Some tests require network access (to test dns or tcp connections) . Debian packges shouldn't rely on any kind of network to be able to build, so those tests need to be disabled. . Additionally some tests fail to pass on 32bit architectures with Lua5.1, until this is fixed these tests are disabled. |
Jason Pleau <jason@jpleau.ca> | not-needed | |||
disable_loop_tests.patch | Disable loop tests These fail in dh-lua's app-dynamic testing. | James McCoy <jamessan@debian.org> | not-needed | |||
longer_async_work_timeout.patch | Increase timeout of "threadpool with async" test On arm64 the 10 ms has been too quick most of the time, causing the test to teardown before the async callback has been called and therefore fail the test. Bump the sleep up to 100 ms to give more time. |
James McCoy <jamessan@debian.org> | not-needed | 2024-08-31 |