public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: "wcohen at redhat dot com" <sourceware-bugzilla@sourceware.org>
To: systemtap@sourceware.org
Subject: [Bug translator/19770] on f23 and rawhide, the cast-scope.exp test case has failures
Date: Wed, 06 Dec 2023 20:48:06 +0000	[thread overview]
Message-ID: <bug-19770-6586-v7kaPZXgSe@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-19770-6586@http.sourceware.org/bugzilla/>

https://sourceware.org/bugzilla/show_bug.cgi?id=19770

William Cohen <wcohen at redhat dot com> changed:

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

--- Comment #1 from William Cohen <wcohen at redhat dot com> ---
On x86_64 Fedora 39 stap is able to translate cast-scope.stp, but some of the
tests still FAIL:

Running /usr/share/systemtap/testsuite/systemtap.base/cast-scope.exp ...
Executing on host: g++
/usr/share/systemtap/testsuite/systemtap.base/cast-scope.cxx   -g
-isystem/usr/share/systemtap/testsuite -isystem/usr/include -m64  -lm  -o
cast-scope-m64.exe    (timeout = 300)
spawn -ignore SIGHUP g++
/usr/share/systemtap/testsuite/systemtap.base/cast-scope.cxx -g
-isystem/usr/share/systemtap/testsuite -isystem/usr/include -m64 -lm -o
cast-scope-m64.exe
PASS: cast-scope-m64 compile
executing: stap /usr/share/systemtap/testsuite/systemtap.base/cast-scope.stp -c
./cast-scope-m64.exe
PASS: cast-scope-m64
executing: stap /usr/share/systemtap/testsuite/systemtap.base/cast-scope.stp -c
./cast-scope-m64.exe --runtime=dyninst
PASS: cast-scope-m64-dyninst
Executing on host: g++
/usr/share/systemtap/testsuite/systemtap.base/cast-scope.cxx   -g
-isystem/usr/share/systemtap/testsuite -isystem/usr/include -m32  -lm  -o
cast-scope-m32.exe    (timeout = 300)
spawn -ignore SIGHUP g++
/usr/share/systemtap/testsuite/systemtap.base/cast-scope.cxx -g
-isystem/usr/share/systemtap/testsuite -isystem/usr/include -m32 -lm -o
cast-scope-m32.exe
PASS: cast-scope-m32 compile
executing: stap /usr/share/systemtap/testsuite/systemtap.base/cast-scope.stp -c
./cast-scope-m32.exe
FAIL: cast-scope-m32
line 1: expected "function direct: {._str="Hello World!", ._l=12}"
Got "function direct: ERROR"
    "function cast: ERROR"
    "mark cast: ERROR"
    "statement direct: ERROR"
    "statement cast: ERROR"
executing: stap /usr/share/systemtap/testsuite/systemtap.base/cast-scope.stp -c
./cast-scope-m32.exe --runtime=dyninst
KFAIL: cast-scope-m32-dyninst (PRMS: 14490)
line 1: expected "function direct: {._str="Hello World!", ._l=12}"
Got "--FATAL-- #68: Dyninst was unable to create the specified process"
    "--FATAL-- #68: create process failed bootstrap"
    "stapdyn: ERROR: Couldn't create the target process"
    "WARNING: /usr/bin/stapdyn exited with status: 1"
    "Pass 5: run failed.  [man error::pass5]"
Executing on host: g++
/usr/share/systemtap/testsuite/systemtap.base/cast-scope.cxx   -g
-isystem/usr/share/systemtap/testsuite -isystem/usr/include -m64 -O  -lm  -o
cast-scope-m64-O.exe    (timeout = 300)
spawn -ignore SIGHUP g++
/usr/share/systemtap/testsuite/systemtap.base/cast-scope.cxx -g
-isystem/usr/share/systemtap/testsuite -isystem/usr/include -m64 -O -lm -o
cast-scope-m64-O.exe
PASS: cast-scope-m64-O compile
executing: stap /usr/share/systemtap/testsuite/systemtap.base/cast-scope.stp -c
./cast-scope-m64-O.exe
PASS: cast-scope-m64-O
executing: stap /usr/share/systemtap/testsuite/systemtap.base/cast-scope.stp -c
./cast-scope-m64-O.exe --runtime=dyninst
PASS: cast-scope-m64-O-dyninst
Executing on host: g++
/usr/share/systemtap/testsuite/systemtap.base/cast-scope.cxx   -g
-isystem/usr/share/systemtap/testsuite -isystem/usr/include -m32 -O  -lm  -o
cast-scope-m32-O.exe    (timeout = 300)
spawn -ignore SIGHUP g++
/usr/share/systemtap/testsuite/systemtap.base/cast-scope.cxx -g
-isystem/usr/share/systemtap/testsuite -isystem/usr/include -m32 -O -lm -o
cast-scope-m32-O.exe
PASS: cast-scope-m32-O compile
executing: stap /usr/share/systemtap/testsuite/systemtap.base/cast-scope.stp -c
./cast-scope-m32-O.exe
FAIL: cast-scope-m32-O
line 1: expected "function direct: {._str="Hello World!", ._l=12}"
Got "ERROR: read fault [man error::fault] at 0x4 near identifier '$str' at
/usr/share/systemtap/testsuite/systemtap.base/cast-scope.stp:6:59"
    "WARNING: Number of errors: 1, skipped probes: 0"
    "WARNING: /usr/bin/staprun exited with status: 1"
    "Pass 5: run failed.  [man error::pass5]"
executing: stap /usr/share/systemtap/testsuite/systemtap.base/cast-scope.stp -c
./cast-scope-m32-O.exe --runtime=dyninst
KFAIL: cast-scope-m32-O-dyninst (PRMS: 14490)
line 1: expected "function direct: {._str="Hello World!", ._l=12}"
Got "--FATAL-- #68: Dyninst was unable to create the specified process"
    "--FATAL-- #68: create process failed bootstrap"
    "stapdyn: ERROR: Couldn't create the target process"
    "WARNING: /usr/bin/stapdyn exited with status: 1"
    "Pass 5: run failed.  [man error::pass5]"
Executing on host: g++
/usr/share/systemtap/testsuite/systemtap.base/cast-scope.cxx   -g
-isystem/usr/share/systemtap/testsuite -isystem/usr/include -m64 -O2  -lm  -o
cast-scope-m64-O2.exe    (timeout = 300)
spawn -ignore SIGHUP g++
/usr/share/systemtap/testsuite/systemtap.base/cast-scope.cxx -g
-isystem/usr/share/systemtap/testsuite -isystem/usr/include -m64 -O2 -lm -o
cast-scope-m64-O2.exe
PASS: cast-scope-m64-O2 compile
executing: stap /usr/share/systemtap/testsuite/systemtap.base/cast-scope.stp -c
./cast-scope-m64-O2.exe
PASS: cast-scope-m64-O2
executing: stap /usr/share/systemtap/testsuite/systemtap.base/cast-scope.stp -c
./cast-scope-m64-O2.exe --runtime=dyninst
PASS: cast-scope-m64-O2-dyninst
Executing on host: g++
/usr/share/systemtap/testsuite/systemtap.base/cast-scope.cxx   -g
-isystem/usr/share/systemtap/testsuite -isystem/usr/include -m32 -O2  -lm  -o
cast-scope-m32-O2.exe    (timeout = 300)
spawn -ignore SIGHUP g++
/usr/share/systemtap/testsuite/systemtap.base/cast-scope.cxx -g
-isystem/usr/share/systemtap/testsuite -isystem/usr/include -m32 -O2 -lm -o
cast-scope-m32-O2.exe
PASS: cast-scope-m32-O2 compile
executing: stap /usr/share/systemtap/testsuite/systemtap.base/cast-scope.stp -c
./cast-scope-m32-O2.exe
FAIL: cast-scope-m32-O2
line 1: expected "function direct: {._str="Hello World!", ._l=12}"
Got "ERROR: read fault [man error::fault] at 0x4 near identifier '$str' at
/usr/share/systemtap/testsuite/systemtap.base/cast-scope.stp:6:59"
    "WARNING: Number of errors: 1, skipped probes: 0"
    "WARNING: /usr/bin/staprun exited with status: 1"
    "Pass 5: run failed.  [man error::pass5]"
executing: stap /usr/share/systemtap/testsuite/systemtap.base/cast-scope.stp -c
./cast-scope-m32-O2.exe --runtime=dyninst
KFAIL: cast-scope-m32-O2-dyninst (PRMS: 14490)
line 1: expected "function direct: {._str="Hello World!", ._l=12}"
Got "--FATAL-- #68: Dyninst was unable to create the specified process"
    "--FATAL-- #68: create process failed bootstrap"
    "stapdyn: ERROR: Couldn't create the target process"
    "WARNING: /usr/bin/stapdyn exited with status: 1"
    "Pass 5: run failed.  [man error::pass5]"
testcase /usr/share/systemtap/testsuite/systemtap.base/cast-scope.exp completed
in 53 seconds

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

      reply	other threads:[~2023-12-06 20:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-04 21:07 [Bug translator/19770] New: " dsmith at redhat dot com
2023-12-06 20:48 ` wcohen at redhat dot com [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-19770-6586-v7kaPZXgSe@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=systemtap@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).