Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-06-07 | XRRQueryVersion: add test for XQueryExtension overflowHEADmaster | Alan Coopersmith | 2 | -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-03 | Remove "All rights reserved" from Oracle copyright notices | Alan Coopersmith | 46 | -46/+46 | |
Oracle no longer includes this term in our copyright & license notices. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-06-30 | Add libXrandr/XRRGetProviderInfo test case | Alan Coopersmith | 2 | -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-29 | Only run XRR*ProviderProperty tests if xrandr >= 1.4 | Alan Coopersmith | 1 | -1/+3 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-05-05 | Add libX11/XkbGetMap test (doesn't work yet) | Alan Coopersmith | 2 | -0/+110 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-05-05 | Move Xkb extension setup to tests/libX11/xhiv-Xkb.h header | Alan Coopersmith | 3 | -36/+73 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-05-05 | Add libXrender/XRenderQueryPictIndexValues test | Alan Coopersmith | 2 | -0/+82 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-05-05 | Add libXrender/XRenderQueryFormats test | Alan Coopersmith | 2 | -0/+83 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-05-05 | Add libXrender/XRenderQueryFilters test | Alan Coopersmith | 4 | -0/+222 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-05-05 | Add libXrandr/XRRQueryProviderProperty test | Alan Coopersmith | 2 | -0/+75 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-05-05 | Add libXrandr/XRRQueryOutputProperty test | Alan Coopersmith | 2 | -0/+75 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-05-05 | Add libX11/XGetWindowProperty test | Alan Coopersmith | 2 | -0/+91 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-05-05 | Add libXrandr/XRRGetProviderProperty test | Alan Coopersmith | 2 | -0/+94 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-05-05 | Add libXrandr/XRRGetOutputProperty test | Alan Coopersmith | 4 | -0/+206 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-05-05 | Add libXinerama/XineramaQueryScreens test | Alan Coopersmith | 3 | -0/+148 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-05-02 | Add libXext/XSyncListSystemCounters test | Alan Coopersmith | 2 | -0/+115 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-05-02 | Add libXext/XShapeGetRectangles test | Alan Coopersmith | 2 | -0/+116 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-05-01 | Add libXext/XdbeGetVisualInfo test | Alan Coopersmith | 2 | -0/+128 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-05-01 | Add libXext/XcupStoreColors test (partially working) | Alan Coopersmith | 2 | -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-01 | Add libXext/XcupGetReservedColormapEntries test (doesn't work yet) | Alan Coopersmith | 3 | -0/+152 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-05-01 | Add libxcb/xcb_read_packet test | Alan Coopersmith | 3 | -0/+105 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-05-01 | Add libXi/XListInputDevices test | Alan Coopersmith | 2 | -0/+95 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-05-01 | Add libXi/XGetDeviceProperty test | Alan Coopersmith | 2 | -0/+89 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-05-01 | Add libXi/XIGetSelectedEvents test | Alan Coopersmith | 2 | -0/+108 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-05-01 | Add libXi/XIGetProperty test | Alan Coopersmith | 2 | -0/+92 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-05-01 | Add libXi/XGetDeviceMotionEvents test | Alan Coopersmith | 2 | -0/+81 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-05-01 | Add libXi/XGetDeviceDontPropagateList test | Alan Coopersmith | 2 | -0/+75 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-04-28 | Add libXi/XGetFeedbackControl test | Alan Coopersmith | 2 | -0/+95 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-04-28 | Add libXi/XGetDeviceControl test | Alan Coopersmith | 2 | -0/+91 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-04-28 | Add libXi/XQueryDeviceState test | Alan Coopersmith | 2 | -0/+97 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-04-28 | Add libXi/XIPassiveGrabDevice test | Alan Coopersmith | 3 | -0/+123 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-04-28 | Add libXi/XGetDeviceButtonMapping test | Alan Coopersmith | 4 | -0/+251 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-04-28 | Add libX11/XkbGetDeviceInfo test | Alan Coopersmith | 2 | -0/+144 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-04-27 | Add libX11/XListHosts test - doesn't work yet | Alan Coopersmith | 2 | -0/+79 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-04-27 | Add libX11/XGetMotionEvents test | Alan Coopersmith | 2 | -0/+72 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-04-27 | Add libX11/XListFontsWithInfo test | Alan Coopersmith | 2 | -0/+112 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-03-30 | Add libX11/XQueryFont test | Alan Coopersmith | 2 | -0/+137 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-03-30 | Tell automake to run all the tests when "make check" is run | Alan Coopersmith | 1 | -0/+1 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||||
2013-03-30 | Add libX11/XAllocColorCells test | Alan Coopersmith | 3 | -0/+146 | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> |