awesome/tests
Uli Schlachter 432908dd26 Fix test-leak-client.lua under LuaCov
Both the test runner and the wibox use gears.timer.delayed_call(). The test
runner uses this to call steps and the wibox uses it to trigger redraws. When
running under LuaCov, the Lua code becomes slow enough that the wibox didn't
redraw yet when the leak check is run. This causes the check to fail, because
the client is still referenced by the tasklist and thus cannot be garbage
collected.

Fix this by waiting one more iteration before running the leak check.

Signed-off-by: Uli Schlachter <psychon@znc.in>
2016-02-12 09:26:29 +01:00
..
_runner.lua Add the right vim modeline to all lua files 2015-12-12 17:42:33 +01:00
_wibox_helper.lua Add the right vim modeline to all lua files 2015-12-12 17:42:33 +01:00
run.sh test/run.sh: Handle updated beauitful.init call in default config 2016-01-17 16:16:39 +01:00
test-benchmark.lua Make benchmarks less exact 2016-01-23 16:08:33 +01:00
test-focus.lua Add the right vim modeline to all lua files 2015-12-12 17:42:33 +01:00
test-leak-client.lua Fix test-leak-client.lua under LuaCov 2016-02-12 09:26:29 +01:00
test-leaks.lua Add the right vim modeline to all lua files 2015-12-12 17:42:33 +01:00
test-spawn-snid.lua Add the right vim modeline to all lua files 2015-12-12 17:42:33 +01:00
test-spawn.lua Merge pull request #593 from psychon/editorconfig 2015-12-12 19:13:53 +01:00
test-urgent.lua Add the right vim modeline to all lua files 2015-12-12 17:42:33 +01:00