Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgor Bogatov <egorbo@gmail.com>2017-11-19 15:43:06 +0300
committerMarek Safar <marek.safar@gmail.com>2017-11-19 15:43:06 +0300
commitb44333823da53df777fa53def4fcd2de8a9b131f (patch)
tree6978ec33e660245e39c661cdf4aadeed028c50ce /mcs/class/System.XML/Test/System.Xml/nist_dom
parentf1a22f31a76ea29624f7b6b682e572858e708d91 (diff)
XmlReaderSettings.EnableLegacyXmlSettings should always be false on mono. Fixes bug-60621 (#6014)
Diffstat (limited to 'mcs/class/System.XML/Test/System.Xml/nist_dom')
-rw-r--r--mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Attr/Attr.cs2
-rw-r--r--mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/NamedNodeMap/NamedNodeMap.cs3
2 files changed, 4 insertions, 1 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Attr/Attr.cs b/mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Attr/Attr.cs
index 78fef4a73ee..27313d0c8af 100644
--- a/mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Attr/Attr.cs
+++ b/mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Attr/Attr.cs
@@ -482,6 +482,7 @@ namespace nist_dom.fundamental
//----------------------------------------------------------------------------
[Test]
+ [Ignore(".NET DOM implementation does not match W3C DOM specification.")]
public void core0009A()
{
string computedValue = "";//0;
@@ -595,6 +596,7 @@ namespace nist_dom.fundamental
//----------------------------------------------------------------------------
[Test]
+ [Ignore(".NET DOM implementation does not match W3C DOM specification.")]
public void core0011A()
{
string computedValue = "";//"";
diff --git a/mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/NamedNodeMap/NamedNodeMap.cs b/mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/NamedNodeMap/NamedNodeMap.cs
index eb4b3ddb71c..5f415070f42 100644
--- a/mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/NamedNodeMap/NamedNodeMap.cs
+++ b/mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/NamedNodeMap/NamedNodeMap.cs
@@ -453,7 +453,8 @@ namespace nist_dom.fundamental
//----------------------------------------------------------------------------
[Test]
- public void core0008M()
+ [Ignore(".NET DOM implementation does not match W3C DOM specification.")]
+ public void core0008M()
{
string computedValue = "";
string expectedValue = "False";