Failed test urgent [closed]
Hi,
Thanks a lot for i3! I just cloned the sources. I've got revision: 4.6-41-g04847ee. I've built it from sources; and am using this as my i3 on Ubuntu 13.10. I wanted to begin my exploration by running tests.
some tests fail for me:
:)~/sandbox/i3/testcases$ ./complete-run.pl
Starting 8 Xdummy instances, starting at :1...
Writing logfile to 'testsuite-2013-10-06-15-30-32-4.6-41-g04847ee/complete-run.log'...
[:1] t/513-move-workspace.t: finished
[:2] t/201-config-parser.t: finished
[:3] t/506-focus-right.t: finished
[:4] t/512-move-wraps.t: finished
[:5] t/175-startup-notification.t: finished
[:6] t/510-focus-across-outputs.t: finished
[:7] t/514-ipc-workspace-multi-monitor.t: finished
[:8] t/505-scratchpad-resolution.t: finished
completed 123 of 124 tests
# Failed test 'urgent flag set on workspace'
# at ./t/113-urgent.t line 111.
# Failed test 'window 1 marked as urgent'
# at ./t/200-urgency-timer.t line 93.
# got: '0'
# expected: '1'
# Failed test 'window 1 still marked as urgent'
# at ./t/200-urgency-timer.t line 101.
# got: '0'
# expected: '1'
# Failed test 'Workspace "focus" event received'
# at ./t/514-ipc-workspace-multi-monitor.t line 68.
Test Summary Report
-------------------
t/113-urgent.t (Wstat: 0 Tests: 50 Failed: 1)
Failed test: 8
t/200-urgency-timer.t (Wstat: 0 Tests: 12 Failed: 2)
Failed tests: 6, 8
t/514-ipc-workspace-multi-monitor.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Files=124, Tests=1744, 7 wallclock secs ( 0.80 usr + 0.09 sys = 0.89 CPU)
Result: FAIL
The slowest tests are:
t/175-startup-notification.t with 3.56 seconds
t/171-config-migrate.t with 2.97 seconds
t/113-urgent.t with 2.18 seconds
t/165-for_window.t with 1.97 seconds
t/132-move-workspace.t with 1.80 seconds
is this normal for the current master?
Failing tests are of course not normal. Use “next” instead of “master” for development. Ask on IRC or report a bug for help with problems, the FAQ is not suitable for that.