summaryrefslogtreecommitdiff
path: root/xts5/Xt9
AgeCommit message (Collapse)AuthorFilesLines
2016-11-01xts5: Fix missing variable for format specifierRhys Kidd1-8/+8
XtRemoveRawEventHandler.c:396:3: warning: format '%d' expects a matching 'int' argument [-Wformat=] sprintf(ebuf, "ERROR: Error message handler was invoked %d times"); ^ XtRemoveRawEventHandler.c:401:3: warning: format '%d' expects a matching 'int' argument [-Wformat=] sprintf(ebuf, "ERROR: Warning message handler was invoked %d times"); ^ XtRemoveRawEventHandler.c:478:3: warning: format '%d' expects a matching 'int' argument [-Wformat=] sprintf(ebuf, "ERROR: Error message handler was invoked %d times"); ^ XtRemoveRawEventHandler.c:483:3: warning: format '%d' expects a matching 'int' argument [-Wformat=] sprintf(ebuf, "ERROR: Warning message handler was invoked %d times"); ^ Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
2016-11-01xts5: Fix missing variable for format specifierRhys Kidd1-8/+8
XtRemoveEventHandler.c:458:3: warning: format '%d' expects a matching 'int' argument [-Wformat=] sprintf(ebuf, "ERROR: Error message handler was invoked %d times"); ^ XtRemoveEventHandler.c:463:3: warning: format '%d' expects a matching 'int' argument [-Wformat=] sprintf(ebuf, "ERROR: Warning message handler was invoked %d times"); ^ XtRemoveEventHandler.c:540:3: warning: format '%d' expects a matching 'int' argument [-Wformat=] sprintf(ebuf, "ERROR: Error message handler was invoked %d times"); ^ XtRemoveEventHandler.c:545:3: warning: format '%d' expects a matching 'int' argument [-Wformat=] sprintf(ebuf, "ERROR: Warning message handler was invoked %d times"); ^ Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
2013-06-03Write results directly to results directoryPeter Harris6-22/+22
If an installed xtest is run, the user does not normally have write access to the test directory. Writing intermediate files and results directly to the results directory avoids a number of spurious FAILs and UNRESOLVEDs. Reviewed-by: Jamey Sharp <jamey@minilop.net> Signed-off-by: Peter Harris <pharris@opentext.com>
2012-07-26Build Xt9Peter Harris2-0/+94
Signed-off-by: Peter Harris <pharris@opentext.com> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-04-12Remove superfluous (void) casts.Peter Hutterer8-17/+17
sed -e "s/\([ ]\)(void) \(.*\)/\1\2/" Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Aaron Plattner <aplattner@nvidia.com> Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
2009-09-29xts5: Flatten Xt9 directory moreDan Nicholson31-31/+31
2009-09-17xts5: Fix up name for XtUngrabButton testDan Nicholson1-1/+1
2009-09-16xts5: Fix up comments for tset/ removalDan Nicholson34-34/+34
2009-09-16Nuke RCS IDsDan Nicholson34-34/+0
2009-09-16xts5: Move tests out of tset directoryDan Nicholson35-0/+13812
The tset directory was mostly useless and causes extra baggage if the scenario files are going to be used on an installed package. The test directories are now flattened into xts5.