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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Henry <ludovic@xamarin.com>2017-05-10 21:53:03 +0300
committerLudovic Henry <ludovic@xamarin.com>2017-05-10 21:53:03 +0300
commitb0289fe19c9d3c1a4bc49cb589b7be3349c77eea (patch)
tree7521732a376e58cf30714ec24a0ddc5aae6ed1ff /mcs/class/System/Test
parent35a4c994c89c6f444d46e6e4cd069906fa7b4165 (diff)
[process] Disable tests that do not work on mobile (#4598)
Diffstat (limited to 'mcs/class/System/Test')
-rw-r--r--mcs/class/System/Test/System.Diagnostics/ProcessTest.cs7
1 files changed, 4 insertions, 3 deletions
diff --git a/mcs/class/System/Test/System.Diagnostics/ProcessTest.cs b/mcs/class/System/Test/System.Diagnostics/ProcessTest.cs
index 8871d4aa1ea..2d321b814a1 100644
--- a/mcs/class/System/Test/System.Diagnostics/ProcessTest.cs
+++ b/mcs/class/System/Test/System.Diagnostics/ProcessTest.cs
@@ -1116,6 +1116,7 @@ namespace MonoTests.System.Diagnostics
#endif // MONO_FEATURE_PROCESS_START
[Test]
+ [NUnit.Framework.Category ("MobileNotWorking")]
public void GetProcessesByName()
{
// This should return Process[0] or a Process[] with all the "foo" programs running
@@ -1133,7 +1134,7 @@ namespace MonoTests.System.Diagnostics
}
[Test]
- [NUnit.Framework.Category ("AndroidNotWorking")] //SELinux makes probing the parent process impossible
+ [NUnit.Framework.Category ("MobileNotWorking")]
public void NonChildProcessWaitForExit ()
{
if (!RunningOnUnix)
@@ -1157,7 +1158,7 @@ namespace MonoTests.System.Diagnostics
}
[Test]
- [NUnit.Framework.Category ("AndroidNotWorking")] //SELinux makes probing the parent process impossible
+ [NUnit.Framework.Category ("MobileNotWorking")]
public void NonChildProcessName ()
{
if (!RunningOnUnix)
@@ -1172,7 +1173,7 @@ namespace MonoTests.System.Diagnostics
}
[Test]
- [NUnit.Framework.Category ("AndroidNotWorking")] //SELinux makes probing the parent process impossible
+ [NUnit.Framework.Category ("MobileNotWorking")]
public void NonChildProcessId ()
{
if (!RunningOnUnix)