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] Problems with libraries tests #2455

Open SingleAccretion opened 8 months ago

SingleAccretion commented 8 months ago

Follow-ups to #2452:

1) Running one test twice for different arches uses stale artifacts. -- Publish directory doesn't include arch postfix. 2) XML output is useless (floods the console). 3) XML output is not collected anywhere (probably fine as long as we're not using Helix). 4) Larger tests fail to run when compiled in Debug. -- This is a codegen issue. 5) Even larger tests will fail to reserve static memory in the linker.

yowl commented 4 months ago

CreateSaturatingFromNFloatTests and CreateTruncatingFromIntPtrTests are #if'ed out. An implementation is needed for LLVM.