From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11429 invoked by alias); 14 Mar 2008 20:08:27 -0000 Received: (qmail 11399 invoked by uid 367); 14 Mar 2008 20:08:24 -0000 Date: Fri, 14 Mar 2008 20:08:00 -0000 Message-ID: <20080314200824.11384.qmail@sourceware.org> From: cagney@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Separate out/fix DEFAULT test. X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 2a0086b4846c2bb4bb2d5055efb8a784dae94019 X-Git-Newrev: 963501ea208d03400e55c48ff8e28053f6b8e5b7 Mailing-List: contact frysk-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-cvs-owner@sourceware.org Reply-To: frysk@sourceware.org X-SW-Source: 2008-q1/txt/msg00372.txt.bz2 The branch, master has been updated via 963501ea208d03400e55c48ff8e28053f6b8e5b7 (commit) via bd3b09d90dfd03c064314fb8a86e9a64a77ce0eb (commit) from 2a0086b4846c2bb4bb2d5055efb8a784dae94019 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 963501ea208d03400e55c48ff8e28053f6b8e5b7 Author: Andrew Cagney Date: Fri Mar 14 16:07:14 2008 -0400 Separate out/fix DEFAULT test. frysk-sys/frysk/rsl/ChangeLog 2008-03-14 Andrew Cagney * TestLog.java (testDefault()): New. commit bd3b09d90dfd03c064314fb8a86e9a64a77ce0eb Author: Andrew Cagney Date: Fri Mar 14 15:49:54 2008 -0400 Fix html man-page nits. frysk-common/ChangeLog 2008-03-14 Andrew Cagney * manpages.sh: New. * frysk.xml: New. frysk-core/frysk/bindir/ChangeLog 2008-03-14 Andrew Cagney * frysk.xml: New. * fparser.xml, fparser.java: Move to frysk.pkglibdir. * fauxv.xml: Cite frysk(7), simplify url. * fcatch.xml: Ditto. * fcore.xml: Ditto. * fdebuginfo.xml: Ditto. * fdebugrpm.xml: Ditto. * ferror.xml: Ditto. * fexe.xml: Ditto. * fhpd.xml: Ditto. * fmaps.xml: Ditto. * fparser.xml: Ditto. * fstack.xml: Ditto. * fstep.xml: Ditto. * ftrace.xml: Ditto. frysk-core/frysk/pkglibdir/ChangeLog 2008-03-14 Andrew Cagney * fparser.xml, fparser.java: Move to here from frysk.bindir. * funit-threads.xml: Cite frysk(7); update url. * funit-slave.xml: Ditto. * funit-exit.xml: Ditto. * funit-exec.xml: Ditto. frysk-gui/frysk/bindir/ChangeLog 2008-03-14 Andrew Cagney * frysk.xml: Cite frysk(7). frysk-sys/frysk/pkglibdir/ChangeLog 2008-03-14 Andrew Cagney * fsystest.xml: Cite frysk(7), update url. * funit-procmask.xml: Ditto. frysk-top/ChangeLog 2008-03-14 Andrew Cagney * Makefile.am (frysk-common/frysk.7): New target. (manpages): Move code to frysk-common/manpages.sh. ----------------------------------------------------------------------- Summary of changes: frysk-common/ChangeLog | 5 ++ .../pkglibdir/ftail.xml => frysk-common/frysk.xml | 71 +++++++++----------- .../run_suite.in => frysk-common/manpages.sh | 64 +++++++++++------- frysk-core/frysk/bindir/ChangeLog | 18 +++++ frysk-core/frysk/bindir/fauxv.xml | 9 +-- frysk-core/frysk/bindir/fcatch.xml | 9 +-- frysk-core/frysk/bindir/fcore.xml | 7 +- frysk-core/frysk/bindir/fdebuginfo.xml | 7 +- frysk-core/frysk/bindir/fdebugrpm.xml | 7 +- frysk-core/frysk/bindir/ferror.xml | 9 +-- frysk-core/frysk/bindir/fexe.xml | 7 +- frysk-core/frysk/bindir/fhpd.xml | 11 +-- frysk-core/frysk/bindir/fmaps.xml | 9 +-- frysk-core/frysk/bindir/fstack.xml | 9 +-- frysk-core/frysk/bindir/fstep.xml | 9 +-- frysk-core/frysk/bindir/ftrace.xml | 10 ++-- frysk-core/frysk/pkglibdir/ChangeLog | 8 ++ .../frysk/{bindir => pkglibdir}/fparser.java | 2 +- frysk-core/frysk/{bindir => pkglibdir}/fparser.xml | 9 +-- frysk-core/frysk/pkglibdir/funit-exec.xml | 9 +-- frysk-core/frysk/pkglibdir/funit-exit.xml | 9 +-- frysk-core/frysk/pkglibdir/funit-slave.xml | 9 +-- frysk-core/frysk/pkglibdir/funit-threads.xml | 9 +-- frysk-gui/frysk/bindir/ChangeLog | 4 + frysk-gui/frysk/bindir/frysk.xml | 9 +-- frysk-gui/frysk/pkglibdir/funit.xml | 15 +++-- frysk-sys/frysk/pkglibdir/ChangeLog | 5 ++ frysk-sys/frysk/pkglibdir/fsystest.xml | 9 +-- frysk-sys/frysk/pkglibdir/funit-procmask.xml | 7 +- frysk-sys/frysk/rsl/ChangeLog | 4 + frysk-sys/frysk/rsl/TestLog.java | 5 +- frysk-top/ChangeLog | 5 ++ frysk-top/Makefile.am | 49 ++++++------- 33 files changed, 233 insertions(+), 195 deletions(-) copy frysk-gui/frysk/pkglibdir/ftail.xml => frysk-common/frysk.xml (66%) copy frysk-gui/frysk/gui/test/dogtail_scripts/run_suite.in => frysk-common/manpages.sh (65%) rename frysk-core/frysk/{bindir => pkglibdir}/fparser.java (99%) rename frysk-core/frysk/{bindir => pkglibdir}/fparser.xml (95%) First 500 lines of diff: diff --git a/frysk-common/ChangeLog b/frysk-common/ChangeLog index 260530b..349abe9 100644 --- a/frysk-common/ChangeLog +++ b/frysk-common/ChangeLog @@ -1,3 +1,8 @@ +2008-03-14 Andrew Cagney + + * manpages.sh: New. + * frysk.xml: New. + 2008-03-03 Andrew Cagney * TestRunner.java-in: Use frysk.config. diff --git a/frysk-gui/frysk/pkglibdir/ftail.xml b/frysk-common/frysk.xml similarity index 66% copy from frysk-gui/frysk/pkglibdir/ftail.xml copy to frysk-common/frysk.xml index 2f4327f..404b014 100644 --- a/frysk-gui/frysk/pkglibdir/ftail.xml +++ b/frysk-common/frysk.xml @@ -4,7 +4,7 @@ This file is part of the program FRYSK. - Copyright 2006, Red Hat Inc. + Copyright 2008, Red Hat Inc. FRYSK is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -48,66 +48,57 @@ - + - ftail - 19 December 2006 + fhpd + March 14 2008 - ftail - 8 + frysk + 7 - ftail - runs Frysk's dogtail testsuite + frysk + The Frysk Debugging, Tracing, and Monitoring Tool Suite - - - ftail - - - DESCRIPTION - ftail runs Frysk's dogtail testsuite, - which exercises the GNOME interface. - - The dogtail testsuite exercises Frysk's GNOME interface - using the current X display. To run the testsuite headless, run - ftail using - dogtail-run-headless. + The Frysk Tool Suite provides a collection of command line + and gnome utilities for the debugging, tracing, and monitoring of + user programs. - - - EXIT STATUS - Exits with zero status if the testsuite run was successful, - non-zero otherwize. - - - - EXAMPLE - dogtail-run-headless @pkglib32dir@/ftail - - + SEE ALSO - funit(8) frysk(1) + +funit(8) +fauxv(1) +fcatch(1) +fcore(1) +fdebuginfo(1) +ferror(1) +fexe(1) +fhpd(1) +fmaps(1) +fparser(1) +fstack(1) +fstep(1) +ftrace(1) +fdebugrpm(1) + BUGS - Report bugs to - http://sources.redhat.com/frysk/ . + Report bugs to + + - - diff --git a/frysk-gui/frysk/gui/test/dogtail_scripts/run_suite.in b/frysk-common/manpages.sh similarity index 65% copy from frysk-gui/frysk/gui/test/dogtail_scripts/run_suite.in copy to frysk-common/manpages.sh index d0ccc9a..98bff63 100755 --- a/frysk-gui/frysk/gui/test/dogtail_scripts/run_suite.in +++ b/frysk-common/manpages.sh @@ -1,8 +1,7 @@ -#!/bin/bash - +#!/bin/sh -e # This file is part of the program FRYSK. # -# Copyright 2005, 2006, Red Hat Inc. +# Copyright 2008, Red Hat Inc. # # FRYSK is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -39,32 +38,47 @@ # version and license this file solely under the GPL without # exception. -# Script name: run_suite.sh -# Creation date: Oct 2006 -# Purpose: Script to run test suite in Dogtail normal or headless mode -# author: Len DiMaggio +if [ $# -lt 1 ]; then + echo "Usage: $0