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:
authorAlexis Christoforides <alexis@thenull.net>2018-05-30 22:32:50 +0300
committerGitHub <noreply@github.com>2018-05-30 22:32:50 +0300
commit94731c53093b22c9a5cea52c2749d87b53b74b40 (patch)
treea15feb9ee01c037d315b06fe441c608da606522c
parentacc0ee661ef90f2f7655e40abe86828a05e5dc37 (diff)
parent93401afbd3655cad417ff7c4d2c0d5c0351bb1fa (diff)
Merge pull request #66 from mono/enable-test-FileSystemWatcher_StopCalledOnBackgroundThreadDoesNotDeadlock
Enable test fixed by https://github.com/mono/mono/pull/8719
-rw-r--r--src/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.unit.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.unit.cs b/src/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.unit.cs
index ae0e08f98a..e0fdda9298 100644
--- a/src/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.unit.cs
+++ b/src/System.IO.FileSystem.Watcher/tests/FileSystemWatcher.unit.cs
@@ -596,7 +596,6 @@ namespace System.IO.Tests
}
[Fact]
- [SkipOnTargetFramework(TargetFrameworkMonikers.Mono, "Not working")]
public void FileSystemWatcher_StopCalledOnBackgroundThreadDoesNotDeadlock()
{
// Check the case where Stop or Dispose (they do the same thing) is called from