<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/tests/file-systems.scm, branch master</title>
<subtitle>Personal branch of https://git.savannah.gnu.org/cgit/guix.git/ for implementing 'guix deploy'.
</subtitle>
<id>https://git.jakob.space/guix.git/atom?h=master</id>
<link rel='self' href='https://git.jakob.space/guix.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/'/>
<updated>2017-09-13T22:10:13Z</updated>
<entry>
<title>uuid: Move tests to 'tests/uuid.scm'.</title>
<updated>2017-09-13T22:10:13Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2017-09-13T22:01:21Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=8f3b63b5d73c0b49139c8a20b7576732abfdeeb8'/>
<id>urn:sha1:8f3b63b5d73c0b49139c8a20b7576732abfdeeb8</id>
<content type='text'>
* tests/file-systems.scm ("uuid-&gt;string", "string-&gt;uuid")
("uuid", "uuid, syntax error"): Move to...
* tests/uuid.scm: ... here.  New file.
("uuid, ISO-9660, format preserved"): New test.
</content>
</entry>
<entry>
<title>uuid: Adjust tests.</title>
<updated>2017-09-13T22:10:13Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2017-09-13T21:57:22Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=2ed1f4a52d8bec2c18a9c92cf4e7caf93aeb40fc'/>
<id>urn:sha1:2ed1f4a52d8bec2c18a9c92cf4e7caf93aeb40fc</id>
<content type='text'>
This is a followup to 9b336338cdc0e46a3bf7a2913c2f61cd2410c4d6.

* tests/file-systems.scm ("uuid"): Add call to 'uuid-bytevector'.
("uuid, syntax error"): Add 'dce to the expected form.
</content>
</entry>
<entry>
<title>file-systems: Do not use (gnu packages …).</title>
<updated>2017-03-21T21:33:07Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2017-03-21T20:55:20Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=278d486b0c0e3ec0378f6a2ccf6946fb176d088b'/>
<id>urn:sha1:278d486b0c0e3ec0378f6a2ccf6946fb176d088b</id>
<content type='text'>
Fixes a regression introduced in
7208995426714c9fc3ad59cadc3cc0f52df0f018 whereby (gnu system
file-systems) would pull in (gnu packages …) module, which in turn
breaks when importing things like (gnu build shepherd).

* gnu/system/file-systems.scm (file-system-type-predicate): Export.
(file-system-packages): Move to...
* gnu/system/linux-initrd.scm (file-system-packages): ... here.  Add
docstring.
* gnu/services/base.scm: Use it.
* tests/file-systems.scm ("does not pull (gnu packages …)"): New test.
</content>
</entry>
<entry>
<title>file-systems: Remove dependency on (guix store).</title>
<updated>2017-02-04T01:13:43Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2017-02-03T10:26:25Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=ad167d028e97dca1937ad6ae3d89d2c4de997754'/>
<id>urn:sha1:ad167d028e97dca1937ad6ae3d89d2c4de997754</id>
<content type='text'>
(gnu system file-systems) is used on the "build" side since commit
5970e8e248f6327c41c83b86bb2c89be7c3b1b4e.

* gnu/system/file-systems.scm: Remove dependency on (guix store).
(%store-prefix): New procedure.
* tests/file-systems.scm ("does not pull (guix config)"): New test.
</content>
</entry>
<entry>
<title>file-systems: 'file-system-needed-for-boot?' is #t for parents of the store.</title>
<updated>2017-01-16T22:27:23Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2017-01-16T21:33:46Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=384344198dcaa97847e66d3dd82f279ede08d690'/>
<id>urn:sha1:384344198dcaa97847e66d3dd82f279ede08d690</id>
<content type='text'>
Suggested by John Darrington &lt;john@darrington.wattle.id.au&gt;.

* gnu/system/file-systems.scm (%not-slash): New variable.
(file-prefix?): New procedure.
(file-system-needed-for-boot?): Use it to check whether FS holds the
store.
* tests/file-systems.scm ("file-system-needed-for-boot?"): New test.
* gnu/tests/install.scm (%separate-store-os)[file-systems]: Remove
'needed-for-boot?' field for "/gnu".
</content>
</entry>
<entry>
<title>build: Add a Guile custom test driver using SRFI-64.</title>
<updated>2016-04-03T12:19:09Z</updated>
<author>
<name>Mathieu Lirzin</name>
<email>mthl@gnu.org</email>
</author>
<published>2015-10-26T22:47:24Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=a9edb211e733b8b34e67ec3b4450567e9376986f'/>
<id>urn:sha1:a9edb211e733b8b34e67ec3b4450567e9376986f</id>
<content type='text'>
Before that '.log' files for scheme tests were fragmented and not
included in test-suite.log.  This unifies the semantics of SRFI-64 API
with Automake test suite.

* build-aux/test-driver.scm: New file.
* Makefile.am (SCM_LOG_DRIVER, AM_SCM_LOG_DRIVER_FLAGS): New variables.
(SCM_LOG_COMPILER, AM_SCM_LOG_FLAGS): Delete variables.
(AM_TESTS_ENVIRONMENT): Set GUILE_AUTO_COMPILE to 0.
* test-env.in: Silence guix-daemon.
* doc/guix.texi (Running the Test Suite): Describe how to display the
detailed results.  Bug reports require only 'test-suite.log' file.
* tests/base32.scm, tests/build-utils.scm, tests/builders.scm,
tests/challenge.scm, tests/cpan.scm, tests/cpio.scm, tests/cran.scm,
tests/cve.scm, tests/derivations.scm, tests/elpa.scm,
tests/file-systems.scm, tests/gem.scm, tests/gexp.scm,
tests/gnu-maintenance.scm, tests/grafts.scm, tests/graph.scm,
tests/gremlin.scm, tests/hackage.scm, tests/hash.scm,
tests/import-utils.scm, tests/lint.scm, tests/monads.scm, tests/nar.scm,
tests/packages.scm, tests/pk-crypto.scm, tests/pki.scm,
tests/profiles.scm, tests/publish.scm, tests/pypi.scm,
tests/records.scm, tests/scripts-build.scm, tests/scripts.scm,
tests/services.scm, tests/sets.scm, tests/size.scm, tests/snix.scm,
tests/store.scm, tests/substitute.scm, tests/syscalls.scm,
tests/system.scm, tests/ui.scm, tests/union.scm, tests/upstream.scm,
tests/utils.scm: Don't exit at the end of test groups.
* tests/containers.scm: Likewise.  Use 'test-skip' instead of exiting
with error code 77.
</content>
</entry>
<entry>
<title>file-systems: 'uuid' raises a syntax error for invalid UUIDs.</title>
<updated>2015-07-16T07:49:36Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2015-07-16T07:49:36Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=1cab9e810ef7843afdbd101ad967f835cfb64999'/>
<id>urn:sha1:1cab9e810ef7843afdbd101ad967f835cfb64999</id>
<content type='text'>
* gnu/system/file-systems.scm (uuid): Call 'syntax-violation' when
  'string-&gt;uuid' returns #f.
* tests/file-systems.scm ("uuid, syntax error"): New test.
</content>
</entry>
<entry>
<title>file-systems: Allow users to specify file system UUIDs as strings.</title>
<updated>2015-07-14T13:24:20Z</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2015-07-14T13:06:46Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=661a1d7924e174a28e0e21bf516aa1a8a44dad73'/>
<id>urn:sha1:661a1d7924e174a28e0e21bf516aa1a8a44dad73</id>
<content type='text'>
Fixes &lt;http://bugs.gnu.org/19778&gt;.
Reported by Mark H Weaver &lt;mhw@netris.org&gt;.

* gnu/system/file-systems.scm (%uuid-rx): New variable.
  (string-&gt;uuid): New procedure.
  (uuid): New macro.
* tests/file-systems.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
* doc/guix.texi (File Systems): Give an example of UUID.
</content>
</entry>
</feed>
