<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtd-utils.git/tests/fs-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>fs-tests: fix remounting in integck</title>
<updated>2009-01-14T18:57:41+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2009-01-14T18:57:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=34aec1a8669afd36823c3ac834d9821075a69b33'/>
<id>urn:sha1:34aec1a8669afd36823c3ac834d9821075a69b33</id>
<content type='text'>
Teach integck properly save original mount options.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>fs-tests: also preserve mount options when mounting again</title>
<updated>2008-09-08T10:15:02+00:00</updated>
<author>
<name>Adrian Hunter</name>
<email>ext-adrian.hunter@nokia.com</email>
</author>
<published>2008-09-08T08:39:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=fecc8c382b2b1e7ee567657785480da33e23f997'/>
<id>urn:sha1:fecc8c382b2b1e7ee567657785480da33e23f997</id>
<content type='text'>
Signed-off-by: Adrian Hunter &lt;ext-adrian.hunter@nokia.com&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>fs-tests: allow for symlink name too long in integrity test</title>
<updated>2008-08-13T15:43:40+00:00</updated>
<author>
<name>Adrian Hunter</name>
<email>ext-adrian.hunter@nokia.com</email>
</author>
<published>2008-08-12T11:08:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=71e18cc40c6a275e01c166ffeb68c5ed8759caf0'/>
<id>urn:sha1:71e18cc40c6a275e01c166ffeb68c5ed8759caf0</id>
<content type='text'>
Signed-off-by: Adrian Hunter &lt;ext-adrian.hunter@nokia.com&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>fs-tests: fix max file name length in integrity test</title>
<updated>2008-08-13T15:43:36+00:00</updated>
<author>
<name>Adrian Hunter</name>
<email>ext-adrian.hunter@nokia.com</email>
</author>
<published>2008-08-12T11:08:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=28b2b936150abdad55844196f621a2ce1d533c1e'/>
<id>urn:sha1:28b2b936150abdad55844196f621a2ce1d533c1e</id>
<content type='text'>
Signed-off-by: Adrian Hunter &lt;ext-adrian.hunter@nokia.com&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>fs-tests: fix symlink bug in integrity test</title>
<updated>2008-08-13T15:43:29+00:00</updated>
<author>
<name>Adrian Hunter</name>
<email>ext-adrian.hunter@nokia.com</email>
</author>
<published>2008-08-12T11:08:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=57d30a2e46e3d4f8c8440e0f9a89db36a630f98d'/>
<id>urn:sha1:57d30a2e46e3d4f8c8440e0f9a89db36a630f98d</id>
<content type='text'>
Signed-off-by: Adrian Hunter &lt;ext-adrian.hunter@nokia.com&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>fs-tests: fix rename bug in integrity test</title>
<updated>2008-06-17T10:54:23+00:00</updated>
<author>
<name>Adrian Hunter</name>
<email>ext-adrian.hunter@nokia.com</email>
</author>
<published>2008-06-17T10:54:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=b1da3d54f1dd2e1dc0316480cb0b6376d37e1cb5'/>
<id>urn:sha1:b1da3d54f1dd2e1dc0316480cb0b6376d37e1cb5</id>
<content type='text'>
Signed-off-by: Adrian Hunter &lt;ext-adrian.hunter@nokia.com&gt;
</content>
</entry>
<entry>
<title>fs-tests: add symlinks to integrity test</title>
<updated>2008-06-16T15:02:31+00:00</updated>
<author>
<name>Adrian Hunter</name>
<email>ext-adrian.hunter@nokia.com</email>
</author>
<published>2008-06-12T07:57:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=de93bb7da79427325b40568acd769987779cc3e5'/>
<id>urn:sha1:de93bb7da79427325b40568acd769987779cc3e5</id>
<content type='text'>
Signed-off-by: Adrian Hunter &lt;ext-adrian.hunter@nokia.com&gt;
</content>
</entry>
</feed>
