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

re-enable profiling stack switch test #55553

Merged
merged 1 commit into from
Aug 27, 2024
Merged

re-enable profiling stack switch test #55553

merged 1 commit into from
Aug 27, 2024

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Aug 21, 2024

Removes the warning on platforms where CFI_NORETURN appears likely to be sufficient alone for this to work (from observation in gdb/lldb) and re-enables the test on all platforms so we can see if more work here is needed at all (e.g. similar annotations in jl_setjmp/jl_longjmp).

Refs #43124

Removes the warning on platforms where CFI_NORETURN appears likely to be
sufficient alone for this to work (from observation in gdb/lldb) and
re-enables the test on all platforms so we can see if more work here is
needed at all (e.g. similar annotations in jl_setjmp/jl_longjmp).

Refs #43124
@vtjnash vtjnash added test This change adds or pertains to unit tests profiler labels Aug 21, 2024
@vtjnash vtjnash merged commit 688811d into master Aug 27, 2024
7 of 9 checks passed
@vtjnash vtjnash deleted the jn/43124-test branch August 27, 2024 18:15
udesou pushed a commit to udesou/julia that referenced this pull request Aug 28, 2024
Removes the warning on platforms where CFI_NORETURN appears likely to be
sufficient alone for this to work (from observation in gdb/lldb) and
re-enables the test on all platforms so we can see if more work here is
needed at all (e.g. similar annotations in jl_setjmp/jl_longjmp).

Refs JuliaLang#43124
KristofferC pushed a commit that referenced this pull request Sep 12, 2024
Removes the warning on platforms where CFI_NORETURN appears likely to be
sufficient alone for this to work (from observation in gdb/lldb) and
re-enables the test on all platforms so we can see if more work here is
needed at all (e.g. similar annotations in jl_setjmp/jl_longjmp).

Refs #43124
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
profiler test This change adds or pertains to unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant