summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sptls02/sptls02.scn
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-14 08:56:53 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-14 08:56:53 +0200
commit6efa3498504bffde166b4663319bd7d94ea42a08 (patch)
tree7b491ffe458f6570953b60b74ab6867742f734ee /testsuites/sptests/sptls02/sptls02.scn
parentbsp/qoriq: Fix MMU initialization for e6500 (diff)
downloadrtems-6efa3498504bffde166b4663319bd7d94ea42a08.tar.bz2
posix: Run key destructors during thread restart
POSIX key destructors must be called during thread restart. Just like the POSIX cleanup handlers. This ensures that the TLS object destructors are called during thread restart for example. It is important for the global construction, which uses a thread restart to run the Init task in a clean environment. Close #2689.
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/sptls02/sptls02.scn2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sptls02/sptls02.scn b/testsuites/sptests/sptls02/sptls02.scn
index e4c92f5f36..01593d95af 100644
--- a/testsuites/sptests/sptls02/sptls02.scn
+++ b/testsuites/sptests/sptls02/sptls02.scn
@@ -1,4 +1,4 @@
-*** TEST SPTLS 2 ***
+*** BEGIN OF TEST SPTLS 2 ***
A::globalCounter() = 0
A::globalCounter() = 3
*** END OF TEST SPTLS 2 ***