summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* services: Statically report duplicate dmd service identifiers....Ludovic Courtès2015-03-091-1/+36
* lint: Add tests for the 'source' checker....Ludovic Courtès2015-03-051-0/+33
* tests: Fix import....Ludovic Courtès2015-03-051-1/+1
* store: Attempt to decode build logs as UTF-8....Ludovic Courtès2015-03-051-0/+37
* tests: Remove dependency on 'glibc-utf8-locales' for profile tests....Ludovic Courtès2015-03-042-2/+4
* gexp: Make sure 'gexp-outputs' removes duplicate outputs....Ludovic Courtès2015-03-021-0/+7
* gexp: Aggregate outputs of compound gexps....Ludovic Courtès2015-02-271-0/+10
* gexp: Add tests for 'gexp-outputs'....Ludovic Courtès2015-02-271-0/+16
* ui: Honor --no-* options passed via $GUIX_BUILD_OPTIONS....Ludovic Courtès2015-02-261-0/+9
* ui: Factorize command-line + env. var. option parsing....Ludovic Courtès2015-02-261-0/+31
* tests: Skip tests that would fail due to the shebang length....Ludovic Courtès2015-02-243-4/+15
* tests: Factorize the network reachability test....Ludovic Courtès2015-02-244-14/+7
* import: cpan: Update tests for dependency handling....Eric Bavier2015-02-201-11/+3
* gexp: Add #:graft? parameter to 'gexp->derivation'....Ludovic Courtès2015-02-131-0/+17
* gexp: Implement 'imported-modules' & co. using 'gexp->derivation'....Ludovic Courtès2015-02-132-17/+34
* gexp: Add #:allowed-references parameter to 'gexp->derivation'....Ludovic Courtès2015-02-111-0/+25
* profiles: Report "pseudo-upgrades" as upgrades, not downgrades....Ludovic Courtès2015-02-091-0/+8
* profiles: Distinguish downgrades from upgrades....Ludovic Courtès2015-02-081-3/+11
* ui: Simplify 'show-manifest-transaction' test....Ludovic Courtès2015-02-081-14/+12
* serialization: Check for EOF and incomplete input conditions....Ludovic Courtès2015-02-071-1/+10
* tests: Disable grafts when comparing derivations....Ludovic Courtès2015-02-061-8/+9
* guix package: Make custom profiles actual indirect roots....Ludovic Courtès2015-02-061-1/+13
* tests: Skip 'guix-register' when the socket name length is exceeded....Ludovic Courtès2015-02-021-1/+9
* tests: Don't dump the list of dead items in the test log....Ludovic Courtès2015-02-021-1/+1
* store: Add 'build-things'....Ludovic Courtès2015-02-021-0/+37
* tests: Add 'with-derivation-substitute' and use it....Ludovic Courtès2015-02-021-48/+23
* tests: Further factorize substitute mocks....Ludovic Courtès2015-02-022-160/+79
* tests: Use 'with-store' as appropriate....Ludovic Courtès2015-02-021-173/+173
* lint: Fix argument parsing when several packages are specified....Ludovic Courtès2015-01-281-0/+3
* derivations: Raise an error for references to non-existent outputs....Ludovic Courtès2015-01-241-0/+11
* gnu: 'search-patch' raises an error when a patch is not found....Ludovic Courtès2015-01-201-0/+20
* records: Add support for delayed fields....Ludovic Courtès2015-01-191-1/+46
* tests: Adjust syscall tests for 2.6ish Linux....Ludovic Courtès2015-01-191-7/+7
* monads: Add the state monad....Ludovic Courtès2015-01-171-2/+33
* store: Add #:recursive? parameter to 'export-paths'....Ludovic Courtès2015-01-171-0/+33
* Merge branch 'core-updates'...Ludovic Courtès2015-01-161-2/+53
|\
| * Merge branch 'master' into core-updatesMark H Weaver2015-01-134-52/+96
| |\
| * \ Merge branch 'master' into core-updatesMark H Weaver2015-01-114-11/+121
| |\ \
| * \ \ Merge branch 'master' into core-updatesMark H Weaver2015-01-061-2/+21
| |\ \ \
| * | | | guix package: Follow symlinks for pattern search paths....Ludovic Courtès2015-01-031-0/+51
| * | | | Merge branch 'master' into core-updatesMark H Weaver2014-12-302-128/+238
| |\ \ \ \
| * | | | | packages: Add 'file-type' field to 'search-path-specification'....Ludovic Courtès2014-12-271-2/+2
* | | | | | packages: Convert source derivations to monadic style....Ludovic Courtès2015-01-142-12/+15
* | | | | | store: Add 'store-lower'....Ludovic Courtès2015-01-141-1/+7
* | | | | | monads: Move '%store-monad' and related procedures where they belong....Ludovic Courtès2015-01-141-2/+1
| |_|_|_|/ |/| | | |
* | | | | tests: Properly synchronize threads in the 'home-page' lint tests....Ludovic Courtès2015-01-131-5/+18
* | | | | monads: Remove 'derivation-expression'....Ludovic Courtès2015-01-121-21/+0
* | | | | monads: Rewrite 'text-file*' using gexps....Ludovic Courtès2015-01-122-26/+26
* | | | | Add (guix sets)....Ludovic Courtès2015-01-111-0/+52
| |_|_|/ |/| | |
* | | | derivations: Add 'substitution-oracle' and use it....Ludovic Courtès2015-01-101-1/+2