summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2016-07-03import: cpan: Use our mirrors for 'https' URLs.Alex Sassmannshausen1-0/+11
2016-06-25tests: Skip all the container tests when needed.Ludovic Courtès1-4/+13
2016-06-20tests: Strengthen regexp in 'packages.scm'.Ludovic Courtès1-1/+1
2016-06-16gexp: Add 'local-file' file name resolution test.Ludovic Courtès1-0/+9
2016-06-16gexp: Add #:select? parameter to 'local-file'.Ludovic Courtès1-1/+17
2016-06-15packages: The 'source' can be any lowerable object.Ludovic Courtès1-0/+15
2016-06-14import: pypi: read requirements from wheels.Cyril Roelandt1-1/+77
2016-06-12serialization: Add #:select? parameter to 'write-file'.Ludovic Courtès1-1/+41
2016-06-09ui: 'string->duration' supports hours and seconds.Ludovic Courtès1-1/+5
2016-06-08publish: Encore URIs that appear in narinfos.Ludovic Courtès1-0/+45
2016-06-06bournish: Allow compilation of multiple expressions.Ludovic Courtès1-0/+42
2016-06-05profiles: 'profile-derivation' now honors #:system.Ludovic Courtès1-0/+15
2016-05-31daemon: Substitute queries return immediately when substitutes are disabled.Ludovic Courtès1-1/+28
2016-05-31container: Gracefully report mount errors in the child process.Ludovic Courtès2-0/+22
2016-05-28cve: Use a more compact format for the list of package/versions.Ludovic Courtès1-10/+7
2016-05-27guix package: Inherit the transformed version number.Ludovic Courtès1-0/+14
2016-05-24store: 'requisites' now takes a list of store items.Ludovic Courtès1-4/+6
2016-05-24size: 'store-profile' takes a list of store items.Ludovic Courtès1-2/+2
2016-05-24tests: Do not run 'cve' checker in 'tests/guix-lint.sh'.Ludovic Courtès1-1/+1
2016-05-24graph: Add 'node-reachable-count'.Ludovic Courtès1-0/+13
2016-05-21grafts: Rename files whose name matches a graft.Ludovic Courtès1-0/+17
2016-05-21grafts: Preserve empty directories when grafting.Ludovic Courtès1-0/+24
2016-05-21graph: Allow store file names for 'derivation' and 'references' graphs.Ludovic Courtès1-1/+17
2016-05-21derivations: 'derivation' sorts items in the resulting object.Ludovic Courtès1-0/+27
2016-05-06utils: Move 'fcntl-flock' to (guix build syscalls).Ludovic Courtès2-82/+88
2016-05-04utils: Move combinators to (guix combinators).Ludovic Courtès2-56/+85
2016-05-04utils: Remove 'split'.Ludovic Courtès1-14/+0
2016-05-03syscalls: Wrap TCSA* constants in 'tcsetattr-action' macro.Ludovic Courtès1-1/+1
2016-05-02syscalls: Add 'tcgetattr' and 'tcsetattr' bindings.Ludovic Courtès1-0/+25
2016-04-28lint: 'check-vulnerabilities' follows package replacements.Ludovic Courtès1-0/+19
2016-04-27lint: Report synopses/descriptions that are not strings.Ludovic Courtès1-0/+16
2016-04-25syscalls: 'terminal-columns' catches EINVAL on the TIOCGWINSZ ioctl.Ludovic Courtès1-3/+4
2016-04-25syscalls: Add 'statfs'.Ludovic Courtès1-0/+15
2016-04-16syscalls: 'terminal-columns' ignores non-file ports.Ludovic Courtès1-0/+4
2016-04-15syscalls: Add TIOCGWINSZ bindings.Ludovic Courtès1-0/+13
2016-04-13utils: Add 'edit-expression'.宋文武1-0/+13
2016-04-03build: Add a Guile custom test driver using SRFI-64.Mathieu Lirzin45-138/+3
2016-03-27environment: Properly handle SIGINT.David Thompson1-1/+6
2016-03-25syscalls: 'interface-address' can return #f.Ludovic Courtès1-2/+6
2016-03-23guix build: '--with-source' correctly matches versioned file names.Ludovic Courtès1-0/+20
2016-03-23derivations: Raise an error when a module file is not found.Ludovic Courtès1-0/+9
2016-03-20gexp: Add #:disallowed-references.Ludovic Courtès1-0/+24
2016-03-20derivations: Add #:disallowed-references.Ludovic Courtès1-0/+19
2016-03-19import: pypi: Emit 'pypi-uri' only when it yields the right URL.Ludovic Courtès1-1/+2
2016-03-16substitute: Honor client-provided empty URL list.Ludovic Courtès1-1/+5
2016-03-09upstream: Fix 'signature-urls' coalescing.Ludovic Courtès1-0/+49
2016-03-08packages: Gracefully report packages not found.Ludovic Courtès1-0/+9
2016-03-08packages: Support the deprecated "NAME-VERSION" syntax.Ludovic Courtès1-0/+1
2016-03-06tests: Disable grafting by default for most tests.Ludovic Courtès6-8/+35
2016-03-05tests: Disable tests that would rebuild the world due to grafting.Ludovic Courtès1-15/+27