Add tests for setcontext on the context from makecontext
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 25 Jul 2018 12:12:59 +0000 (05:12 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 25 Jul 2018 12:13:16 +0000 (05:13 -0700)
commit375a484459efcf2da1100e9ed228863be6665986
tree18237227caa2959222cf4341974664e460b7cad0
parentbd4f7903dfc5d192e987f42b0b30b74225bd075c
Add tests for setcontext on the context from makecontext

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
* stdlib/Makefile ((tests): Add tst-setcontext6, tst-setcontext7,
tst-setcontext8 and tst-setcontext9.
* stdlib/tst-setcontext6.c: New file.
* stdlib/tst-setcontext7.c: Likewise.
* stdlib/tst-setcontext8.c: Likewise.
* stdlib/tst-setcontext9.c: Likewise.
ChangeLog
stdlib/Makefile
stdlib/tst-setcontext6.c [new file with mode: 0644]
stdlib/tst-setcontext7.c [new file with mode: 0644]
stdlib/tst-setcontext8.c [new file with mode: 0644]
stdlib/tst-setcontext9.c [new file with mode: 0644]