Skip to content

Commit 1b31de7

Browse files
radekdoulikCopilot
andauthored
[wasm][coreclr] Enable passing tests (#126469)
> [!NOTE] > This PR was AI/Copilot-generated. ## Summary 2. **Enable 2 test suites** that now pass on browser-wasm/CoreCLR ## Tests re-enabled | Suite | Passed | Failed | Skipped | |-------|--------|--------|---------| | Microsoft.Extensions.Http.Tests | 84 | 0 | 76 | | System.Threading.Overlapped.Tests | 12 | 0 | 0 | Tests verified locally with: ``` ./dotnet.sh build -c Debug /t:Test <csproj> \ /p:TargetOS=browser /p:TargetArchitecture=wasm \ /p:RuntimeFlavor=CoreCLR /p:Scenario=WasmTestOnChrome ``` Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent ab9a190 commit 1b31de7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/libraries/tests.proj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,6 @@
194194
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Runtime\tests\System.Reflection.Tests\System.Reflection.Tests.csproj" />
195195
<!-- crashes -->
196196
<ProjectExclusions Include="$(MSBuildThisFileDirectory)Microsoft.Extensions.DependencyInjection\tests\DI.Tests\Microsoft.Extensions.DependencyInjection.Tests.csproj" />
197-
<ProjectExclusions Include="$(MSBuildThisFileDirectory)Microsoft.Extensions.Http\tests\Microsoft.Extensions.Http.Tests\Microsoft.Extensions.Http.Tests.csproj" />
198197
<ProjectExclusions Include="$(MSBuildThisFileDirectory)Microsoft.VisualBasic.Core\tests\Microsoft.VisualBasic.Core.Tests.csproj" />
199198
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.IO.Compression.ZipFile\tests\System.IO.Compression.ZipFile.Tests.csproj" />
200199
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Threading.Thread\tests\System.Threading.Thread.Tests.csproj" />
@@ -213,7 +212,6 @@
213212
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Runtime.Intrinsics\tests\System.Runtime.Intrinsics.Tests.csproj" />
214213
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Runtime\tests\System.Dynamic.Runtime.Tests\System.Dynamic.Runtime.Tests.csproj" />
215214
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Runtime\tests\System.Runtime.Extensions.Tests\System.Runtime.Extensions.Tests.csproj" />
216-
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Threading.Overlapped\tests\System.Threading.Overlapped.Tests.csproj" />
217215
<!-- long running suites -->
218216
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Linq\tests\System.Linq.Tests.csproj" />
219217
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Memory\tests\System.Memory.Tests.csproj" />

0 commit comments

Comments
 (0)