about summary refs log tree commit diff
path: root/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-05 * Use CamelCase for the Perl modules.Eelco Dolstra1-2/+2
2010-12-05 * Add a script `nix-generate-patches'.Eelco Dolstra2-5/+7
2010-11-17 * Test whether sequences of patches work.Eelco Dolstra2-15/+37
2010-11-17 * In the download size indication, take binary patches into account.Eelco Dolstra2-1/+7
2010-11-17 (no commit message)Eelco Dolstra1-0/+1
2010-11-17 * Finally, a test for the binary patch functionality.Eelco Dolstra5-3/+56
2010-11-17 * Test that download sizes are shown correctly.Eelco Dolstra2-2/+4
2010-11-17 * Fix the test.Eelco Dolstra2-0/+2
2010-11-16 * Sync with the trunk.Eelco Dolstra4-2/+13
2010-10-24 * Keep attribute sets in sorted order to speed up attribute lookups.Eelco Dolstra1-1/+1
2010-10-23 * Regression test for listToAttr's behaviour if an attribute nameEelco Dolstra2-2/+3
2010-10-22 * Regression test for __overrides.Eelco Dolstra2-0/+10
2010-10-04 * In the referrers test, lower the nesting depth from 2500 to 1000 toEelco Dolstra1-1/+1
2010-08-25 * Made the build hook mechanism more efficient. Rather than startingEelco Dolstra1-13/+15
2010-08-04 * Sync with the trunk.Eelco Dolstra1-2/+2
2010-06-25 tests/build-hook.hook.sh: prefer more portable `...` syntax over $(...) for r...Peter Simons1-2/+2
2010-05-12 * Sync with the trunk.Eelco Dolstra54-69/+65
2010-05-12 * Print attributes in sorted order.Eelco Dolstra1-1/+1
2010-05-12 * Implemented tryEval, the last missing primop in the fast-evalEelco Dolstra2-0/+6
2010-05-07 * Sync with the trunk.Eelco Dolstra5-1/+6
2010-04-22 * Check for duplicate attribute names / function arguments. `makeEelco Dolstra3-1/+10
2010-04-21 * Update the expected test output (no longer an ATerm).Eelco Dolstra35-39/+38
2010-04-21 * Because --parse-only no longer produces an ATerm, don't check theEelco Dolstra6-10/+1
2010-04-20 * Sync with the trunk.Eelco Dolstra5-3/+14
2010-04-19 * Drop the dependency on the ATerm library.Eelco Dolstra2-8/+4
2010-04-01 * Removed the `~' operator.Eelco Dolstra1-1/+1
2010-03-31 (no commit message)Eelco Dolstra1-1/+0
2010-03-31 * Fix the broken test for listToAttrs.Eelco Dolstra2-2/+5
2010-03-31 Make source location info in the XML output optional.Ludovic Courtès3-1/+6
2010-03-25 * Simplify @-patterns: only `{attrs}@name' or `name@{attrs}' are nowEelco Dolstra6-17/+10
2010-03-23 * Doh.Eelco Dolstra2-20/+8
2010-03-23 * Test "with as; with bs;" since nobody knows what its semantics is.Eelco Dolstra1-1/+19
2010-02-24 (no commit message)Eelco Dolstra1-3/+3
2010-02-24 * Disable fsync() in SQLite if the fsync-metadata option is set toEelco Dolstra1-0/+1
2010-02-24 * Set the path to sqlite3 properly.Eelco Dolstra1-0/+1
2010-02-24 * Don't fork so much.Eelco Dolstra1-5/+2
2010-02-19 * Foreign key support in SQLite is not a persistent setting, so enableEelco Dolstra1-24/+3
2010-02-18 * Implemented queryValidPaths() and verifyStore().Eelco Dolstra1-2/+1
2010-02-04 * Grmbl. Timing-sensitive tests are evil.Eelco Dolstra1-1/+1
2009-11-13 * In nix-pull/nix-channel, create the manifests directory if itEelco Dolstra1-6/+0
2009-09-15 * Two primops: builtins.intersectAttrs and builtins.functionArgs.Eelco Dolstra2-0/+95
2009-05-15 * Change the scoping of "inherit (e) ..." in recs so that theEelco Dolstra2-0/+7
2009-05-15 * Some syntactic sugar for attribute sets: allow {x.y.z = ...;} as aEelco Dolstra5-0/+35
2009-03-31 * Do a substitution even if --max-jobs == 0.Eelco Dolstra1-1/+1
2009-03-30 * Make the poll interval configurable.Eelco Dolstra1-1/+1
2009-03-28 * Simplify communication with the hook a bit (don't use fileEelco Dolstra1-3/+3
2009-03-27 * Argh, stupid timing sensitive tests...Eelco Dolstra1-4/+4
2009-03-25 * Negative caching, i.e. caching of build failures. Disabled byEelco Dolstra3-1/+45
2009-03-25 * Removed the locking.sh test; it's redundant because of the extendedEelco Dolstra5-45/+11
2009-03-25 * Use bash in the tests.Eelco Dolstra2-1/+2