[Lsb-messages] /var/www/bzr/lsb/4.0/runtime-test r1222: Backport subtest disables for freopen from devel (bug 3436)

Stew Benedict stewb at linux-foundation.org
Fri May 11 17:48:24 UTC 2012


------------------------------------------------------------
revno: 1222
committer: Stew Benedict <stewb at linux-foundation.org>
branch nick: runtime-test
timestamp: Fri 2012-05-11 13:48:24 -0400
message:
  Backport subtest disables for freopen from devel (bug 3436)
modified:
  modules/vsx-pcts/tset/ANSI.os/streamio/freopen/freopen.c
-------------- next part --------------
=== modified file 'modules/vsx-pcts/tset/ANSI.os/streamio/freopen/freopen.c'
--- a/modules/vsx-pcts/tset/ANSI.os/streamio/freopen/freopen.c	2001-06-04 04:25:12 +0000
+++ b/modules/vsx-pcts/tset/ANSI.os/streamio/freopen/freopen.c	2012-05-11 17:48:24 +0000
@@ -3575,6 +3575,10 @@
 	DBUG_ENTER("test33");
 	errno = NOERROR;
 
+	/* LSB bug 3436 - spec doesn't state how fd's will be re-used */
+	xx_rpt(UNTESTED);
+	DBUG_VOID_RETURN;
+
 	if((fd2 = open(t33_file, O_CREAT|O_RDONLY, MODEANY)) == SYSERROR)
 	{
 		err = errno;
@@ -3643,6 +3647,10 @@
 
 	DBUG_ENTER("test34");
 
+	/* LSB bug 3436 - spec doesn't state how fd's will be re-used */
+	xx_rpt(UNTESTED);
+	DBUG_VOID_RETURN;
+
 #if TEST_XNFS
 	val = tet_getvar("XNFS_REMLOCK_SUPP");
 
@@ -4183,6 +4191,10 @@
 	int	pathok = 0 ;
 
 	DBUG_ENTER("test38");
+	
+	/* LSB bug 3436 - spec doesn't state how fd's will be re-used */
+	xx_rpt(UNTESTED);
+	DBUG_VOID_RETURN;
 
 	testfail = 0;
 



More information about the lsb-messages mailing list