Class KflSorter
java.lang.Object
com.sun.javatest.report.KflSorter
Support class to read and process a list of tests and test cases which are
known to fail during execution. The intent is to allow better post-run
analysis of repetitive test runs, making is easier to find out what has
"changed" since the list was made. This class is loosely based on the
exclude list, making it easy to interchange the files and tools.
File format: Test_URL[Test_Cases] BugID_List The test URL rules are defined elsewhere, but it is critical that the test names do not contain spaces and nothing before the BugID_List has any whitespace. The exact format of the BugID_List must simply conform to being comma separated values, no whitespace or non-printable characters.
- Since:
- 4.4
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCreated for each result which somehow does not match what was expected based on the KFL.static enum -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected SortedSet<KflSorter.TestDiff> protected SortedSet<KflSorter.TestDiff> protected SortedSet<KflSorter.TestDiff> protected SortedSet<KflSorter.TestDiff> protected KnownFailuresListprotected SortedSet<KflSorter.TestDiff> protected SortedSet<KflSorter.TestDiff> protected SortedSet<KflSorter.TestDiff> protected SortedSet<KflSorter.TestDiff> protected SortedSet<KflSorter.TestDiff> protected SortedSet<KflSorter.TestDiff> protected SortedSet<KflSorter.TestDiff> protected SortedSet<KflSorter.TestDiff> protected intprotected static final Patternprotected TestResultTable -
Method Summary
-
Field Details
-
testCasePattern
-
fail2pass
-
fail2error
-
fail2notrun
-
missing
-
newFailures
-
otherErrors
-
fail2fail
-
tc_missing
-
tc_fail2pass
-
tc_fail2error
-
tc_fail2notrun
-
tc_newFailures
-
kfl
-
trt
-
errorCount
protected int errorCount -
tcErrorCount
protected int tcErrorCount
-