<feed xmlns='http://www.w3.org/2005/Atom'>
<title>liblitmus.git/tests, branch master</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 unit-test for CPU mapping parsing</title>
<updated>2016-07-18T14:46:23+00:00</updated>
<author>
<name>Mahircan Gul</name>
<email>mahircg@mpi-sws.org</email>
</author>
<published>2016-07-18T14:05:20+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=cf1d1f6e4b1138a5a841a47a2cba4aacdcaf0d72'/>
<id>cf1d1f6e4b1138a5a841a47a2cba4aacdcaf0d72</id>
<content type='text'>
	- Decompose read_mapping into two functions: *read_mapping* which reads
	CPU mapping data as string from file, and *set_mapping* that actually sets
	the cpu_set_t according to the mapping

	- Add unit test for setting cpu_set_t to various CPU indexes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	- Decompose read_mapping into two functions: *read_mapping* which reads
	CPU mapping data as string from file, and *set_mapping* that actually sets
	the cpu_set_t according to the mapping

	- Add unit test for setting cpu_set_t to various CPU indexes
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test case for get_rt_task_param()</title>
<updated>2015-12-18T08:42:15+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2015-12-17T10:57:10+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=69ddb96d06d0890df5f291dde7d829000f062a48'/>
<id>69ddb96d06d0890df5f291dde7d829000f062a48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement get_job_no() via control page</title>
<updated>2015-12-16T10:35:23+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2015-12-16T10:35:23+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=54dfe4289fd1b9b41f05fca6371c320e6cea35b8'/>
<id>54dfe4289fd1b9b41f05fca6371c320e6cea35b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests: stress PCP, DPCP, DFLP, and SRP by intentionally migrating away</title>
<updated>2015-07-27T15:51:11+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2015-07-27T15:51:11+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=7a8779feaa95b05fa2492a4b5a096afb6b5dc0a6'/>
<id>7a8779feaa95b05fa2492a4b5a096afb6b5dc0a6</id>
<content type='text'>
Triggers a BUG_ON() in the old kernel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Triggers a BUG_ON() in the old kernel.
</pre>
</div>
</content>
</entry>
<entry>
<title>Test suite: add -v (verbose) option to runtests</title>
<updated>2015-07-27T15:50:14+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2015-07-27T15:50:14+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=a483e1f85dd78be6f9d6b8cdb024859983ec1f55'/>
<id>a483e1f85dd78be6f9d6b8cdb024859983ec1f55</id>
<content type='text'>
Logging PIDs makes finding the right message in kernel debug traces
easier...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Logging PIDs makes finding the right message in kernel debug traces
easier...
</pre>
</div>
</content>
</entry>
<entry>
<title>Testcases: create PCP and DFLP locks with invalid CPU parameters</title>
<updated>2015-07-27T13:05:06+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2015-07-27T13:05:06+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=86468257446cf8639bc1e0d3b4cbe382321582a5'/>
<id>86468257446cf8639bc1e0d3b4cbe382321582a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Testcase: create DPCP lock with invalid CPU parameter</title>
<updated>2015-07-27T12:41:56+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2015-07-27T12:41:56+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=64d80eb87d7c0136ad23bf7421fac19dbe0036bd'/>
<id>64d80eb87d7c0136ad23bf7421fac19dbe0036bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test cases for enforcement of periods of periodic tasks</title>
<updated>2014-06-12T12:16:10+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2014-06-12T11:32:21+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=54ab0e29794e9f22aacd206102d9e4d643e28efe'/>
<id>54ab0e29794e9f22aacd206102d9e4d643e28efe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove over-specification of task parameters from two tests</title>
<updated>2014-06-03T06:36:13+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2014-04-28T07:09:07+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=a5df594496740ef2284fdaab8430af84e835ad57'/>
<id>a5df594496740ef2284fdaab8430af84e835ad57</id>
<content type='text'>
Don't override the defaults unless required.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't override the defaults unless required.
</pre>
</div>
</content>
</entry>
<entry>
<title>FIX: Add S_IRUSR to open() for DFLP.</title>
<updated>2014-05-20T01:11:55+00:00</updated>
<author>
<name>Glenn Elliott</name>
<email>gelliott@cs.unc.edu</email>
</author>
<published>2014-05-20T01:11:55+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/liblitmus.git/commit/?id=1834e3c912412c99735a858a522ea7089a649588'/>
<id>1834e3c912412c99735a858a522ea7089a649588</id>
<content type='text'>
This patch adds S_IRUSR as the third parameter to open()
in the DFLP locking unit test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds S_IRUSR as the third parameter to open()
in the DFLP locking unit test.
</pre>
</div>
</content>
</entry>
</feed>
