-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Conversation
Tagging subscribers to this area: @directhex Issue DetailsTrying to get the runtime aot tests up. I don't actually expect this to work yet, but want to see what happens in CI.
|
2a4216a
to
00e42bf
Compare
00e42bf
to
61477aa
Compare
This is currently failing with:
Next step is to correctly propagate the path of the AOT compiler. |
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:
|
c7e850a
to
145e201
Compare
145e201
to
9afebdb
Compare
0750cad
to
5cef5bb
Compare
5a05325
to
91ba30f
Compare
Draft Pull Request was automatically closed for inactivity. Please let us know if you'd like to reopen it. |
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.