Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 349817 - Document EPP testing
Summary: Document EPP testing
Status: RESOLVED FIXED
Alias: None
Product: Linux Tools
Classification: Tools
Component: Project (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Jeff Johnston CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 286153 347672 347674 347676 347678 347679 347680 347681 347682 347683
Blocks: 349819
  Show dependency tree
 
Reported: 2011-06-20 09:29 EDT by Andrew Overholt CLA
Modified: 2014-04-14 08:46 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Overholt CLA 2011-06-20 09:29:47 EDT
We should document the manual testing we do for each EPP project.  A rough start of this:

== ChangeLog ==
* ensure ChangeLog preferences are set
* make a change in a Linux Tools CVS repo and press Ctrl-Alt-p
* verify that ChangeLog entry gets written
* verify that Ctrl-clicking on files in ChangeLog opens them

== RPM ==
* create an RPM project
* edit the .spec a bit, using templates and completion
* verify Ctrl-Alt-c uses ChangeLog name/email

== Valgrind ==
* generate massif graph; click around graph and details table and verify code opens
* run memcheck and verify source code integration works
* FIXME need something here for helgrind
* FIXME need something here for cachegrind

== OProfile ==
* ensure error messages are present for requiring the running of the installation script
* after <tt># opcontrol --deinit</tt> and <tt># </tt>, verify OProfile shows values for a binary that generates samples (ex. factorial)
* double-click in output to verify source integration functions properly

== Autotools ==
* create a hello world autotools project
* ensure project builds and can run

== GProf/GCov ==
* open gmon.out and *.gcda to verify viewers come up
* ensure linking with source code functions properly

== SystemTap ==
* click around SystemTap views and perspective a bit
Comment 1 Andrew Overholt CLA 2011-06-20 09:33:31 EDT
I started a wiki page where this should be filled-in:

http://wiki.eclipse.org/Linux_Tools_Project/EPP_Testing
Comment 2 Jeff Johnston CLA 2011-09-01 13:43:06 EDT
Marking as resolved.  Issues with page should be documented as specific bugs.