Bug 4720 - unparser.stp testcase fails on systemtap-20070630 snapshot.
Summary: unparser.stp testcase fails on systemtap-20070630 snapshot.
Status: RESOLVED FIXED
Alias: None
Product: systemtap
Classification: Unclassified
Component: testsuite (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
: 4723 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-07-02 12:44 UTC by Srinivasa DS
Modified: 2007-08-13 22:19 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Srinivasa DS 2007-07-02 12:44:02 UTC
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
========================================================================
Comment 1 William Cohen 2007-07-02 18:53:15 UTC
*** Bug 4723 has been marked as a duplicate of this bug. ***
Comment 2 William Cohen 2007-07-02 19:40:05 UTC
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.
Comment 3 Josh Stone 2007-08-13 22:19:40 UTC
This appears to be fixed -- please reopen if you have any more trouble.