summaryrefslogtreecommitdiffstats
path: root/winsup/testsuite/winsup.api/ltp/symlink01.c
Commit message (Collapse)AuthorAgeFilesLines
* * winsup.api/ltp/symlink01.c (do_link): Print inode numbers using %lluCorinna Vinschen2004-08-241-2/+2
| | | | format specifier.
* Perform more C warning fixup on all C source files and headers.Christopher Faylor2003-01-241-10/+9
|
* * winsup.api/ltp/sbrk01.c (main): Force output at startup toEgor Duda2001-09-151-10/+18
| | | | | | | | | | make sure that stdio file buffer get allocated. * winsup.api/ltp/stat06.c (high_address_setup): On cygwin, area after sbrk(0) may be available, use 0xffff0000 as "high address". * winsup.api/ltp/symlink01.c: Perform all tests. Mark those tests that don't work on cygwin with '-1'. Close open files so that temporary directory can be deleted on exit. * winsup.api/ltp/vfork01.c: New test.
* * winsup.api/winsup.exp: Run only selected test if environmentEgor Duda2001-09-131-5/+6
| | | | | | | | variable CYGWIN_TESTSUITE_TESTS is set. Use its value as regular expression to filter test names. * winsup.api/ltp/symlink01.c (creat_path_max): Provide explicit buffer to getcwd to conform to standards and avoid memory leak. (do_chdir): Ditto.
* Add 'const' qualifiers where needed to avoid compiler warnings. Egor Duda2000-09-061-2/+2
| | | | | | | * libltp/lib/tst_sig.c (tst_sig): Don't attempt to cleanup on fatal errors. * libltp/lib/parse_opts.c (parse_opts): Initialize allocated string to prevent heap corruption.
* Importing Egor's testsuite.Christopher Faylor2000-09-031-0/+2024