summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp42
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-02 08:14:34 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-12-04 07:40:32 +0100
commita6879a418dee37c31728af0d2491cb8924f23de3 (patch)
tree2c79f43cac803cbbaba35d2162d45a88dbaf8030 /testsuites/sptests/sp42
parentlibtest: Change expected fail state string (diff)
downloadrtems-a6879a418dee37c31728af0d2491cb8924f23de3.tar.bz2
testsuites: Remove rtems_test_pause*()
The rtems_test_pause() and rtems_test_pause_and_screen_number() macros had different implementations depending on the RTEMS_TEST_NO_PAUSE define. This define was defined to 1 by default. The user was able to change this via the undocumented --disable-test-no-pause configure command line option. Pausing tests and waiting for user input contradicts the goal of having automated test runs. Remove this feature. Update #3818.
Diffstat (limited to 'testsuites/sptests/sp42')
-rw-r--r--testsuites/sptests/sp42/init.c2
-rw-r--r--testsuites/sptests/sp42/sp42.scn1
2 files changed, 0 insertions, 3 deletions
diff --git a/testsuites/sptests/sp42/init.c b/testsuites/sptests/sp42/init.c
index f023652115..10e49275e5 100644
--- a/testsuites/sptests/sp42/init.c
+++ b/testsuites/sptests/sp42/init.c
@@ -206,8 +206,6 @@ static rtems_task Init(
puts( "Exercising blocking discipline w/unblock in FIFO order" );
do_test( RTEMS_FIFO, FALSE );
- rtems_test_pause_and_screen_number( 2 );
-
puts( "Exercising blocking discipline w/extract in priority order " );
do_test( RTEMS_PRIORITY, TRUE );
diff --git a/testsuites/sptests/sp42/sp42.scn b/testsuites/sptests/sp42/sp42.scn
index 206d05c40b..ba17dd4e85 100644
--- a/testsuites/sptests/sp42/sp42.scn
+++ b/testsuites/sptests/sp42/sp42.scn
@@ -21,7 +21,6 @@ TA16 - unblocked - OK
TA17 - unblocked - OK
TA18 - unblocked - OK
TA19 - unblocked - OK
-<pause - screen 2>
Exercising blocking discipline w/extract in priority order
Exercising blocking discipline w/unblock in priority order
TA04 - unblocked - OK