Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgor Duda <deo@logos-m.ru>2001-09-09 17:38:17 +0400
committerEgor Duda <deo@logos-m.ru>2001-09-09 17:38:17 +0400
commitd961def403a334176adb4c79cb02385bfca230e7 (patch)
tree3863580db025e747aa1a5cf6f69fa0be5894e426 /winsup/testsuite/README
parent92ef5188af2deecd2054462bf940f6460d127fe9 (diff)
* 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.
Diffstat (limited to 'winsup/testsuite/README')
-rw-r--r--winsup/testsuite/README11
1 files changed, 2 insertions, 9 deletions
diff --git a/winsup/testsuite/README b/winsup/testsuite/README
index 92ede0dc7..346111e9a 100644
--- a/winsup/testsuite/README
+++ b/winsup/testsuite/README
@@ -28,15 +28,8 @@ print anything to the screen if you can avoid it (except for failure
reasons, of course). One .c file per test, no compile options are
allowed (we're testing the api, not the compiler).
-Tests whose filename begin with "xf-" will be *expected* to fail, and
-will "fail" if they compile, run, and return zero. Note that the
-*only* purpose for adding this feature is to test the testing
-framework itself. All real tests should NOT be named xf-*, and should
-pass for real (compile, run, return 0) if the dll is working
-correctly. Do not use xf-* to "silence" a failure that you know isn't
-going to get fixed for a while; let it just keep failing. There are
-five "sample" tests that demonstrate how the framework works and what
-happens to each condition.
+Tests whose filename is mentioned in known-bugs.tcl will be *expected*
+to fail, and will "fail" if they compile, run, and return zero.
"make check" will only work if you run it *on* an NT machine.
Cross-checking is not supported.