- Mar 03, 2016
-
-
Sjoerd Simons authored
Using an alpha value of 0 makes the stage transparent if the device happens to have an ARGB visual on X (or always on wayland) Signed-off-by:
Sjoerd Simons <sjoerd.simons@collabora.co.uk> Reviewed-by:
Philip Withnall <philip.withnall@collabora.co.uk> Reviewed-by:
Mathieu Duponchelle <meh@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D1154
-
See the previous commit. Bug: https://bugs.apertis.org/show_bug.cgi?id=602 Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk> Signed-off-by:
Philip Withnall <philip.withnall@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D1170
-
For the 3.18 kernel release, the vivi v4l test driver was dropped, and replaced by the vivid driver. This does much the same thing, but has a different set of options, and outputs at a different resolution by default. Update the v4l/automated/run-test.sh test to use vivid instead of vivi. Bug: https://bugs.apertis.org/show_bug.cgi?id=602 Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk> Signed-off-by:
Philip Withnall <philip.withnall@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D1169
-
Otherwise the folks-ofonotest.sh file tries to set the libfolks backend configuration to a non-existent file when the folks-ofono-backend test is run, and folks-inspect ends up showing all contacts instead of just contacts from the oFono backend. Bug: https://bugs.apertis.org/show_bug.cgi?id=605 Signed-off-by:
Philip Withnall <philip.withnall@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D1164
-
Because test-sysprof.sh was running sysprof-cli under sudo, the SYSPROF_PID it later tried to kill was sudo, not sysprof-cli. This meant that sysprof-cli was not actually terminated, meaning the test waited on it forever. Fix that by no longer running sysprof-cli under sudo — the whole test must be run as root instead. Add a whoami check for this and re-exec under sudo if not running as root. This works on passwordless sudo systems. Bug: https://bugs.apertis.org/show_bug.cgi?id=558 Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk> Signed-off-by:
Philip Withnall <philip.withnall@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D1160
-
Signed-off-by:
Héctor Orón Martínez <hector.oron@collabora.co.uk>
-
-
Reviewed-by:
Philip Withnall <philip.withnall@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D923
-
Reviewed-by:
Philip Withnall <philip.withnall@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D962
-
Reviewed-by:
Philip Withnall <philip.withnall@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D926
-
That file was known to have issues. Also it verify files under /home/shared gets indexed/thumbnailed. Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D925
-
Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D924
-
There are rare case of timeout probably in TrackerIndexerMixin.__init__(). Hopefully this will help understanding exactly where. Reviewed-by:
Philip Withnall <philip.withnall@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D909
-
-
It got removed since the grilo rewrite, merged into the main grilo tests. Differential Revision: https://phabricator.apertis.org/D891 Reviewed-by:
Luis Araujo <luis.araujo@collabora.co.uk>
-
• Add a file encoding header • Update the copyright to 2015 • Add an SPDX license identifier header • Add missing GPL-2.0+ header on a couple of files I have assumed that the files which were previously missing a licence are under the same licence as the rest of the Python files here — GPL-2.0+. Signed-off-by:
Philip Withnall <philip.withnall@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D873
-
Signed-off-by:
Philip Withnall <philip.withnall@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D872 Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
The tracker-utils package is now merged into the tracker package. This commit updates the tracker-indexing-local-storage test definition to use the new package name.
-
Differential Revision: https://phabricator.apertis.org/D536 Reviewed-by:
Philip Withnall <philip.withnall@collabora.co.uk>
-
Differential Revision: https://phabricator.apertis.org/D535 Reviewed-by:
Philip Withnall <philip.withnall@collabora.co.uk>
-
Differential Revision: https://phabricator.apertis.org/D865
-
So I don't have to pass --reviewers anymore to "git phab attach". Differential Revision: https://phabricator.apertis.org/D802 Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
Differential Revision: https://phabricator.apertis.org/D791 Reviewed-by:
Philip Withnall <philip.withnall@collabora.co.uk>
-
-
-
Signed-off-by:
Héctor Orón Martínez <hector.oron@collabora.co.uk>
-
Signed-off-by:
Héctor Orón Martínez <hector.oron@collabora.co.uk>
-
Reviewers: smcv, pwith Differential Revision: https://phabricator.apertis.org/D545
-
Reviewers: smcv, pwith Differential Revision: https://phabricator.apertis.org/D544
-
Summary: This allows it to use self.assertEqual() and friends to properly mark the test as failed. Reviewers: smcv, pwith Differential Revision: https://phabricator.apertis.org/D543
-
Reviewers: smcv, pwith Differential Revision: https://phabricator.apertis.org/D542
-
Reviewers: smcv, pwith Differential Revision: https://phabricator.apertis.org/D541
-
Differential Revision: https://phabricator.apertis.org/D533
-
Differential Revision: https://phabricator.apertis.org/D532
-
It’s possible for wget to finish downloading a file before being killed by the test harness (for example, if the download is particularly fast. These failures to kill processes don’t indicate failure of the test case, so should be ignored. Additionally, prevent client.py from exiting early due to its D-Bus timeout expiring — tcmmd never sends a reply to the method call, so client.py should not expect one. This requires ignoring the need for a reply, and also running the dbus-python main loop correctly rather than sleeping and potentially ignoring incoming D-Bus traffic. Bug: https://bugs.apertis.org/show_bug.cgi?id=327 Differential Revision: https://phabricator.apertis.org/D509 Signed-off-by:
Philip Withnall <philip.withnall@collabora.co.uk> Reviewed-by:
Simon McVittie <simon.mcvittie@collabora.co.uk>
-
-
Differential Revision: https://phabricator.apertis.org/D495 Reviewed-by: pwith
-
This means we can do them without python3 installed, such as on target images. Bug: https://bugs.apertis.org/show_bug.cgi?id=513 Differential Revision: https://phabricator.apertis.org/D494 Reviewed-by: pwith
-
Differential Revision: ttps://phabricator.apertis.org/D493 Reviewed-by: pwith
-
Previously, we used the installed copy in chaiwala-tests; but we don't actually need that, a source directory is fine. This means we can drop the dependency on chaiwala-tests. This simplifies deployment of a new version of the test on LAVA. We can also drop the dependency on busybox, which we haven't used since moving to run-test-in-systemd. Differential Revision: https://phabricator.apertis.org/D492 Reviewed-by: pwith
-