summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2018-04-18parser: Allow mixed nested and top-level attrpathsFélix Baylac-Jacqué
2018-04-17nix-lang parser: Add mixed nested attrs tests.Félix Baylac-Jacqué
2018-04-09Merge branch 'fix/ruby-shebang' of git://github.com/samueldr/nixShea Levy
2018-04-09Hardcodes `nix-shell` instead of `/usr/bin/env nix-shell`...Samuel Dionne-Riel
2018-04-08Adds `nix-shell` test for special-cased ruby interpreter.Samuel Dionne-Riel
2018-04-06Add missing eval-okay-regex-split.exp test fileDoug Beardsley
2018-04-03libexpr: Make unsafeGetAttrPos not crash on noPosTuomas Tynkkynen
2018-03-30Add test eval-okay-nested-withRyan Trinkle
2018-03-16nix-shell: allow symlinks to .drvsLinus Heckemann
2018-03-16Merge pull request #1939 from dezgeg/lexer-fixEelco Dolstra
2018-03-14Use boost::format from the boost packageEelco Dolstra
2018-03-13Merge pull request #1906 from dtzWill/fix/nix-searchShea Levy
2018-03-02Merge branch 'write-failure-fixes' of git://github.com/lheckemann/nixShea Levy
2018-03-02libexpr: Recognize newline in more places in lexerTuomas Tynkkynen
2018-03-01tests/search.sh: simplify, don't rely on consistent orderingWill Dietz
2018-02-26libexpr: Fix prim_replaceStrings() to work on an empty source stringTuomas Tynkkynen
2018-02-25tests: test nix search behaviorWill Dietz
2018-02-22Merge branch 'fix/dry-run-partially' of https://github.com/dtzWill/nixEelco Dolstra
2018-02-21Revert "libexpr: Fix prim_replaceStrings() to work on an empty source string"Eelco Dolstra
2018-02-19libexpr: Fix prim_replaceStrings() to work on an empty source stringTuomas Tynkkynen
2018-02-19Merge branch 'register-settings' of https://github.com/shlevy/nixEelco Dolstra
2018-02-14Add splitVersion primop.Shea Levy
2018-02-13Allow plugins to define new settings.Shea Levy
2018-02-13Fix plugin tests on darwinShea Levy
2018-02-13Fix #1762Linus Heckemann
2018-02-13Allow includes from nix.confShea Levy
2018-02-13Merge branch 'register-constant' of https://github.com/shlevy/nixEelco Dolstra
2018-02-13Merge branch 'plugins' of https://github.com/shlevy/nixEelco Dolstra
2018-02-08Allow using RegisterPrimop to define constants.Shea Levy
2018-02-08Add plugins to make Nix more extensible.Shea Levy
2018-02-08nix-env: Fix parsing of --systemEelco Dolstra
2018-02-08dsa -> ed25519Eelco Dolstra
2018-02-07build-dry: disable failing portion of test until issue is fixedWill Dietz
2018-02-07tests: Add (failing) tests for reported --dry-run issues.Will Dietz
2018-02-07builtins.path test: Don't rely on shlevy's XDG_RUNTIME_DIRShea Levy
2018-02-07Improve filtering of ANSI escape sequences in build logsEelco Dolstra
2018-02-07Merge pull request #1816 from shlevy/add-pathEelco Dolstra
2018-02-06Add path primop.Shea Levy
2018-02-06realiseContext(): Add derivation outputs to the allowed pathsEelco Dolstra
2018-02-05Fix evaluationEelco Dolstra
2018-02-03Remove nix-build --hashEelco Dolstra
2018-02-01Remove obsolete references to manifestsEelco Dolstra
2018-01-24Merge pull request #1797 from dezgeg/userns-tests-fixEelco Dolstra
2018-01-22Fix testEelco Dolstra
2018-01-22Don't access tarballs.nixos.org in a testEelco Dolstra
2018-01-19Rewrite builtin derivation environmentEelco Dolstra
2018-01-19Add a test for --check / --repeatEelco Dolstra
2018-01-16Add pure evaluation modeEelco Dolstra
2018-01-13Fix tests using user namespaces on kernels that don't have itTuomas Tynkkynen
2018-01-09fetchGit.sh: Test we don't "corrupt" cache if invoke w/o git availWill Dietz