dotnet / runtimelab

This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
MIT License
1.38k stars 192 forks source link

[NativeAOT-LLVM] Enable libraries testing #2452

Closed SingleAccretion closed 8 months ago

SingleAccretion commented 8 months ago

And run our first libraries test in CI. The workflow here is the same as upstream; the change itself consists of the infrastructure updates to run the tests using non-native hosts.

This is just the "it's functional" cut; there are many pieces that are suboptimal or just don't work (e. g. the XML reporting). #2455 details the follow-up work.

Contributes to #2307.

SingleAccretion commented 8 months ago

@dotnet/nativeaot-llvm