summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp01/system.h
diff options
context:
space:
mode:
authorMatt Joyce <matthew.joyce@embedded-brains.de>2022-05-30 11:05:11 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-07-21 07:22:13 +0200
commit57a569efe16c2b8e9579147fdd78ee909c7558d3 (patch)
tree987e5ef99e6881afa1ee6f8dd89cbf3df6643c91 /testsuites/sptests/sp01/system.h
parentsptls04: Test an external TLS object (diff)
downloadrtems-57a569efe16c2b8e9579147fdd78ee909c7558d3.tar.bz2
sptests: Disable Newlib reentrancy
Update #4560.
Diffstat (limited to 'testsuites/sptests/sp01/system.h')
-rw-r--r--testsuites/sptests/sp01/system.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuites/sptests/sp01/system.h b/testsuites/sptests/sp01/system.h
index 46fa76f1e4..782fd929a7 100644
--- a/testsuites/sptests/sp01/system.h
+++ b/testsuites/sptests/sp01/system.h
@@ -48,6 +48,13 @@ rtems_task Task_1_through_3(
*/
#define CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
+/*
+ * This test requires full control over the present thread-local objects. In
+ * certain Newlib configurations, the Newlib reentrancy support may add
+ * thread-local objects.
+ */
+#define CONFIGURE_DISABLE_NEWLIB_REENTRANCY
+
#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE