Update of /cvsroot/mingw/msys/rt/src/winsup/testsuite/winsup.api
In directory usw-pr-cvs1:/tmp/cvs-serv30329/winsup/testsuite/winsup.api
Modified Files:
known_bugs.tcl winsup.exp
Log Message:
Merge in cygwin-1.3.3
Index: known_bugs.tcl
===================================================================
RCS file: /cvsroot/mingw/msys/rt/src/winsup/testsuite/winsup.api/known_bugs.tcl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** known_bugs.tcl 2001/08/07 17:51:21 1.1.1.1
--- known_bugs.tcl 2001/10/15 22:22:33 1.2
***************
*** 1,7 ****
set xfail_list [list dup03 dup05 \
fcntl05 fcntl07B fcntl09 fcntl10 \
! fsync01 gethostid01 lseek04 mknod01 \
setgroups01 setregid01 setreuid01 setuid02 \
! ulimit01 unlink06 \
sample-fail sample-miscompile]
--- 1,7 ----
set xfail_list [list dup03 dup05 \
fcntl05 fcntl07B fcntl09 fcntl10 \
! fsync01 gethostid01 lseek04 mknod01 select03 \
setgroups01 setregid01 setreuid01 setuid02 \
! ulimit01 unlink06 unlink08 \
sample-fail sample-miscompile]
Index: winsup.exp
===================================================================
RCS file: /cvsroot/mingw/msys/rt/src/winsup/testsuite/winsup.api/winsup.exp,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** winsup.exp 2001/08/07 17:51:22 1.1.1.1
--- winsup.exp 2001/10/15 22:22:33 1.2
***************
*** 62,69 ****
} else {
pass "$testcase"
! catch { file delete "$base.exe" } err
! if { $err != "" } {
! note "error deleting $base.exe: $err"
! }
}
}
--- 62,71 ----
} else {
pass "$testcase"
! if { ! $xfail_expected } {
! catch { file delete "$base.exe" } err
! if { $err != "" } {
! note "error deleting $base.exe: $err"
! }
! }
}
}
|