gri3-wm/testcases/t
Daniel Mueller 3e34122de4 Perform proper cleanup for signals with 'Term' action (#3057)
Issue #3049 describes a case where terminating i3 by means of SIGTERM
causes it to leak the runtime directory and all its contents. There are
multiple issues at play: first, any cleanup handlers registered via
atexit are never invoked when a signal terminates the program (see
atexit(3)). Hence, the log SHM log cleanup performed in i3_exit is not
invoked in that case. Second, compared to the shutdown path for the
'exit' command, we do not unlink the UNIX domain socket we create,
causing it to be leaked as well. Third, a handler for SIGTERM is not
registered at all despite handle_signal claiming to be the handler for
all 'Term' signals.
This change addresses all three problems and results in a graceful exit
including cleanup to happen when we receive a signal with the default
action 'Term'. It addresses issue #3049.
2017-11-28 23:29:47 -08:00
..
000-load-deps.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
001-tile.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
002-i3-sync.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
003-ipc.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
004-unmanaged.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
005-floating.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
100-fullscreen.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
101-focus.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
102-dock.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
104-focus-stack.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
111-goto.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
112-floating-resize.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
113-urgent.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
114-client-leader.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
115-ipc-workspaces.t Implement the tick event 2017-09-30 11:41:57 +02:00
116-nestedcons.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
117-workspace.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
118-openkill.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
119-match.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
120-multiple-cmds.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
121-next-prev.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
122-split.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
124-move.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
126-regress-close.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
127-regress-floating-parent.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
128-open-order.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
129-focus-after-close.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
130-close-empty-split.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
131-stacking-order.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
132-move-workspace.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
133-size-hints.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
134-invalid-command.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
135-floating-focus.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
136-floating-ws-empty.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
137-floating-unmap.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
138-floating-attach.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
139-ws-numbers.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
140-focus-lost.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
141-resize.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
142-regress-move-floating.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
143-regress-floating-restart.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
144-regress-floating-resize.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
145-flattening.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
146-floating-reinsert.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
147-regress-floatingmove.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
148-regress-floatingmovews.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
150-regress-dock-restart.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
151-regress-float-size.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
152-regress-level-up.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
153-floating-originalsize.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
154-regress-multiple-dock.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
155-floating-split-size.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
156-fullscreen-focus.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
158-wm_take_focus.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
159-socketpaths.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
161-regress-borders-restart.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
162-regress-dock-urgent.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
163-wm-state.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
164-kill-win-vs-client.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
165-for_window.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
166-assign.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
167-workspace_layout.t Add regression tests for #2846 2017-10-14 12:27:32 +03:00
168-regress-fullscreen-restart.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
169-border-toggle.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
170-force_focus_wrapping.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
171-config-migrate.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
172-start-on-named-ws.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
173-get-marks.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
174-border-config.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
175-startup-notification.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
176-workspace-baf.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
177-bar-config.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
178-regress-workspace-open.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
179-regress-multiple-ws.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
180-fd-leaks.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
181-regress-float-border.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
182-regress-focus-dock.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
183-config-variables.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
184-regress-float-split-resize.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
185-scratchpad.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
186-regress-assign-focus-parent.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
187-commands-parser.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
188-regress-focus-restart.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
189-floating-constraints.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
190-scratchpad-diff-ws.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
191-resize-levels.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
192-layout.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
193-ipc-version.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
194-regress-floating-size.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
195-net-active-window.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
196-randr-output-names.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
197-regression-move-vanish.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
198-regression-scratchpad-crash.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
199-ipc-mode-event.t Implement the tick event 2017-09-30 11:41:57 +02:00
200-urgency-timer.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
201-config-parser.t Merge pull request #2953 from CyberShadow/focus_wrapping 2017-09-27 09:31:39 -07:00
202-scratchpad-criteria.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
203-regress-assign-and-move.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
204-regress-scratchpad-move.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
205-ipc-windows.t Implement the tick event 2017-09-30 11:41:57 +02:00
206-fullscreen-scratchpad.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
207-shmlog.t i3-dump-log: enable shmlog on demand 2017-11-26 18:07:02 +01:00
208-regress-floating-criteria.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
209-ewmh-net-workarea.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
210-mark-unmark.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
211-regress-urgency-assign.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
212-assign-urgency.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
213-layout-restore-simple.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
214-layout-restore-criteria.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
215-layout-restore-crash.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
216-layout-restore-split-swallows.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
217-NET_CURRENT_DESKTOP.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
218-regress-floating-split.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
219-ipc-window-focus.t tests: add sync_with_i3 after open_window 2017-10-23 21:04:20 +02:00
220-ipc-window-title.t Implement the tick event 2017-09-30 11:41:57 +02:00
221-floating-type-hints.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
222-regress-dock-resize.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
223-net-client-list.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
224-regress-resize-branch.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
225-ipc-window-fullscreen.t Implement the tick event 2017-09-30 11:41:57 +02:00
226-internal-workspaces.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
227-ipc-workspace-empty.t Implement the tick event 2017-09-30 11:41:57 +02:00
228-border-widths.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
229-cleanup-tmpdir.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
230-floating-fullscreen-restart.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
231-ipc-floating-event.t Implement the tick event 2017-09-30 11:41:57 +02:00
232-cmd-move-criteria.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
233-regress-manage-focus-unmapped.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
234-ewmh-desktop-names.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
235-check-config-no-x.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
236-floating-focus-raise.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
237-regress-assign-focus.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
238-ipc-binding-event.t Implement the tick event 2017-09-30 11:41:57 +02:00
239-net-close-window-request.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
240-focus-on-window-activation.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
241-consistent-center.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
242-no-focus.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
243-move-to-mark.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
244-new-workspace-floating-enable-center.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
245-move-position-mouse.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
246-window-decoration-focus.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
247-config-line-continuation.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
248-regress-urgency-clear.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
249-layout-restore-floating.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
250-layout-restore-multiple-criteria.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
251-command-criteria-focused.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
252-floating-size.t Add support to resize floating container in percentage 2017-10-18 02:07:11 +03:00
253-multiple-net-wm-state-atoms.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
254-move-to-output-with-criteria.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
255-multiple-marks.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
256-no-auto-back-and-forth.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
257-keypress-group1-fallback.t Implement the tick event 2017-09-30 11:41:57 +02:00
258-keypress-release.t Implement the tick event 2017-09-30 11:41:57 +02:00
259-net-wm-user-time.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
260-invalid-criteria.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
261-match-con_id-con_mark-combinations.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
262-config-validation.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
263-config-reload-reverts-bind-mode.t Implement the tick event 2017-09-30 11:41:57 +02:00
264-dock-criteria.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
265-ipc-mark.t Implement the tick event 2017-09-30 11:41:57 +02:00
266-net-moveresize-window.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
267-regress-mark-restart.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
268-ipc-config.t Fix AnyEvent->timer call (#3008) 2017-10-05 13:03:33 -07:00
269-focus-stack-above.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
270-config-no-newline-end.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
271-for_window_tilingfloating.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
272-regress-focus-assign.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
273-regress-focus-toggle.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
274-move-branch-position.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
275-ipc-window-close.t Implement the tick event 2017-09-30 11:41:57 +02:00
276-ipc-window-move.t Implement the tick event 2017-09-30 11:41:57 +02:00
277-ipc-window-urgent.t Implement the tick event 2017-09-30 11:41:57 +02:00
278-layout-restore-output.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
279-regress-default-floating-border.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
280-wm-class-change-handler.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
281-regress-reload-bindsym.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
282-tabbed-floating-disable-crash.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
283-net-wm-state-hidden.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
284-ewmh-visible-name.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
285-sticky.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
286-root-window-mouse-binding.t tests: implement xtest_sync_with_i3 2017-09-30 11:28:20 +02:00
287-edge-borders.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
288-i3-floating-window-atom.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
289-ipc-shutdown-event.t Fix AnyEvent->timer call (#3008) 2017-10-05 13:03:33 -07:00
290-keypress-numlock.t Implement the tick event 2017-09-30 11:41:57 +02:00
291-swap.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
292-regress-layout-toggle.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
500-multi-monitor.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
501-scratchpad.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
502-focus-output.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
503-workspace.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
504-move-workspace-to-output.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
505-scratchpad-resolution.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
506-focus-right.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
507-workspace-move-crash.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
509-workspace_layout.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
510-focus-across-outputs.t Use con_descend_focused for workspaces in _tree_next 2017-09-28 16:48:50 +03:00
511-scratchpad-configure-request.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
512-move-wraps.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
513-move-workspace.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
514-ipc-workspace-multi-monitor.t Implement the tick event 2017-09-30 11:41:57 +02:00
515-create-workspace.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
516-move.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
517-regress-move-direction-ipc.t Implement the tick event 2017-09-30 11:41:57 +02:00
518-interpret-workspace-numbers.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
519-mouse-warping.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
520-regress-focus-direction-floating.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
521-ewmh-desktop-viewport.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
522-rename-assigned-workspace.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
523-move-position-center.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
524-move.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
525-i3bar-mouse-bindings.t t/525: remove flaky focus check 2017-10-23 21:06:13 +02:00
526-reconfigure-dock.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
527-focus-fallback.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
528-workspace-next-prev-reversed.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
529-net-wm-desktop.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
530-bug-2229.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
531-fullscreen-on-given-output.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
532-xresources.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
533-randr15.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
534-dont-warp.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
535-workspace-next-prev.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
536-net-wm-desktop_mm.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
537-move-single-to-output.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
538-i3bar-primary-output.t tests: replace http:// with https:// where appropriate 2017-09-24 10:19:50 +02:00
539-disable_focus_wrapping.t Add "focus_wrapping" option 2017-09-22 23:40:41 +00:00
540-sigterm-cleanup.t Perform proper cleanup for signals with 'Term' action (#3057) 2017-11-28 23:29:47 -08:00