summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2
diff options
context:
space:
mode:
authorPat Gavlin <pgavlin@gmail.com>2016-01-11 10:14:15 -0800
committerPat Gavlin <pgavlin@gmail.com>2016-01-11 10:14:15 -0800
commite6538fcbd554009d7edb5f378bf2763652905af4 (patch)
tree9317042ddb774607f2bd3a5da9db2cab270c4608 /tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2
parent67218fdfc496e24bfe02de2c24cb514d850272d7 (diff)
parentaecef1d978bbedf363954c4b8a5e4560bd902399 (diff)
downloadcoreclr-e6538fcbd554009d7edb5f378bf2763652905af4.tar.gz
coreclr-e6538fcbd554009d7edb5f378bf2763652905af4.tar.bz2
coreclr-e6538fcbd554009d7edb5f378bf2763652905af4.zip
Merge pull request #2400 from pgavlin/FixDebugTypes
Fix DebugType and Optimize values for JIT tests.
Diffstat (limited to 'tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2')
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/b423721.csproj4
-rw-r--r--tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b448208/Desktop/b448208.csproj4
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/b423721.csproj b/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/b423721.csproj
index 3ff6563d46..24229a7926 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/b423721.csproj
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b423721/b423721.csproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
@@ -26,7 +26,7 @@
</CodeAnalysisDependentAssemblyPaths>
</ItemGroup>
<PropertyGroup>
- <DebugType>Full</DebugType>
+ <DebugType>PdbOnly</DebugType>
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
diff --git a/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b448208/Desktop/b448208.csproj b/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b448208/Desktop/b448208.csproj
index 8ffccf683f..56cd9a8973 100644
--- a/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b448208/Desktop/b448208.csproj
+++ b/tests/src/JIT/Regression/CLR-x86-JIT/V2.0-Beta2/b448208/Desktop/b448208.csproj
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
<PropertyGroup>
@@ -27,7 +27,7 @@
</CodeAnalysisDependentAssemblyPaths>
</ItemGroup>
<PropertyGroup>
- </PropertyGroup>
+ <DebugType>PdbOnly</DebugType></PropertyGroup>
<ItemGroup>
<Compile Include="b448208.cs" />
</ItemGroup>