summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2023-06-07XRRQueryVersion: add test for XQueryExtension overflowHEADmasterAlan Coopersmith2-0/+78
Tests for Xlib CVE-2023-3138 by returning out-of-range values for the extension's first_event and first_error codes. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2023-06-03Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith46-46/+46
Oracle no longer includes this term in our copyright & license notices. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-06-30Add libXrandr/XRRGetProviderInfo test caseAlan Coopersmith2-0/+112
Test to make sure that the data returned by the X server over the wire is put into the arrays passed back to the client correctly. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-05-29Only run XRR*ProviderProperty tests if xrandr >= 1.4Alan Coopersmith1-1/+3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-05-05Add libX11/XkbGetMap test (doesn't work yet)Alan Coopersmith2-0/+110
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-05-05Move Xkb extension setup to tests/libX11/xhiv-Xkb.h headerAlan Coopersmith3-36/+73
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-05-05Add libXrender/XRenderQueryPictIndexValues testAlan Coopersmith2-0/+82
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-05-05Add libXrender/XRenderQueryFormats testAlan Coopersmith2-0/+83
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-05-05Add libXrender/XRenderQueryFilters testAlan Coopersmith4-0/+222
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-05-05Add libXrandr/XRRQueryProviderProperty testAlan Coopersmith2-0/+75
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-05-05Add libXrandr/XRRQueryOutputProperty testAlan Coopersmith2-0/+75
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-05-05Add libX11/XGetWindowProperty testAlan Coopersmith2-0/+91
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-05-05Add libXrandr/XRRGetProviderProperty testAlan Coopersmith2-0/+94
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-05-05Add libXrandr/XRRGetOutputProperty testAlan Coopersmith4-0/+206
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-05-05Add libXinerama/XineramaQueryScreens testAlan Coopersmith3-0/+148
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-05-02Add libXext/XSyncListSystemCounters testAlan Coopersmith2-0/+115
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-05-02Add libXext/XShapeGetRectangles testAlan Coopersmith2-0/+116
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-05-01Add libXext/XdbeGetVisualInfo testAlan Coopersmith2-0/+128
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-05-01Add libXext/XcupStoreColors test (partially working)Alan Coopersmith2-0/+114
Successfully gets error return from new code, but tends to get IOErrors, not overflow, from old code. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-05-01Add libXext/XcupGetReservedColormapEntries test (doesn't work yet)Alan Coopersmith3-0/+152
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-05-01Add libxcb/xcb_read_packet testAlan Coopersmith3-0/+105
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-05-01Add libXi/XListInputDevices testAlan Coopersmith2-0/+95
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-05-01Add libXi/XGetDeviceProperty testAlan Coopersmith2-0/+89
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-05-01Add libXi/XIGetSelectedEvents testAlan Coopersmith2-0/+108
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-05-01Add libXi/XIGetProperty testAlan Coopersmith2-0/+92
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-05-01Add libXi/XGetDeviceMotionEvents testAlan Coopersmith2-0/+81
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-05-01Add libXi/XGetDeviceDontPropagateList testAlan Coopersmith2-0/+75
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-04-28Add libXi/XGetFeedbackControl testAlan Coopersmith2-0/+95
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-04-28Add libXi/XGetDeviceControl testAlan Coopersmith2-0/+91
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-04-28Add libXi/XQueryDeviceState testAlan Coopersmith2-0/+97
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-04-28Add libXi/XIPassiveGrabDevice testAlan Coopersmith3-0/+123
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-04-28Add libXi/XGetDeviceButtonMapping testAlan Coopersmith4-0/+251
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-04-28Add libX11/XkbGetDeviceInfo testAlan Coopersmith2-0/+144
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-04-27Add libX11/XListHosts test - doesn't work yetAlan Coopersmith2-0/+79
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-04-27Add libX11/XGetMotionEvents testAlan Coopersmith2-0/+72
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-04-27Add libX11/XListFontsWithInfo testAlan Coopersmith2-0/+112
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-03-30Add libX11/XQueryFont testAlan Coopersmith2-0/+137
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-03-30Tell automake to run all the tests when "make check" is runAlan Coopersmith1-0/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-03-30Add libX11/XAllocColorCells testAlan Coopersmith3-0/+146
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>