Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wasm] windows/WasmTestOnBrowser tracking issue #55429

Closed
radekdoulik opened this issue Jul 9, 2021 · 4 comments · Fixed by #70890
Closed

[wasm] windows/WasmTestOnBrowser tracking issue #55429

radekdoulik opened this issue Jul 9, 2021 · 4 comments · Fixed by #70890
Assignees
Labels
arch-wasm WebAssembly architecture area-Build-mono
Milestone

Comments

@radekdoulik
Copy link
Member

These tests currently timeouts on windows

$(MSBuildThisFileDirectory)Microsoft.VisualBasic.Core\tests\Microsoft.VisualBasic.Core.Tests.csproj
$(MSBuildThisFileDirectory)System.IO\tests\System.IO.Tests.csproj
$(MSBuildThisFileDirectory)System.Linq.Expressions\tests\System.Linq.Expressions.Tests.csproj
$(MSBuildThisFileDirectory)System.Memory\tests\System.Memory.Tests.csproj
$(MSBuildThisFileDirectory)System.Runtime\tests\System.Runtime.Tests.csproj
$(MSBuildThisFileDirectory)System.Private.Xml\tests\Writers\XmlWriterApi\System.Xml.RW.XmlWriterApi.Tests.csproj
$(MonoProjectRoot)sample\wasm\browser\Wasm.Browser.Sample.csproj
$(RepoRoot)\src\tests\BuildWasmApps\Wasm.Build.Tests\Wasm.Build.Tests.csproj

Some of these might be caused by emscripten cache locking problem.

@radekdoulik radekdoulik added arch-wasm WebAssembly architecture area-Build-mono labels Jul 9, 2021
@radekdoulik radekdoulik self-assigned this Jul 9, 2021
@ghost
Copy link

ghost commented Jul 9, 2021

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

These tests currently timeouts on windows

$(MSBuildThisFileDirectory)Microsoft.VisualBasic.Core\tests\Microsoft.VisualBasic.Core.Tests.csproj
$(MSBuildThisFileDirectory)System.IO\tests\System.IO.Tests.csproj
$(MSBuildThisFileDirectory)System.Linq.Expressions\tests\System.Linq.Expressions.Tests.csproj
$(MSBuildThisFileDirectory)System.Memory\tests\System.Memory.Tests.csproj
$(MSBuildThisFileDirectory)System.Runtime\tests\System.Runtime.Tests.csproj
$(MSBuildThisFileDirectory)System.Private.Xml\tests\Writers\XmlWriterApi\System.Xml.RW.XmlWriterApi.Tests.csproj
$(MonoProjectRoot)sample\wasm\browser\Wasm.Browser.Sample.csproj
$(RepoRoot)\src\tests\BuildWasmApps\Wasm.Build.Tests\Wasm.Build.Tests.csproj

Some of these might be caused by emscripten cache locking problem.

Author: radekdoulik
Assignees: radekdoulik
Labels:

arch-wasm, area-Build-mono

Milestone: -

@dotnet-issue-labeler dotnet-issue-labeler bot added the untriaged New issue has not been triaged by the area owner label Jul 9, 2021
@radekdoulik radekdoulik removed the untriaged New issue has not been triaged by the area owner label Jul 9, 2021
@steveisok steveisok added this to the 6.0.0 milestone Jul 12, 2021
@radekdoulik radekdoulik modified the milestones: 6.0.0, 7.0.0 Aug 13, 2021
@radical
Copy link
Member

radical commented Feb 17, 2022

We should check if these can be enabled now, maybe after the 3.1.1 bump .

@radical
Copy link
Member

radical commented Jun 16, 2022

@ilonatommy we could try to enable these to see if they are passing now.

@ilonatommy
Copy link
Member

ilonatommy commented Jun 17, 2022

The situation changed a bit. Running dotnet build /t:Test src/libraries/TESTED_DIR p:TargetOS=Browser /p:Configuration=Release /p:BrowserHost=Windows /p:Scenario=WasmTestOnBrowser results in:

Wasm.Browser.Sample does not exist anymore.

I'm adding a PR that will enable test suites and will block only these few failing ones.

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Jun 17, 2022
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Jun 20, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Jul 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-Build-mono
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants