<feed xmlns='http://www.w3.org/2005/Atom'>
<title>liblitmus.git/tests, branch staging</title>
<subtitle>[ARCHIVE] The userspace library for LITMUS^RT 2010. Now on GitHub.</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/'/>
<entry>
<title>Add testcase for preemptions on wakeup under P-EDF and P-FP</title>
<updated>2012-08-14T18:46:16+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-08-14T18:32:15+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=3445e102f16ef5ef0ae0a1c78c16a98ce3d2e5b0'/>
<id>3445e102f16ef5ef0ae0a1c78c16a98ce3d2e5b0</id>
<content type='text'>
Resuming higher-priority tasks should of course preempt lower-priority
tasks. This test case infers if higher-priority tasks are unreasonably
delayed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resuming higher-priority tasks should of course preempt lower-priority
tasks. This test case infers if higher-priority tasks are unreasonably
delayed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce artifical delay in test</title>
<updated>2012-08-14T18:46:12+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-08-14T18:27:22+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=a72371ea7d7b13bf0126b4636a7cba9e03ea12b8'/>
<id>a72371ea7d7b13bf0126b4636a7cba9e03ea12b8</id>
<content type='text'>
The 2 second delay was quite annoying. Make it short enough to not be
so obvious.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 2 second delay was quite annoying. Make it short enough to not be
so obvious.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for the DPCP and the MPCP</title>
<updated>2012-08-14T18:46:12+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-08-13T11:28:37+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=ef69f4de3d239bc45e5265f58cf8f802b1c4699c'/>
<id>ef69f4de3d239bc45e5265f58cf8f802b1c4699c</id>
<content type='text'>
Do the basic open/lock/unlock/close test sequence for the MPCP and the
DPCP as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do the basic open/lock/unlock/close test sequence for the MPCP and the
DPCP as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>test case: reject infeasible densities</title>
<updated>2012-08-01T07:24:33+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-08-01T07:24:33+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=e906a17d957e9197c9e41520308baa295b827a54'/>
<id>e906a17d957e9197c9e41520308baa295b827a54</id>
<content type='text'>
Add a test that makes sure that the kernel does indeed not accept
infeasible densities.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a test that makes sure that the kernel does indeed not accept
infeasible densities.
</pre>
</div>
</content>
</entry>
<entry>
<title>Run test suite for currently active plugin by default</title>
<updated>2012-08-01T07:13:56+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-08-01T07:13:56+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=92403908792f38bf4f420ea2a552bf73702ee681'/>
<id>92403908792f38bf4f420ea2a552bf73702ee681</id>
<content type='text'>
Try to infer current plugin if no plugin is specified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Try to infer current plugin if no plugin is specified.
</pre>
</div>
</content>
</entry>
<entry>
<title>API Update: Support arbitrary deadlines.</title>
<updated>2012-08-01T06:46:21+00:00</updated>
<author>
<name>Glenn Elliott</name>
<email>gelliott@cs.unc.edu</email>
</author>
<published>2012-07-17T00:28:56+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=c84c35511dcc32262e12b8a4e99b4e678a433371'/>
<id>c84c35511dcc32262e12b8a4e99b4e678a433371</id>
<content type='text'>
Updated APIs to support arbitrary deadlines. Added macros for implicit
deadlines.

Note: Had to tweak Makefile to support gcc version &gt;= 4.6 (moved -lrt to the
end of the link command).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated APIs to support arbitrary deadlines. Added macros for implicit
deadlines.

Note: Had to tweak Makefile to support gcc version &gt;= 4.6 (moved -lrt to the
end of the link command).
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly report tests that segfault.</title>
<updated>2012-07-23T10:02:33+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-06-25T12:06:08+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=8afa727c28064c7672f656b889d8049b49370139'/>
<id>8afa727c28064c7672f656b889d8049b49370139</id>
<content type='text'>
Segmentation faults are clearly test failures;
make sure to report them accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Segmentation faults are clearly test failures;
make sure to report them accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>New test: /dev/litmus/ctrl must be writable</title>
<updated>2012-07-23T10:02:33+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-06-25T07:24:22+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=3740f63a46e1a7fa328a157d25f11e3d307cde13'/>
<id>3740f63a46e1a7fa328a157d25f11e3d307cde13</id>
<content type='text'>
Under any plugin, the control page should be mappable
and writable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Under any plugin, the control page should be mappable
and writable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test cases for P-FP priorities</title>
<updated>2012-06-26T08:55:01+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2012-06-26T08:55:01+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=0468289e9210179f5c2bf148ec57305c33032ed1'/>
<id>0468289e9210179f5c2bf148ec57305c33032ed1</id>
<content type='text'>
Make sure out-of-range priorities
are always rejected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure out-of-range priorities
are always rejected.
</pre>
</div>
</content>
</entry>
<entry>
<title>P-FP: make PCP available to user space</title>
<updated>2012-05-31T20:23:38+00:00</updated>
<author>
<name>Sven Dziadek</name>
<email>s9svdzia@stud.uni-saarland.de</email>
</author>
<published>2012-04-16T19:37:40+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=6e1ceb5ab56005fd343f52bbb8d2879e2c1493bd'/>
<id>6e1ceb5ab56005fd343f52bbb8d2879e2c1493bd</id>
<content type='text'>
      PCP was only used for DPCP before

tests: add some basic tests for PCP under P-FP
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
      PCP was only used for DPCP before

tests: add some basic tests for PCP under P-FP
</pre>
</div>
</content>
</entry>
</feed>
