1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

Add a test for setjmp/longjmp within user context

Verify that setjmp/longjmp works correctly within a user context.
Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
This commit is contained in:
H.J. Lu
2023-12-14 11:37:03 -08:00
parent 08bc191fd1
commit 49b4de21dc
2 changed files with 179 additions and 0 deletions

View File

@@ -235,6 +235,7 @@ tests := \
tst-setcontext8 \
tst-setcontext9 \
tst-setcontext10 \
tst-setcontext11 \
tst-strfmon_l \
tst-strfrom \
tst-strfrom-locale \