summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2010-06-28 09:42:19 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2010-06-30 08:21:20 +1000
commitcdb021538dd50b0d14fc2bdcd941d0f47951d0d1 (patch)
treed538862b11f4e00ee7e2fe449baed5cf7b3fc065 /README
parent52012140bffb725452eeeeb5913b553800c4ec32 (diff)
Note in README that some tests fail when run as a set.
This should be fixed in the tests themselves, but for now it's easier to note this in the readme. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 24f6f348..130cac48 100644
--- a/README
+++ b/README
@@ -54,3 +54,12 @@ each test program. Journal files from completed runs can be analyzed by
the xts-report tool (formerly vswrpt):
$ xts-report -f /xts/output/dir/journal
+
+
+Bugs
+====
+Some tests provide different results when run as a set versus run
+one-by-one with the pt script. This has been observed with
+Xlib13/XGrabButton where the modifier state is not reset correctly.
+When debugging tests, it is recommended that failing tests are run
+separately to verify the result.