From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11658 invoked by alias); 29 Jun 2009 07:05:03 -0000 Received: (qmail 11605 invoked by uid 22791); 29 Jun 2009 07:05:01 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from rv-out-0708.google.com (HELO rv-out-0708.google.com) (209.85.198.251) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 29 Jun 2009 07:04:54 +0000 Received: by rv-out-0708.google.com with SMTP id b17so1088889rvf.48 for ; Mon, 29 Jun 2009 00:04:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.140.157.4 with SMTP id f4mr738472rve.292.1246259092309; Mon, 29 Jun 2009 00:04:52 -0700 (PDT) Date: Mon, 29 Jun 2009 07:05:00 -0000 Message-ID: Subject: Some issue with reverse testsuite From: Hui Zhu To: Michael Snyder Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-06/txt/msg00279.txt.bz2 Hi Michael, I try the reverse testsuite in cvs-head, what I got is: make check RUNTESTFLAGS=break-reverse.exp Nothing to be done for all... rootme=`pwd`; export rootme; \ srcdir=../src/gdb/testsuite ; export srcdir ; \ EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo ${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ; \ EXEEXT= ; export EXEEXT ; \ LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcodes:$LD_LIBRARY_PATH; \ export LD_LIBRARY_PATH; \ if [ -f ${rootme}/../../expect/expect ] ; then \ TCL_LIBRARY=${srcdir}/../../tcl/library ; \ export TCL_LIBRARY ; fi ; \ ` if [ -f ${srcdir}/../../dejagnu/runtest ]; then echo ${srcdir}/../../dejagnu/runtest; else if [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ]; then echo runtest; else t='s,x,x,'; echo runtest | sed -e $t; fi; fi` break-reverse.exp Test Run By teawater on Mon Jun 29 15:04:57 2009 Native configuration is i686-pc-linux-gnu === gdb tests === Schedule of variations: unix Running target unix Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. Using ../src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. Running ../src/gdb/testsuite/gdb.reverse/break-reverse.exp ... === gdb Summary === /usr/local/bin/gdb version 6.8.50.20090629-cvs -nw -nx cat gdb.log Test Run By teawater on Mon Jun 29 15:04:57 2009 Native configuration is i686-pc-linux-gnu === gdb tests === Schedule of variations: unix Running target unix Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target. Using /usr/share/dejagnu/config/unix.exp as generic interface file for target. Using ../src/gdb/testsuite/config/unix.exp as tool-and-target-specific interface file. Running ../src/gdb/testsuite/gdb.reverse/break-reverse.exp ... testcase ../src/gdb/testsuite/gdb.reverse/break-reverse.exp completed in 0 seconds === gdb Summary === Executing on host: gdb -nw -nx --command gdb_cmd (timeout = 300) GNU gdb (GDB) 6.8.50.20090629-cvs Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu". For bug reporting instructions, please see: . /usr/local/bin/gdb version 6.8.50.20090629-cvs -nw -nx runtest completed at Mon Jun 29 15:04:57 2009 It looks like gdb do nothing. Are you sure it works OK? Thanks, Hui