summaryrefslogtreecommitdiff
path: root/harness
Commit message (Expand)AuthorAgeFilesLines
* harness: add test for aio poll missed eventsEric Biggers2022-03-251-0/+255
* cases/16.t: loongarch only supports eventfd2yehui ren2021-07-201-2/+2
* Fix test issue with gcc-11Lee Duncan2021-02-151-0/+5
* harness: Skip the test if io_pgetevents() is not implementedGuillem Jover2019-08-221-0/+7
* harness: Print better error messages on error conditions in 22.tGuillem Jover2019-08-221-6/+9
* harness: Fix PROT_WRITE mmap checkGuillem Jover2019-08-141-5/+4
* harness: fix read into PROT_WRITE mmap testJeff Moyer2019-08-131-3/+3
* harness: skip 22.p if async_poll isn't supportedJeff Moyer2019-07-291-1/+13
* harness: Handle -ENOTSUP from io_submit() with RWF_NOWAITGuillem Jover2019-07-291-5/+7
* harness: Add fallback code for filesystems not supporting O_DIRECTGuillem Jover2019-07-294-5/+23
* harness: add support for skipping testsJeff Moyer2019-07-292-6/+28
* harness: Make the test exit with a code matching the pass/fail stateGuillem Jover2019-07-291-0/+2
* harness: Make RISC-V use SYS_eventfd2 instead of unavailable SYS_eventfdGuillem Jover2019-07-291-3/+3
* harness: Use run-time _SC_PAGE_SIZE instead of build-time PAGESIZEGuillem Jover2019-07-292-11/+25
* harness: Use destination strncpy() expression for sizeof() argumentGuillem Jover2019-07-292-2/+2
* harness: allow running tests against the installed libraryJeff Moyer2019-07-291-1/+5
* harness: fix POLLIN test caseJeff Moyer2018-10-221-1/+1
* add test for aio poll and io_pgeteventsaio-pollChristoph Hellwig2018-01-161-0/+149
* Add support for preadv2/pwritev2Jeff Moyer2017-12-141-0/+176
* harness: add test for allocating aio-max-nr ioctxsJeff Moyer2017-07-071-0/+178
* libaio: harness: fix build error due to linker search orderMauricio Faria de Oliveira2016-10-281-2/+2
* libaio: harness: fix build errors due to attribute warn_unused_resultMauricio Faria de Oliveira2016-10-282-2/+5
* harness: add a test case for mremapJeff Moyer2015-07-011-0/+253
* harness: don't hardcode page sizeJeff Moyer2015-07-012-3/+1
* Add two new tests to the test harnessJeff Moyer2014-09-093-1/+382
* respect CFLAGS in the test harness directoryJeff Moyer2013-01-311-1/+1
* fix test case 16 to work on arm64Jeff Moyer2013-01-311-0/+10
* fix the testsuite buildFabio M. Di Nitto2011-04-192-0/+8
* Instead of checking for __LP64__, the author of the test harnessJeff Moyer2009-06-091-2/+2
* - Fix the test harness (Rusty Russell)libaio.0-3-107.1Jeff Moyer2008-01-0912-45/+260
* fix up 14.t to actually print errorslibaio.0-3-93.4Ben LaHaise2003-02-171-5/+42
* initial test case from jbaronBen LaHaise2003-01-281-0/+53
* update test cases for ia64 quirksBen LaHaise2002-09-173-2/+10
* libaio now actually does work on ia64Ben LaHaise2002-09-162-5/+5
* more libredhat-kernel squashes, updates to final abiBen LaHaise2002-09-135-6/+4
* try to make an rpmlibaio.0-3-91.1Ben LaHaise2002-09-121-1/+2
* update changelog, set version to 0.3.15, sort test caseslibaio.0-3-15.1Ben LaHaise2002-08-291-1/+1
* testcase for aio write deadlockBen LaHaise2002-06-071-0/+66
* make clean should tidy harness up too.Ben LaHaise2002-04-254-23/+72
* 11.t: check for memory leaks in accounting with many repeated read/writesBen LaHaise2002-04-235-9/+68
* coverage fix for ENOSPCBen LaHaise2002-04-201-0/+4
* - add FAILED messages in a few places to make certain failures more obvious.Ben LaHaise2002-04-2012-7/+184
* more test casesBen LaHaise2002-04-196-20/+157
* add O_APPEND testBen LaHaise2002-04-182-11/+23
* add rw test perm test caseBen LaHaise2002-04-184-11/+73
* add test harnessBen LaHaise2002-04-188-0/+219