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