Skip to content

Commit

Permalink
Move tests from full facade folder to type forward destination
Browse files Browse the repository at this point in the history
Fixes #89230

A previous changed moved full facade assemblies into src/libraries/shims
but the tests were left in their original location.

1. Move System.Data.DataSetExtensions/tests into System.Data.Common/tests
and all other test projects under System.Runtime/tests.

2. Update the tests.proj file that excludes based on the test project file
paths.

3. Delete System.AppContext/tests which already existed (as a copy)
   under System.Runtime/tests.

4. Update System.Runtime.sln and System.Data.Common.sln

5. Delete README.md files that are now unused and not required anymore.
  • Loading branch information
ViktorHofer committed Nov 13, 2023
1 parent 76aeefb commit e80bc72
Show file tree
Hide file tree
Showing 1,355 changed files with 2,015 additions and 526 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<Compile Include="..\..\Common\tests\System\Threading\Tasks\Sources\ManualResetValueTaskSource.cs">
<Link>Common\tests\System\Threading\Tasks\Sources\ManualResetValueTaskSource.cs</Link>
</Compile>
<Compile Include="..\..\System.Threading.Tasks\tests\System.Runtime.CompilerServices\ConfiguredCancelableAsyncEnumerableTests.cs">
<Link>System.Threading.Tasks\tests\System.Runtime.CompilerServices\ConfiguredCancelableAsyncEnumerableTests.cs</Link>
<Compile Include="..\..\System.Runtime\tests\System.Threading.Tasks.Tests\System.Runtime.CompilerServices\ConfiguredCancelableAsyncEnumerableTests.cs">
<Link>System.Runtime\tests\System.Threading.Tasks.Tests\System.Runtime.CompilerServices\ConfiguredCancelableAsyncEnumerableTests.cs</Link>
</Compile>
<Compile Include="..\..\System.Threading.Tasks\tests\System.Runtime.CompilerServices\ConfiguredAsyncDisposable.cs">
<Link>System.Threading.Tasks\tests\System.Runtime.CompilerServices\ConfiguredAsyncDisposable.cs</Link>
<Compile Include="..\..\System.Runtime\tests\System.Threading.Tasks.Tests\System.Runtime.CompilerServices\ConfiguredAsyncDisposable.cs">
<Link>System.Runtime\tests\System.Threading.Tasks.Tests\System.Runtime.CompilerServices\ConfiguredAsyncDisposable.cs</Link>
</Compile>
<Compile Include="..\..\System.Threading.Tasks.Extensions\tests\ManualResetValueTaskSourceTests.cs"
<Compile Include="..\..\System.Runtime\tests\System.Threading.Tasks.Extensions.Tests\ManualResetValueTaskSourceTests.cs"
Condition="'$(TargetFrameworkIdentifier)' != '.NETFramework'">
<Link>System.Threading.Tasks.Extensions\tests\ManualResetValueTaskSourceTests.cs</Link>
<Link>System.Runtime\tests\System.Threading.Tasks.Extensions.Tests\ManualResetValueTaskSourceTests.cs</Link>
</Compile>
</ItemGroup>
<ItemGroup>
Expand Down

This file was deleted.

152 changes: 0 additions & 152 deletions src/libraries/System.AppContext/tests/AppContext.Switch.cs

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions src/libraries/System.Buffers/README.md

This file was deleted.

24 changes: 24 additions & 0 deletions src/libraries/System.Data.Common/System.Data.Common.sln
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Data.Common", "src\S
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Data.Common.Tests", "tests\System.Data.Common.Tests.csproj", "{BEBD7B5B-9544-42EB-B878-F009560CAAF4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Data.DataSetExtensions.Tests", "tests\System.Data.DataSetExtensions.Tests\System.Data.DataSetExtensions.Tests.csproj", "{23C88520-DA42-4015-9238-D3B211B00F8E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Net.Primitives", "..\System.Net.Primitives\ref\System.Net.Primitives.csproj", "{88B5FB49-4E8D-4EF9-8DE7-1E35CA10338A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.ObjectModel", "..\System.ObjectModel\ref\System.ObjectModel.csproj", "{48C26AB9-318C-4425-85F2-7358FC19FEC3}"
Expand Down Expand Up @@ -407,6 +409,27 @@ Global
{BEBD7B5B-9544-42EB-B878-F009560CAAF4}.Checked|arm64.ActiveCfg = Debug|Any CPU
{BEBD7B5B-9544-42EB-B878-F009560CAAF4}.Checked|x64.ActiveCfg = Debug|Any CPU
{BEBD7B5B-9544-42EB-B878-F009560CAAF4}.Checked|x86.ActiveCfg = Debug|Any CPU
{23C88520-DA42-4015-9238-D3B211B00F8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23C88520-DA42-4015-9238-D3B211B00F8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23C88520-DA42-4015-9238-D3B211B00F8E}.Debug|arm.ActiveCfg = Debug|Any CPU
{23C88520-DA42-4015-9238-D3B211B00F8E}.Debug|arm64.ActiveCfg = Debug|Any CPU
{23C88520-DA42-4015-9238-D3B211B00F8E}.Debug|x64.ActiveCfg = Debug|Any CPU
{23C88520-DA42-4015-9238-D3B211B00F8E}.Debug|x64.Build.0 = Debug|Any CPU
{23C88520-DA42-4015-9238-D3B211B00F8E}.Debug|x86.ActiveCfg = Debug|Any CPU
{23C88520-DA42-4015-9238-D3B211B00F8E}.Debug|x86.Build.0 = Debug|Any CPU
{23C88520-DA42-4015-9238-D3B211B00F8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23C88520-DA42-4015-9238-D3B211B00F8E}.Release|Any CPU.Build.0 = Release|Any CPU
{23C88520-DA42-4015-9238-D3B211B00F8E}.Release|arm.ActiveCfg = Release|Any CPU
{23C88520-DA42-4015-9238-D3B211B00F8E}.Release|arm64.ActiveCfg = Release|Any CPU
{23C88520-DA42-4015-9238-D3B211B00F8E}.Release|x64.ActiveCfg = Release|Any CPU
{23C88520-DA42-4015-9238-D3B211B00F8E}.Release|x64.Build.0 = Release|Any CPU
{23C88520-DA42-4015-9238-D3B211B00F8E}.Release|x86.ActiveCfg = Release|Any CPU
{23C88520-DA42-4015-9238-D3B211B00F8E}.Release|x86.Build.0 = Release|Any CPU
{23C88520-DA42-4015-9238-D3B211B00F8E}.Checked|Any CPU.ActiveCfg = Debug|Any CPU
{23C88520-DA42-4015-9238-D3B211B00F8E}.Checked|arm.ActiveCfg = Debug|Any CPU
{23C88520-DA42-4015-9238-D3B211B00F8E}.Checked|arm64.ActiveCfg = Debug|Any CPU
{23C88520-DA42-4015-9238-D3B211B00F8E}.Checked|x64.ActiveCfg = Debug|Any CPU
{23C88520-DA42-4015-9238-D3B211B00F8E}.Checked|x86.ActiveCfg = Debug|Any CPU
{88B5FB49-4E8D-4EF9-8DE7-1E35CA10338A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88B5FB49-4E8D-4EF9-8DE7-1E35CA10338A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88B5FB49-4E8D-4EF9-8DE7-1E35CA10338A}.Debug|arm.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -835,6 +858,7 @@ Global
{F3DC1DF9-698A-4970-9A5E-AB946D6F763B} = {83E4FB59-E8AB-41DD-9770-7ACC71364E6A}
{0BD22D2A-C12C-4641-8F12-73D21AAAFBA3} = {B1861E5E-4FCA-4CA5-9BB5-5A3C3DBC7F7D}
{BEBD7B5B-9544-42EB-B878-F009560CAAF4} = {B1861E5E-4FCA-4CA5-9BB5-5A3C3DBC7F7D}
{23C88520-DA42-4015-9238-D3B211B00F8E} = {B1861E5E-4FCA-4CA5-9BB5-5A3C3DBC7F7D}
{055E51B6-ACE0-4EE9-97C7-DC37D0FAF5E8} = {79588763-C99B-4C1B-88D3-181A92A98364}
{FB0CD622-EA22-4E27-892C-FE2E0BC962AF} = {79588763-C99B-4C1B-88D3-181A92A98364}
{5A54B7B6-6396-4F08-BA9C-5A1DA119A61F} = {79588763-C99B-4C1B-88D3-181A92A98364}
Expand Down
8 changes: 0 additions & 8 deletions src/libraries/System.Dynamic.Runtime/README.md

This file was deleted.

22 changes: 0 additions & 22 deletions src/libraries/System.Globalization.Calendars/README.md

This file was deleted.

22 changes: 0 additions & 22 deletions src/libraries/System.Globalization.Extensions/README.md

This file was deleted.

Loading

0 comments on commit e80bc72

Please sign in to comment.