PERFORCE change 125802 for review

Zhouyi ZHOU zhouzhouyi at FreeBSD.org
Tue Aug 28 22:58:15 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=125802

Change 125802 by zhouzhouyi at zhouzhouyi_mactest on 2007/08/29 05:58:05

	Beyond GSoc, Test cases for sysvsem continued

Affected files ...

.. //depot/projects/soc2007/zhouzhouyi_mactest_soc/regression/mactest/semtest.c#2 edit
.. //depot/projects/soc2007/zhouzhouyi_mactest_soc/regression/mactest/tests/misc.sh#18 edit
.. //depot/projects/soc2007/zhouzhouyi_mactest_soc/regression/mactest/tests/sysvsem/00.t#1 add

Differences ...

==== //depot/projects/soc2007/zhouzhouyi_mactest_soc/regression/mactest/semtest.c#2 (text+ko) ====

@@ -384,7 +384,7 @@
 	 * Reap the child; if it exited successfully, then we're on the
 	 * right track!
 	 */
-	if (wait(&cstatus) == -1)
+/*	if (wait(&cstatus) == -1)
 		err(1, "wait");
 
 	if (WIFEXITED(cstatus) == 0)
@@ -393,7 +393,7 @@
 	if (WEXITSTATUS(cstatus) != 0)
 		errx(1, "receiver exited with status %d",
 		    WEXITSTATUS(cstatus));
-
+*/
 	if (--child_count != 0) {
 		signal_was_sigchld = 1;
 		return;

==== //depot/projects/soc2007/zhouzhouyi_mactest_soc/regression/mactest/tests/misc.sh#18 (text+ko) ====

@@ -22,6 +22,7 @@
 pipe_io="${maindir}/pipe_io"
 macping="${maindir}/macping"
 shmtest="${maindir}/shmtest"
+semtest="${maindir}/semtest"
 
 . ${maindir}/tests/conf
 


More information about the p4-projects mailing list