XQuery/XPath Test Suite Evaluation

Overview

Command line: --mode xquery3 --skip-negative --print-failed-inputs --print-test-cases fe --parser fcl-xml --format html --exclude-test-case same-key-023,same-key-024,RangeExpr-407c,RangeExpr-407d,RangeExpr-409c,RangeExpr-409d --test-set file


NamePassedFailedWrong errorN/ASkipped
 
Total12830053
 
 
expath-file12830053
 

expath-file

file/file.xml:

Passed: 128 Failures: 3 Wrong errors: 0 N/A: 0 Skipped: 53
TestnameStatusGotExpectedTest Input
EXPath-file-appendText3-002FAILED 2()<all-of> <assert-empty/> <assert>xs:hexBinary(Q{http://expath.org/ns/file}read-binary("sandpit/test3.txt")) eq xs:hexBinary("FEFF0061FEFF0062FEFF0063")</assert> </all-of> (unescaped) (if (file:exists("sandpit/test3.txt")) then file:delete("sandpit/test3.txt") else ()), file:append-text("sandpit/test3.txt", ("a"), "UTF-16"), file:append-text("sandpit/test3.txt", ("b"), "UTF-16"), file:append-text("sandpit/test3.txt", ("c"), "UTF-16")
EXPath-file-writeText3-002FAILED 2()<all-of> <assert-empty/> <assert>xs:hexBinary(Q{http://expath.org/ns/file}read-binary("sandpit/test3.txt")) eq xs:hexBinary("FEFF006100620063")</assert> </all-of> (unescaped) (if (file:exists("sandpit/test3.txt")) then file:delete("sandpit/test3.txt") else ()), file:write-text("sandpit/test3.txt", "abc", "UTF-16")
EXPath-file-baseDir-001FAILED 1"http://QT3.W3.ORG"<all-of> <assert>ends-with($result, file:dir-separator())</assert> <assert> let $base := static-base-uri() return empty($base) or $result = file:parent($base) </assert> </all-of> file:base-dir()