public inbox for frysk-bugzilla@sourceware.org
help / color / mirror / Atom feed
* [Bug general/3764] New: frysk-core dejagnu FAIL: add
@ 2006-12-19 16:30 npremji at redhat dot com
  2006-12-19 16:31 ` [Bug general/3764] " npremji at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: npremji at redhat dot com @ 2006-12-19 16:30 UTC (permalink / raw)
  To: frysk-bugzilla

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.
WARNING: Couldn't find tool config file for unix, using default.
Running
/home/yyz/npremji/workspace/frysk/frysk-core/testsuite/expr/CppParser.exp ...
/notnfs/npremji/eclipse-build/frysk-core
FAIL: add
Running /home/yyz/npremji/workspace/frysk/frysk-core/testsuite/util/fcore.exp ...
Running /home/yyz/npremji/workspace/frysk/frysk-core/testsuite/util/fstack.exp ...

testrun.log to follow

-- 
           Summary: frysk-core dejagnu FAIL: add
           Product: frysk
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: frysk-bugzilla at sourceware dot org
        ReportedBy: npremji at redhat dot com


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

------- 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 general/3764] frysk-core dejagnu FAIL: add
  2006-12-19 16:30 [Bug general/3764] New: frysk-core dejagnu FAIL: add npremji at redhat dot com
@ 2006-12-19 16:31 ` npremji at redhat dot com
  2006-12-19 18:11 ` [Bug general/3764] frysk-core dejagnu FAIL: add (no symbol table available) mark at klomp dot org
  2006-12-20 17:21 ` scox at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: npremji at redhat dot com @ 2006-12-19 16:31 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From npremji at redhat dot com  2006-12-19 16:31 -------
Created an attachment (id=1466)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1466&action=view)
testrun log


-- 


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

------- 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 general/3764] frysk-core dejagnu FAIL: add (no symbol table available)
  2006-12-19 16:30 [Bug general/3764] New: frysk-core dejagnu FAIL: add npremji at redhat dot com
  2006-12-19 16:31 ` [Bug general/3764] " npremji at redhat dot com
@ 2006-12-19 18:11 ` mark at klomp dot org
  2006-12-20 17:21 ` scox at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: mark at klomp dot org @ 2006-12-19 18:11 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From mark at klomp dot org  2006-12-19 18:11 -------
I am seeing the same thing on x86_64 FC5.

Executing on host: cc /home/mark/src/frysk-obj/frysk-core/testsuite/20061115-1.o
/home/mark/src/frysk-obj/frysk-core/testsuite/20061115-2.o  -o
/home/mark/src/frysk-obj/frysk-core/testsuite/20061115.x    (timeout = 300)

(hpd)
(hpd) PASS: prompt
print 2+2
No symbol table is available.
(hpd)
(hpd) FAIL: add



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |scox at redhat dot com
            Summary|frysk-core dejagnu FAIL: add|frysk-core dejagnu FAIL: add
                   |                            |(no symbol table available)


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

------- 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 general/3764] frysk-core dejagnu FAIL: add (no symbol table available)
  2006-12-19 16:30 [Bug general/3764] New: frysk-core dejagnu FAIL: add npremji at redhat dot com
  2006-12-19 16:31 ` [Bug general/3764] " npremji at redhat dot com
  2006-12-19 18:11 ` [Bug general/3764] frysk-core dejagnu FAIL: add (no symbol table available) mark at klomp dot org
@ 2006-12-20 17:21 ` scox at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: scox at redhat dot com @ 2006-12-20 17:21 UTC (permalink / raw)
  To: frysk-bugzilla


------- Additional Comments From scox at redhat dot com  2006-12-20 17:21 -------
Handle name not found when there is no symbol table.
+	* hpd/SymTab.java (print): Add NameNotFoundException, TmpSymTab.
+	* hpd/CppSymTab.java (print): Add NameNotFoundException.
+	* cpp.g (expr): Add NameNotFoundException.


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


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

------- 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:[~2006-12-20 17:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-19 16:30 [Bug general/3764] New: frysk-core dejagnu FAIL: add npremji at redhat dot com
2006-12-19 16:31 ` [Bug general/3764] " npremji at redhat dot com
2006-12-19 18:11 ` [Bug general/3764] frysk-core dejagnu FAIL: add (no symbol table available) mark at klomp dot org
2006-12-20 17:21 ` scox at redhat 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).