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:
authorZoltan Varga <vargaz@gmail.com>2015-11-20 10:29:39 +0300
committerZoltan Varga <vargaz@gmail.com>2015-11-20 10:29:45 +0300
commit8cff5151cbd5e1f0a446a2774ba8eb34969c8074 (patch)
tree4b032b1302c9a415cef0cfe26bd3035d29f5a29d /mcs/class/corlib/Test
parenta8ef200b11fafe8fce6f5c4e0da8077294270a11 (diff)
[corlib] Disable an attribute test which fails on mobile because of linking.
Diffstat (limited to 'mcs/class/corlib/Test')
-rw-r--r--mcs/class/corlib/Test/System/AttributeTest.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/class/corlib/Test/System/AttributeTest.cs b/mcs/class/corlib/Test/System/AttributeTest.cs
index 75ebb2abc1c..53a8af742b8 100644
--- a/mcs/class/corlib/Test/System/AttributeTest.cs
+++ b/mcs/class/corlib/Test/System/AttributeTest.cs
@@ -836,6 +836,8 @@ namespace MonoTests.System
}
[Test]
+ // The linker removes the serializable attribute
+ [Category ("MobileNotWorking")]
public void OrderIsImportant ()
{
var custom = typeof (ClassForOrderIsImportant).GetCustomAttributes (false);