diff options
author | Christopher Faylor <me@cgf.cx> | 2000-09-03 03:58:18 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-09-03 03:58:18 +0000 |
commit | f1930aec47835e0ce231dff1893826824a462567 (patch) | |
tree | 1f55fcc9c63b707adc8ea3d767ebd7510904f148 /winsup/testsuite/winsup.api/known_bugs.tcl | |
parent | 42f03f675735b0ab55f86824894706e39878b5cc (diff) | |
download | cygnal-f1930aec47835e0ce231dff1893826824a462567.tar.gz cygnal-f1930aec47835e0ce231dff1893826824a462567.tar.bz2 cygnal-f1930aec47835e0ce231dff1893826824a462567.zip |
Importing Egor's testsuite.
Diffstat (limited to 'winsup/testsuite/winsup.api/known_bugs.tcl')
-rw-r--r-- | winsup/testsuite/winsup.api/known_bugs.tcl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/testsuite/winsup.api/known_bugs.tcl b/winsup/testsuite/winsup.api/known_bugs.tcl new file mode 100644 index 000000000..c84eaad28 --- /dev/null +++ b/winsup/testsuite/winsup.api/known_bugs.tcl @@ -0,0 +1,8 @@ +set xfail_list [list dup03 dup05 \ + fcntl05 fcntl07B fcntl09 fcntl10 \ + fsync01 gethostid01 lseek04 mknod01 \ + setgroups01 setregid01 setreuid01 setuid02 \ + ulimit01 unlink06 \ + sample-fail sample-miscompile] + + |