summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRama krishnan Raghupathy <ramarag@microsoft.com>2015-02-03 14:05:49 -0800
committerRama krishnan Raghupathy <ramarag@microsoft.com>2015-02-03 14:05:49 -0800
commit4bad789d05d390d8e2afd18f6114360f9c9b0782 (patch)
tree0a503d29822cd8bfe2c9d5fd19c03b737530b323 /tests
parentb846bb46cfa695d7fc39993a70a4d0add762d6c3 (diff)
downloadcoreclr-4bad789d05d390d8e2afd18f6114360f9c9b0782.tar.gz
coreclr-4bad789d05d390d8e2afd18f6114360f9c9b0782.tar.bz2
coreclr-4bad789d05d390d8e2afd18f6114360f9c9b0782.zip
Missing Files to build GC stress Tests
Diffstat (limited to 'tests')
-rw-r--r--tests/src/GC/Stress/Framework/ReliabilityFramework.csproj62
-rw-r--r--tests/src/GC/Stress/Framework/packages.config27
-rw-r--r--tests/src/GC/Stress/Tests/GC_Stress_tests_collection.csproj22
-rw-r--r--tests/src/GC/Stress/Tests/cs_template.proj43
-rw-r--r--tests/src/GC/Stress/Tests/packages.config13
5 files changed, 167 insertions, 0 deletions
diff --git a/tests/src/GC/Stress/Framework/ReliabilityFramework.csproj b/tests/src/GC/Stress/Framework/ReliabilityFramework.csproj
new file mode 100644
index 0000000000..6036ab4ab9
--- /dev/null
+++ b/tests/src/GC/Stress/Framework/ReliabilityFramework.csproj
@@ -0,0 +1,62 @@
+<?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>
+ <AssemblyName>ReliabilityFramework</AssemblyName>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{65972FF1-AE77-4CB3-B31D-9CA483DD9E2E}</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>
+ <RestorePackages>true</RestorePackages>
+ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
+ <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
+ <!--This test is to be run manually for now -->
+ <GenerateRunScript>false</GenerateRunScript>
+ </PropertyGroup>
+ <!-- Default configurations to help VS understand the configurations -->
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
+ </PropertyGroup>
+ <ItemGroup>
+ <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
+ <Visible>False</Visible>
+ </CodeAnalysisDependentAssemblyPaths>
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="DetourHelpers.cs" />
+ <Compile Include="key_v1.cs" />
+ <Compile Include="LoaderClass.cs" />
+ <Compile Include="ReliabilityConfiguration.cs" />
+ <Compile Include="ReliabilityFramework.cs" />
+ <Compile Include="ReliabilityTest.cs" />
+ <Compile Include="ReliabilityTestSet.cs" />
+ <Compile Include="RFLogging.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="packages.config" />
+ </ItemGroup>
+ <ItemGroup>
+ <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
+ </ItemGroup>
+ <ItemGroup>
+ <Content Include="..\testmix_gc.config">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </Content>
+ </ItemGroup>
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
+ <Target Name="AfterBuild">
+ <MSBuild Projects="..\Tests\GC_Stress_tests_collection.csproj" />
+ <MakeDir Directories="$(OutDir)\Tests" />
+ <ItemGroup>
+ <TestExesToCopy Include="$(OutDir)..\Tests\*.*" />
+ </ItemGroup>
+ <Copy SourceFiles="@(TestExesToCopy)" DestinationFolder="$(OutDir)\Tests" />
+ </Target>
+</Project>
diff --git a/tests/src/GC/Stress/Framework/packages.config b/tests/src/GC/Stress/Framework/packages.config
new file mode 100644
index 0000000000..c9893f38ee
--- /dev/null
+++ b/tests/src/GC/Stress/Framework/packages.config
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<packages>
+ <package id="System.Collections" version="4.0.10-beta-22412" />
+ <package id="System.Collections.NonGeneric" version="4.0.0-beta-22512" targetFramework="portable-net45+win" />
+ <package id="System.Console" version="4.0.0-beta-22405" />
+ <package id="System.Diagnostics.Debug" version="4.0.10-beta-22512" targetFramework="portable-net45+win" />
+ <package id="System.Diagnostics.Process" version="4.0.0-beta-22512" targetFramework="portable-net45+win" />
+ <package id="System.Globalization" version="4.0.10-beta-22412" targetFramework="portable-net45+win" />
+ <package id="System.IO" version="4.0.10-beta-22412" targetFramework="portable-net45+win" />
+ <package id="System.IO.FileSystem" version="4.0.0-beta-22512" targetFramework="portable-net45+win" />
+ <package id="System.IO.FileSystem.Primitives" version="4.0.0-beta-22512" targetFramework="portable-net45+win" />
+ <package id="System.Linq" version="4.0.0-beta-22412" />
+ <package id="System.Reflection" version="4.0.10-beta-22512" targetFramework="portable-net45+win" />
+ <package id="System.Reflection.Primitives" version="4.0.0-beta-22512" targetFramework="portable-net45+win" />
+ <package id="System.Reflection.TypeExtensions" version="4.0.0-beta-22512" targetFramework="portable-net45+win" />
+ <package id="System.Runtime" version="4.0.20-beta-22512" targetFramework="portable-net45+win" />
+ <package id="System.Runtime.Extensions" version="4.0.10-beta-22412" />
+ <package id="System.Runtime.Handles" version="4.0.0-beta-22512" targetFramework="portable-net45+win" />
+ <package id="System.Runtime.InteropServices" version="4.0.20-beta-22412" />
+ <package id="System.Runtime.Loader" version="4.0.0-beta-22512" targetFramework="portable-net45+win" />
+ <package id="System.Text.Encoding" version="4.0.10-beta-22512" targetFramework="portable-net45+win" />
+ <package id="System.Text.Encoding.Extensions" version="4.0.10-beta-22512" targetFramework="portable-net45+win" />
+ <package id="System.Threading" version="4.0.0-beta-22412" />
+ <package id="System.Threading.Tasks" version="4.0.10-beta-22412" targetFramework="portable-net45+win" />
+ <package id="System.Threading.Thread" version="4.0.0-beta-22512" />
+ <package id="System.Xml.ReaderWriter" version="4.0.10-beta-22512" targetFramework="portable-net45+win" />
+</packages>
diff --git a/tests/src/GC/Stress/Tests/GC_Stress_tests_collection.csproj b/tests/src/GC/Stress/Tests/GC_Stress_tests_collection.csproj
new file mode 100644
index 0000000000..6493dd0549
--- /dev/null
+++ b/tests/src/GC/Stress/Tests/GC_Stress_tests_collection.csproj
@@ -0,0 +1,22 @@
+<?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" />
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
+ <!-- Default configurations to help VS understand the configurations -->
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
+ </PropertyGroup>
+ <PropertyGroup>
+ <ProjectGuid>{700E904F-A5F0-4B05-835B-EB256F4202B0}</ProjectGuid>
+ </PropertyGroup>
+ <Target Name="Build">
+ <ItemGroup>
+ <AllSourceFiles Include="$(MSBuildProjectDirectory)\*.cs" />
+ </ItemGroup>
+ <PropertyGroup>
+ <GenerateRunScript>false</GenerateRunScript>
+ </PropertyGroup>
+ <MSBuild Projects="cs_template.proj" Properties="AssemblyName1=%(AllSourceFiles.FileName);IntermediateOutputPath=$(IntermediateOutputPath)\%(AllSourceFiles.FileName)\" />
+ </Target>
+</Project>
diff --git a/tests/src/GC/Stress/Tests/cs_template.proj b/tests/src/GC/Stress/Tests/cs_template.proj
new file mode 100644
index 0000000000..2f546a7032
--- /dev/null
+++ b/tests/src/GC/Stress/Tests/cs_template.proj
@@ -0,0 +1,43 @@
+<?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>
+ <AssemblyName>$(AssemblyName1)</AssemblyName>
+ <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>
+ <RestorePackages>true</RestorePackages>
+ <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
+ <DefineConstants>$(DefineConstants);STATIC;PROJECTK_BUILD</DefineConstants>
+ <GenerateRunScript>false</GenerateRunScript>
+ </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="$(AssemblyName1).cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="packages.config" />
+ </ItemGroup>
+ <ItemGroup>
+ <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
+ </ItemGroup>
+ <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
+ <PropertyGroup Condition=" '$(MsBuildProjectDirOverride)' != '' ">
+ </PropertyGroup>
+</Project>
diff --git a/tests/src/GC/Stress/Tests/packages.config b/tests/src/GC/Stress/Tests/packages.config
new file mode 100644
index 0000000000..6dcf4b9242
--- /dev/null
+++ b/tests/src/GC/Stress/Tests/packages.config
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<packages>
+ <package id="System.Console" version="4.0.0-beta-22405" />
+ <package id="System.Runtime" version="4.0.20-beta-22405" />
+ <package id="System.Runtime.Extensions" version="4.0.10-beta-22412" />
+ <package id="System.Collections" version="4.0.10-beta-22412" />
+ <package id="System.Collections.NonGeneric" version="4.0.0-beta-22512" targetFramework="portable-net45+win" />
+ <package id="System.Threading" version="4.0.0-beta-22412" />
+ <package id="System.Threading.Thread" version="4.0.0-beta-22512" />
+ <package id="System.Runtime.InteropServices" version="4.0.20-beta-22412" />
+ <package id="System.IO" version="4.0.10-beta-22412" targetFramework="portable-net45+win" />
+<package id="System.Globalization" version="4.0.10-beta-22412" targetFramework="portable-net45+win" />
+</packages>