README 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. This directory contains XML W3C Conformance Test Suite. See http://www.w3.org/XML/Test/ for more details
  2. 1. Legend of the output.
  3. symbol result description
  4. ---------------------
  5. . pass test passed
  6. , pass test failsed on dot net, but passed on mono
  7. ! pass test was fixed (was known as failing, now passed)
  8. K fail known as not working on dot net
  9. k fail known as not working on mono
  10. f fail listed in fixme.lst
  11. E fail ERROR: NEW REGRESSION(s)
  12. In case of E the xmlconf.exe exits with exit code 1 to signal regression(s).
  13. 2. Special files.
  14. filename in/out description
  15. ---------------------
  16. ignore.lst in tests to be ignored (please, add to README the reason for ignoring them)
  17. slow.lst in tests known to be slow (will be ignored if -s is not given)
  18. new-slow.lst out tests that took more than 1 sec to perform - consider adding them to slow.lst
  19. net-failed.lst in tests that known to fail on ms.net
  20. knownFailures.lst in known failures of mono
  21. fixme.lst in similar to knownFailures, but is not stored in svn (user-private list)
  22. failed.lst out new regressions list.
  23. fixed.lst out tests that should be deleted from knownFailures or fixme.lst
  24. 3. Exit code
  25. 0 Success - no new regressions
  26. 1 new regressions
  27. 2 invalid command line options