PERFORCE change 135168 for review

John Birrell jb at FreeBSD.org
Sun Feb 10 12:12:36 PST 2008


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

Change 135168 by jb at jb_freebsd1 on 2008/02/10 20:12:09

	Early days on i386. Some tests don't work yet.

Affected files ...

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

Differences ...

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

@@ -279,6 +279,34 @@
 	${TESTSRCDIR}/tst/common/predicates/tst.predcache.ksh			\
 	${TESTSRCDIR}/tst/common/proc/tst.exitkilled.ksh			\
 
+.if ${MACHINE_ARCH} == "i386"
+
+# --------------------------------------------------------------------------------
+# This test causes i386 to go kaboom in a big way. There is a problem in the
+# fbt exception code which needs to be fixed.
+
+NOTWORK+= \
+	${TESTSRCDIR}/tst/common/fbtprovider/tst.tailcall.d
+
+# Some tests that don't complete on i386.... :-/
+
+NOTWORK+= ${TESTSRCDIR}/tst/common/funcs/tst.chill.ksh
+NOTWORK+= ${TESTSRCDIR}/tst/common/proc/tst.create.ksh
+NOTWORK+= ${TESTSRCDIR}/tst/common/proc/tst.exec.ksh
+NOTWORK+= ${TESTSRCDIR}/tst/common/proc/tst.execfail.ENOENT.ksh
+NOTWORK+= ${TESTSRCDIR}/tst/common/proc/tst.execfail.ksh
+NOTWORK+= ${TESTSRCDIR}/tst/common/proc/tst.exitcore.ksh
+NOTWORK+= ${TESTSRCDIR}/tst/common/proc/tst.exitexit.ksh
+NOTWORK+= ${TESTSRCDIR}/tst/common/proc/tst.exitkilled.ksh
+NOTWORK+= ${TESTSRCDIR}/tst/common/proc/tst.signal.ksh
+NOTWORK+= ${TESTSRCDIR}/tst/common/proc/tst.sigwait.c
+NOTWORK+= ${TESTSRCDIR}/tst/common/proc/tst.sigwait.d
+NOTWORK+= ${TESTSRCDIR}/tst/common/proc/tst.startexit.ksh
+NOTWORK+= ${TESTSRCDIR}/tst/common/struct/tst.StructDataTypes.d
+NOTWORK+= ${TESTSRCDIR}/tst/common/union/tst.UnionDataTypes.d
+
+.endif
+
 # --------------------------------------------------------------------------------
 # Interrupt priority isn't relevant on FreeBSD.
 


More information about the p4-projects mailing list