Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2008 20:12:36 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135168 for review
Message-ID:  <200802102012.m1AKCaU9070965@repoman.freebsd.org>

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

Change 135168 by jb@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.
 



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