From 7d7b9be2c0eb870658722b1b78f850fbb08b4a97 Mon Sep 17 00:00:00 2001 From: Ian Hays Date: Thu, 30 Mar 2017 12:16:21 -0700 Subject: Get IO.FileSystem tests running on NetFX There were a high number of failing FileSystem tests for NetFX. This PR modifies the tests to run on NetFX without failures and adds comments for the reasons for the tests that had to be disabled. --- src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj') diff --git a/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj b/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj index b5e4ea930f..433be5e726 100644 --- a/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj +++ b/src/System.IO.FileSystem/tests/System.IO.FileSystem.Tests.csproj @@ -163,6 +163,9 @@ Common\System\Diagnostics\RemoteExecutorTestBase.cs + + Common\System\AssertExtensions.cs + {69e46a6f-9966-45a5-8945-2559fe337827} RemoteExecutorConsoleApp -- cgit v1.2.3