Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTarek Mahmoud Sayed <tarekms@microsoft.com>2017-06-14 23:26:57 +0300
committerGitHub <noreply@github.com>2017-06-14 23:26:57 +0300
commiteb2f543b189e8f7f9ae4c31e832ac9d3c22bb41a (patch)
tree0127fa8689691d882e223b0e71908a7bb7c25212 /src/System.Text.RegularExpressions
parent7a6e0af8493968bfb7a7bbe4981c8be90dfcf0f5 (diff)
Enable UAP Remote Execution for all tests (#21014)
This change to enable remote execution of all corefx tests in UAP. Because the remote execution code for UAP is using WinRT APIs and to avoid forcing adding UAP configuration to all test projects, we factor the remote execution code into its own test library (called TestHelper) which is cross compiled.
Diffstat (limited to 'src/System.Text.RegularExpressions')
-rw-r--r--src/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj b/src/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj
index 0f9f4a6621..0f544cd567 100644
--- a/src/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj
+++ b/src/System.Text.RegularExpressions/tests/System.Text.RegularExpressions.Tests.csproj
@@ -15,12 +15,6 @@
<Compile Include="$(CommonTestPath)\System\PlatformDetection.cs">
<Link>Common\tests\System\PlatformDetection.cs</Link>
</Compile>
- <Compile Include="$(CommonTestPath)\System\Diagnostics\RemoteExecutorTestBase.cs">
- <Link>Common\System\Diagnostics\RemoteExecutorTestBase.cs</Link>
- </Compile>
- <Compile Include="$(CommonTestPath)\System\IO\FileCleanupTestBase.cs">
- <Link>Common\System\IO\FileCleanupTestBase.cs</Link>
- </Compile>
<Compile Include="CaptureCollectionTests.cs" />
<Compile Include="GroupCollectionTests.cs" />
<Compile Include="MatchCollectionTests.cs" />