This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 397 - Implementation coverage map using clover
Summary: Implementation coverage map using clover
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: Process (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-01 23:05 UTC by Curt Arnold
Modified: 2003-12-22 17:39 UTC (History)
0 users

See Also:


Attachments
Adds clover.xml (4.30 KB, patch)
2003-12-01 23:07 UTC, Curt Arnold
Details
Modifies clover.xml to use Xalan's XPath implementation (2.97 KB, patch)
2003-12-22 12:38 UTC, Curt Arnold
Details

Description Curt Arnold 2003-12-01 23:05:31 UTC
An Ant build file, clover.xml, is added that will build an instrumented version
of Xerces-J and will run all appropriate test suites to identify untested
features or code paths.

To use the build file, download the CVS version of Xerces to ../xml-xerces and then

ant -f clover.xml all-tests report
Comment 1 Curt Arnold 2003-12-01 23:07:32 UTC
Created attachment 71 [details]
Adds clover.xml
Comment 2 Curt Arnold 2003-12-22 12:38:54 UTC
Created attachment 137 [details]
Modifies clover.xml to use Xalan's XPath implementation