summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2013-05-14os: complain about unsupported pnprintf directivesPeter Hutterer1-0/+7
2013-05-14os: support %c in pnprintfPeter Hutterer1-0/+5
2013-05-14os: support %% in pnprintfPeter Hutterer1-0/+5
2013-05-14os: support pnprintf length modifiers for integersPeter Hutterer1-9/+69
2013-02-14os: fix pnprintf OOB buffer read for unterminated length modifiersPeter Hutterer1-0/+8
2013-01-17os: add support for %f to pnprintfPeter Hutterer1-0/+56
2013-01-17test/signal-logging: simplify tests using sprintfPeter Hutterer1-102/+42
2012-12-21test/xi2: fix compiler warningPeter Hutterer1-1/+1
2012-12-19Merge remote-tracking branch 'yselkowitz/master'Keith Packard4-9/+9
2012-12-19Merge remote-tracking branch 'whot/barriers'Keith Packard2-0/+242
2012-12-17tests/xi2: at protocol conversion test for barrier eventsPeter Hutterer1-0/+216
2012-12-17barriers: Support line and ray barriersJasper St. Pierre1-0/+26
2012-12-12dix: split xi2_mask_isset into a per-device functionPeter Hutterer1-0/+6
2012-12-05Fix formatting of address operatorsYaakov Selkowitz4-9/+9
2012-11-19input: drop FP1616 macroPeter Hutterer1-2/+2
2012-09-05Merge remote-tracking branch 'jeremyhu/master'Keith Packard1-2/+2
2012-08-29tests: move GCC diagnostics pragma outside of functionPeter Hutterer1-2/+2
2012-08-28test/list: Fix test_xorg_list_del testJeremy Huddleston Sequoia1-2/+2
2012-08-27test: Make os test more compliantJeremy Huddleston Sequoia1-1/+1
2012-08-21os: add support for %d and %i to pnprintfPeter Hutterer1-0/+21
2012-08-21Add FormatInt64 to convert signed integers in signal-safe mannerPeter Hutterer1-3/+77
2012-08-21test: add a few tests for signal-safe loggingPeter Hutterer1-0/+101
2012-08-21test: assert from signal-safe number conversionPeter Hutterer1-6/+4
2012-08-07os: don't unconditionally unblock SIGIO in OsReleaseSignals()Peter Hutterer1-0/+36
2012-08-05test: always add DIX_LIB and OS_LIB on XORG buildsPeter Hutterer1-2/+0
2012-07-12xtest: add extinit.h for SyncExtensionInitDave Airlie1-0/+1
2012-07-10AllocDevicePair: Ensure XKB privates are initialisedDaniel Stone1-2/+0
2012-07-10Move DRI2 from external module to built-inDaniel Stone1-1/+6
2012-07-10Move DRI1 from external module to built-inDaniel Stone1-1/+6
2012-07-09Replace padlength tables with inline functions from misc.hAlan Coopersmith1-2/+32
2012-07-04Merge branch 'sigio-vt-switch-issues' into for-keithPeter Hutterer2-1/+132
2012-07-03os: add OsBlockSIGIO and OsReleaseSIGIOPeter Hutterer2-1/+132
2012-07-02Merge branch 'sigsafe-logging-varargs'Keith Packard3-1/+118
2012-06-22AC_SUBST the GLX_SYS_LIBSPeter Hutterer2-2/+2
2012-06-22test/.gitignore: add hashtabletestSergei Trofimovich1-0/+1
2012-06-21Add FormatUInt64{,Hex}() for formatting numbers in a signal safe mannerChase Douglas3-1/+118
2012-06-05test/touch: Initialize device nameChase Douglas1-0/+5
2012-05-16test: don't shadow parameter 'len'Peter Hutterer1-4/+3
2012-05-16test: fix redundant declaration of "BadDevice"Peter Hutterer7-2/+6
2012-05-16test: fix "userdata shadows global declaration" warningsPeter Hutterer4-14/+14
2012-05-16test: fix "redundant declaration of devices" warningPeter Hutterer1-1/+1
2012-05-01xserver: Fix out-of-tree buildMichal Suchanek1-1/+1
2012-05-01Xi: return BadValue on XIQueryVersion if the version is less than first callPeter Hutterer1-0/+113
2012-04-23test: Fix make distJeremy Huddleston1-2/+3
2012-04-18Xext: add a generic hashtable implementationErkki Seppälä2-1/+164
2012-03-29test: reset the client before checking the swapped versionPeter Hutterer1-0/+1
2012-03-29test: init the sync extensions for tests to pass againPeter Hutterer2-0/+27
2012-03-24os: Pass the FatalError message to OsVendorFatalErrorJeremy Huddleston1-1/+1
2012-03-23test: Fix 'make dist' for configurations that build the Xorg DDXJeremy Huddleston1-0/+3
2012-03-21Introduce a consistent coding styleKeith Packard23-1027/+1138