summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* execlp: Add tests.Bruno Haible2020-12-262-0/+99
* execle: Add tests.Bruno Haible2020-12-262-0/+99
* execl: Add tests.Bruno Haible2020-12-262-0/+96
* execv: Add tests.Bruno Haible2020-12-262-0/+99
* execvp: Add tests.Bruno Haible2020-12-262-0/+102
* execvpe: Add tests.Bruno Haible2020-12-262-0/+104
* execve: Add tests.Bruno Haible2020-12-263-0/+142
* execve, execvpe, execvp, execv, execl, execle, execlp: Prepare modules.Bruno Haible2020-12-261-0/+35
* posix_spawn* tests: Add support for native Windows.Bruno Haible2020-12-247-15/+77
* canonicalize, canonicalize-lgpl: fix symlink bugPaul Eggert2020-12-242-17/+47
* execute: Treat signalled processes like wait-process does.Bruno Haible2020-12-241-3/+2
* windows-spawn: Improve errno upon failure on native Windows.Bruno Haible2020-12-245-69/+100
* findprog-in: Improve errno upon failure on native Windows.Bruno Haible2020-12-241-4/+0
* Add unit tests regarding execution of scripts.Bruno Haible2020-12-246-0/+482
* posix_spawn tests: Add two more tests.Bruno Haible2020-12-232-0/+315
* posix_spawn tests: Add another test.Bruno Haible2020-12-234-3/+167
* Remove some of the support for obsolete IRIX 4 and 5.Bruno Haible2020-12-201-1/+1
* free-posix: Add tests.Bruno Haible2020-12-192-2/+203
* free-posix: Add C++ declaration test.Bruno Haible2020-12-191-0/+4
* posix_spawn_file_actions_addfchdir-tests: Rename test.Bruno Haible2020-12-171-0/+0
* posix_spawn_file_actions_addchdir-tests: Rename test.Bruno Haible2020-12-171-0/+0
* posix_spawn-tests: Rename test.Bruno Haible2020-12-171-1/+1
* posix_spawnp-tests: Rename test.Bruno Haible2020-12-172-1/+1
* posix_spawnp-tests: Rename test.Bruno Haible2020-12-172-1/+1
* sh-quote, execute, spawn-pipe, etc.: Make better use of 'const'.Bruno Haible2020-12-123-42/+42
* execute-tests: Fix compilation error with MSVC.Bruno Haible2020-12-121-5/+4
* execute-tests: Fix compilation error on AIX in 32-bit mode.Bruno Haible2020-12-111-11/+26
* get-rusage-data tests: Avoid test failure on FreeBSD/x86_64.Bruno Haible2020-12-071-1/+1
* filenamecat-tests: Use idx_t for nonnegative ptrdiff_t variables.Bruno Haible2020-12-061-1/+3
* fprintf-posix-tests: Avoid a test failure on macOS 10.13.Bruno Haible2020-12-032-10/+29
* strsignal-tests: Fix test failure on macOS 10.13.Bruno Haible2020-12-021-3/+5
* spawn-pipe: Allow caller to specify directory for the subprocess.Bruno Haible2020-12-021-1/+1
* execute: Allow caller to specify directory for the subprocess.Bruno Haible2020-12-023-24/+64
* access tests: Fix test failure on native Windows.Bruno Haible2020-11-301-2/+4
* execute tests: Add more tests.Bruno Haible2020-11-303-2/+154
* bitset: tests: check BITSET_FOR_EACH_REVERSEAkim Demaille2020-11-301-0/+39
* spawn-pipe tests: Fix test failure with MSVC.Bruno Haible2020-11-291-3/+20
* execute: Add tests.Bruno Haible2020-11-293-0/+501
* fcntl: Work around NetBSD bug with F_DUPFD_CLOEXEC.Bruno Haible2020-11-291-2/+12
* ssfmalloc tests: Port to macOS 11.Bruno Haible2020-11-271-3/+3
* setlocale-tests: do not trigger gcc's -Wanalyzer-possible-null-argumentJim Meyering2020-11-251-0/+3
* raise-tests: avoid GCC 11's new exit-from-signal-handler warningJim Meyering2020-11-251-1/+2
* Use the correct printf format attribute for mingw.Bruno Haible2020-11-241-1/+1
* setlocale-null-tests: work around GCC bug 44511Paul Eggert2020-11-212-0/+10
* nl_langinfo-tests: work around GCC bug 44511Paul Eggert2020-11-211-0/+5
* bitset: tests: exercise the stats tooAkim Demaille2020-11-191-0/+4
* bitset: tests: try harder to break itAkim Demaille2020-11-191-10/+18
* bitset: check empty and full bitsetsAkim Demaille2020-11-191-0/+56
* bitset: strengthen testsAkim Demaille2020-11-181-80/+85
* bitset: test: run deterministic tests on several bitset sizesAkim Demaille2020-11-181-10/+13