index
:
~alanc/xhiv
master
Xhiv test suite for handling invalid values in X libraries
alanc
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-29
Only run XRR*ProviderProperty tests if xrandr >= 1.4
HEAD
master
Alan Coopersmith
2
-1
/
+5
2013-05-29
Use XORG_MEMORY_CHECK_FLAGS to enable memory checks on various platforms
Alan Coopersmith
1
-3
/
+10
2013-05-17
Avoid double free of client.conn if HandleClientRequest detects disconnect
Alan Coopersmith
1
-1
/
+3
2013-05-10
Use strsignal(3) which is more standard than sig2str()
Matthieu Herrb
1
-3
/
+4
2013-05-05
Bump version number from 0.0.1 to 0.0.2
Alan Coopersmith
1
-1
/
+1
2013-05-05
Add libX11/XkbGetMap test (doesn't work yet)
Alan Coopersmith
2
-0
/
+110
2013-05-05
Move Xkb extension setup to tests/libX11/xhiv-Xkb.h header
Alan Coopersmith
3
-36
/
+73
2013-05-05
Add libXrender/XRenderQueryPictIndexValues test
Alan Coopersmith
2
-0
/
+82
2013-05-05
Add libXrender/XRenderQueryFormats test
Alan Coopersmith
2
-0
/
+83
2013-05-05
Add libXrender/XRenderQueryFilters test
Alan Coopersmith
5
-0
/
+224
2013-05-05
Add libXrandr/XRRQueryProviderProperty test
Alan Coopersmith
2
-0
/
+75
2013-05-05
Add libXrandr/XRRQueryOutputProperty test
Alan Coopersmith
2
-0
/
+75
2013-05-05
Add libX11/XGetWindowProperty test
Alan Coopersmith
2
-0
/
+91
2013-05-05
Make query extension replies static, instead of pointers to stack buffers
Alan Coopersmith
1
-5
/
+13
2013-05-05
Add libXrandr/XRRGetProviderProperty test
Alan Coopersmith
2
-0
/
+94
2013-05-05
Add libXrandr/XRRGetOutputProperty test
Alan Coopersmith
5
-0
/
+208
2013-05-05
Add libXinerama/XineramaQueryScreens test
Alan Coopersmith
4
-0
/
+150
2013-05-02
Add libXext/XSyncListSystemCounters test
Alan Coopersmith
2
-0
/
+115
2013-05-02
Add libXext/XShapeGetRectangles test
Alan Coopersmith
2
-0
/
+116
2013-05-01
Add libXext/XdbeGetVisualInfo test
Alan Coopersmith
2
-0
/
+128
2013-05-01
Add libXext/XcupStoreColors test (partially working)
Alan Coopersmith
2
-0
/
+114
2013-05-01
Add libXext/XcupGetReservedColormapEntries test (doesn't work yet)
Alan Coopersmith
4
-0
/
+154
2013-05-01
Send SIGHUP to server at end of xcb test
Alan Coopersmith
1
-0
/
+4
2013-05-01
Add libxcb/xcb_read_packet test
Alan Coopersmith
4
-0
/
+106
2013-05-01
Allow xcb tests to end with connection errors
Alan Coopersmith
2
-3
/
+12
2013-05-01
Add libXi/XListInputDevices test
Alan Coopersmith
2
-0
/
+95
2013-05-01
Add libXi/XGetDeviceProperty test
Alan Coopersmith
2
-0
/
+89
2013-05-01
Add libXi/XIGetSelectedEvents test
Alan Coopersmith
2
-0
/
+108
2013-05-01
Add libXi/XIGetProperty test
Alan Coopersmith
2
-0
/
+92
2013-05-01
Add libXi/XGetDeviceMotionEvents test
Alan Coopersmith
2
-0
/
+81
2013-05-01
Add libXi/XGetDeviceDontPropagateList test
Alan Coopersmith
2
-0
/
+75
2013-04-28
Add libXi/XGetFeedbackControl test
Alan Coopersmith
2
-0
/
+95
2013-04-28
Allow tests to repeat a data packet a specified number of times
Alan Coopersmith
2
-5
/
+12
2013-04-28
Add libXi/XGetDeviceControl test
Alan Coopersmith
2
-0
/
+91
2013-04-28
Add libXi/XQueryDeviceState test
Alan Coopersmith
2
-0
/
+97
2013-04-28
Add libXi/XIPassiveGrabDevice test
Alan Coopersmith
3
-0
/
+123
2013-04-28
Add libXi/XGetDeviceButtonMapping test
Alan Coopersmith
5
-0
/
+254
2013-04-28
Add libX11/XkbGetDeviceInfo test
Alan Coopersmith
2
-0
/
+144
2013-04-27
Allow test programs to provide responses to selected QueryExtension calls
Alan Coopersmith
2
-8
/
+24
2013-04-27
Add libX11/XListHosts test - doesn't work yet
Alan Coopersmith
2
-0
/
+79
2013-04-27
Install custom XIOError handler to abort on IO error
Alan Coopersmith
1
-0
/
+15
2013-04-27
Add libX11/XGetMotionEvents test
Alan Coopersmith
2
-0
/
+72
2013-04-27
Add libX11/XListFontsWithInfo test
Alan Coopersmith
2
-0
/
+112
2013-03-30
Allow requests to return a chain of multiple replies
Alan Coopersmith
2
-12
/
+27
2013-03-30
Add libX11/XQueryFont test
Alan Coopersmith
2
-0
/
+137
2013-03-30
Tell automake to run all the tests when "make check" is run
Alan Coopersmith
1
-0
/
+1
2013-03-30
Expose sequence number setting "extension" to test programs
Alan Coopersmith
5
-22
/
+58
2013-03-30
Add alarm() call to kill processes after 5 minutes
Alan Coopersmith
1
-0
/
+4
2013-03-30
Switch xtrans from X11_t to XSERV_t to avoid conflicts with pre-xcb Xlib
Alan Coopersmith
4
-17
/
+38
2013-03-30
Allow building without xcb for testing on older systems
Alan Coopersmith
3
-2
/
+12
[next]