Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Mar 2008 22:45:09 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 138135 for review
Message-ID:  <200803192245.m2JMj9KP064615@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=138135

Change 138135 by jb@jb_freebsd8 on 2008/03/19 22:44:49

	The latest IFopensolaris changes the way the perl test program args
	work. Now the '-n' arg has to be specified to stop the script from
	wanting to run the tests using jdtrace, the Java API version of 
	DTrace.
	
	I doubt we will ever want to run the Java tests from this makefile
	since Java is not part of this source tree.
	
	There are a few new tests appearing here; a couple need to be
	commented out; and yet more which don't work yet. There are a few
	regressions too. (sulk)

Affected files ...

.. //depot/projects/dtrace/src/tools/test/dtrace/Makefile#25 edit

Differences ...

==== //depot/projects/dtrace/src/tools/test/dtrace/Makefile#25 (text+ko) ====

@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 TESTSRCDIR=	${.CURDIR}/../../../contrib/opensolaris/cmd/dtrace/test
-DTEST=		${TESTSRCDIR}/cmd/scripts/dtest.pl
+DTEST=		${TESTSRCDIR}/cmd/scripts/dtest.pl -n
 
 IGNORE=		\
 	${TESTSRCDIR}/tst/common/stop/tst.stop1.d				\
@@ -51,6 +51,8 @@
 	${TESTSRCDIR}/tst/common/misc/tst.schrock.ksh				\
 	${TESTSRCDIR}/tst/common/nfs/tst.call.c					\
 	${TESTSRCDIR}/tst/common/nfs/tst.call.d					\
+	${TESTSRCDIR}/tst/common/nfs/tst.call3.c					\
+	${TESTSRCDIR}/tst/common/nfs/tst.call3.d					\
 	${TESTSRCDIR}/tst/common/offsetof/err.D_OFFSETOF_BITFIELD.bitfield.d	\
 	${TESTSRCDIR}/tst/common/pid/err.D_PDESC_ZERO.badlib.d			\
 	${TESTSRCDIR}/tst/common/pid/err.D_PDESC_ZERO.badproc1.d		\
@@ -208,6 +210,7 @@
 	${TESTSRCDIR}/tst/common/safety/tst.shortstr.d				\
 	${TESTSRCDIR}/tst/common/safety/tst.stack.d				\
 	${TESTSRCDIR}/tst/common/safety/tst.stackdepth.d			\
+	${TESTSRCDIR}/tst/common/safety/tst.stddev.d				\
 	${TESTSRCDIR}/tst/common/safety/tst.strchr.d				\
 	${TESTSRCDIR}/tst/common/safety/tst.strjoin.d				\
 	${TESTSRCDIR}/tst/common/safety/tst.strstr.d				\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200803192245.m2JMj9KP064615>