File tree 2 files changed +2
-3
lines changed 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 5
5
<DisableProjectBuild Condition =" '$(TargetsMobile)' == 'true'" >true</DisableProjectBuild >
6
6
<!-- Mono doesn't provide ilasm or ildasm in their Core_Root layout. -->
7
7
<DisableProjectBuild Condition =" '$(RuntimeFlavor)' == 'mono'" >true</DisableProjectBuild >
8
+ <!-- NativeAOT tests don't provide ilasm or ildasm in their Core_Root layout. -->
9
+ <NativeAotIncompatible >true</NativeAotIncompatible >
8
10
</PropertyGroup >
9
11
<ItemGroup >
10
12
<Compile Include =" PortablePdb\IlasmPortablePdbTester.cs" />
Original file line number Diff line number Diff line change 731
731
<ExcludeList Include =" $(XunitTestBinBase)/GC/API/WeakReference/Finalize2/*" >
732
732
<Issue >Expectations about finalization order</Issue >
733
733
</ExcludeList >
734
- <ExcludeList Include =" $(XunitTestBinBase)/ilasm/*" >
735
- <Issue >Specific to CoreCLR</Issue >
736
- </ExcludeList >
737
734
<ExcludeList Include =" $(XunitTestBinBase)/Interop/ArrayMarshalling/SafeArray/SafeArrayTest/*" >
738
735
<Issue >https://github.com/dotnet/runtimelab/issues/155: SAFEARRAY</Issue >
739
736
</ExcludeList >
You can’t perform that action at this time.
0 commit comments