summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-10-24 16:34:29 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2012-10-25 16:32:16 +1000
commit40e35576c0dca494ce4a509e21556bf5dc635520 (patch)
tree234bdc8c055ce0ca0a81d930ab6574f69ffe63d7
parent08af91d4d485ef8e2fc2eb1dc8f2e3229822b1d2 (diff)
input/mouse: add link to patch fixing segfault on shutdown
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--tests/input/evdev.cpp1
-rw-r--r--tests/input/mouse.cpp2
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/input/evdev.cpp b/tests/input/evdev.cpp
index cd69c91..5377355 100644
--- a/tests/input/evdev.cpp
+++ b/tests/input/evdev.cpp
@@ -197,6 +197,7 @@ public:
TEST_F(EvdevDriverMouseTest, TerminateWithButtonDown)
{
SCOPED_TRACE("TESTCASE: terminate server with button down");
+ SCOPED_TRACE("http://patchwork.freedesktop.org/patch/12193/");
XSelectInput(Display(), DefaultRootWindow(Display()), ButtonPressMask | ButtonReleaseMask);
XSync(Display(), False);
diff --git a/tests/input/mouse.cpp b/tests/input/mouse.cpp
index 8cca1b0..e91cc74 100644
--- a/tests/input/mouse.cpp
+++ b/tests/input/mouse.cpp
@@ -164,6 +164,8 @@ TEST_F(MouseDriverTest, BtnPress)
TEST_F(MouseDriverTest, BtnRelease)
{
+ SCOPED_TRACE("http://patchwork.freedesktop.org/patch/12193/");
+
XSelectInput(Display(), DefaultRootWindow(Display()), ButtonReleaseMask);
XSync(Display(), False);