Share via


PFRollup Element

Note  This content applies to the Windows Logo Kit (WLK). For the latest information using the new Windows Hardware Certification Kit (HCK), see Windows HCK User's Guide on the Windows Hardware Dev Center.

The PFRollup element represents a logged summary of pass-fail roll-up information.

Attributes

Attribute Description

Total

The total number of test runs.

Passed

The number of tests that completed successfully.

Failed

The number of tests that failed.

Blocked

The number of tests that were blocked and did not complete.

Warned

The number of tests that ended with a warning.

Skipped

The number of tests to were skipped and did not run.

 

Example

<PFRollup Total="1" Passed="1" Failed="0" Blocked="0" Warned="0" Skipped="0" 
          CA="39205" LA="3416962">
 
    <RTI ID="1207879918" /> 
 
    <CTX ID="384048256" />
 
</PFRollup>

See Also

Logger XML Schema

 

 

Build date: 9/14/2012