-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
Milestone
Description
Many failing tests like this:
[15:56:43] fail: [FAIL] System.ServiceModel.Syndication.Tests.SyndicationItemFormatterTests.WriteElementExtensions_Person_Success(version: "version")
[15:56:43] info: System.NotSupportedException : -- Expected -
[15:56:43] info: <SyndicationItemFormatterTests.ExtensionObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System.ServiceModel.Syndication.Tests">
[15:56:43] info:
[15:56:43] info: <Value>10</Value>
[15:56:43] info:
[15:56:43] info: </SyndicationItemFormatterTests.ExtensionObject>
[15:56:43] info:
[15:56:43] info: <SyndicationItemFormatterTests.ExtensionObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System.ServiceModel.Syndication.Tests">
[15:56:43] info:
[15:56:43] info: <Value>11</Value>
[15:56:43] info:
[15:56:43] info: </SyndicationItemFormatterTests.ExtensionObject>
[15:56:43] info: -- Actual -
[15:56:43] info: <SyndicationItemFormatterTests.ExtensionObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System.ServiceModel.Syndication.Tests">
[15:56:43] info: <Value>10</Value>
[15:56:43] info: </SyndicationItemFormatterTests.ExtensionObject>
[15:56:43] info: <SyndicationItemFormatterTests.ExtensionObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System.ServiceModel.Syndication.Tests">
[15:56:43] info: <Value>11</Value>
[15:56:43] info: </SyndicationItemFormatterTests.ExtensionObject>
[15:56:43] info:
[15:56:43] info: at System.ServiceModel.Syndication.Tests.CompareHelper.AssertEqualLongString(String expected, String actual)
[15:56:43] info: at System.ServiceModel.Syndication.Tests.CompareHelper.AssertEqualWriteOutput(String expected, Action`1 writeFunction)
[15:56:43] info: at System.ServiceModel.Syndication.Tests.SyndicationItemFormatterTests.WriteElementExtensions_Person_Success(String version)
[15:56:43] info: at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
[15:56:43] info: Finished: System.ServiceModel.Syndication.Tests.dll
[15:56:43] info:
[15:56:43] info: === TEST EXECUTION SUMMARY ===
[15:56:43] info: Total: 1308, Errors: 0, Failed: 110, Skipped: 0, Time: 9.0888959s