From 8798372261ed1df999bc9f4f3f0be0a230480041 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 10 Sep 2019 12:53:31 -0500 Subject: Correct initial POSIX signals mask + Modify POSIX thread create extension to ensure expected initial signal mask is provided to system threads, initial tasks and threads, and inheritied by tasks and threads. + Adds psxsignal07 to verify functionality when using a POSIX Initialization thread and POSIX threads. + Adds psxsignal08 to verify functionality when using a Classic API Initialization task and Classic API tasks. Closes #3794. --- testsuites/psxtests/configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuites/psxtests/configure.ac') diff --git a/testsuites/psxtests/configure.ac b/testsuites/psxtests/configure.ac index 6e2b19f498..139787cccb 100644 --- a/testsuites/psxtests/configure.ac +++ b/testsuites/psxtests/configure.ac @@ -135,6 +135,8 @@ RTEMS_TEST_CHECK([psxsignal03]) RTEMS_TEST_CHECK([psxsignal04]) RTEMS_TEST_CHECK([psxsignal05]) RTEMS_TEST_CHECK([psxsignal06]) +RTEMS_TEST_CHECK([psxsignal07]) +RTEMS_TEST_CHECK([psxsignal08]) RTEMS_TEST_CHECK([psxspin01]) RTEMS_TEST_CHECK([psxstack01]) RTEMS_TEST_CHECK([psxstack02]) -- cgit v1.2.3