Skip to content

Instantly share code, notes, and snippets.

@dmalikov
Created June 4, 2015 16:32
Show Gist options
  • Save dmalikov/d1ef98b039f842c4c143 to your computer and use it in GitHub Desktop.
Save dmalikov/d1ef98b039f842c4c143 to your computer and use it in GitHub Desktop.
i3-4.10.2 is broken
m@nixos : ~ >> nix-env -i i3
warning: there are multiple derivations named ‘i3-4.10.2’; using the first one
installing ‘i3-4.10.2’
these derivations will be built:
/nix/store/i78hvg477i08p55z1xy6zri6lbcw17hj-i3-4.10.2.drv
building path(s) ‘/nix/store/66m90z46x8ns0y40nbsx4lx51s6scs78-i3-4.10.2’
unpacking sources
unpacking source archive /nix/store/h837gvn2r38c552a3p78272nr76cjmvb-i3-4.10.2.tar.bz2
source root is i3-4.10.2
patching sources
patching script interpreter paths in .
./i3-sensible-terminal: interpreter directive changed from "/bin/sh" to "/nix/store/xlxjcjq3bnbwnzq82irlzwxhmx6fvc2w-bash-4.3-p33/bin/sh "
./testcases/new-test: interpreter directive changed from "/usr/bin/env perl" to "/nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/bin/perl "
./testcases/complete-run.pl: interpreter directive changed from "/usr/bin/env perl" to "/nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/bin/perl "
./testcases/Makefile.PL: interpreter directive changed from "/usr/bin/env perl" to "/nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/bin/perl "
./i3-sensible-editor: interpreter directive changed from "/bin/sh" to "/nix/store/xlxjcjq3bnbwnzq82irlzwxhmx6fvc2w-bash-4.3-p33/bin/sh "
./docs/i3-pod2html: interpreter directive changed from "/usr/bin/env perl" to "/nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/bin/perl "
./i3-sensible-pager: interpreter directive changed from "/bin/sh" to "/nix/store/xlxjcjq3bnbwnzq82irlzwxhmx6fvc2w-bash-4.3-p33/bin/sh "
./generate-command-parser.pl: interpreter directive changed from "/usr/bin/env perl" to "/nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/bin/perl "
./i3-save-tree: interpreter directive changed from "/usr/bin/env perl" to "/nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/bin/perl "
./i3-migrate-config-to-v4: interpreter directive changed from "/usr/bin/env perl" to "/nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/bin/perl "
./i3-dmenu-desktop: interpreter directive changed from "/usr/bin/env perl" to "/nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/bin/perl "
configuring
building
make flags: SHELL=/nix/store/xlxjcjq3bnbwnzq82irlzwxhmx6fvc2w-bash-4.3-p33/bin/bash PREFIX=/nix/store/66m90z46x8ns0y40nbsx4lx51s6scs78-i3-4.10.2
[libi3] CC libi3/get_process_filename.c
[libi3] CC libi3/safewrappers.c
[libi3] CC libi3/root_atom_contents.c
[libi3] CC libi3/is_debug_build.c
[libi3] CC libi3/get_mod_mask.c
[libi3] CC libi3/string.c
[libi3] CC libi3/ipc_connect.c
[libi3] CC libi3/ucs2_conversion.c
[libi3] CC libi3/dpi.c
[libi3] CC libi3/font.c
[libi3] CC libi3/get_exe_path.c
[libi3] CC libi3/get_colorpixel.c
[libi3] CC libi3/strndup.c
[libi3] CC libi3/fake_configure_notify.c
[libi3] CC libi3/ipc_send_message.c
[libi3] CC libi3/get_visualtype.c
[libi3] CC libi3/ipc_recv_message.c
[libi3] AR libi3.a
[i3] CC src/resize.c
[i3] CC src/log.c
[i3] CC src/randr.c
[i3] Generating command parser
[i3] CC src/commands_parser.c
[i3] CC src/regex.c
[i3] CC src/restore_layout.c
[i3] CC src/bindings.c
[i3] CC src/manage.c
[i3] CC src/move.c
[i3] CC src/xinerama.c
[i3] CC src/scratchpad.c
[i3] CC src/match.c
[i3] CC src/main.c
[i3] CC src/config.c
[i3] CC src/key_press.c
[i3] CC src/x.c
[i3] CC src/load_layout.c
[i3] CC src/output.c
[i3] CC src/debug.c
[i3] CC src/floating.c
[i3] CC src/ipc.c
[i3] CC src/sd-daemon.c
[i3] CC src/window.c
[i3] CC src/con.c
[i3] CC src/commands.c
[i3] CC src/config_directives.c
[i3] CC src/xcursor.c
[i3] CC src/util.c
[i3] CC src/xcb.c
[i3] CC src/click.c
[i3] Generating config parser
[i3] CC src/config_parser.c
[i3] CC src/sighandler.c
[i3] CC src/ewmh.c
[i3] CC src/fake_outputs.c
[i3] CC src/handlers.c
[i3] CC src/assignments.c
[i3] CC src/display_version.c
[i3] CC src/workspace.c
[i3] CC src/render.c
[i3] CC src/startup.c
[i3] CC src/tree.c
[i3] Link i3
[i3] Link test.commands_parser
[i3] Link test.config_parser
[i3-config-wizard] CC i3-config-wizard/main.c
[i3-config-wizard] Link i3-config-wizard
[i3-msg] CC i3-msg/main.c
[i3-msg] Link i3-msg
[i3-input] CC i3-input/keysym2ucs.c
[i3-input] CC i3-input/main.c
[i3-input] Link i3-input
[i3-nagbar] CC i3-nagbar/main.c
[i3-nagbar] Link i3-nagbar
[i3bar] CC i3bar/src/outputs.c
[i3bar] CC i3bar/src/parse_json_header.c
[i3bar] CC i3bar/src/config.c
[i3bar] CC i3bar/src/workspaces.c
[i3bar] CC i3bar/src/mode.c
[i3bar] CC i3bar/src/ipc.c
[i3bar] CC i3bar/src/main.c
[i3bar] CC i3bar/src/xcb.c
[i3bar] CC i3bar/src/child.c
[i3bar] Link i3bar
[i3-dump-log] CC i3-dump-log/main.c
[i3-dump-log] Link i3-dump-log
running tests
Starting 1 Xephyr instances, starting at :100...
Can't exec "git": No such file or directory at ./complete-run.pl line 111.
Use of uninitialized value in concatenation (.) or string at ./complete-run.pl line 111.
Writing logfile to 'testsuite-2015-06-04-16-30-43-/complete-run.log'...
# BEGIN failed--compilation aborted at ./t/001-tile.t line 17.
#
# BEGIN failed--compilation aborted at ./t/001-tile.t line 17.
#
# BEGIN failed--compilation aborted at ./t/002-i3-sync.t line 19.
#
# BEGIN failed--compilation aborted at ./t/002-i3-sync.t line 19.
#
# BEGIN failed--compilation aborted at ./t/003-ipc.t line 17.
#
# BEGIN failed--compilation aborted at ./t/003-ipc.t line 17.
#
# BEGIN failed--compilation aborted at ./t/100-fullscreen.t line 17.
#
# BEGIN failed--compilation aborted at ./t/005-floating.t line 17.
#
# BEGIN failed--compilation aborted at ./t/004-unmanaged.t line 17.
#
# Failed test 'Can't call method "close" on an undefined value at lib/SocketActivation.pm line 150.
# BEGIN failed--compilation aborted at ./t/005-floating.t line 17.
# '
# BEGIN failed--compilation aborted at ./t/100-fullscreen.t line 17.
#
# BEGIN failed--compilation aborted at ./t/004-unmanaged.t line 17.
#
# BEGIN failed--compilation aborted at ./t/005-floating.t line 17.
#
no output for t/104-focus-stack.t
no output for t/105-stacking.t
# BEGIN failed--compilation aborted at ./t/101-focus.t line 17.
#
# BEGIN failed--compilation aborted at ./t/101-focus.t line 17.
#
# BEGIN failed--compilation aborted at ./t/102-dock.t line 17.
#
# BEGIN failed--compilation aborted at ./t/103-move.t line 21.
#
no output for t/115-ipc-workspaces.t
# BEGIN failed--compilation aborted at ./t/104-focus-stack.t line 20.
#
# BEGIN failed--compilation aborted at ./t/104-focus-stack.t line 20.
#
# BEGIN failed--compilation aborted at ./t/102-dock.t line 17.
#
# BEGIN failed--compilation aborted at ./t/111-goto.t line 17.
#
no output for t/119-match.t
# BEGIN failed--compilation aborted at ./t/114-client-leader.t line 17.
#
# BEGIN failed--compilation aborted at ./t/103-move.t line 21.
#
# BEGIN failed--compilation aborted at ./t/105-stacking.t line 21.
#
#
# BEGIN failed--compilation aborted at ./t/111-goto.t line 17.
#
# Failed test 'Can't call method "close" on an undefined value at lib/SocketActivation.pm line 150, <$ipc_child> line 15.
# '
# at lib/TestWorker.pm line 56.
# BEGIN failed--compilation aborted at ./t/115-ipc-workspaces.t line 17.
#
# BEGIN failed--compilation aborted at ./t/112-floating-resize.t line 17.
#
# BEGIN failed--compilation aborted at ./t/114-client-leader.t line 17.
#
# BEGIN failed--compilation aborted at ./t/116-nestedcons.t line 17.
#
# BEGIN failed--compilation aborted at ./t/115-ipc-workspaces.t line 17.
#
#
# BEGIN failed--compilation aborted at ./t/105-stacking.t line 21.
#
# BEGIN failed--compilation aborted at ./t/112-floating-resize.t line 17.
#
# BEGIN failed--compilation aborted at ./t/116-nestedcons.t line 17.
#
# BEGIN failed--compilation aborted at ./t/119-match.t line 19.
#
# BEGIN failed--compilation aborted at ./t/120-multiple-cmds.t line 19.
#
# BEGIN failed--compilation aborted at ./t/117-workspace.t line 21.
#
# BEGIN failed--compilation aborted at ./t/118-openkill.t line 20.
#
# BEGIN failed--compilation aborted at ./t/120-multiple-cmds.t line 19.
#
# BEGIN failed--compilation aborted at ./t/118-openkill.t line 20.
#
# BEGIN failed--compilation aborted at ./t/117-workspace.t line 21.
#
# BEGIN failed--compilation aborted at ./t/119-match.t line 19.
#
# BEGIN failed--compilation aborted at ./t/122-split.t line 19.
#
# BEGIN failed--compilation aborted at ./t/124-move.t line 23.
#
no output for t/145-flattening.t
# BEGIN failed--compilation aborted at ./t/121-next-prev.t line 19.
#
# BEGIN failed--compilation aborted at ./t/122-split.t line 19.
#
# BEGIN failed--compilation aborted at ./t/126-regress-close.t line 20.
#
# BEGIN failed--compilation aborted at ./t/121-next-prev.t line 19.
#
# BEGIN failed--compilation aborted at ./t/124-move.t line 23.
#
# BEGIN failed--compilation aborted at ./t/128-open-order.t line 20.
#
# BEGIN failed--compilation aborted at ./t/131-stacking-order.t line 21.
#
# BEGIN failed--compilation aborted at ./t/128-open-order.t line 20.
#
# BEGIN failed--compilation aborted at ./t/126-regress-close.t line 20.
#
# BEGIN failed--compilation aborted at ./t/127-regress-floating-parent.t line 19.
#
# BEGIN failed--compilation aborted at ./t/131-stacking-order.t line 21.
#
# BEGIN failed--compilation aborted at ./t/129-focus-after-close.t line 19.
#
# BEGIN failed--compilation aborted at ./t/127-regress-floating-parent.t line 19.
#
# BEGIN failed--compilation aborted at ./t/130-close-empty-split.t line 19.
#
# BEGIN failed--compilation aborted at ./t/129-focus-after-close.t line 19.
#
# BEGIN failed--compilation aborted at ./t/130-close-empty-split.t line 19.
#
# BEGIN failed--compilation aborted at ./t/134-invalid-command.t line 19.
#
# BEGIN failed--compilation aborted at ./t/133-size-hints.t line 19.
#
# BEGIN failed--compilation aborted at ./t/134-invalid-command.t line 19.
#
# BEGIN failed--compilation aborted at ./t/135-floating-focus.t line 17.
#
# BEGIN failed--compilation aborted at ./t/138-floating-attach.t line 20.
#
# BEGIN failed--compilation aborted at ./t/132-move-workspace.t line 19.
#
# BEGIN failed--compilation aborted at ./t/137-floating-unmap.t line 20.
#
# BEGIN failed--compilation aborted at ./t/136-floating-ws-empty.t line 20.
#
# BEGIN failed--compilation aborted at ./t/132-move-workspace.t line 19.
#
# BEGIN failed--compilation aborted at ./t/133-size-hints.t line 19.
#
# BEGIN failed--compilation aborted at ./t/142-regress-move-floating.t line 19.
#
# BEGIN failed--compilation aborted at ./t/136-floating-ws-empty.t line 20.
#
# BEGIN failed--compilation aborted at ./t/135-floating-focus.t line 17.
#
# BEGIN failed--compilation aborted at ./t/138-floating-attach.t line 20.
#
# BEGIN failed--compilation aborted at ./t/142-regress-move-floating.t line 19.
#
# BEGIN failed--compilation aborted at ./t/141-resize.t line 18.
#
# BEGIN failed--compilation aborted at ./t/137-floating-unmap.t line 20.
#
# BEGIN failed--compilation aborted at ./t/139-ws-numbers.t line 19.
#
# BEGIN failed--compilation aborted at ./t/143-regress-floating-restart.t line 19.
#
# BEGIN failed--compilation aborted at ./t/140-focus-lost.t line 19.
#
# BEGIN failed--compilation aborted at ./t/139-ws-numbers.t line 19.
#
# BEGIN failed--compilation aborted at ./t/144-regress-floating-resize.t line 22.
#
# BEGIN failed--compilation aborted at ./t/141-resize.t line 18.
#
# BEGIN failed--compilation aborted at ./t/147-regress-floatingmove.t line 20.
#
# BEGIN failed--compilation aborted at ./t/143-regress-floating-restart.t line 19.
#
# BEGIN failed--compilation aborted at ./t/145-flattening.t line 26.
#
# BEGIN failed--compilation aborted at ./t/144-regress-floating-resize.t line 22.
#
# BEGIN failed--compilation aborted at ./t/140-focus-lost.t line 19.
#
# BEGIN failed--compilation aborted at ./t/146-floating-reinsert.t line 17.
#
# BEGIN failed--compilation aborted at ./t/148-regress-floatingmovews.t line 20.
#
# BEGIN failed--compilation aborted at ./t/150-regress-dock-restart.t line 19.
#
# BEGIN failed--compilation aborted at ./t/145-flattening.t line 26.
#
# BEGIN failed--compilation aborted at ./t/147-regress-floatingmove.t line 20.
#
# BEGIN failed--compilation aborted at ./t/146-floating-reinsert.t line 17.
#
# BEGIN failed--compilation aborted at ./t/148-regress-floatingmovews.t line 20.
#
# BEGIN failed--compilation aborted at ./t/151-regress-float-size.t line 19.
#
# BEGIN failed--compilation aborted at ./t/150-regress-dock-restart.t line 19.
#
# BEGIN failed--compilation aborted at ./t/153-floating-originalsize.t line 19.
#
# BEGIN failed--compilation aborted at ./t/152-regress-level-up.t line 20.
#
# BEGIN failed--compilation aborted at ./t/151-regress-float-size.t line 19.
#
# BEGIN failed--compilation aborted at ./t/154-regress-multiple-dock.t line 19.
#
# BEGIN failed--compilation aborted at ./t/155-floating-split-size.t line 20.
#
# BEGIN failed--compilation aborted at ./t/153-floating-originalsize.t line 19.
#
# BEGIN failed--compilation aborted at ./t/154-regress-multiple-dock.t line 19.
#
# BEGIN failed--compilation aborted at ./t/155-floating-split-size.t line 20.
#
# BEGIN failed--compilation aborted at ./t/158-wm_take_focus.t line 22.
#
# BEGIN failed--compilation aborted at ./t/162-regress-dock-urgent.t line 20.
#
# BEGIN failed--compilation aborted at ./t/158-wm_take_focus.t line 22.
#
#
# BEGIN failed--compilation aborted at ./t/152-regress-level-up.t line 20.
#
# BEGIN failed--compilation aborted at ./t/161-regress-borders-restart.t line 22.
#
# BEGIN failed--compilation aborted at ./t/164-kill-win-vs-client.t line 20.
#
# at lib/TestWorker.pm line 56.
# BEGIN failed--compilation aborted at ./t/163-wm-state.t line 20.
#
# BEGIN failed--compilation aborted at ./t/162-regress-dock-urgent.t line 20.
#
#
#
#
# BEGIN failed--compilation aborted at ./t/164-kill-win-vs-client.t line 20.
#
# BEGIN failed--compilation aborted at ./t/161-regress-borders-restart.t line 22.
#
# at lib/TestWorker.pm line 56.
# BEGIN failed--compilation aborted at ./t/168-regress-fullscreen-restart.t line 19.
#
#
#
#
#
#
#
# BEGIN failed--compilation aborted at ./t/169-border-toggle.t line 19.
#
# at lib/TestWorker.pm line 56.
# BEGIN failed--compilation aborted at ./t/174-regress-focus-toggle.t line 21.
#
#
#
# BEGIN failed--compilation aborted at ./t/163-wm-state.t line 20.
#
#
#
# BEGIN failed--compilation aborted at ./t/179-regress-multiple-ws.t line 19.
#
#
#
#
# BEGIN failed--compilation aborted at ./t/181-regress-float-border.t line 22.
#
# BEGIN failed--compilation aborted at ./t/179-regress-multiple-ws.t line 19.
#
# at lib/TestWorker.pm line 56.
# Failed test 'Can't call method "close" on an undefined value at lib/SocketActivation.pm line 150, <$ipc_child> line 76.
# '
# BEGIN failed--compilation aborted at ./t/180-fd-leaks.t line 19.
#
# at lib/TestWorker.pm line 56.
#
# BEGIN failed--compilation aborted at ./t/169-border-toggle.t line 19.
#
# BEGIN failed--compilation aborted at ./t/173-get-marks.t line 19.
#
# BEGIN failed--compilation aborted at ./t/182-regress-focus-dock.t line 22.
#
# BEGIN failed--compilation aborted at ./t/180-fd-leaks.t line 19.
#
# Failed test 'Can't call method "close" on an undefined value at lib/SocketActivation.pm line 150.
# BEGIN failed--compilation aborted at ./t/173-get-marks.t line 19.
# '
no output for t/229-cleanup-tmpdir.t
# BEGIN failed--compilation aborted at ./t/184-regress-float-split-resize.t line 20.
#
# BEGIN failed--compilation aborted at ./t/192-layout.t line 18.
#
# BEGIN failed--compilation aborted at ./t/185-scratchpad.t line 19.
#
#
#
# BEGIN failed--compilation aborted at ./t/190-scratchpad-diff-ws.t line 20.
#
# BEGIN failed--compilation aborted at ./t/193-ipc-version.t line 18.
#
# BEGIN failed--compilation aborted at ./t/193-ipc-version.t line 18.
#
#
#
# Failed test 'Can't use an undefined value as a symbol reference at (eval 33) line 4.
# BEGIN failed--compilation aborted at ./t/193-ipc-version.t line 18.
# '
# BEGIN failed--compilation aborted at ./t/173-get-marks.t line 19.
#
# BEGIN failed--compilation aborted at ./t/195-net-active-window.t line 22.
#
# BEGIN failed--compilation aborted at ./t/195-net-active-window.t line 22.
#
no output for t/234-layout-restore-output.t
# BEGIN failed--compilation aborted at ./t/192-layout.t line 18.
#
# BEGIN failed--compilation aborted at ./t/181-regress-float-border.t line 22.
#
#
# BEGIN failed--compilation aborted at ./t/182-regress-focus-dock.t line 22.
#
# BEGIN failed--compilation aborted at ./t/198-regression-scratchpad-crash.t line 21.
#
# BEGIN failed--compilation aborted at ./t/168-regress-fullscreen-restart.t line 19.
#
#
# BEGIN failed--compilation aborted at ./t/191-resize-levels.t line 20.
#
#
#
# BEGIN failed--compilation aborted at ./t/205-ipc-windows.t line 17.
#
# at lib/TestWorker.pm line 56.
#
no output for t/501-scratchpad.t
# BEGIN failed--compilation aborted at ./t/205-ipc-windows.t line 17.
#
#
#
#
# BEGIN failed--compilation aborted at ./t/202-scratchpad-criteria.t line 18.
#
# Failed test 'Can't use an undefined value as a symbol reference at (eval 34) line 4, <$ipc_child> line 93.
# '
# at lib/TestWorker.pm line 56.
# BEGIN failed--compilation aborted at ./t/174-regress-focus-toggle.t line 21.
#
# BEGIN failed--compilation aborted at ./t/204-regress-scratchpad-move.t line 22.
#
# BEGIN failed--compilation aborted at ./t/213-layout-restore-simple.t line 18.
#
#
# BEGIN failed--compilation aborted at ./t/210-mark-unmark.t line 18.
#
#
#
# Failed test 'Can't use an undefined value as a symbol reference at (eval 33) line 4.
# BEGIN failed--compilation aborted at ./t/204-regress-scratchpad-move.t line 22.
# '
# BEGIN failed--compilation aborted at ./t/197-regression-move-vanish.t line 21.
#
#
# BEGIN failed--compilation aborted at ./t/213-layout-restore-simple.t line 18.
#
# BEGIN failed--compilation aborted at ./t/214-layout-restore-criteria.t line 18.
#
# BEGIN failed--compilation aborted at ./t/214-layout-restore-criteria.t line 18.
#
# BEGIN failed--compilation aborted at ./t/213-move-branch-position.t line 38.
#
# BEGIN failed--compilation aborted at ./t/206-fullscreen-scratchpad.t line 20.
#
#
# BEGIN failed--compilation aborted at ./t/213-move-branch-position.t line 38.
#
# BEGIN failed--compilation aborted at ./t/215-layout-restore-crash.t line 19.
#
#
# BEGIN failed--compilation aborted at ./t/216-layout-restore-split-swallows.t line 19.
#
#
# Failed test 'Can't call method "close" on an undefined value at lib/SocketActivation.pm line 150, <$ipc_child> line 108.
# '
# BEGIN failed--compilation aborted at ./t/206-fullscreen-scratchpad.t line 20.
#
# BEGIN failed--compilation aborted at ./t/198-regression-scratchpad-crash.t line 21.
#
# BEGIN failed--compilation aborted at ./t/220-ipc-window-title.t line 17.
#
# BEGIN failed--compilation aborted at ./t/221-floating-type-hints.t line 21.
#
# BEGIN failed--compilation aborted at ./t/216-layout-restore-split-swallows.t line 19.
#
# BEGIN failed--compilation aborted at ./t/218-regress-floating-split.t line 20.
#
#
# BEGIN failed--compilation aborted at ./t/221-floating-type-hints.t line 21.
#
# Failed test 'Can't use an undefined value as a symbol reference at (eval 33) line 4.
# BEGIN failed--compilation aborted at ./t/198-regression-scratchpad-crash.t line 21.
# '
# BEGIN failed--compilation aborted at ./t/219-ipc-window-focus.t line 17.
#
# at lib/TestWorker.pm line 56.
# BEGIN failed--compilation aborted at ./t/223-net-client-list.t line 28.
#
# BEGIN failed--compilation aborted at ./t/223-net-client-list.t line 28.
#
#
#
# Failed test 'Can't use an undefined value as a symbol reference at (eval 34) line 4, <$ipc_child> line 98.
# '
# BEGIN failed--compilation aborted at ./t/227-ipc-workspace-empty.t line 19.
#
# BEGIN failed--compilation aborted at ./t/227-ipc-workspace-empty.t line 19.
#
# BEGIN failed--compilation aborted at ./t/219-ipc-window-focus.t line 17.
#
Test Summary Report
-------------------
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/001-tile.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/002-i3-sync.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/003-ipc.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/004-unmanaged.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/005-floating.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/100-fullscreen.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/101-focus.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/102-dock.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/103-move.t (Wstat: 0 Tests: 3 Failed: 3)
Failed tests: 1, 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
Tests out of sequence. Found (1) but expected (3)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/104-focus-stack.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/105-stacking.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/111-goto.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/112-floating-resize.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/113-urgent.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/114-client-leader.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/115-ipc-workspaces.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/116-nestedcons.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/117-workspace.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/118-openkill.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/119-match.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/120-multiple-cmds.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/121-next-prev.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/122-split.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/124-move.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/126-regress-close.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/127-regress-floating-parent.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/128-open-order.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/129-focus-after-close.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/130-close-empty-split.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/131-stacking-order.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/132-move-workspace.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/133-size-hints.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/134-invalid-command.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/135-floating-focus.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/136-floating-ws-empty.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/137-floating-unmap.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/138-floating-attach.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/139-ws-numbers.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/140-focus-lost.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/141-resize.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/142-regress-move-floating.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/143-regress-floating-restart.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/144-regress-floating-resize.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/145-flattening.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/146-floating-reinsert.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/147-regress-floatingmove.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/148-regress-floatingmovews.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/150-regress-dock-restart.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/151-regress-float-size.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/152-regress-level-up.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/153-floating-originalsize.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/154-regress-multiple-dock.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/155-floating-split-size.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/156-fullscreen-focus.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/158-wm_take_focus.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/159-socketpaths.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/161-regress-borders-restart.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/162-regress-dock-urgent.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/163-wm-state.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/164-kill-win-vs-client.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/165-for_window.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/166-assign.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/167-workspace_layout.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/168-regress-fullscreen-restart.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/169-border-toggle.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/170-force_focus_wrapping.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/171-config-migrate.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/172-start-on-named-ws.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/173-get-marks.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/173-regress-focus-assign.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/174-border-config.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/174-regress-focus-toggle.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/175-startup-notification.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/176-workspace-baf.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/177-bar-config.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/178-regress-workspace-open.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/179-regress-multiple-ws.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/180-fd-leaks.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/181-regress-float-border.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/182-regress-focus-dock.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/183-config-variables.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/184-regress-float-split-resize.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/185-scratchpad.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/186-regress-assign-focus-parent.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/187-commands-parser.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/188-regress-focus-restart.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/189-floating-constraints.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/190-scratchpad-diff-ws.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/191-resize-levels.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/192-layout.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/193-ipc-version.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/194-regress-floating-size.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/195-net-active-window.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/196-randr-output-names.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/197-regression-move-vanish.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/198-regression-scratchpad-crash.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/199-ipc-mode-event.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/200-urgency-timer.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/201-config-parser.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/202-scratchpad-criteria.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/203-regress-assign-and-move.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/204-regress-scratchpad-move.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/205-ipc-windows.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/206-fullscreen-scratchpad.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/207-shmlog.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/208-regress-floating-criteria.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/209-ewmh-net-workarea.t (Wstat: 0 Tests: 3 Failed: 3)
Failed tests: 1, 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
Tests out of sequence. Found (1) but expected (3)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/210-mark-unmark.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/211-regress-urgency-assign.t (Wstat: 0 Tests: 3 Failed: 3)
Failed tests: 1, 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
Tests out of sequence. Found (1) but expected (3)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/212-assign-urgency.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/213-layout-restore-simple.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/213-move-branch-position.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/214-layout-restore-criteria.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/215-layout-restore-crash.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/216-layout-restore-split-swallows.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/217-NET_CURRENT_DESKTOP.t (Wstat: 0 Tests: 3 Failed: 3)
Failed tests: 1, 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
Tests out of sequence. Found (1) but expected (3)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/218-regress-floating-split.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/219-ipc-window-focus.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/220-ipc-window-title.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/221-floating-type-hints.t (Wstat: 0 Tests: 3 Failed: 3)
Failed tests: 1, 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
Tests out of sequence. Found (1) but expected (3)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/222-regress-dock-resize.t (Wstat: 0 Tests: 7 Failed: 7)
Failed tests: 1, 1, 1, 1, 1, 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
Tests out of sequence. Found (1) but expected (3)
Tests out of sequence. Found (1) but expected (4)
Tests out of sequence. Found (1) but expected (5)
Tests out of sequence. Found (1) but expected (6)
Displayed the first 5 of 7 TAP syntax errors.
Re-run prove with the -p option to see them all.
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/223-net-client-list.t (Wstat: 0 Tests: 5 Failed: 5)
Failed tests: 1, 1, 1, 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
Tests out of sequence. Found (1) but expected (3)
Tests out of sequence. Found (1) but expected (4)
Tests out of sequence. Found (1) but expected (5)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/224-regress-resize-branch.t (Wstat: 0 Tests: 4 Failed: 4)
Failed tests: 1, 1, 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
Tests out of sequence. Found (1) but expected (3)
Tests out of sequence. Found (1) but expected (4)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/225-ipc-window-fullscreen.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/226-internal-workspaces.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/227-ipc-workspace-empty.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/228-border-widths.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/229-cleanup-tmpdir.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/230-floating-fullscreen-restart.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/231-ipc-floating-event.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/231-ipc-window-close.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/231-ipc-window-move.t (Wstat: 0 Tests: 5 Failed: 5)
Failed tests: 1, 1, 1, 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
Tests out of sequence. Found (1) but expected (3)
Tests out of sequence. Found (1) but expected (4)
Tests out of sequence. Found (1) but expected (5)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/232-cmd-move-criteria.t (Wstat: 0 Tests: 1 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/232-ipc-window-urgent.t (Wstat: 0 Tests: 3 Failed: 3)
Failed tests: 1, 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
Tests out of sequence. Found (1) but expected (3)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/233-regress-manage-focus-unmapped.t (Wstat: 0 Tests: 6 Failed: 5)
Failed tests: 1, 1, 1, 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (3)
Tests out of sequence. Found (1) but expected (4)
Tests out of sequence. Found (1) but expected (5)
Tests out of sequence. Found (1) but expected (6)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/234-ewmh-desktop-names.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/234-layout-restore-output.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/234-regress-default-floating-border.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/235-check-config-no-x.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/235-wm-class-change-handler.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/236-floating-focus-raise.t (Wstat: 0 Tests: 4 Failed: 3)
Failed tests: 1, 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
Tests out of sequence. Found (1) but expected (3)
Plan (1..1) must be at the beginning or end of the TAP output
Tests out of sequence. Found (1) but expected (4)
Bad plan. You planned 1 tests but ran 4.
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/237-regress-assign-focus.t (Wstat: 0 Tests: 5 Failed: 5)
Failed tests: 1, 1, 1, 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
Tests out of sequence. Found (1) but expected (3)
Tests out of sequence. Found (1) but expected (4)
Tests out of sequence. Found (1) but expected (5)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/238-ipc-binding-event.t (Wstat: 0 Tests: 2 Failed: 1)
Failed test: 1
Parse errors: Tests out of sequence. Found (3) but expected (2)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/238-regress-reload-bindsym.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/239-net-close-window-request.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/500-multi-monitor.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/501-scratchpad.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/502-focus-output.t (Wstat: 0 Tests: 4 Failed: 3)
Failed tests: 1, 1, 1
Parse errors: Tests out of sequence. Found (4) but expected (2)
Tests out of sequence. Found (1) but expected (3)
Tests out of sequence. Found (1) but expected (4)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/503-workspace.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/504-move-workspace-to-output.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/505-scratchpad-resolution.t (Wstat: 0 Tests: 3 Failed: 3)
Failed tests: 1, 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
Tests out of sequence. Found (1) but expected (3)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/506-focus-right.t (Wstat: 0 Tests: 7 Failed: 6)
Failed tests: 1, 1, 1, 1, 1-2
Parse errors: Tests out of sequence. Found (1) but expected (2)
Tests out of sequence. Found (1) but expected (3)
Tests out of sequence. Found (1) but expected (4)
Tests out of sequence. Found (1) but expected (5)
Tests out of sequence. Found (2) but expected (6)
Displayed the first 5 of 7 TAP syntax errors.
Re-run prove with the -p option to see them all.
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/507-workspace-move-crash.t (Wstat: 0 Tests: 8 Failed: 7)
Failed tests: 1, 1, 1, 1, 1, 1, 1
Parse errors: Tests out of sequence. Found (5) but expected (2)
Tests out of sequence. Found (1) but expected (3)
Tests out of sequence. Found (1) but expected (4)
Tests out of sequence. Found (1) but expected (5)
Tests out of sequence. Found (1) but expected (6)
Displayed the first 5 of 8 TAP syntax errors.
Re-run prove with the -p option to see them all.
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/509-workspace_layout.t (Wstat: 0 Tests: 1 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/510-focus-across-outputs.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/511-scratchpad-configure-request.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/512-move-wraps.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 2
Parse errors: Tests out of sequence. Found (2) but expected (1)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/513-move-workspace.t (Wstat: 0 Tests: 3 Failed: 2)
Failed tests: 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (3)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/514-ipc-workspace-multi-monitor.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/515-create-workspace.t (Wstat: 0 Tests: 4 Failed: 4)
Failed tests: 1, 1, 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
Tests out of sequence. Found (1) but expected (3)
Tests out of sequence. Found (1) but expected (4)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/516-move.t (Wstat: 0 Tests: 2 Failed: 2)
Failed tests: 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/517-regress-move-direction-ipc.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/518-interpret-workspace-numbers.t (Wstat: 0 Tests: 6 Failed: 5)
Failed tests: 1, 1, 1, 1, 1
Parse errors: Tests out of sequence. Found (3) but expected (1)
Tests out of sequence. Found (1) but expected (2)
Tests out of sequence. Found (1) but expected (3)
Tests out of sequence. Found (1) but expected (4)
Tests out of sequence. Found (1) but expected (5)
Displayed the first 5 of 7 TAP syntax errors.
Re-run prove with the -p option to see them all.
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/519-mouse-warping.t (Wstat: 0 Tests: 3 Failed: 2)
Failed tests: 1, 1
Parse errors: Tests out of sequence. Found (4) but expected (2)
Tests out of sequence. Found (1) but expected (3)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/520-regress-focus-direction-floating.t (Wstat: 0 Tests: 3 Failed: 2)
Failed tests: 1, 1
Parse errors: Tests out of sequence. Found (1) but expected (2)
Tests out of sequence. Found (5) but expected (3)
No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/521-ewmh-desktop-viewport.t (Wstat: 0 Tests: 1 Failed: 1)
Failed test: 1
Parse errors: No plan found in TAP output
Use of uninitialized value in subtraction (-) at /nix/store/qp6sn6zqf36d43x0i4yvak1zk9ld43js-perl-5.20.2/lib/perl5/5.20.2/TAP/Formatter/Base.pm line 386.
t/522-rename-assigned-workspace.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=168, Tests=231, 1 wallclock secs ( 0.19 usr + 0.04 sys = 0.23 CPU)
Result: FAIL
The slowest tests are:
t/000-load-deps.t with 0.05 seconds
t/131-stacking-order.t with 0.03 seconds
t/522-rename-assigned-workspace.t with 0.02 seconds
t/101-focus.t with 0.02 seconds
t/164-kill-win-vs-client.t with 0.02 seconds
builder for ‘/nix/store/i78hvg477i08p55z1xy6zri6lbcw17hj-i3-4.10.2.drv’ failed with exit code 1
error: build of ‘/nix/store/i78hvg477i08p55z1xy6zri6lbcw17hj-i3-4.10.2.drv’ failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment