Open lewing opened 1 year ago
We already have Wasi.Build.Tests, and that has one AOT test :D More should be added. For example:
Tagging subscribers to 'arch-wasm': @lewing See info in area-owners.md if you want to be subscribed.
Author: | lewing |
---|---|
Assignees: | radical, ilonatommy |
Labels: | `arch-wasm`, `area-Codegen-AOT-mono`, `os-wasi` |
Milestone: | 9.0.0 |
What does "runtime tests" mean?
What does "runtime tests" mean?
These are in src/tests
. Note that we don't run wasm runtime tests with AOT either, yet.
Instead of runtimetests with AOT, the first thing to do would be runtimetests
with the interpreter. That is what we have for wasm right now.
You can look in src/tests
for what we do for wasm. For example we have Common/wasm-test-runner/WasmTestRunner.proj
, which you will probably need to duplicate for wasi. Look for TargetsBrowser
to find out more about where we do custom things for wasm.
runtime
pipeline) [assigned: AJ]runtime-wasm
pipeline, same as what we have forbrowser-wasm
) [assigned: AJ]Release AllSubsets_Mono_RuntimeTests monointerpreter
) [assigned: IT]