<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtd-utils.git/tests, branch v1.4.4</title>
<subtitle>A mirror of http://git.infradead.org/mtd-utils.git</subtitle>
<id>https://git.infraroot.at/mtd-utils.git/atom?h=v1.4.4</id>
<link rel='self' href='https://git.infraroot.at/mtd-utils.git/atom?h=v1.4.4'/>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/'/>
<updated>2011-03-24T17:25:12+00:00</updated>
<entry>
<title>fs-tests: integck: improve re-mounting test coverage</title>
<updated>2011-03-24T17:25:12+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2011-03-24T13:43:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=82869c99a0d0a948fa095c2e04cf01172f6338f3'/>
<id>urn:sha1:82869c99a0d0a948fa095c2e04cf01172f6338f3</id>
<content type='text'>
The integck tests re-mounts the file-system from time to time
and checks the integrity afterwords. And it re-mounts always
the same-way: unmount and then mount R/W back. However, it is
better to do it differently some times, e.g.:

* re-mount R/O then re-mount R/W
* unmount then mount R/W
* both of the above
* unmount, mount R/O, then re-mount R/W
* etc.

This will give better test coverage. This patch does exactly
that by improving the 'tests_remount()' function.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>fs-tests: perf: fix compilation warning</title>
<updated>2011-03-24T11:32:44+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2011-03-24T11:32:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=73d42dd57f6a6f246101928d7c7403058a6627a4'/>
<id>urn:sha1:73d42dd57f6a6f246101928d7c7403058a6627a4</id>
<content type='text'>
Fix the following compilation warning:
perf.c: In function ‘perf’:
perf.c:144: warning: format ‘%lld’ expects type ‘long long int’, but argument 2 has type ‘int64_t’

by adding a (long long int) cast.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>fs-tests: test_1: fix compilation warnings</title>
<updated>2011-03-24T09:10:47+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2011-03-24T08:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=1895b7b9eacd27112fd1fbeb7d10e67ffeae5041'/>
<id>urn:sha1:1895b7b9eacd27112fd1fbeb7d10e67ffeae5041</id>
<content type='text'>
Fix the following compilation warnings:
test_1.c: In function ‘test_1’:
test_1.c:67:4: warning: format ‘%llu’ expects type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’
test_1.c:88:3: warning: format ‘%llu’ expects type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’

The fix is to cast the argument with (unsigned long long).

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>mtd-utils: fix spelling error</title>
<updated>2010-08-30T08:39:14+00:00</updated>
<author>
<name>Brian Norris</name>
<email>norris@broadcom.com</email>
</author>
<published>2010-08-18T16:01:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=a611ba6b5f3ce8356c0e3ae62f0ebbee7d54f046'/>
<id>urn:sha1:a611ba6b5f3ce8356c0e3ae62f0ebbee7d54f046</id>
<content type='text'>
"fileds" is "fields"

Signed-off-by: Brian Norris &lt;norris@broadcom.com&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>ubi-test: seed the random genrator in tests</title>
<updated>2010-06-15T11:02:48+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2010-06-15T11:01:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=e4867287195421ed3c41e15ce292b00b1c0e3649'/>
<id>urn:sha1:e4867287195421ed3c41e15ce292b00b1c0e3649</id>
<content type='text'>
Add a common seed_random_generator() and make tests use it
for seeding the random generator.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>ubi-tests: use rand instead of random in io_paral</title>
<updated>2010-06-15T11:02:48+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2010-06-15T10:31:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=a6a67a71a26d6906c1c1fd12ea7eef9a9c9b4e2d'/>
<id>urn:sha1:a6a67a71a26d6906c1c1fd12ea7eef9a9c9b4e2d</id>
<content type='text'>
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>ubi-tests: remove some junk from the integ test</title>
<updated>2010-06-15T11:02:47+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2010-06-15T10:30:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=e3d3aa2593b32b11d967c3219c2b4881d881557e'/>
<id>urn:sha1:e3d3aa2593b32b11d967c3219c2b4881d881557e</id>
<content type='text'>
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>ubi-tests: add normsg</title>
<updated>2010-06-14T08:35:26+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2010-06-14T08:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=8b1c9cad58f5e2055646b57245fc72cca398c264'/>
<id>urn:sha1:8b1c9cad58f5e2055646b57245fc72cca398c264</id>
<content type='text'>
Just like we have in ubi-utils.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>ubi-tests: teach errmsg and failed return error code</title>
<updated>2010-06-14T07:07:42+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2010-06-14T07:06:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=b2a06b3039b41958d9e1526a267c8abeab61388f'/>
<id>urn:sha1:b2a06b3039b41958d9e1526a267c8abeab61388f</id>
<content type='text'>
Just like we do in ubi-utils.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>ubi-tests: rename err_msg to errmsg</title>
<updated>2010-06-14T07:03:34+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2010-06-14T07:03:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=6bbe5558adeead2970b5090782466e87f8801f53'/>
<id>urn:sha1:6bbe5558adeead2970b5090782466e87f8801f53</id>
<content type='text'>
For consistency with ubi-utils.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
</feed>
