summaryrefslogtreecommitdiff
path: root/tests/lib
AgeCommit message (Expand)Author
2021-07-09fixes from RVPchristos
2021-07-08fix printf format stringschristos
2021-07-08need to set BINDIRchristos
2021-07-08Add interrupted I/O tests (from RVP)christos
2021-06-22Update the check files to account for fixes to addstr.cblymn
2021-06-22Fix slk test and check files due to libcurses slk changes.blymn
2021-06-15Restore the slk_wset test after fixing a but in libcurses.blymn
2021-06-13tests/libcurses: fix argument handling for mvwget_wchrillig
2021-06-13tests/libcurses: make error handling in the linter simplerrillig
2021-06-13tests/libcurses: improve code locality in linterrillig
2021-06-13tests/libcurses: improve local variable names in linterrillig
2021-06-13tests/libcurses: unexport argument handling functionsrillig
2021-06-13tests/libcurses: KNF for while looprillig
2021-06-13tests/libcurses: remove redundant argument numbersrillig
2021-06-13tests/libcurses: add parentheses around argument to sizeofrillig
2021-06-13tests/libcurses: sprinkle 'const', normalize sizeofrillig
2021-06-10Unset ESCDELAY in libcurses test director to ensure consistent resultsmcf
2021-06-09remove the kill in the trace code.christos
2021-06-09remove not required include fileschristos
2021-06-091. Preallocate the patterns so that out of memory conditions don't happenchristos
2021-06-07Good bye oabi! Tested building earmv7hf.christos
2021-06-07Add more information for the malloc failure.christos
2021-06-06New tests and updates for corrected behaviour due to fix for PR56224blymn
2021-06-05Convert % into %% in input string so printf won't barfblymn
2021-06-05Decouple the clear test from the addstr test, they should not be linkedblymn
2021-06-05Add new check file for the clear test.blymn
2021-06-04Fix debug_test so it actually works and does not do damageblymn
2021-06-03PR/56230: Jan-Benedict Glaw: arm oabi does not and will not have ifunc support.christos
2021-05-24On mips, avoid deliberately executing an illegal instruction for nowgson
2021-05-02Add test for POSIX_SPAWN_RESETIDS flagmartin
2021-04-30remove hacks.christos
2021-04-12new GCC_NO_* uses for warning issues. most of the users of the newmrg
2021-04-06tests/libcurses: fix names of over-the-wire data typesrillig
2021-04-06tests/libcurses: clean up table of input functionsrillig
2021-04-06tests/libcurses: don't waste time calling strlen needlesslyrillig
2021-04-04Reapply fix for big-endian environments, which was lost when GSoC resultsrin
2021-04-04When mvscanw(3) fails, string is not modified.rin
2021-04-04s/&string/string/ for mvscanw(3); string is already pointer to buffer.rin
2021-03-28yield so we can lose packetschristos
2021-03-21use a pipe instead of sched_yield()christos
2021-03-21PR/56066: Jessica Clarke: Add tests for calling {_,}longjmp with a zero value.christos
2021-03-19Sprinkle a few more \n's and the end of some debug printfs.simonb
2021-02-25Adjust for conditional NLSchristos
2021-02-25tests/libcurses: add test for '\b' in addchrillig
2021-02-25tests/libcurses: use common style for parse error messagesrillig
2021-02-25tests/libcurses: use common syntax for accessing array elementsrillig
2021-02-25tests/libcurses: reduce indentationrillig
2021-02-25libcurses: ensure that '\b' in handled correctly in addstrrillig
2021-02-25libcurses: prevent unknown escpae sequences in testsrillig
2021-02-24remove castschristos