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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Lapounov <anton.lapounov@microsoft.com>2017-07-10 21:43:18 +0300
committerGitHub <noreply@github.com>2017-07-10 21:43:18 +0300
commit77f50d1ac9740bc8431d241273119d53c45f3daa (patch)
treea4508350cfa8bbfa1de26fc55b2fdb913062d0f8 /src/System.Private.Xml.Linq/tests
parent6327f1ac5ef53b8d0677731a4d2277323e41828e (diff)
Re-enable x86 ret tests after fixing the unwinding issue. (#22041)
Diffstat (limited to 'src/System.Private.Xml.Linq/tests')
-rw-r--r--src/System.Private.Xml.Linq/tests/events/System.Xml.Linq.Events.Tests.csproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/System.Private.Xml.Linq/tests/events/System.Xml.Linq.Events.Tests.csproj b/src/System.Private.Xml.Linq/tests/events/System.Xml.Linq.Events.Tests.csproj
index a8f07eb41d..dcadd7fea0 100644
--- a/src/System.Private.Xml.Linq/tests/events/System.Xml.Linq.Events.Tests.csproj
+++ b/src/System.Private.Xml.Linq/tests/events/System.Xml.Linq.Events.Tests.csproj
@@ -2,8 +2,6 @@
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
- <!-- [ActiveIssue(https://github.com/dotnet/corefx/issues/21986)] causes a read access violation when built in ret. -->
- <ILCBuildType Condition="'$(ArchGroup)' == 'x86'">chk</ILCBuildType>
<ProjectGuid>{C560E194-5B14-4112-ABC6-3208491E53E6}</ProjectGuid>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->