Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ public void ObjectArrayType ()
}

[TestFixture]
[Category ("TrimmableTypeMapUnsupported")]
public class JavaObjectArray_object_ContractTest : JavaObjectArrayContractTest<object> {
static readonly object a = new object ();

Expand Down Expand Up @@ -185,4 +186,3 @@ public void ObjectArrayType ()
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public void Ctor_CanReferenceNonexistentType ()
}

[Test]
[Category ("TrimmableTypeMapUnsupported")]
public void VirtualInvokeOnBaseInvokesMostDerivedJavaMethod ()
{
var registered = GetInstanceMethods (MyString._members.InstanceMethods);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

namespace Java.InteropTests {

[Category ("TrimmableTypeMapUnsupported")]
public abstract class JniValueMarshalerContractTests<
[DynamicallyAccessedMembers (DynamicallyAccessedMemberTypes.PublicConstructors | DynamicallyAccessedMemberTypes.NonPublicConstructors)]
T
Expand Down