From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4221 invoked by alias); 20 Jun 2008 13:45:45 -0000 Received: (qmail 4197 invoked by uid 22791); 20 Jun 2008 13:45:43 -0000 X-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 20 Jun 2008 13:45:13 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id m5KDjBVl001112 for ; Fri, 20 Jun 2008 09:45:11 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m5KDj6Ro013796 for ; Fri, 20 Jun 2008 09:45:11 -0400 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id m5KDj5LK008624 for ; Fri, 20 Jun 2008 09:45:06 -0400 Message-ID: <485BB46A.50303@redhat.com> Date: Fri, 20 Jun 2008 13:54:00 -0000 From: Andrew Cagney User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: frysk Subject: running tests under jni Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 X-IsSubscribed: yes Mailing-List: contact frysk-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-owner@sourceware.org X-SW-Source: 2008-q2/txt/msg00111.txt.bz2 FYI, I've just completed my first full run of frysk-core's test-suite under JNI; and have gone through and filed bugs for each class of failure. Including the failures I also see under CNI (~6), I came up with 14 unique cases (while there's a small number of problems they are affecting ~60 of the tests). More useful, I think, is this: $ make jni $ ./JniRunner as away to quickly turn around your work-in-progress code. Of course, a full TestRunner run is still expected. cu all a bit over a week (perhaps I'll come back to find some of the bugs fixed :-) Andrew