From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9825 invoked by alias); 25 Sep 2006 06:57:44 -0000 Received: (qmail 9812 invoked by uid 9655); 25 Sep 2006 06:57:43 -0000 Date: Mon, 25 Sep 2006 06:57:00 -0000 Message-ID: <20060925065743.9810.qmail@sourceware.org> From: zhengyong@sourceware.org To: frysk-cvs@sourceware.org Subject: frysk-imports ./ChangeLog ./Makefile.am ./Chan ... Mailing-List: contact frysk-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: frysk-cvs-owner@sourceware.org Reply-To: frysk@sourceware.org X-SW-Source: 2006-q3/txt/msg00750.txt.bz2 List-Id: CVSROOT: /cvs/frysk Module name: frysk-imports Changes by: zhengyong@sourceware.org 2006-09-25 06:57:43 Modified files: . : ChangeLog Makefile.am . : ChangeLog Makefile.gen.sh Makefile.rules TestRunner.javain acinclude.m4 frysk/pkglibexecdir: ChangeLog funit.java funit.xml frysk : ChangeLog Config.javain frysk/junit : ChangeLog Runner.java Added files: m4 : frysk_do_arch32_test.m4 Log message: 2006-09-25 Yong Zheng * common/Makefile.gen.sh: (echo_arch32_PROGRAMS): Output of rules for bi-arch test. (echo_arch32_COMPILER): Output of COMPILE for arch32. * common/Makefile.rules: (pkglibexec_arch32_PROGRAMS, pkglibexec_arch32dir): Define. * common/TestRunner.javain: Refactor to suport arch32 test. * common/acinclude.m4: Call FRYSK_DO_ARCH32_TEST. * common/m4/frysk_do_arch32_test.m4: New file, defines FRYSK_DO_ARCH32_TEST. * frysk-core/Makefile.am: Add the funit-child-alias for arch32 test. * frysk-core/frysk/pkglibexecdir/funit.java: Refactor to suport arch32 test. * frysk-core/frysk/pkglibexecdir/funit.xml: Update the --arch option info. * frysk-imports/frysk/Config.javain: (PKGLIBEXEC_ARCH32DIR): Add. * frysk-imports/frysk/junit/Runner.java: (repeatValue,archTarget, archBuild, testCases, parser, ARCH64, ARCH32): New. (usage): New method. (setTestCases, GetTestCases): New methods. (setBuildArch, GetBuildArch): New methods. (runCases): New method. (runArchCases): New method. (runArch32Cases): New method. (Runner): Refactor to support arch32 test. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/ChangeLog.diff?cvsroot=frysk&r1=1.249&r2=1.250 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/Makefile.am.diff?cvsroot=frysk&r1=1.69&r2=1.70 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-common/ChangeLog.diff?cvsroot=frysk&r1=1.240&r2=1.241 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-common/Makefile.gen.sh.diff?cvsroot=frysk&r1=1.110&r2=1.111 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-common/Makefile.rules.diff?cvsroot=frysk&r1=1.133&r2=1.134 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-common/TestRunner.javain.diff?cvsroot=frysk&r1=1.8&r2=1.9 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-common/acinclude.m4.diff?cvsroot=frysk&r1=1.52&r2=1.53 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-common/m4/frysk_do_arch32_test.m4.diff?cvsroot=frysk&r1=NONE&r2=1.1 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/ChangeLog.diff?cvsroot=frysk&r1=1.40&r2=1.41 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit.java.diff?cvsroot=frysk&r1=1.4&r2=1.5 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-core/frysk/pkglibexecdir/funit.xml.diff?cvsroot=frysk&r1=1.3&r2=1.4 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/frysk/ChangeLog.diff?cvsroot=frysk&r1=1.17&r2=1.18 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/frysk/Config.javain.diff?cvsroot=frysk&r1=1.9&r2=1.10 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/frysk/junit/ChangeLog.diff?cvsroot=frysk&r1=1.5&r2=1.6 http://sourceware.org/cgi-bin/cvsweb.cgi/frysk-imports/frysk/junit/Runner.java.diff?cvsroot=frysk&r1=1.2&r2=1.3