public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug testsuite/4720] New: unparser.stp testcase fails on systemtap-20070630 snapshot.
@ 2007-07-02 12:44 srinivasa at in dot ibm dot com
  2007-07-02 18:53 ` [Bug testsuite/4720] " wcohen at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: srinivasa at in dot ibm dot com @ 2007-07-02 12:44 UTC (permalink / raw)
  To: systemtap

parseok/unparser.stp tetscase fails on systemtap-20070630-snapshot. 

My environment is Systemtap-20070630 snapshot,elfutils-0.128 and kernel-2.6.22-rc7.

When I executed this week tests, I found unparser.stp failing with below message.
============================================================
Running
/home/systemtap/tmp/stap_testing_200707020915/src/testsuite/parseok/unparser.stp
starting
/home/systemtap/tmp/stap_testing_200707020915/src/testsuite/parseok/unparser.stp
spawn2
/home/systemtap/tmp/stap_testing_200707020915/src/testsuite/parseok/unparser.stp
/home/systemtap/tmp/stap_testing_200707020915/src/testsuite/../testsuite/parseok/eighteen.stp^M
/home/systemtap/tmp/stap_testing_200707020915/src/testsuite/../testsuite/parseok/eighteen.stp^M
parse error: expected literal string or number^M
        saw: operator '/' at <input>:7:
parse error: expected literal string or number^M
13^M

        saw: operator '/' at <input>:7:13^M
parse error: expected statement^M
        saw: <input> EOF^M
2 parse error(s).^M

parse error: expected statement^M

        saw: <input> EOF^M

2 parse error(s).^M
Pass 1: parse failed.  Try again with more '-v' (verbose) options.^M

Pass 1: parse failed.  Try again with more '-v' (verbose) options.^M
wait results: 6981 exp10 0 1
FAIL: parseok/unparser.stp
========================================================================

-- 
           Summary: unparser.stp testcase fails on systemtap-20070630
                    snapshot.
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: testsuite
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: srinivasa at in dot ibm dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=4720

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/4720] unparser.stp testcase fails on systemtap-20070630 snapshot.
  2007-07-02 12:44 [Bug testsuite/4720] New: unparser.stp testcase fails on systemtap-20070630 snapshot srinivasa at in dot ibm dot com
@ 2007-07-02 18:53 ` wcohen at redhat dot com
  2007-07-02 19:40 ` wcohen at redhat dot com
  2007-08-13 23:47 ` joshua dot i dot stone at intel dot com
  2 siblings, 0 replies; 4+ messages in thread
From: wcohen at redhat dot com @ 2007-07-02 18:53 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From wcohen at redhat dot com  2007-07-02 18:53 -------
*** Bug 4723 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wcohen at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=4720

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/4720] unparser.stp testcase fails on systemtap-20070630 snapshot.
  2007-07-02 12:44 [Bug testsuite/4720] New: unparser.stp testcase fails on systemtap-20070630 snapshot srinivasa at in dot ibm dot com
  2007-07-02 18:53 ` [Bug testsuite/4720] " wcohen at redhat dot com
@ 2007-07-02 19:40 ` wcohen at redhat dot com
  2007-08-13 23:47 ` joshua dot i dot stone at intel dot com
  2 siblings, 0 replies; 4+ messages in thread
From: wcohen at redhat dot com @ 2007-07-02 19:40 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From wcohen at redhat dot com  2007-07-02 19:40 -------
Some of the code used to understand how the parsing and develop the coverage
support was incorrectly checked in. The problem change has been removed. This
correction has been checked into the cvs repository. The checked in change
should resolve the problem.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=4720

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug testsuite/4720] unparser.stp testcase fails on systemtap-20070630 snapshot.
  2007-07-02 12:44 [Bug testsuite/4720] New: unparser.stp testcase fails on systemtap-20070630 snapshot srinivasa at in dot ibm dot com
  2007-07-02 18:53 ` [Bug testsuite/4720] " wcohen at redhat dot com
  2007-07-02 19:40 ` wcohen at redhat dot com
@ 2007-08-13 23:47 ` joshua dot i dot stone at intel dot com
  2 siblings, 0 replies; 4+ messages in thread
From: joshua dot i dot stone at intel dot com @ 2007-08-13 23:47 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From joshua dot i dot stone at intel dot com  2007-08-13 22:19 -------
This appears to be fixed -- please reopen if you have any more trouble.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=4720

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-08-13 22:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-02 12:44 [Bug testsuite/4720] New: unparser.stp testcase fails on systemtap-20070630 snapshot srinivasa at in dot ibm dot com
2007-07-02 18:53 ` [Bug testsuite/4720] " wcohen at redhat dot com
2007-07-02 19:40 ` wcohen at redhat dot com
2007-08-13 23:47 ` joshua dot i dot stone at intel dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).