Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Remove duplcated test assemblies from System.Runtime (#33224)
Browse files Browse the repository at this point in the history
* Remove duplcated test assemblies from System.Runtime

As part of #33101 these
assemblies were moved under System.Reflection but weren't
deleted from System.Runtime so this work finishes up the move.

* Disable Constructor_String_LoadVersionTest test

Filed https://github.com/dotnet/corefx/issues/33249 to track it.
  • Loading branch information
weshaggard authored and stephentoub committed Nov 5, 2018
1 parent 4bc3f6a commit 388455c
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 147 deletions.
1 change: 1 addition & 0 deletions src/System.Reflection/tests/AssemblyNameTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@ public static void Constructor_String_VersionTest(Version expectedVersion, strin
}

[Fact]
[ActiveIssue(33249)]
[SkipOnTargetFramework(
TargetFrameworkMonikers.NetFramework,
".NET Core behavior differs from .NET Framework since it does not want to replicate some bugs")]
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

14 changes: 1 addition & 13 deletions src/System.Runtime/tests/System.Runtime.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<Compile Include="System\Reflection\CustomAttributeDataTests.cs" />
<Compile Include="System\Reflection\CustomAttributesTestData.cs" />
<Compile Include="System\Reflection\CustomAttribute_Named_Typed_ArgumentTests.cs" />
<Compile Include="System\Reflection\DefaultMemberAttributeTests.cs" />
<Compile Include="System\Reflection\DefaultMemberAttributeTests.cs" />
<Compile Include="System\Reflection\MethodBaseTests.cs" />
<Compile Include="System\Reflection\MethodBodyTests.cs" />
<Compile Include="System\Reflection\ModuleTests.cs" />
Expand Down Expand Up @@ -285,22 +285,10 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="TestAssembly\TestAssembly.csproj">
<Project>{9F312D76-9AF1-4E90-B3B0-815A1EC6C346}</Project>
<Name>TestAssembly</Name>
</ProjectReference>
<ProjectReference Include="TestLoadAssembly\TestLoadAssembly.csproj">
<Project>{9F312D76-9AF1-4E90-B3B0-815A1EC6C346}</Project>
<Name>TestLoadAssembly</Name>
</ProjectReference>
<ProjectReference Include="ForwardedTypesAssembly\ForwardedTypesAssembly.csproj">
<Project>{3A3DE9F8-6295-4B68-BAAB-406F1CA0CD9C}</Project>
<Name>ForwardedTypesAssembly</Name>
</ProjectReference>
<ProjectReference Include="UnloadableAssembly\UnloadableAssembly.csproj">
<Project>{CA43AAD6-59A6-4BEB-AC9E-52DC9FD04B8B}</Project>
<Name>UnloadableAssembly</Name>
</ProjectReference>
<Reference Include="TestModule\System.Reflection.TestModule.dll">
</Reference>
</ItemGroup>
Expand Down
5 changes: 0 additions & 5 deletions src/System.Runtime/tests/TestAssembly/AssemblyAttributes.cs

This file was deleted.

8 changes: 0 additions & 8 deletions src/System.Runtime/tests/TestAssembly/Configurations.props

This file was deleted.

20 changes: 0 additions & 20 deletions src/System.Runtime/tests/TestAssembly/TestAssembly.cs

This file was deleted.

16 changes: 0 additions & 16 deletions src/System.Runtime/tests/TestAssembly/TestAssembly.csproj

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions src/System.Runtime/tests/UnloadableAssembly/UnloadableAssembly.cs

This file was deleted.

This file was deleted.

0 comments on commit 388455c

Please sign in to comment.