From owner-p4-projects@FreeBSD.ORG Fri May 12 01:41:50 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 6F18916A44F; Fri, 12 May 2006 01:41:50 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FBC116A43E for ; Fri, 12 May 2006 01:41:50 +0000 (UTC) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E9D143D58 for ; Fri, 12 May 2006 01:41:49 +0000 (GMT) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k4C1fnOo009428 for ; Fri, 12 May 2006 01:41:49 GMT (envelope-from jb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k4C1fmdw009420 for perforce@freebsd.org; Fri, 12 May 2006 01:41:48 GMT (envelope-from jb@freebsd.org) Date: Fri, 12 May 2006 01:41:48 GMT Message-Id: <200605120141.k4C1fmdw009420@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jb@freebsd.org using -f From: John Birrell To: Perforce Change Reviews Cc: Subject: PERFORCE change 96993 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 May 2006 01:41:50 -0000 http://perforce.freebsd.org/chv.cgi?CH=96993 Change 96993 by jb@jb_freebsd2 on 2006/05/12 01:41:09 This makefile runs Sun's DTrace tests on FreeBSD. The test files themselves haven't been released yet, so they aren't publicly available and can't be added to FreeBSD's repository. At this stage the indication from Sun is that the release of those files is subject to their review process. Stay tuned. As of today, 629 of the 1039 tests pass on FreeBSD. Of the ones that fail, some failures are due to builtin variables which haven't been ported (and are straight-forward to port). Then there are tests that fail because the required provider hasn't been ported. And finally there are those things that are more difficult to get working on FreeBSD. At this stage it is fair to say that the easy things have been done. The percentage pass/fail test results are just an indication that there is light at the end of the tunnel. 8-) Affected files ... .. //depot/projects/dtrace/src/cddl/test/dtrace/Makefile#1 add Differences ...