You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As outlined in ykjit#1345:
- debuginfo.old.c (dup of aot_debuginfo.c)
- direct_recursion.old.c (dup of outline_recursion.c)
- mutual_recursion.old.c (dup of outline_recursion_indirect.c)
- inline_asm_call.old.c (dup of inline_asm.c)
vext01
added a commit
to vext01/yk_pv
that referenced
this issue
Aug 8, 2024
As outlined in ykjit#1345:
- interp_inside_call2.old.c (designed as blackholing test)
- interp_inside_call.old.c (designed as blackholing test)
- outlinebase_bug.old.c (tests an old outlining mechanism)
- promote_not_great.old.c (tests limitation of an old promote mechanism)
We recently deleted the old LLVM JIT backend. We renamed all non-new-codegen C tests to
*.old.c
and they are currently ignored.Some of those tests need porting, some can be deleted. This issue tracks this progress.
Need to be ported
Duplicate tests that can be removed.
Irrelevant tests that can be deleted.
The text was updated successfully, but these errors were encountered: