From owner-freebsd-testing@FreeBSD.ORG Sun Nov 23 00:29:12 2014 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8463EDC for ; Sun, 23 Nov 2014 00:29:12 +0000 (UTC) Received: from mail-lb0-x231.google.com (mail-lb0-x231.google.com [IPv6:2a00:1450:4010:c04::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 28DBA911 for ; Sun, 23 Nov 2014 00:29:12 +0000 (UTC) Received: by mail-lb0-f177.google.com with SMTP id 10so2908475lbg.22 for ; Sat, 22 Nov 2014 16:29:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=Jk0J5mGRnT785LHv8N7/7YWeJ4KffuCOVhDMDmPCz4o=; b=ayVXQo7YtQep5gSUIS3weEgnqUQ20pSeyiGz/KZxHzLmEz7ZxhmV2tiwqjdH7amMVo PR6zUdP2eByXZbhL4ZXuYPrHeAvHUpIyjBrEXXB5LSX6Aj3gMzo6J0fsZQoP9Vww8sXi GvEbSHSnBKmfjRM4KcyLgxpLvYTEW9cHLFWtE9iGZCBLesrnR+sZMQ4Jpgsyhk8WXdcU HSTq3Fzo8qPzaUJMst1/TOrLJWKQCx07TXbIj0xQgpV0auphgqW7+DLy8hfp5P996UkO 5MG8o2IrTJGBdf55vtFJ6xqPHESQJ9vqeUaFTvD7vPQUkTvfeZHNxn5jTxtArUZbRX69 KKxA== MIME-Version: 1.0 X-Received: by 10.112.201.226 with SMTP id kd2mr2089344lbc.98.1416702550246; Sat, 22 Nov 2014 16:29:10 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.130.168 with HTTP; Sat, 22 Nov 2014 16:29:10 -0800 (PST) Date: Sat, 22 Nov 2014 16:29:10 -0800 X-Google-Sender-Auth: h_LWf0V3mmHEX6W72bGQXWOKqu0 Message-ID: Subject: Call for Help: openjdk8 tests under Continuous Integration From: Craig Rodrigues To: "freebsd-testing@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2014 00:29:12 -0000 Hi, Recently Kip Macy tried to get the openjdk8 tests working under FreeBSD. He struggled a bit: https://lists.freebsd.org/pipermail/freebsd-java/2014-October/010928.html https://lists.freebsd.org/pipermail/freebsd-java/2014-October/010929.html https://lists.freebsd.org/pipermail/freebsd-java/2014-October/010930.html I think it would be good to get these tests running under FreeBSD continous integration. These tests stress things like threading, memory management, networking, and virtual memory. Running these tests would go a long way to improving Java support under FreeBSD, because it would give a better idea of what can be fixed in FreeBSD itself. I am a bit overstretched at the moment to take this on. I need scripts that can do the following: (1) Download the necessary packages, openjdk8, jtreg, etc. (2) Apply necessary patches to packages in (1) (3) Build the packages in (1) after patches applied (4) Run the tests I would also like: (A) Scripts should be committed to https://github.com/freebsd/freebsd-ci (B) Script should run under FreeBSD (C) Scripts should be easy to run under a Jenkins job at https://jenkins.freebsd.org (D) Followup status and discussion should happen on the freebsd-testing@freebsd.org mailing list Is anyone interested in helping out with this? Starting with some of the things that Kip did would be a good place to start. Thanks. -- Craig