PERFORCE change 132776 for review

John Birrell jb at FreeBSD.org
Mon Jan 7 22:16:54 PST 2008


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

Change 132776 by jb at jb_freebsd1 on 2008/01/08 06:16:13

	421 now.
	
	Enough for one day.

Affected files ...

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

Differences ...

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

@@ -812,7 +812,6 @@
 	${TESTSRCDIR}/tst/common/translators/tst.OutputAliasTrans.d \
 	${TESTSRCDIR}/tst/common/translators/tst.PartialDereferencing.d \
 	${TESTSRCDIR}/tst/common/translators/tst.PartialOutputTransDefn.d \
-	${TESTSRCDIR}/tst/common/translators/tst.ProcModelTrans.d \
 	${TESTSRCDIR}/tst/common/translators/tst.RepeatDeclaration.d \
 	${TESTSRCDIR}/tst/common/translators/tst.SimultaneousTranslators.d \
 	${TESTSRCDIR}/tst/common/translators/tst.StructureAssignment.d \
@@ -831,8 +830,6 @@
 	${TESTSRCDIR}/tst/common/typedef/tst.TypedefDataAssign.d
 
 TESTTYPES= \
-	${TESTSRCDIR}/tst/common/types/err.D_CAST_INVAL.badcast.d \
-	${TESTSRCDIR}/tst/common/types/err.D_CG_DYN.ResultDynType.d \
 	${TESTSRCDIR}/tst/common/types/err.D_CHR_OFLOW.charconst.d \
 	${TESTSRCDIR}/tst/common/types/err.D_DECL_BADCLASS.bad.d \
 	${TESTSRCDIR}/tst/common/types/err.D_DECL_CHARATTR.badtype3.d \
@@ -859,7 +856,6 @@
 	${TESTSRCDIR}/tst/common/types/err.D_UNKNOWN.badtype2.d \
 	${TESTSRCDIR}/tst/common/types/err.D_UNKNOWN.dupenum.d \
 	${TESTSRCDIR}/tst/common/types/err.D_UNKNOWN.dupstruct.d \
-	${TESTSRCDIR}/tst/common/types/err.D_XLATE_REDECL.ResultDynType.d \
 	${TESTSRCDIR}/tst/common/types/tst.assignops.d \
 	${TESTSRCDIR}/tst/common/types/tst.badshiftops.d \
 	${TESTSRCDIR}/tst/common/types/tst.basics.d \
@@ -872,8 +868,6 @@
 	${TESTSRCDIR}/tst/common/types/tst.intincop.d \
 	${TESTSRCDIR}/tst/common/types/tst.intops.d \
 	${TESTSRCDIR}/tst/common/types/tst.inttypes.d \
-	${TESTSRCDIR}/tst/common/types/tst.ptrincop.d \
-	${TESTSRCDIR}/tst/common/types/tst.ptrops.d \
 	${TESTSRCDIR}/tst/common/types/tst.relenum.d \
 	${TESTSRCDIR}/tst/common/types/tst.relstring.d \
 	${TESTSRCDIR}/tst/common/types/tst.shiftops.d \
@@ -894,11 +888,7 @@
 	${TESTSRCDIR}/tst/common/union/tst.UnionInside.d
 
 TESTVARS= \
-	${TESTSRCDIR}/tst/common/vars/tst.gid.d \
-	${TESTSRCDIR}/tst/common/vars/tst.nullassign.d \
-	${TESTSRCDIR}/tst/common/vars/tst.ppid.d \
-	${TESTSRCDIR}/tst/common/vars/tst.uid.d \
-	${TESTSRCDIR}/tst/common/vars/tst.walltimestamp.d
+	${TESTSRCDIR}/tst/common/vars/tst.nullassign.d 
 
 TESTVERSION= \
 	${TESTSRCDIR}/tst/common/version/tst.1.0.d
@@ -1085,12 +1075,17 @@
 	${TESTPROVIDERS} \
 	${TESTSCALARS} \
 	${TESTSIZEOF} \
+	${TESTSTABILITY} \
 	${TESTSTRLEN} \
+	${TESTSTRUCT} \
 	${TESTTICK} \
 	${TESTTRACEMEM} \
 	${TESTTRACE} \
+	${TESTTRANSLATORS} \
 	${TESTTYPEDEF} \
+	${TESTTYPES} \
 	${TESTUNION} \
+	${TESTVARS} \
 	${TESTVERSION}
 
 XXXXXXXXX= \
@@ -1098,18 +1093,13 @@
 	${TESTASSOCS} \
 	${TESTBUFFERING} \
 	${TESTDROPS} \
-	${TESTDTRACEUTIL} \
 	${TESTFUNCS} \
 	${TESTMULTIAGGS} \
 	${TESTPRINTA} \
 	${TESTSAFETY} \
+	${TESTDTRACEUTIL} \
 	${TESTSCRIPTING} \
 	${TESTSPECULATION} \
-	${TESTSTABILITY} \
-	${TESTSTRUCT} \
-	${TESTTRANSLATORS} \
-	${TESTVARS} \
-	${TESTTYPES} \
 
 all	: test
 
@@ -1228,6 +1218,16 @@
 # Tests that currently fail (but don't make the system go kaboom):
 
 NOTWORK= \
+	${TESTSRCDIR}/tst/common/vars/tst.gid.d \
+	${TESTSRCDIR}/tst/common/vars/tst.ppid.d \
+	${TESTSRCDIR}/tst/common/vars/tst.uid.d \
+	${TESTSRCDIR}/tst/common/vars/tst.walltimestamp.d \
+	${TESTSRCDIR}/tst/common/types/tst.ptrincop.d \
+	${TESTSRCDIR}/tst/common/types/tst.ptrops.d \
+	${TESTSRCDIR}/tst/common/types/err.D_XLATE_REDECL.ResultDynType.d \
+	${TESTSRCDIR}/tst/common/types/err.D_CAST_INVAL.badcast.d \
+	${TESTSRCDIR}/tst/common/types/err.D_CG_DYN.ResultDynType.d \
+	${TESTSRCDIR}/tst/common/translators/tst.ProcModelTrans.d \
 	${TESTSRCDIR}/tst/common/inline/err.D_OP_INCOMPAT.baddef1.d \
 	${TESTSRCDIR}/tst/common/inline/tst.InlineDataAssign.d \
 	${TESTSRCDIR}/tst/common/inline/tst.InlineExpression.d \
@@ -1391,6 +1391,7 @@
 # Tests currently trying to fix...
 
 TESTTRY= \
+	${TESTDTRACEUTIL} \
 
 testtry	: ${DTEST} ${TESTTRY}
 	@${DTEST} ${TESTTRY}


More information about the p4-projects mailing list