summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpmrsp01
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-10-27 06:42:06 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-11-02 10:05:44 +0100
commit6771359fa1488598ccba3fd3c440b95f64965340 (patch)
tree794022e5775aa5140a001f713d539f547e7015fd /testsuites/smptests/smpmrsp01
parentscore: Delete unused scheduler ask for help X op (diff)
downloadrtems-6771359fa1488598ccba3fd3c440b95f64965340.tar.bz2
score: Second part of new MrsP implementation
Update #2556.
Diffstat (limited to 'testsuites/smptests/smpmrsp01')
-rw-r--r--testsuites/smptests/smpmrsp01/init.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/testsuites/smptests/smpmrsp01/init.c b/testsuites/smptests/smpmrsp01/init.c
index de5f31c8cb..bb729e0a6e 100644
--- a/testsuites/smptests/smpmrsp01/init.c
+++ b/testsuites/smptests/smpmrsp01/init.c
@@ -1430,11 +1430,6 @@ static void test_mrsp_obtain_and_release_with_help(test_context *ctx)
rtems_test_assert(rtems_get_current_processor() == 1);
- sc = rtems_task_wake_after(2);
- rtems_test_assert(sc == RTEMS_SUCCESSFUL);
-
- rtems_test_assert(rtems_get_current_processor() == 1);
-
/*
* With this operation the scheduler instance 0 has now only the main and the
* idle threads in the ready set.