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

[DRAFT][MONO][TEST] Wasm AOT runtime tests #57963

Closed
wants to merge 39 commits into from

Conversation

naricc
Copy link
Contributor

@naricc naricc commented Aug 23, 2021

Trying to get the runtime aot tests up. I don't actually expect this to work yet, but want to see what happens in CI.

@naricc naricc added area-Infrastructure-mono runtime-mono specific to the Mono runtime wasm-aot-test WebAssembly AOT Test labels Aug 23, 2021
@ghost
Copy link

ghost commented Aug 23, 2021

Tagging subscribers to this area: @directhex
See info in area-owners.md if you want to be subscribed.

Issue Details

Trying to get the runtime aot tests up. I don't actually expect this to work yet, but want to see what happens in CI.

Author: naricc
Assignees: -
Labels:

area-Infrastructure-mono, runtime-mono, wasm-aot-test

Milestone: -

@naricc naricc force-pushed the naricc/wasm-aot-runtime-tests branch 2 times, most recently from 2a4216a to 00e42bf Compare August 31, 2021 02:50
@naricc naricc force-pushed the naricc/wasm-aot-runtime-tests branch from 00e42bf to 61477aa Compare September 7, 2021 17:41
@naricc
Copy link
Contributor Author

naricc commented Sep 16, 2021

This is currently failing with:

error : Could not find AOT cross compiler at $(_MonoAotCrossCompilerPath)

Next step is to correctly propagate the path of the AOT compiler.

@naricc
Copy link
Contributor Author

naricc commented Oct 1, 2021

Switched to using local build stuff which resolved many issues finding paths. There was also an error with a missing slash that caused the runtime pack to be copied incorrectly. All the paths in WasmTestRunner have been switched.

Currently looking at an error where WasmAssembliesToBundle is empty for some reason:

/Users/naricc/workspace/runtime-wasm-aot-runtime-tests/artifacts/tests/coreclr/Browser.wasm.Debug/Tests/Core_Root/build/WasmApp.targets(119,5): error : WasmAssembliesToBundle item is empty. No assemblies to process [/Users/naricc/workspace/runtime-wasm-aot-runtime-tests/artifacts/tests/coreclr/Browser.wasm.Debug/Tests/Core_Root/wasm-test-runner/WasmTestRunner.proj] ```

I will have to look at the msbuild binlog to figure this out.

@naricc naricc force-pushed the naricc/wasm-aot-runtime-tests branch from c7e850a to 145e201 Compare October 5, 2021 19:10
@naricc naricc force-pushed the naricc/wasm-aot-runtime-tests branch from 145e201 to 9afebdb Compare October 6, 2021 20:55
@naricc naricc force-pushed the naricc/wasm-aot-runtime-tests branch 2 times, most recently from 0750cad to 5cef5bb Compare October 18, 2021 22:44
@naricc naricc force-pushed the naricc/wasm-aot-runtime-tests branch from 5a05325 to 91ba30f Compare October 27, 2021 17:49
@ghost ghost closed this Dec 23, 2021
@ghost
Copy link

ghost commented Dec 23, 2021

Draft Pull Request was automatically closed for inactivity. Please let us know if you'd like to reopen it.

@ghost ghost locked as resolved and limited conversation to collaborators Jan 23, 2022
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Infrastructure-mono runtime-mono specific to the Mono runtime wasm-aot-test WebAssembly AOT Test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant