File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 55 <DisableProjectBuild Condition =" '$(TargetsMobile)' == 'true'" >true</DisableProjectBuild >
66 <!-- Mono doesn't provide ilasm or ildasm in their Core_Root layout. -->
77 <DisableProjectBuild Condition =" '$(RuntimeFlavor)' == 'mono'" >true</DisableProjectBuild >
8+ <!-- NativeAOT tests don't provide ilasm or ildasm in their Core_Root layout. -->
9+ <NativeAotIncompatible >true</NativeAotIncompatible >
810 </PropertyGroup >
911 <ItemGroup >
1012 <Compile Include =" PortablePdb\IlasmPortablePdbTester.cs" />
Original file line number Diff line number Diff line change 731731 <ExcludeList Include =" $(XunitTestBinBase)/GC/API/WeakReference/Finalize2/*" >
732732 <Issue >Expectations about finalization order</Issue >
733733 </ExcludeList >
734- <ExcludeList Include =" $(XunitTestBinBase)/ilasm/*" >
735- <Issue >Specific to CoreCLR</Issue >
736- </ExcludeList >
737734 <ExcludeList Include =" $(XunitTestBinBase)/Interop/ArrayMarshalling/SafeArray/SafeArrayTest/*" >
738735 <Issue >https://github.com/dotnet/runtimelab/issues/155: SAFEARRAY</Issue >
739736 </ExcludeList >
You can’t perform that action at this time.
0 commit comments