summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Gillespie <segilles@microsoft.com>2016-06-27 15:42:06 -0700
committerSean Gillespie <segilles@microsoft.com>2016-06-27 15:42:06 -0700
commit2a6be7ef7e69a93178bc4967dd0b35522b561836 (patch)
treec4286f79f2543b2d583e0cd458e45fe8b6ee9eca
parent7081a2b5ecab517d5e9cbe49267682c520468404 (diff)
downloadcoreclr-2a6be7ef7e69a93178bc4967dd0b35522b561836.tar.gz
coreclr-2a6be7ef7e69a93178bc4967dd0b35522b561836.tar.bz2
coreclr-2a6be7ef7e69a93178bc4967dd0b35522b561836.zip
Remove one GCSimulator tests that takes way too long
-rw-r--r--tests/gcSimulatorTests.txt1
-rw-r--r--tests/src/GC/Scenarios/GCSimulator/GCSimulator_81.csproj52
2 files changed, 0 insertions, 53 deletions
diff --git a/tests/gcSimulatorTests.txt b/tests/gcSimulatorTests.txt
index 4db5d38882..7bc0ac81cb 100644
--- a/tests/gcSimulatorTests.txt
+++ b/tests/gcSimulatorTests.txt
@@ -408,7 +408,6 @@ GC/Scenarios/GCSimulator/GCSimulator_78/GCSimulator_78.sh
GC/Scenarios/GCSimulator/GCSimulator_79/GCSimulator_79.sh
GC/Scenarios/GCSimulator/GCSimulator_7/GCSimulator_7.sh
GC/Scenarios/GCSimulator/GCSimulator_80/GCSimulator_80.sh
-GC/Scenarios/GCSimulator/GCSimulator_81/GCSimulator_81.sh
GC/Scenarios/GCSimulator/GCSimulator_82/GCSimulator_82.sh
GC/Scenarios/GCSimulator/GCSimulator_83/GCSimulator_83.sh
GC/Scenarios/GCSimulator/GCSimulator_84/GCSimulator_84.sh
diff --git a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_81.csproj b/tests/src/GC/Scenarios/GCSimulator/GCSimulator_81.csproj
deleted file mode 100644
index a9e47c0f28..0000000000
--- a/tests/src/GC/Scenarios/GCSimulator/GCSimulator_81.csproj
+++ /dev/null
@@ -1,52 +0,0 @@
-<?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>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <FileAlignment>512</FileAlignment>
- <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages</ReferencePath>
- <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
- <GCStressIncompatible>true</GCStressIncompatible>
- <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
- <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 2 -f -dp 0.4 -dw 0.4</CLRTestExecutionArguments>
- <IsGCSimulatorTest>true</IsGCSimulatorTest>
- <CLRTestKind>RunOnly</CLRTestKind>
- <CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
- </PropertyGroup>
- <!-- Default configurations to help VS understand the configurations -->
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- </PropertyGroup>
- <ItemGroup>
- <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
- <Visible>False</Visible>
- </CodeAnalysisDependentAssemblyPaths>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="GCSimulator.cs" />
- <Compile Include="lifetimefx.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="app.config" />
- <None Include="$(GCPackagesConfigFileDirectory)extra\project.json" />
- </ItemGroup>
- <PropertyGroup>
- <ProjectJson>$(GCPackagesConfigFileDirectory)extra\project.json</ProjectJson>
- <ProjectLockJson>$(GCPackagesConfigFileDirectory)extra\project.lock.json</ProjectLockJson>
- </PropertyGroup>
- <ItemGroup>
- <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
- </ItemGroup>
- <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
- <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
- </PropertyGroup>
-</Project>