Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-14 | tests,port-context: joining thread takes the reference already | Aleksander Morgado | |
2014-10-17 | tests,fixture: fix comment | Aleksander Morgado | |
2014-10-05 | tests: increase timeout for starting ModemManager on test bus | Ben Chan | |
The timeout for starting ModemManager on the test bus was 3s, which is sufficient under normal conditions. However, when running ModemManager tests on a build infrastructure under a heavy load, we've observed that the timeout isn't always sufficient and that becomes the source of false test failures. This patch increases the timeout to 30s, which shouldn't introduce any unexpected behavior under normnal conditions while addressing the timeout issue on heavily loaded systems. | |||
2014-05-21 | tests: consistently use spaces for indentation | Ben Chan | |
2014-02-14 | tests: fix array bound checks in process_next_command | Ben Chan | |
This patch fixes the out-of-bounds array accesses in test-port-context.c, which is detected by AddressSanitizer, by checking the index against the array length before accessing the array. | |||
2014-02-13 | tests: added support for DBus service tests | Aleksander Morgado | |
We can now run 'simulated' modems against a ModemManager running in its own session bus. |