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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-10-04 23:23:16 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-10-04 23:25:42 +0300
commitff8af9c12bc2cfa74a48b031ef2913dd1c84caca (patch)
treec131b5d2b8b89a307fc0e7b0409e157c986150b0 /mcs/class/System.ServiceModel.Web
parenta5971ec78cc1a5c5c760ef45a27fb3c70c5c72b4 (diff)
Fix two test failures in the FullAOT Jenkins job
Disable WebOperationsContextTest.Current like on monotouch, it relies on dynamic code generation. The namedmutex-destroy-race.cs runtime test doesn't work on mobile_static since we don't have named Mutexes.
Diffstat (limited to 'mcs/class/System.ServiceModel.Web')
-rw-r--r--mcs/class/System.ServiceModel.Web/Test/System.ServiceModel.Web/WebOperationContextTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.ServiceModel.Web/Test/System.ServiceModel.Web/WebOperationContextTest.cs b/mcs/class/System.ServiceModel.Web/Test/System.ServiceModel.Web/WebOperationContextTest.cs
index f25171f793f..909ae4f9cf0 100644
--- a/mcs/class/System.ServiceModel.Web/Test/System.ServiceModel.Web/WebOperationContextTest.cs
+++ b/mcs/class/System.ServiceModel.Web/Test/System.ServiceModel.Web/WebOperationContextTest.cs
@@ -48,7 +48,7 @@ namespace MonoTests.System.ServiceModel.Web
public class WebOperationContextTest
{
// MonoTouch does not support dynamic proxy code generation.
-#if !MONOTOUCH
+#if !MONOTOUCH && !MOBILE_STATIC
[Test]
#endif
public void Current ()