From: "Gary S. Robertson"
The priority inheritance tests for mutexes used conditional variables
which were non-existent. Changed the conditional clauses to use the
variables which were actually generated by LTP autoconf for that purpose.
Signed-off-by: Gary S. Robertson
---
...s
From: "Gary S. Robertson"
Several of the mutex tests in the LTP realtime test suite contained
conditional compilation clauses which were failing in the OE build
environment. Part of the problem was in the test source code itself...
these conditional clauses depended on configuration
From: "Gary S. Robertson"
The tests for robust mutexes contained conditional clauses which failed in
autoconf and/or used nonexistent variable names. Modified these
conditional clauses to use only the variables actually created by
LTP autoconf for this purpose.
Signed-off-by: Gary S.
From: "Gary S. Robertson"
In the OE build environment the features on the build host
may not match those of the runtime host -so- the conditional
compilation clauses were deleted which required the presence
of priority inheriting mutexes in order to compile initialization
of a
From: "Gary S. Robertson"
Minor cleanup on realtime test prio-wake.
Replaced deprecated usleep calls with calls to rt_nanosleep,
which has no potentially adverse interactions with signals.
Signed-off-by: Gary S. Robertson
---
...io-wake-eliminate-deprecated-usleep-calls.pa
From: "Gary S. Robertson"
The following series of patches addresses several bugs which were preventing
some of the LTP realtime tests from running or completing in our OE-based
test environments. The patches themselves are being separately submitted
to the upstream LTP maint
From: "Gary S. Robertson"
The parse_args() function in realtime test pthread_cond_many contains
a switch statement im which some cases failed to initialize the
function return variable prior to returning... added an init clause
to the definition statement for the return variable.
Sig
From: "Gary S. Robertson"
Commit "rt-tests: bump version 0.87 => 0.89" (SHA1 ID: 7996ca) erroneously
deleted several patch files which were still required for proper function
of the rt-tests recipe. These missing patches adversely affected builds
of the hwlatdetect and