dotnet / dotnet/runtime

[wasm coreclr] run runtime tests

Open
#119,771 4 comments 0 reactions 0 assignees View on GitHub
arch-wasm area-Infrastructure
Dominant language
C#
Stars
18.3k
Forks
5.6k
PR merge metrics
PR metrics pending

Description

We should start running runtime tests with wasm/coreclr

Interpreter tests are good start. `src/tests/JIT/Interpreter`.

We can now build the tests in `src/tests`

windows
`.\build.cmd wasm browser test JIT/interpreter/Interpreter.csproj`

linux/mac
`./build.sh -wasm -os browser -debug -test:JIT/interpreter/Interpreter.csproj -p:LibrariesConfiguration=Debug`

We can already run the test with invariant globalization locally with `corerun`.

Related issues:

- [ ] run runtime tests on CI #120593
- [ ] tracking issue for the Interpreter tests #120324
- [x] https://github.com/dotnet/runtime/issues/120220

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.