Age | Commit message (Collapse) | Author | Files | Lines |
|
Reviewed-by: Guillaume Desmottes
(cherry picked from commit a4103cf87192a7e57d1b762438f53cef3c3e61fa)
|
|
|
|
Let libxml2 try and recover on parse error instead to avoid crashes in
case logs can't be parsed fully.
Works around https://bugs.freedesktop.org/show_bug.cgi?id=40675
|
|
(cherry picked from commit 87b42a1950b66a9f1ecec70566c60e4caafd7198)
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71100
|
|
Automake 2 will make this the default, and 1.14 warns about not
using it. Equivalent to MC commit 1f11065.
(cherry picked from commit 9bde9a0b3cf6e1971705308ca2cba5cdcd0cd9b2)
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71100
|
|
This seems perverse, but it means we invoke tests in the same way
I want to use for other Telepathy projects, which will help when
we want to merge their source trees together.
Now that we can rely on having the parallel-tests setup, we can use
AM_TESTS_ENVIRONMENT instead of TESTS_ENVIRONMENT (which is now
reserved for the user, like CFLAGS), and we must use LOG_COMPILER
rather than TESTS_ENVIRONMENT for "adverb" command prefixes.
We no longer need to use test-wrapper.sh for the tests, because
Automake has similar functionality built-in. On a buildbot
or similar, use "make check VERBOSE=1" to cat the logs automatically.
(cherry picked from commit 09ff23c267f2b90576cb79c8d3187eda6cb435c8)
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71100
|
|
Similar to MC commit 04dd9b4.
(cherry picked from commit 6b05f8f7b39b2dd77f4e71447a633b568cb1311c)
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71100
|
|
(cherry picked from commit e9e819e55d914392be94f5c67e34bb227eb15a97)
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71100
Conflicts:
tests/lib/Makefile.am
|
|
Equivalent to MC commit c3cba93.
(cherry picked from commit 38a9c206d9fc3b8b778788440c92020268a1b955)
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71100
|
|
(cherry picked from commit a1447182c813cd44a3a354069890331d3cb54329)
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71100
|
|
We now require 1.12, so explicitly selecting 1.11 makes no sense.
(cherry picked from commit 0d3328321b5533e98fc6dd501f439fcaf7aca534)
Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71100
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=70269
|
|
|
|
|
|
|
|
This function is logger specific so best to have it in this file. Makes
syncing with tp-glib easier.
|
|
|
|
|
|
Not needed for now but will be for 1.0
|
|
Make sure that the TpAccount we receive from public API is prepared as more
and more API are relying on it.
https://bugs.freedesktop.org/show_bug.cgi?id=69814
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=69814
|
|
It doesn't make sense to use the account opaque ID as 'self id'.
Fix fdo#69814.
|
|
This test will rely on the TpAccount to be prepared soon.
https://bugs.freedesktop.org/show_bug.cgi?id=69814
|
|
This test will rely on the TpAccount to be prepared soon.
https://bugs.freedesktop.org/show_bug.cgi?id=69814
|
|
Introduce a new helper file to contain logger test specific helper functions.
Add helper function to register and prepare accounts.
https://bugs.freedesktop.org/show_bug.cgi?id=69814
|
|
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=69846
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=69846
|
|
Adds a few new files used by the new version of the files we are using.
https://bugs.freedesktop.org/show_bug.cgi?id=69846
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=69797
|
|
It's usless and should be ported to GDBus.
https://bugs.freedesktop.org/show_bug.cgi?id=69797
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=69797
|
|
It has been deprecated.
https://bugs.freedesktop.org/show_bug.cgi?id=69797
|
|
Add room-list-chan.c as it's used by simple-conn.
https://bugs.freedesktop.org/show_bug.cgi?id=69797
|
|
Needed for tp_dbus_properties_mixin_dup_all() which I'm going to use in tests.
https://bugs.freedesktop.org/show_bug.cgi?id=69797
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=69797
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=69797
|
|
It's not that clear how to fix this for now.
https://bugs.freedesktop.org/show_bug.cgi?id=69797
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=69797
|
|
The code example in log-walker.c was wrong as get_valid_accounts() is
(transfer container). dup_valid_accounts() is (transfer full) so it's correct
now.
https://bugs.freedesktop.org/show_bug.cgi?id=69797
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=69797
|
|
tp_channel_borrow_connection has been deprecated.
https://bugs.freedesktop.org/show_bug.cgi?id=69797
|
|
Needed to stop using deprecated API in generated code.
https://bugs.freedesktop.org/show_bug.cgi?id=69797
|
|
Set to 2.32 as tp-glib so we can safely use newer API.
Also, stop disabling single include warnings.
https://bugs.freedesktop.org/show_bug.cgi?id=69797
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=69715
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=69715
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=69715
|
|
It's easier to use the old tests behavior for now.
Bump the automake dep to 1.12 as that's the version which introduced this new
option.
https://bugs.freedesktop.org/show_bug.cgi?id=69715
|
|
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=54814
|
|
|