summaryrefslogtreecommitdiffstats
path: root/winsup/testsuite/winsup.api/ltp/stat06.c
Commit message (Collapse)AuthorAgeFilesLines
* Perform more C warning fixup on all C source files and headers.Christopher Faylor2003-01-241-7/+6
|
* * libltp/lib/get_high_address.c (get_high_address): Get inaccessibleEgor Duda2001-09-201-5/+3
| | | | | | address more robustly. * winsup.api/ltp/stat06.c (high_address_setup): Use generic function from ltp library to obtain inaccessible address.
* * winsup.api/ltp/sbrk01.c (main): Force output at startup toEgor Duda2001-09-151-0/+4
| | | | | | | | | | 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/ltp/dup03.c: New test.Egor Duda2001-09-091-0/+376
* winsup.api/ltp/lseek03.c: Ditto. * winsup.api/ltp/mmap001.c: Ditto. * winsup.api/ltp/read01.c: Ditto. * winsup.api/ltp/readdir01.c: Ditto. * winsup.api/ltp/rmdir05.c: Ditto. * winsup.api/ltp/sbrk01.c: Ditto. * winsup.api/ltp/select02.c: Ditto. * winsup.api/ltp/select03.c: Ditto. * winsup.api/ltp/signal03.c: Ditto. * winsup.api/ltp/stat06.c: Ditto. * winsup.api/ltp/unlink08.c: Ditto. * winsup.api/known_bugs.tcl: Update to reflect new test's known failures. * winsup.api/winsup.exp: Don't delete executable in case of unexpected pass, as well as in case of unexpected failure. * README: Update paragraph about expected failures.