Skip to content

Commit d8131f3

Browse files
NativeAOTIgnore
1 parent c07e185 commit d8131f3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/Mono.Android-Tests/Mono.Android-Tests/Mono.Android.NET-Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
-->
3434
<ExcludeCategories>DotNetIgnore</ExcludeCategories>
3535
<!-- Features that do not work on NativeAOT -->
36-
<ExcludeCategories Condition=" '$(PublishAot)' == 'true' ">$(ExcludeCategories):Mono:Export:GCBridge</ExcludeCategories>
36+
<ExcludeCategories Condition=" '$(PublishAot)' == 'true' ">$(ExcludeCategories):NativeAOTIgnore:Mono:Export:GCBridge</ExcludeCategories>
3737
<!-- FIXME: LLVMIgnore https://github.com/dotnet/runtime/issues/89190 -->
3838
<ExcludeCategories Condition=" '$(EnableLLVM)' == 'true' ">$(ExcludeCategories):LLVMIgnore</ExcludeCategories>
3939
<ExcludeCategories Condition=" '$(EnableLLVM)' == 'true' ">$(ExcludeCategories):InetAccess:NetworkInterfaces</ExcludeCategories>

tests/Mono.Android-Tests/Mono.Android-Tests/System/ExceptionTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ static Java.Lang.Throwable CreateJavaProxyThrowable (Exception e)
2929
}
3030

3131
[Test]
32+
[Category ("NativeAOTIgnore")] // NativeAOT has very limited stack traces
3233
[RequiresUnreferencedCode ("Tests trimming unsafe features")]
3334
public void InnerExceptionIsSet ()
3435
{

0 commit comments

Comments
 (0)