File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 33
33
<HighAOTResourceRequiringProject Include =" $(MSBuildThisFileDirectory)System.Text.RegularExpressions\tests\FunctionalTests\System.Text.RegularExpressions.Tests.csproj" />
34
34
35
35
<!-- https://github.com/dotnet/runtime/issues/61524 - OOM while linking -->
36
- <!-- Disabled due to crash - https://github.com/dotnet/runtime/issues/86164 -->
37
- <!-- <HighAOTResourceRequiringProject Include="$(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.Tests\System.Text.Json.Tests.csproj" />-->
36
+ <HighAOTResourceRequiringProject Include =" $(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.Tests\System.Text.Json.Tests.csproj" />
38
37
</ItemGroup >
39
38
40
39
<!-- Samples which are too complex for CI -->
67
66
<ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Text.RegularExpressions\tests\FunctionalTests\System.Text.RegularExpressions.Tests.csproj" />
68
67
69
68
<!-- Normally run with HighAOT, but disabling there, and for AOT - https://github.com/dotnet/runtime/issues/86164 -->
70
- <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.Tests\System.Text.Json.Tests.csproj" />
69
+ <!-- < ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.Tests\System.Text.Json.Tests.csproj" /> -- >
71
70
</ItemGroup >
72
71
73
72
<!-- Projects that don't support code coverage measurement. -->
550
549
<!-- Don't want the default smoke tests - just verify that threading works -->
551
550
<SmokeTestProject Remove =" @(SmokeTestProject)" />
552
551
<SmokeTestProject Include =" $(MonoProjectRoot)sample\wasm\browser-threads\Wasm.Browser.Threads.Sample.csproj" />
553
- <!-- this sample is messy sandbox right now
552
+ <!-- this sample is messy sandbox right now
554
553
<SmokeTestProject Include="$(MonoProjectRoot)sample\wasm\browser-threads-minimal\Wasm.Browser.Threads.Minimal.Sample.csproj" />
555
554
-->
556
555
<SmokeTestProject Include =" $(MSBuildThisFileDirectory)System.Net.WebSockets.Client\tests\System.Net.WebSockets.Client.Tests.csproj" />
You can’t perform that action at this time.
0 commit comments