summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2023-06-18Add 'guix locate'.Ludovic Courtès
2023-06-18store: Tolerate non-existent GC root directories.Ludovic Courtès
2023-06-14packages: 'package-transitive-supported-systems' detects cycles.Ludovic Courtès
2023-06-09tests: Ensure 'elpa' test does not access the network.Ludovic Courtès
2023-06-09tests: Ensure 'cpan' updater test does not access the network.Ludovic Courtès
2023-06-09tests: Adjust minetest tests.Ludovic Courtès
2023-06-08substitute: Gracefully retry after failed partial downloads.Ludovic Courtès
2023-06-06services: 'modify-services' preserves service ordering.Ludovic Courtès
2023-06-04tests: records: Add test for ellipsis in body.Josselin Poiret
2023-06-04records: Add MATCH-RECORD-LAMBDA.(unmatched-parenthesis ew syntax
2023-06-04records: match-record: Support thunked and delayed fields.(unmatched-parenthesis d
2023-06-02tests: Check for service existence in MODIFY-SERVICESBrian Cully
2023-06-02tests: Add tests for MODIFY-SERVICES procedureBrian Cully
2023-05-31tests: Use quasiquoted 'match' patterns for package sexps.Ludovic Courtès
2023-05-31upstream: Honor package properties for ignored and extra inputs.Ludovic Courtès
2023-05-31import: gem: Updater provides input list.Ludovic Courtès
2023-05-31import: gem: Factorize "bundler" special case for name mapping.Ludovic Courtès
2023-05-31import: elpa: Updater provides input list.Ludovic Courtès
2023-05-31import: cpan: Updater provides input list.Ludovic Courtès
2023-05-31import: cpan: Represent dependencies as <upstream-input> records.Ludovic Courtès
2023-05-31tests: upstream: Restore test that was skipped.Ludovic Courtès
2023-05-31upstream: Remove <upstream-input-change> and related code.Ludovic Courtès
2023-05-31upstream: 'update-package-source' edits input fields.Ludovic Courtès
2023-05-31upstream: Replace 'input-changes' field by 'inputs'.Ludovic Courtès
2023-05-31tests: pypi: Rewrite tests using a local HTTP server.Ludovic Courtès
2023-05-31tests: pypi: Factorize tarball and wheel file creation.Ludovic Courtès
2023-05-30substitute: If a server's nar URL is 404, try the next one(s).Ludovic Courtès
2023-05-18style: Add 'arguments' styling rule.Ludovic Courtès
2023-05-06lint: archival: Warn against non-origin package sources.Ludovic Courtès
2023-05-05read-print: Correctly read "(. x)".Ludovic Courtès
2023-05-04transformations: Add '--with-configure-flag'.Sarthak Shah
2023-05-04style: Make 'safe' policy less conservative.Ludovic Courtès
2023-04-30import: pypi: Adjust tests for new build system.Ludovic Courtès
2023-04-28tests: guix-graph.sh: Fix expected path from emacs to libffi.Josselin Poiret
2023-04-28tests: guix-build.sh: Don't use hidden gcc for transformation tests.Josselin Poiret
2023-04-24read-print: 'pretty-print-with-comments' keeps newlines on long strings.Ludovic Courtès
2023-04-21tests: Relax two tests that expected a non-zero error code.Ludovic Courtès
2023-04-21tests: Fix checks for expected failures.Eric Bavier
2023-04-18tests: guix-system: Drop the i686-linux desktop image test.Maxim Cournoyer
2023-04-18tests: Fix texlive->guix-package test.Maxim Cournoyer
2023-04-18tests: Re-add debug output to a package tests.Maxim Cournoyer
2023-04-07packages: Remove 'origin-sha256' procedure.Bruno Victal
2023-04-07services: ntp-service-type: Remove deprecated server as strings support.Bruno Victal
2023-04-07gnu: Purge pre-1.3.0 deprecated packages.Bruno Victal
2023-04-06environment: Add '--nesting'.Ludovic Courtès
2023-04-02services: replace bare serializers with (serializer ...)Bruno Victal
2023-04-02services: configuration: Add user-defined sanitizer support.Bruno Victal
2023-03-28Revert "lint: Append "/info/refs" to git-reference-url."Maxim Cournoyer
2023-03-27lint: Append "/info/refs" to git-reference-url.Felix Lechner
2023-03-26tests: Fix guix-home.sh when guix isn't installedTing-Wei Lan