aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2011-09-14Add a test for multiple outputsShea Levy
2011-08-08* On FreeBSD, ‘touch’ is not in the test $PATH, so don't use it.Eelco Dolstra
2011-08-06* Add the Nix corepkgs to the end of the search path. This makes itEelco Dolstra
2011-08-06* Allow redirections in search path entries. E.g. if you have aEelco Dolstra
2011-08-06* Add lang/dir* to the distribution.Eelco Dolstra
2011-08-06* Add a Nix expression search path feature. Paths between angleEelco Dolstra
2011-07-20* Added a test that make sure that users cannot registerEelco Dolstra
2011-07-20* Refactoring.Eelco Dolstra
2011-07-13* Allow attribute names to be strings. Based on theEelco Dolstra
2011-07-13* Allow a default value in attribute selection by writingEelco Dolstra
2011-07-06* Test case.Eelco Dolstra
2011-06-30Add support for the `build-timeout' and `--timeout' options.Ludovic Courtès
2011-02-09* Urgh, FreeBSD doesn't have a "seq" command.Eelco Dolstra
2011-01-14* builtins.substring: if "start" is beyond the end of the string,Eelco Dolstra
2010-12-05* Use CamelCase for the Perl modules.Eelco Dolstra
2010-12-05* Add a script `nix-generate-patches'.Eelco Dolstra
2010-11-17* Test whether sequences of patches work.Eelco Dolstra
2010-11-17* In the download size indication, take binary patches into account.Eelco Dolstra
2010-11-17(no commit message)Eelco Dolstra
2010-11-17* Finally, a test for the binary patch functionality.Eelco Dolstra
2010-11-17* Test that download sizes are shown correctly.Eelco Dolstra
2010-11-17* Fix the test.Eelco Dolstra
2010-11-16* Sync with the trunk.Eelco Dolstra
2010-10-24* Keep attribute sets in sorted order to speed up attribute lookups.Eelco Dolstra
2010-10-23* Regression test for listToAttr's behaviour if an attribute nameEelco Dolstra
2010-10-22* Regression test for __overrides.Eelco Dolstra
2010-10-04* In the referrers test, lower the nesting depth from 2500 to 1000 toEelco Dolstra
2010-08-25* Made the build hook mechanism more efficient. Rather than startingEelco Dolstra
2010-08-04* Sync with the trunk.Eelco Dolstra
2010-06-25tests/build-hook.hook.sh: prefer more portable `...` syntax over $(...) for r...Peter Simons
2010-05-12* Sync with the trunk.Eelco Dolstra
2010-05-12* Print attributes in sorted order.Eelco Dolstra
2010-05-12* Implemented tryEval, the last missing primop in the fast-evalEelco Dolstra
2010-05-07* Sync with the trunk.Eelco Dolstra
2010-04-22* Check for duplicate attribute names / function arguments. `makeEelco Dolstra
2010-04-21* Update the expected test output (no longer an ATerm).Eelco Dolstra
2010-04-21* Because --parse-only no longer produces an ATerm, don't check theEelco Dolstra
2010-04-20* Sync with the trunk.Eelco Dolstra
2010-04-19* Drop the dependency on the ATerm library.Eelco Dolstra
2010-04-01* Removed the `~' operator.Eelco Dolstra
2010-03-31(no commit message)Eelco Dolstra
2010-03-31* Fix the broken test for listToAttrs.Eelco Dolstra
2010-03-31Make source location info in the XML output optional.Ludovic Courtès
2010-03-25* Simplify @-patterns: only `{attrs}@name' or `name@{attrs}' are nowEelco Dolstra
2010-03-23* Doh.Eelco Dolstra
2010-03-23* Test "with as; with bs;" since nobody knows what its semantics is.Eelco Dolstra
2010-02-24(no commit message)Eelco Dolstra
2010-02-24* Disable fsync() in SQLite if the fsync-metadata option is set toEelco Dolstra
2010-02-24* Set the path to sqlite3 properly.Eelco Dolstra
2010-02-24* Don't fork so much.Eelco Dolstra