dotnet / runtime

.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
https://docs.microsoft.com/dotnet/core/
MIT License
15.29k stars 4.74k forks source link

Enable wasi tests #80787

Open lewing opened 1 year ago

lewing commented 1 year ago

Now that the wasi build is integrated we should start enabling all the test and use platform detection to run them when appropriate

ghost commented 1 year ago

Tagging subscribers to this area: @dotnet/area-infrastructure-libraries See info in area-owners.md if you want to be subscribed.

Issue Details
Now that the wasi build is integrated we should start enabling all the test and use platform detection to run them when appropriate
Author: lewing
Assignees: -
Labels: `area-Infrastructure-libraries`
Milestone: -
ghost commented 1 year ago

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

Issue Details
Now that the wasi build is integrated we should start enabling all the test and use platform detection to run them when appropriate
Author: lewing
Assignees: -
Labels: `arch-wasm`
Milestone: 8.0.0
ilonatommy commented 5 months ago

We're missing: Release AllSubsets_Mono_RuntimeTests monointerpreter Release LibraryTests (not smoke) Release LibraryTests_EAT Release Mono_DebuggerTests_chrome Release MultiThreaded_BuildOnly Release SingleThreaded_BuildOnly

What we have in wasi-wasm: Release LibraryTests_Smoke Release LibraryTests_Smoke_AOT Release WasmBuildTests

Connected: https://github.com/dotnet/runtime/issues/82561 https://github.com/dotnet/runtime/pull/81649 https://github.com/dotnet/runtime/issues/95136