summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2018-07-25 05:12:59 -0700
committerH.J. Lu <hjl.tools@gmail.com>2018-07-25 05:13:16 -0700
commit375a484459efcf2da1100e9ed228863be6665986 (patch)
tree18237227caa2959222cf4341974664e460b7cad0 /ChangeLog
parentbd4f7903dfc5d192e987f42b0b30b74225bd075c (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6935bc3b09..24396a0573 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2018-07-25 H.J. Lu <hongjiu.lu@intel.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.
+
+2018-07-25 H.J. Lu <hongjiu.lu@intel.com>
+
* stdlib/Makefile ((tests): Add tst-setcontext5.
* stdlib/tst-setcontext5.c: New file.