Bug 3578 - expression tests fail on FC6
Summary: expression tests fail on FC6
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Nurdin Premji
URL:
Keywords:
Depends on:
Blocks: 3391 2654
  Show dependency treegraph
 
Reported: 2006-11-23 21:10 UTC by Andrew Cagney
Modified: 2006-11-27 21:52 UTC (History)
0 users

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 Andrew Cagney 2006-11-23 21:10:35 UTC
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 ../../frysk/frysk-core/testsuite/expr/CppParser.exp ...
/home/scratch/frysk/native/frysk-core
FAIL: where
FAIL: up
FAIL: down
FAIL: float_21
FAIL: double_21
FAIL: static_int
FAIL: static_class
FAIL: class
FAIL: arr_1
FAIL: arr_2
FAIL: arr_3

                === expr Summary ===

# of expected passes            9
# of unexpected failures        11
Comment 1 Stan Cox 2006-11-27 15:35:26 UTC
Seems to be related to:
* hpd/CLI.java: Changed to use FindProc interface.
Comment 2 Nurdin Premji 2006-11-27 21:52:40 UTC
fixed
November 27, 2006
frysk-core/frysk/cli/CL
        * hpd/CLI.java: Reverted to old refreshRequestXXX and reimplemented
FindProc interface.
        foundProc method just stops eventLoop rather than running everything
after the runPending.