Andrew Skiba 09fa997eba update knownFailures.lst 19 ani în urmă
..
ChangeLog 09fa997eba update knownFailures.lst 19 ani în urmă
Makefile de644483a8 support net_2_0 PROFILE 19 ani în urmă
README 90b8b7dea7 "no regression" policy support 20 ani în urmă
README.j2ee ad32bd84b9 * fixme.lst, knownFailures.lst: update to current failures list 20 ani în urmă
TODO ae707b1ae9 remove standalone mode, use nunit exclusively 20 ani în urmă
W3C.J2EE.vmwcsproj 4d5a8ec003 run xml standalone tests on GH 2.0 19 ani în urmă
W3C.sln b83c49167b merge java tests stuff from mainsoft.1.7 branch 20 ani în urmă
W3C.vmwcsproj b83c49167b merge java tests stuff from mainsoft.1.7 branch 20 ani în urmă
W3C20.J2EE.sln 4d5a8ec003 run xml standalone tests on GH 2.0 19 ani în urmă
W3C20.J2EE.vmwcsproj 4d5a8ec003 run xml standalone tests on GH 2.0 19 ani în urmă
W3C20.sln 4d5a8ec003 run xml standalone tests on GH 2.0 19 ani în urmă
fixme.lst ad32bd84b9 * fixme.lst, knownFailures.lst: update to current failures list 20 ani în urmă
ignored.lst 157d75c6a9 Remove fixed testcases from fixme.lst and knownFailures.lst; ignore one testcase that hangs mono runtime. 20 ani în urmă
knownFailures.lst 09fa997eba update knownFailures.lst 19 ani în urmă
net-failed.lst 4c343ac4de * net-failed.lst : added a list of tests that fail on dot net 20 ani în urmă
run-test.j2ee.bat 3e549defb2 addition to commit r52075 (described in ChangeLog already) 20 ani în urmă
xmlconf.cs 4d5a8ec003 run xml standalone tests on GH 2.0 19 ani în urmă

README

This directory contains XML W3C Conformance Test Suite. See http://www.w3.org/XML/Test/ for more details

1. Legend of the output.

symbol result description
---------------------
. pass test passed
, pass test failsed on dot net, but passed on mono
! pass test was fixed (was known as failing, now passed)
K fail known as not working on dot net
k fail known as not working on mono
f fail listed in fixme.lst
E fail ERROR: NEW REGRESSION(s)

In case of E the xmlconf.exe exits with exit code 1 to signal regression(s).

2. Special files.

filename in/out description
---------------------
ignore.lst in tests to be ignored (please, add to README the reason for ignoring them)
slow.lst in tests known to be slow (will be ignored if -s is not given)
new-slow.lst out tests that took more than 1 sec to perform - consider adding them to slow.lst
net-failed.lst in tests that known to fail on ms.net
knownFailures.lst in known failures of mono
fixme.lst in similar to knownFailures, but is not stored in svn (user-private list)
failed.lst out new regressions list.
fixed.lst out tests that should be deleted from knownFailures or fixme.lst

3. Exit code

0 Success - no new regressions
1 new regressions
2 invalid command line options