PERFORCE change 132766 for review
John Birrell
jb at FreeBSD.org
Mon Jan 7 19:51:15 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=132766
Change 132766 by jb at jb_freebsd1 on 2008/01/08 03:50:29
219 that work now.
Affected files ...
.. //depot/projects/dtrace/src/tools/test/dtrace/Makefile#5 edit
Differences ...
==== //depot/projects/dtrace/src/tools/test/dtrace/Makefile#5 (text+ko) ====
@@ -416,11 +416,7 @@
${TESTSRCDIR}/tst/common/inline/err.D_DECL_IDRED.redef1.d \
${TESTSRCDIR}/tst/common/inline/err.D_DECL_IDRED.redef2.d \
${TESTSRCDIR}/tst/common/inline/err.D_IDENT_UNDEF.recur.d \
- ${TESTSRCDIR}/tst/common/inline/err.D_OP_INCOMPAT.baddef1.d \
${TESTSRCDIR}/tst/common/inline/err.D_OP_INCOMPAT.baddef2.d \
- ${TESTSRCDIR}/tst/common/inline/tst.InlineDataAssign.d \
- ${TESTSRCDIR}/tst/common/inline/tst.InlineExpression.d \
- ${TESTSRCDIR}/tst/common/inline/tst.InlineTypedef.d \
${TESTSRCDIR}/tst/common/inline/tst.InlineWritableAssign.d
TESTLEXER= \
@@ -494,7 +490,6 @@
${TESTSRCDIR}/tst/common/pointers/tst.ArrayPointer1.d \
${TESTSRCDIR}/tst/common/pointers/tst.ArrayPointer2.d \
${TESTSRCDIR}/tst/common/pointers/tst.ArrayPointer3.d \
- ${TESTSRCDIR}/tst/common/pointers/tst.GlobalVar.d \
${TESTSRCDIR}/tst/common/pointers/tst.IntegerArithmetic1.d \
${TESTSRCDIR}/tst/common/pointers/tst.PointerArithmetic1.d \
${TESTSRCDIR}/tst/common/pointers/tst.PointerArithmetic2.d \
@@ -502,9 +497,7 @@
${TESTSRCDIR}/tst/common/pointers/tst.PointerAssignment.d \
${TESTSRCDIR}/tst/common/pointers/tst.ValidPointer1.d \
${TESTSRCDIR}/tst/common/pointers/tst.ValidPointer2.d \
- ${TESTSRCDIR}/tst/common/pointers/tst.VoidCast.d \
- ${TESTSRCDIR}/tst/common/pointers/tst.basic1.d \
- ${TESTSRCDIR}/tst/common/pointers/tst.basic2.d
+ ${TESTSRCDIR}/tst/common/pointers/tst.VoidCast.d
TESTPRAGMA= \
${TESTSRCDIR}/tst/common/pragma/err.D_PRAGERR.d \
@@ -676,13 +669,9 @@
${TESTSRCDIR}/tst/common/scalars/err.D_DECL_CLASS.thisself.d \
${TESTSRCDIR}/tst/common/scalars/err.D_DECL_IDRED.errval.d \
${TESTSRCDIR}/tst/common/scalars/err.D_OP_INCOMPAT.dec.err.d \
- ${TESTSRCDIR}/tst/common/scalars/err.D_OP_INCOMPAT.dupgtype.d \
- ${TESTSRCDIR}/tst/common/scalars/err.D_OP_INCOMPAT.dupltype.d \
- ${TESTSRCDIR}/tst/common/scalars/err.D_OP_INCOMPAT.dupttype.d \
${TESTSRCDIR}/tst/common/scalars/err.D_SYNTAX.declare.d \
${TESTSRCDIR}/tst/common/scalars/tst.basicvar.d \
${TESTSRCDIR}/tst/common/scalars/tst.localvar.d \
- ${TESTSRCDIR}/tst/common/scalars/tst.misc.d \
${TESTSRCDIR}/tst/common/scalars/tst.self.d \
${TESTSRCDIR}/tst/common/scalars/tst.selfarray.d \
${TESTSRCDIR}/tst/common/scalars/tst.selfthis.d \
@@ -1098,6 +1087,21 @@
TESTFILES= \
${TESTARITHMETIC} \
${TESTARRAYS} \
+ ${TESTBEGIN} \
+ ${TESTBITFIELDS} \
+ ${TESTEND} \
+ ${TESTENUM} \
+ ${TESTERROR} \
+ ${TESTEXIT} \
+ ${TESTINLINE} \
+ ${TESTOPERATORS} \
+ ${TESTPOINTERS} \
+ ${TESTPREDICATES} \
+ ${TESTPREPROCESSOR} \
+ ${TESTPRINTF} \
+ ${TESTPROBES} \
+ ${TESTPROFILE} \
+ ${TESTSCALARS} \
${TESTSIZEOF} \
${TESTSTRLEN} \
${TESTTYPEDEF} \
@@ -1107,38 +1111,23 @@
XXXXXXXXX= \
${TESTAGGS} \
${TESTASSOCS} \
- ${TESTBEGIN} \
- ${TESTBITFIELDS} \
${TESTBUFFERING} \
${TESTBUILTINVAR} \
${TESTCLAUSES} \
- ${TESTDECLS} \
${TESTDROPS} \
${TESTDTRACEUTIL} \
- ${TESTEND} \
- ${TESTENUM} \
- ${TESTERROR} \
- ${TESTEXIT} \
${TESTFBTPROVIDER} \
${TESTFUNCS} \
+ ${TESTLEXER} \
${TESTGRAMMAR} \
- ${TESTINLINE} \
- ${TESTLEXER} \
+ ${TESTDECLS} \
${TESTMISC} \
${TESTMULTIAGGS} \
${TESTOFFSETOF} \
- ${TESTOPERATORS} \
- ${TESTPOINTERS} \
+ ${TESTPRINTA} \
${TESTPRAGMA} \
- ${TESTPREDICATES} \
- ${TESTPREPROCESSOR} \
- ${TESTPRINTA} \
- ${TESTPRINTF} \
- ${TESTPROBES} \
- ${TESTPROFILE} \
${TESTPROVIDERS} \
${TESTSAFETY} \
- ${TESTSCALARS} \
${TESTSCRIPTING} \
${TESTSPECULATION} \
${TESTSTABILITY} \
@@ -1267,6 +1256,10 @@
# Tests that currently fail (but don't make the system go kaboom):
NOTWORK= \
+ ${TESTSRCDIR}/tst/common/inline/err.D_OP_INCOMPAT.baddef1.d \
+ ${TESTSRCDIR}/tst/common/inline/tst.InlineDataAssign.d \
+ ${TESTSRCDIR}/tst/common/inline/tst.InlineExpression.d \
+ ${TESTSRCDIR}/tst/common/inline/tst.InlineTypedef.d \
${TESTSRCDIR}/tst/common/aggs/tst.lquantzero.d \
${TESTSRCDIR}/tst/common/aggs/tst.neglquant.d \
${TESTSRCDIR}/tst/common/aggs/tst.negorder.d \
@@ -1344,6 +1337,13 @@
# These need to be ported or a decision made as to why they don't apply to FreeBSD:
SOLARIS_SPECIFIC= \
+ ${TESTSRCDIR}/tst/common/pointers/tst.GlobalVar.d \
+ ${TESTSRCDIR}/tst/common/pointers/tst.basic1.d \
+ ${TESTSRCDIR}/tst/common/pointers/tst.basic2.d \
+ ${TESTSRCDIR}/tst/common/scalars/tst.misc.d \
+ ${TESTSRCDIR}/tst/common/scalars/err.D_OP_INCOMPAT.dupgtype.d \
+ ${TESTSRCDIR}/tst/common/scalars/err.D_OP_INCOMPAT.dupltype.d \
+ ${TESTSRCDIR}/tst/common/scalars/err.D_OP_INCOMPAT.dupttype.d \
${TESTSRCDIR}/tst/common/funcs/err.D_PROTO_ARG.mobadarg.d \
${TESTSRCDIR}/tst/common/funcs/err.D_PROTO_LEN.motoofew.d \
${TESTSRCDIR}/tst/common/funcs/err.D_PROTO_LEN.motoomany.d \
More information about the p4-projects
mailing list