summaryrefslogtreecommitdiff
path: root/tests/src/Loader/classloader/methodoverriding/regressions
diff options
context:
space:
mode:
authorPat Gavlin <pagavlin@microsoft.com>2017-08-16 17:14:37 -0700
committerPat Gavlin <pagavlin@microsoft.com>2017-08-16 17:14:37 -0700
commit125798e7220e9ed55c748222c944e61e442eebe5 (patch)
treef23e4fbee112367dfe07135058ea9f0eb2065463 /tests/src/Loader/classloader/methodoverriding/regressions
parent9ee6b8a33741cc5f3eb82e990646dd3a81de996a (diff)
downloadcoreclr-125798e7220e9ed55c748222c944e61e442eebe5.tar.gz
coreclr-125798e7220e9ed55c748222c944e61e442eebe5.tar.bz2
coreclr-125798e7220e9ed55c748222c944e61e442eebe5.zip
Move less valuable tests to priority 1.
Diffstat (limited to 'tests/src/Loader/classloader/methodoverriding/regressions')
-rw-r--r--tests/src/Loader/classloader/methodoverriding/regressions/576621/VSW576621.csproj9
-rw-r--r--tests/src/Loader/classloader/methodoverriding/regressions/577403/vsw577403.csproj8
-rw-r--r--tests/src/Loader/classloader/methodoverriding/regressions/593884/vsw593884.csproj8
-rw-r--r--tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/dev10_432038.csproj9
4 files changed, 8 insertions, 26 deletions
diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/576621/VSW576621.csproj b/tests/src/Loader/classloader/methodoverriding/regressions/576621/VSW576621.csproj
index 723446e83e..d3917ca57c 100644
--- a/tests/src/Loader/classloader/methodoverriding/regressions/576621/VSW576621.csproj
+++ b/tests/src/Loader/classloader/methodoverriding/regressions/576621/VSW576621.csproj
@@ -11,26 +11,21 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
<CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
+ <CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
-
<ItemGroup>
<CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
<Visible>False</Visible>
</CodeAnalysisDependentAssemblyPaths>
</ItemGroup>
-
<ItemGroup>
<Compile Include="VSW576621.cs" />
</ItemGroup>
-
-
<ItemGroup>
<ProjectReference Include="test.ilproj" />
</ItemGroup>
-
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project>
+</Project> \ No newline at end of file
diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/577403/vsw577403.csproj b/tests/src/Loader/classloader/methodoverriding/regressions/577403/vsw577403.csproj
index 758dbc376e..9de1c3d431 100644
--- a/tests/src/Loader/classloader/methodoverriding/regressions/577403/vsw577403.csproj
+++ b/tests/src/Loader/classloader/methodoverriding/regressions/577403/vsw577403.csproj
@@ -11,22 +11,18 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
<CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
+ <CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
-
<ItemGroup>
<CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
<Visible>False</Visible>
</CodeAnalysisDependentAssemblyPaths>
</ItemGroup>
-
<ItemGroup>
<Compile Include="vsw577403.cs" />
</ItemGroup>
-
-
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project>
+</Project> \ No newline at end of file
diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/593884/vsw593884.csproj b/tests/src/Loader/classloader/methodoverriding/regressions/593884/vsw593884.csproj
index 87bea623b8..a6b78ccd0e 100644
--- a/tests/src/Loader/classloader/methodoverriding/regressions/593884/vsw593884.csproj
+++ b/tests/src/Loader/classloader/methodoverriding/regressions/593884/vsw593884.csproj
@@ -11,22 +11,18 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
<CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
+ <CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
-
<ItemGroup>
<CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
<Visible>False</Visible>
</CodeAnalysisDependentAssemblyPaths>
</ItemGroup>
-
<ItemGroup>
<Compile Include="vsw593884.cs" />
</ItemGroup>
-
-
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project>
+</Project> \ No newline at end of file
diff --git a/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/dev10_432038.csproj b/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/dev10_432038.csproj
index 58a7e8807d..430b08de07 100644
--- a/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/dev10_432038.csproj
+++ b/tests/src/Loader/classloader/methodoverriding/regressions/dev10_432038/dev10_432038.csproj
@@ -11,28 +11,23 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
<CLRTestKind>BuildAndRun</CLRTestKind>
- <CLRTestPriority>0</CLRTestPriority>
+ <CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
-
<ItemGroup>
<CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
<Visible>False</Visible>
</CodeAnalysisDependentAssemblyPaths>
</ItemGroup>
-
<ItemGroup>
<Compile Include="dev10_432038.cs" />
</ItemGroup>
-
-
<ItemGroup>
<ProjectReference Include="foo2.csproj" />
<ProjectReference Include="foo1.csproj" />
<ProjectReference Include="interface.csproj" />
</ItemGroup>
-
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
-</Project>
+</Project> \ No newline at end of file