Ubuntu Pastebin

Paste from Saviq at Mon, 21 Sep 2015 08:28:48 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 ninja -j1 -C builddir testSessionBackend                                                                 
ninja: Entering directory `builddir'
[3/3] cd /home/michal/dev/canonical/unity8/repo/builddir/tests/plu...n/testSessionBackend.xml,xunitxml --parameter -o --parameter -,txt
FAILED: cd /home/michal/dev/canonical/unity8/repo/builddir/tests/plugins/Unity/Session && env QML2_IMPORT_PATH=/home/michal/dev/canonical/unity8/repo/builddir/tests/mocks:/home/michal/dev/canonical/unity8/repo/builddir/tests/utils/modules:/home/michal/dev/canonical/unity8/repo/builddir/plugins UNITY_TESTING=1 LANGUAGE=C LC_ALL=C.UTF-8 QT_QPA_PLATFORM=minimal /usr/bin/dbus-test-runner --task /home/michal/dev/canonical/unity8/repo/builddir/tests/plugins/Unity/Session/sessionbackendtestExec --parameter -o --parameter /home/michal/dev/canonical/unity8/repo/builddir/tests/plugins/Unity/Session/testSessionBackend.xml,xunitxml --parameter -o --parameter -,txt
DBus daemon: unix:abstract=/tmp/dbus-zZ1EKL96MA,guid=79076405f4d0a300a989ec7655ffbf30
task-0: Started with PID: 7613
task-0: ********* Start testing of SessionBackendTest *********
task-0: Config: Using QtTest library 5.4.2, Qt 5.4.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 5.2.1 20150729)
task-0: PASS   : SessionBackendTest::initTestCase()
task-0: PASS   : SessionBackendTest::testUnitySessionLogoutRequested(Logout)
task-0: PASS   : SessionBackendTest::testUnitySessionLogoutRequested(Reboot)
task-0: PASS   : SessionBackendTest::testUnitySessionLogoutRequested(Shutdown)
task-0: PASS   : SessionBackendTest::testUnitySessionLogoutRequested(PromptLock)
task-0: PASS   : SessionBackendTest::testGnomeSessionWrapper(Logout)
task-0: PASS   : SessionBackendTest::testGnomeSessionWrapper(Shutdown)
task-0: PASS   : SessionBackendTest::testGnomeSessionWrapper(Reboot)
task-0: PASS   : SessionBackendTest::testUserName()
task-0: PASS   : SessionBackendTest::testRealName()
task-0: FAIL!  : SessionBackendTest::testLogin1Capabilities() Compared values are not the same
task-0:    Actual   (dbusUnitySessionService.CanHibernate())                                  : 0
task-0:    Expected ((login1face.call("CanHibernate").arguments().first().toString() != "no")): 1
task-0:    Loc: [../tests/plugins/Unity/Session/sessionbackendtest.cpp(157)]
task-0: PASS   : SessionBackendTest::cleanupTestCase()
task-0: Totals: 11 passed, 1 failed, 0 skipped, 0 blacklisted
task-0: ********* Finished testing of SessionBackendTest *********
task-0: Exited with status 256
task-0: Shutting down
DBus daemon: Shutdown
ninja: build stopped: subcommand failed.
Download as text