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

[NativeAOT-LLVM] Problems with libraries tests #2455

Open
SingleAccretion opened this issue Dec 8, 2023 · 1 comment
Open

[NativeAOT-LLVM] Problems with libraries tests #2455

SingleAccretion opened this issue Dec 8, 2023 · 1 comment
Labels
area-NativeAOT-LLVM LLVM generation for Native AOT compilation (including Web Assembly)

Comments

@SingleAccretion
Copy link

SingleAccretion commented Dec 8, 2023

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
Copy link
Contributor

yowl commented Apr 20, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-NativeAOT-LLVM LLVM generation for Native AOT compilation (including Web Assembly)
Projects
None yet
Development

No branches or pull requests

3 participants