File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed 
tests/Mono.Android-Tests/Mono.Android-Tests Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3333    -->  
3434    <ExcludeCategories >DotNetIgnore</ExcludeCategories >
3535    <!--  Features that do not work on NativeAOT --> 
36-     <ExcludeCategories  Condition ="  '$(PublishAot)' == 'true' " ExcludeCategories >
36+     <ExcludeCategories  Condition ="  '$(PublishAot)' == 'true' " NativeAOTIgnore: Mono:Export:GCBridge</ExcludeCategories >
3737    <!--  FIXME: LLVMIgnore https://github.com/dotnet/runtime/issues/89190 --> 
3838    <ExcludeCategories  Condition ="  '$(EnableLLVM)' == 'true' " ExcludeCategories >
3939    <ExcludeCategories  Condition ="  '$(EnableLLVM)' == 'true' " ExcludeCategories >
Original file line number Diff line number Diff 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		{ 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments