You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/10/07 23:05:02 UTC

DO NOT REPLY [Bug 13384] New: - Test harness problems

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13384>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13384

Test harness problems

           Summary: Test harness problems
           Product: XalanJ2
           Version: 2.4
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Xalan
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: igorh@ca.ibm.com


I found that some test-cases output different but functionally the same results 
on XSLT and XSLTC. Such test-cases pass on XSLT and fail on XSLTC.  
The test harness should understand that they are  functionally the same results.

The simplest way of implementing such behavior would be to create a sub-dir of a 
*-gold directory (*-gold\XSLTC).  Results that are different but functionally 
the same should go into the directory. We should look for expected out in 
(*-gold\XSLTC) first,
(when we are running XSLTC test).

The test-cases  I found so far 
tests\conf-gold\idkey\idkey07.out
tests\conf-gold\idkey\idkey30.out
tests\conf-gold\namespace\namespace17.out
tests\conf-gold\namespace\namespace19.out
tests\conf-gold\namespace\namespace24.out