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
path: root/src
diff options
context:
space:
mode:
authorViktor Hofer <viktor.hofer@outlook.com>2017-08-04 23:06:21 +0300
committerViktor Hofer <viktor.hofer@outlook.com>2017-08-04 23:12:15 +0300
commit612110448797a9a5801a654ce38c30b7e39ebf59 (patch)
treedb656903d509edb06b5c82c1b515d888ee7edf66 /src
parentbe5823bc161cf94b8e70b2d83da960b54e465584 (diff)
Remove DoNotOptimize and DoNotInline settings from System.Collections.Tests.rd.xml
Diffstat (limited to 'src')
-rw-r--r--src/System.Collections/tests/Resources/System.Collections.Tests.rd.xml3
-rw-r--r--src/System.Collections/tests/System.Collections.Tests.csproj2
2 files changed, 3 insertions, 2 deletions
diff --git a/src/System.Collections/tests/Resources/System.Collections.Tests.rd.xml b/src/System.Collections/tests/Resources/System.Collections.Tests.rd.xml
index 4ef2852093..23b96d2828 100644
--- a/src/System.Collections/tests/Resources/System.Collections.Tests.rd.xml
+++ b/src/System.Collections/tests/Resources/System.Collections.Tests.rd.xml
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
<Library Name="System.Collections.Tests">
- <Assembly Name="*Application*" DoNotInline="true" DoNotOptimize="true" />
- <Assembly Name="System.Collections" BinaryFormatter="All" DoNotInline="true" DoNotOptimize="true" />
+ <Assembly Name="System.Collections" BinaryFormatter="All" />
<!-- Needed because test code calls IsSerializable on these types -->
<Type Name="System.Collections.Generic.SortedList`2" BinaryFormatter="All" Browse="Required Public" />
diff --git a/src/System.Collections/tests/System.Collections.Tests.csproj b/src/System.Collections/tests/System.Collections.Tests.csproj
index b323267e79..52df30e77d 100644
--- a/src/System.Collections/tests/System.Collections.Tests.csproj
+++ b/src/System.Collections/tests/System.Collections.Tests.csproj
@@ -2,6 +2,8 @@
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
+ <!-- Codegen bug, VSTS tracking number 472947 -->
+ <ILCBuildType Condition="'$(TargetGroup)' == 'uap'">chk</ILCBuildType>
<ProjectGuid>{F5EB9630-AD29-4880-963F-F2D39C684D8A}</ProjectGuid>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->