summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2019-07-23.gitignore: UpdateSimon McVittie1-0/+6
Signed-off-by: Simon McVittie <smcv@collabora.com>
2018-10-03build: Move Autotools droppings into ./build-aux/Simon McVittie1-8/+1
Signed-off-by: Simon McVittie <smcv@collabora.com>
2014-02-12ignore more Automake droppingsSimon McVittie1-0/+2
2013-10-21Separate the test for shared-bus equivalence into its own binarySimon McVittie1-0/+1
When valgrinding tests it's useful to avoid using the shared bus, which cannot be closed. Move all the essential shared-bus use into a test which can be treated specially. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=41129 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2012-12-04Add a feature test for fd.o #23633, non-default main contextSimon McVittie1-0/+1
[rebased and added to run-test.sh -dbcw] Bug: https://bugs.freedesktop.org/show_bug.cgi?id=23633
2012-11-19Move _dbus_gvalue_utils_test into a separate binary, it only uses public APISimon McVittie1-0/+1
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=40711 Reviewed-by: Dan Williams <dcbw@redhat.com>
2012-11-19Turn _dbus_glib_test into a standalone test case, since it only tests public APISimon McVittie1-0/+1
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=40711 Reviewed-by: Dan Williams <dcbw@redhat.com>
2012-06-25Fix two crashes when dbus_g_proxy_new_for_peer is used on a busSimon McVittie1-0/+1
The first part of the bug is that when NameOwnerChanged is received with a dbus_g_proxy_new_for_peer (which has no name) alive, checking whether it was affected by the NameOwnerChanged caused a NULL dereference and segfault. The second part of the bug is that if the last proxy in existence is for a peer, when it was unregistered there would be no owner_match_rules, causing a crash. Both are exercised in the new test added here. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=41126 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
2012-04-17Add a manual test for various invalid behaviourSimon McVittie1-0/+1
Most of this has been sitting in a branch since fd.o #30171; fixing fd.o #40151, another case of library-user error leading to undefined behaviour and a hard-to-diagnose crash, seems a good time to get this merged. Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=40151 Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
2012-04-17Add a new test for error mappingSimon McVittie1-0/+1
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=40151 Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
2011-11-03Support building on AndroidDerek Foreman1-0/+1
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=42532
2011-08-15Add a regression test for fd.o #38406Simon McVittie1-0/+1
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=38406 Reviewed-by: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk>
2011-06-01Remove vestigial dbus-glib-error-*.h and the machinery to generate themSimon McVittie1-4/+0
This was the only use of DBUS_INCLUDEDIR, so remove that too. Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=37789
2011-06-01Add more auto-generated gtkdoc droppings to .gitignoreSimon McVittie1-0/+2
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=37789
2011-05-27test/interfaces: check that some invalid annotations aren't allowedSimon McVittie1-0/+2
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=27598 Reviewed-by: Robert Ancell <robert.ancell@canonical.com>
2011-05-27Don't .gitignore everything in test/interfaces, and remove some duplicationSimon McVittie1-13/+6
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=27598 Reviewed-by: Robert Ancell <robert.ancell@canonical.com>
2011-05-17Rename test/core/unregister to registrations (no source changes)Simon McVittie1-1/+1
Reviewed-by: Cosimo Alfarano <cosimo.alfarano@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=36793
2010-11-08Fix switching a connection's GMainContextMike Gorse1-0/+1
dbus_connection_setup_with_g_main and dbus_server_setup_with_g_main are intended to switch the setup to a new main loop context if they are called with a context other than the one with which they were initially called. However, this does not work in practice. The problem has to do with libdbus maintaining a list of watches associated with the connection. When dbus_connection_set_watch_functions is called, it first adds the existing watches using the new function and data, then removes the watches using the old function and data. Remove_watch calls connection_setup_remove_watch, and the latter does not check that the watch's connection setup matches the connection setup passed to it, so it winds up removing the watch from the new connection setup. (The watch has already been removed from the old setup at this point, as a side effect of dbus_watch_set_data). Fixes: <https://bugs.freedesktop.org/show_bug.cgi?id=30574> Signed-off-by: Will Thompson <will.thompson@collabora.co.uk>
2010-10-13replace remnants of gcov support with lcov.am from telepathy-glibSimon McVittie1-0/+4
2010-08-09Add various tests etc. to .gitignoreSimon McVittie1-0/+7
2010-08-09Add Libtool m4 to .gitignoreSimon McVittie1-0/+5
2007-09-11Update ignoresRoss Burton1-1/+4
Add the new tests and *~ to the ignore list.
2007-03-29Update .gitignoreRob Taylor1-1/+6
Ignore autoconf errors, autom4te.cache, some new generated files.
2006-09-27add an .gitignoreRob Taylor1-0/+205