weston/tests
Pekka Paalanen 412e58a240 tests: use --no-config
Use --no-config to avoid loading arbitrary weston.ini files from unit
tests. It may affect the unit test results.

I actually hit the following case:

[13:34:04.636] Using config file '/home/pq/local/etc/weston.ini'
[13:34:04.636] Loading module '/home/pq/git/weston/.libs/headless-backend.so'
[13:34:04.637] launching '/home/pq/local/libexec/weston-keyboard'
[13:34:04.644] Loading module '/home/pq/local/lib/weston/desktop-shell.so'
[13:34:04.644] Loading module '/home/pq/local/lib/weston/xwayland.so'
[13:34:04.648] unlinking stale lock file /tmp/.X1-lock
[13:34:04.648] xserver listening on display :1
[13:34:04.648] Loading module '/home/pq/git/weston/.libs/./xwayland.so'
[13:34:04.648] xserver listening on display :2
[13:34:04.648] Module '/home/pq/local/lib/weston/xwayland.so' already loaded

Weston tries to load xwayland module three times, or which twice it
succeeds. This might not make the xwayland test end well. Or at all,
actually.

Adding --no-config should remove one of these loads of xwayland.so.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
2014-05-09 15:00:06 -07:00
..
.gitignore Makefile.am: Fix protocol source files usage 2014-02-01 21:21:39 -08:00
bad-buffer-test.c tests: fix bad-buffer-test 2014-04-16 22:31:44 -07:00
buffer-count-test.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
button-test.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
config-parser-test.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
event-test.c tests: add test for buffer release event 2013-02-08 13:38:17 -05:00
keyboard-test.c tests: check wl_display_roundtrip() for errors 2012-12-12 10:39:01 -05:00
matrix-test.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
setbacklight.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
subsurface-test.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
surface-global-test.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
surface-test.c Remove the weston_view.geometry.width/height fields 2013-12-02 22:17:58 -08:00
text-test.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
vertex-clip-test.c Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
weston-test-client-helper.c tests: Properly report skipped tests 2014-02-18 13:50:29 -08:00
weston-test-client-helper.h Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
weston-test-runner.c tests: Properly report skipped tests 2014-02-18 13:50:29 -08:00
weston-test-runner.h Make sure config.h is included before any system headers 2014-04-07 10:22:28 -07:00
weston-test.c tests: Properly report skipped tests 2014-02-18 13:50:29 -08:00
weston-tests-env tests: use --no-config 2014-05-09 15:00:06 -07:00
xwayland-test.c tests: Add XWayland test 2013-02-08 12:18:05 -05:00