95 lines
3.2 KiB
Plaintext
95 lines
3.2 KiB
Plaintext
2001-09-09 Egor Duda <deo@logos-m.ru>
|
|
|
|
* winsup.api/ltp/dup03.c: New test.
|
|
* 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.
|
|
|
|
2001-05-21 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
* winsup.api/mmaptest01.c: Add log output.
|
|
* winsup.api/mmaptest02.c: Write log output to stdout.
|
|
* winsup.api/mmaptest03.c: Ditto.
|
|
|
|
2001-05-15 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
* winsup.api/winsup.exp: Force linking all tests against binmode.o.
|
|
|
|
2001-04-27 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
* winsup.api/mmaptest04.c: Take care for binmode explicitely.
|
|
|
|
2001-04-19 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
* winsup.api/mmaptest02.c: New test.
|
|
* winsup.api/mmaptest03.c: Ditto.
|
|
* winsup.api/mmaptest04.c: Ditto.
|
|
|
|
2001-04-03 Corinna Vinschen <corinna@vinschen.de>
|
|
|
|
* winsup.api/mmaptest01.c: New test.
|
|
|
|
2001-03-10 Egor Duda <deo@logos-m.ru>
|
|
|
|
* winsup.api/ltp/access01.c: Avoid compilation error if X_OK
|
|
isn't declared as a constant.
|
|
|
|
2001-03-09 Egor Duda <deo@logos-m.ru>
|
|
|
|
* config/default.exp: Remove unneeded debugging output.
|
|
* Makefile.in: Use correct path to find dejagnu in local tree.
|
|
|
|
2000-09-06 Egor Duda <deo@logos-m.ru>
|
|
|
|
Add 'const' qualifiers where needed to avoid compiler warnings.
|
|
* 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.
|
|
|
|
2000-09-04 Egor Duda <deo@logos-m.ru>
|
|
|
|
* Makefile.in: Always add libltp headers directory to headers
|
|
search path.
|
|
|
|
2000-09-02 Egor Duda <deo@logos-m.ru>
|
|
|
|
* moved here everything from cygwin/testsuite/
|
|
* configure.in: New file
|
|
* configure: New file, generated from configure.in
|
|
with autoconf 2.13
|
|
* Makefile.in: New file
|
|
* libltp/: New directory. Contains a support library
|
|
and headers for tests in winsup.api/ltp/
|
|
* config/default.exp: Print value of CYGWIN environment
|
|
variable when test completed
|
|
* winsup.api/samples/xf-sample-fail.c renamed to
|
|
winsup.api/samples/sample-fail.c
|
|
* winsup.api/samples/xf-sample-miscompile.c renamed to
|
|
winsup.api/samples/sample-miscompile.c
|
|
* winsup.api/known_bugs.tcl: New file.
|
|
* winsup.api/winsup.exp: Xfail test if its name is in
|
|
list from known_bugs.tcl
|
|
* winsup.api/winsup.exp: Don't stop if compiled test executable
|
|
can't be deleted
|
|
* winsup.api/winsup.exp: If in verbose mode, write test output
|
|
to <testname>.log
|
|
* winsup.api/ltp/: New directory. Contains cygwin port of testsuite
|
|
from Linux Testing Project
|
|
* winsup.api/sigchld.c: New file. Test if process recieves SIGCHLD
|
|
signal when its child terminates.
|
|
* winsup.api/waitpid.c: New file. Test if waitpid function works
|