From 54dfe4289fd1b9b41f05fca6371c320e6cea35b8 Mon Sep 17 00:00:00 2001 From: Bjoern Brandenburg Date: Wed, 16 Dec 2015 11:35:23 +0100 Subject: Implement get_job_no() via control page --- tests/core_api.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests') diff --git a/tests/core_api.c b/tests/core_api.c index 8cb5588..95ca69b 100644 --- a/tests/core_api.c +++ b/tests/core_api.c @@ -105,13 +105,9 @@ TESTCASE(accept_valid_priorities, P_FP, TESTCASE(job_control_non_rt, ALL, "reject job control for non-rt tasks") { - unsigned int job_no; - SYSCALL_FAILS( EINVAL, sleep_next_period() ); SYSCALL_FAILS( EINVAL, wait_for_job_release(0) ); - - SYSCALL_FAILS( EPERM, get_job_no(&job_no) ); } -- cgit v1.2.2