From 48c29f2fa4a3198164c7c9dae4b1eb2f9f31315a Mon Sep 17 00:00:00 2001 From: Andrew Skiba Date: Tue, 14 Jun 2005 10:30:16 +0000 Subject: [PATCH] remove fixed tests from fixme.lst; fix total.lst output svn path=/trunk/mcs/; revision=45944 --- .../System.XML/Test/System.Xml/W3C/ChangeLog | 5 +++++ .../System.XML/Test/System.Xml/W3C/fixme.lst | 22 +------------------ .../System.XML/Test/System.Xml/W3C/xmlconf.cs | 3 +++ 3 files changed, 9 insertions(+), 21 deletions(-) diff --git a/mcs/class/System.XML/Test/System.Xml/W3C/ChangeLog b/mcs/class/System.XML/Test/System.Xml/W3C/ChangeLog index 0b1197e5bc8..3196ff2dd37 100644 --- a/mcs/class/System.XML/Test/System.Xml/W3C/ChangeLog +++ b/mcs/class/System.XML/Test/System.Xml/W3C/ChangeLog @@ -1,3 +1,8 @@ +2005-06-14 Andrew Skiba + + * fixme.lst : remove testcases fixed by r45935 + * xmlconf.cs : one-liner for total.lst output + 2005-06-12 Andrew Skiba * xmlconf.cs : make class IDisposable; add another output file for total report diff --git a/mcs/class/System.XML/Test/System.Xml/W3C/fixme.lst b/mcs/class/System.XML/Test/System.Xml/W3C/fixme.lst index 7a3563192dc..c34558cfa02 100644 --- a/mcs/class/System.XML/Test/System.Xml/W3C/fixme.lst +++ b/mcs/class/System.XML/Test/System.Xml/W3C/fixme.lst @@ -6,20 +6,8 @@ not-wf-sa-167 not-wf-sa-168 not-wf-sa-169 not-wf-sa-177 -valid-sa-044 -valid-sa-059 valid-sa-086 -valid-sa-092 valid-sa-100 -weekly-little -weekly-utf-16 -weekly-utf-8 -ext02 -not-sa01 -sa01 -inv-not-sa14 -o-p06pass1 -o-p08pass1 o-p02fail10 o-p02fail11 o-p02fail12 @@ -50,13 +38,5 @@ o-p02fail6 o-p02fail7 o-p02fail8 o-p02fail9 -ibm-valid-P01-ibm01v01.xml -ibm-valid-P28-ibm28v02.xml -ibm-valid-P29-ibm29v01.xml -ibm-valid-P29-ibm29v02.xml -ibm-valid-P43-ibm43v01.xml -ibm-valid-P54-ibm54v02.xml -rmt-e2e-15e -rmt-e2e-15f +rmt-e2e-15h rmt-038 -rmt-050 diff --git a/mcs/class/System.XML/Test/System.Xml/W3C/xmlconf.cs b/mcs/class/System.XML/Test/System.Xml/W3C/xmlconf.cs index 988406c49df..429528f0e9a 100644 --- a/mcs/class/System.XML/Test/System.Xml/W3C/xmlconf.cs +++ b/mcs/class/System.XML/Test/System.Xml/W3C/xmlconf.cs @@ -240,6 +240,9 @@ introduced new bugs! Before you commit, consider one of the following: Uri baseUri = new Uri (test.BaseURI); Uri testUri = new Uri (baseUri, test.GetAttribute ("URI")); + + totalListWriter.Write (testUri.ToString () + "\t"); + bool validatingPassed; bool nonValidatingPassed; try { -- 2.25.1