Bug 4883 - Convert stepping C testcases to ASM where applicable.
Summary: Convert stepping C testcases to ASM where applicable.
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Mike Cvet
URL:
Keywords:
Depends on:
Blocks: 3346 4016
  Show dependency treegraph
 
Reported: 2007-08-02 16:21 UTC by Mike Cvet
Modified: 2007-08-02 19:24 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 Mike Cvet 2007-08-02 16:21:59 UTC
To ensure accuracy of generated code.
Comment 1 Mike Cvet 2007-08-02 18:11:00 UTC
2007-08-02  Mike Cvet  <mcvet@redhat.com>

	* funit-iftester.S: Added. Addresses #4883.

2007-08-02  Mike Cvet  <mcvet@redhat.com>

	* TestStepping.java (testLineStepFunctionCall): Changed to use
	funit-iftester.S. Addresses #4883.
	(testLineStepIfStatementPass): Ditto.
	(testLineStepIfStatementFail): Ditto.
	(testLineStepFunctionReturn): Ditto.
Comment 2 Mike Cvet 2007-08-02 19:24:37 UTC
2007-08-02  Mike Cvet  <mcvet@redhat.com>

	* funit-stepping-asm.S: Added tokens and functions required
	to relieve stepping test suite dependence on 
	funit-rt-steptester.c. Fixes #4883.
	(fourth): New function.
	(third): Ditto.
	(second): Now makes function call to third().

	* TestSteppingEngine.java (testInstructionStepping): Now uses
	funit-stepping-asm.S. Updated required tokens and core
	requirements for test. Fixes #4883.
	(testInstructionSteppingList): Ditto.
	(testLineStepping): Ditto.
	(testLineSteppingList): Ditto.
	(testStepOver): Ditto.
	(testInstructionNext): Ditto.
	(testStepOut): Ditto.
	(testStepAdvance): Ditto.
	(testBreakpointing): Ditto.