Age | Commit message (Expand) | Author | Files | Lines |
2008-03-04 | test-call-cancellation: make some more variables static | Simon McVittie | 1 | -7/+7 |
2008-03-04 | Relax assertion in test-disconnection: no longer require user data to have be... | Simon McVittie | 1 | -6/+9 |
2008-03-03 | Extend test-call-cancellation case (i) slightly, so there is one signal conne... | Simon McVittie | 1 | -0/+2 |
2008-02-29 | Amend regression test for #14750 to actually cause the crash. | Simon McVittie | 1 | -1/+15 |
2008-02-29 | Add an attempt at a regression test for fd.o #14750, a crash in MC | Simon McVittie | 1 | -0/+31 |
2008-03-03 | Split out StubObject into a convenience library shared by the tests | Simon McVittie | 6 | -38/+40 |
2008-02-29 | Extend #14746 regression test to cover connecting to signals too | Simon McVittie | 1 | -0/+18 |
2008-02-29 | Add regression test for calling methods on unimplemented interfaces (bugs.fd.... | Simon McVittie | 2 | -1/+102 |
2008-02-29 | Pass some more useful options to valgrind | Simon McVittie | 2 | -2/+4 |
2008-02-22 | Fix shadowing, globals, not-a-prototype in tests | Simon McVittie | 4 | -10/+12 |
2008-02-20 | Add a regression test for cancelling the last call that causes an otherwise u... | Simon McVittie | 1 | -0/+30 |
2008-02-18 | Distribute tests/dbus/with-properties.xml | Simon McVittie | 1 | -0/+2 |
2008-02-18 | Make registering DBus.Properties for the mixin more declarative. | Simon McVittie | 1 | -9/+13 |
2008-02-13 | Add a regression test for D-Bus core Properties | Simon McVittie | 3 | -1/+234 |
2008-02-13 | myassert.h: declare myassert_failed() | Simon McVittie | 1 | -1/+3 |
2008-02-13 | test-dbus: check tp_dbus_check_valid_object_path | Simon McVittie | 1 | -0/+8 |
2008-02-11 | test-dbus: use MYASSERT instead of g_assert, and add regression test for TpPr... | Simon McVittie | 1 | -95/+120 |
2008-02-04 | Fix test-handle-set so it actually tests tp-glib's API, not Gabble's old APItelepathy-glib_0.7.1telepathy-glib-0.7.1 | Simon McVittie | 1 | -4/+4 |
2008-02-04 | Actually run test-handle-set rather than making it a copy of test-intset! | Simon McVittie | 1 | -1/+1 |
2008-01-18 | Add machinery to run tests under valgrind | Simon McVittie | 2 | -4/+39 |
2008-01-18 | test-heap: don't leak the heap | Simon McVittie | 1 | -0/+2 |
2008-01-18 | test-handle-set: stop leaking the input sets | Simon McVittie | 1 | -11/+13 |
2008-01-18 | test-util: run silently | Simon McVittie | 1 | -6/+2 |
2008-01-18 | test-intset: don't leak all the intsets | Simon McVittie | 1 | -0/+15 |
2008-01-15 | Add a README to tests/ | Simon McVittie | 2 | -2/+10 |
2008-01-15 | Add an argument to tp_cli_*_run_*, through which the TpProxyPendingCall is wr... | Simon McVittie | 2 | -6/+6 |
2008-01-14 | test-example-no-protocols: call RequestConnection and assert that the error r... | Simon McVittie | 1 | -0/+17 |
2008-01-11 | When a TpProxy lacks an interface, raise TP_DBUS_ERROR_NO_INTERFACE instead o... | Simon McVittie | 1 | -1/+1 |
2008-01-11 | TpProxy: don't forcibly fail method calls because of application-specific inv... | Simon McVittie | 1 | -7/+22 |
2008-01-11 | Use the improved MYASSERT macro in tests, to provide extra diagnostics in som... | Simon McVittie | 2 | -68/+64 |
2008-01-11 | Add an improved MYASSERT() macro to tests/ | Simon McVittie | 3 | -0/+24 |
2008-01-10 | API change: rename tp_proxy_invalidated to _invalidate, rename TpProxy::destr... | Simon McVittie | 2 | -2/+2 |
2008-01-10 | test-disconnection: make assertions about signal connection error behaviour | Simon McVittie | 1 | -0/+64 |
2008-01-10 | test-disconnection: improve assert macro | Simon McVittie | 1 | -1/+7 |
2008-01-10 | test-disconnection.c: assert that each user_data is freed precisely once | Simon McVittie | 1 | -0/+1 |
2008-01-10 | test-disconnection.c: assert that the signal connections succeed (since the m... | Simon McVittie | 1 | -8/+17 |
2008-01-09 | test-dbus: use reentrant calls instead of blocking in libdbus | Simon McVittie | 1 | -3/+3 |
2008-01-09 | Revert a patch which wasn't meant to be in this branch | Simon McVittie | 1 | -3/+3 |
2008-01-09 | Allow callback for pending calls to be NULL, but not invoke_callback (which i... | Simon McVittie | 1 | -5/+5 |
2008-01-08 | test-dbus: be less leaky | Simon McVittie | 1 | -0/+12 |
2008-01-07 | test-dbus: enable debug | Simon McVittie | 1 | -0/+2 |
2008-01-07 | test-call-cancellation: improve format of failure messages | Simon McVittie | 1 | -2/+2 |
2007-12-18 | Fix up examples and tests for simplified API | Simon McVittie | 2 | -13/+13 |
2007-12-18 | Split proxy.h into proxy.h (for normal use) and proxy-subclass.h (for subclas... | Simon McVittie | 2 | -0/+2 |
2007-12-14 | Make tp_proxy_signal_connection_disconnect, tp_proxy_pending_call_cancel take... | Simon McVittie | 2 | -2/+2 |
2007-12-14 | Add regression tests for an odd corner-case suggested by Xavier: the weak obj... | Simon McVittie | 2 | -0/+58 |
2007-12-12 | Change signal API for least astonishment [unreleased API break] | Simon McVittie | 1 | -8/+9 |
2007-12-12 | Produce some output if we can't run the example CM | Simon McVittie | 1 | -3/+5 |
2007-12-12 | Add compiler.m4 and linker.m4 (MIT licensed, from libfshare) and use them for... | Simon McVittie | 2 | -2/+0 |
2007-12-12 | Fix test-call-cancellation comments to not refer to signal connections | Simon McVittie | 1 | -2/+2 |