.. |
eval-fail-abort.nix
|
* New primop: abort "error message".
|
2006-08-23 15:46:00 +00:00 |
eval-fail-assert.nix
|
* More test coverage.
|
2006-03-01 16:26:13 +00:00 |
eval-fail-bad-value.nix
|
* Tests for domain checks.
|
2006-07-24 15:50:29 +00:00 |
eval-fail-blackhole.nix
|
* Remove ancient Fix tests.
|
2004-10-27 12:41:53 +00:00 |
eval-fail-missing-arg.nix
|
* Allow function argument default values to refer to other arguments
|
2006-05-08 12:52:47 +00:00 |
eval-fail-remove.nix
|
* Added a primop `removeAttrs' to remove attributes from a set, e.g.,
|
2005-05-18 17:19:21 +00:00 |
eval-fail-scope-5.nix
|
* More tests.
|
2006-05-02 11:20:55 +00:00 |
eval-fail-undeclared-arg.nix
|
* Allow function argument default values to refer to other arguments
|
2006-05-08 12:52:47 +00:00 |
eval-okay-attrs.exp
|
* More test coverage.
|
2006-03-01 16:26:13 +00:00 |
eval-okay-attrs.nix
|
* More test coverage.
|
2006-03-01 16:26:13 +00:00 |
eval-okay-attrs2.exp
|
* New builtin functions builtins.{hasAttr, getAttr} to check for
|
2006-09-22 14:31:55 +00:00 |
eval-okay-attrs2.nix
|
* New builtin functions builtins.{hasAttr, getAttr} to check for
|
2006-09-22 14:31:55 +00:00 |
eval-okay-builtins.exp
|
* A new primop `builtins', which returns an attribute set containing
|
2006-08-23 14:39:11 +00:00 |
eval-okay-builtins.nix
|
* A new primop `builtins', which returns an attribute set containing
|
2006-08-23 14:39:11 +00:00 |
eval-okay-concat.exp
|
* Added a list concatenation operator:
|
2005-07-25 15:05:34 +00:00 |
eval-okay-concat.nix
|
* Added a list concatenation operator:
|
2005-07-25 15:05:34 +00:00 |
eval-okay-eq.exp.disabled
|
* Okay, that's a bit harder than expected.
|
2006-08-30 13:10:04 +00:00 |
eval-okay-eq.nix
|
* TDD: == should do a deep equality test, i.e., it should strictly
|
2006-08-30 12:25:27 +00:00 |
eval-okay-flatten.exp
|
* Added a builtin function `isList' to test whether a value is a list.
|
2006-09-22 14:55:19 +00:00 |
eval-okay-flatten.nix
|
* Added a builtin function `isList' to test whether a value is a list.
|
2006-09-22 14:55:19 +00:00 |
eval-okay-good-value.exp
|
* Tests for domain checks.
|
2006-07-24 15:50:29 +00:00 |
eval-okay-good-value.nix
|
* Tests for domain checks.
|
2006-07-24 15:50:29 +00:00 |
eval-okay-if.exp
|
* More test coverage.
|
2006-03-01 16:26:13 +00:00 |
eval-okay-if.nix
|
* More test coverage.
|
2006-03-01 16:26:13 +00:00 |
eval-okay-let.exp
|
* Remove ancient Fix tests.
|
2004-10-27 12:41:53 +00:00 |
eval-okay-let.nix
|
* Remove ancient Fix tests.
|
2004-10-27 12:41:53 +00:00 |
eval-okay-list.exp
|
* Builtin functions head' and tail' to return the head and tail of
|
2006-09-22 14:46:36 +00:00 |
eval-okay-list.nix
|
* Builtin functions head' and tail' to return the head and tail of
|
2006-09-22 14:46:36 +00:00 |
eval-okay-logic.exp
|
* More test coverage.
|
2006-03-01 16:26:13 +00:00 |
eval-okay-logic.nix
|
* More test coverage.
|
2006-03-01 16:26:13 +00:00 |
eval-okay-map.exp
|
* Remove ancient Fix tests.
|
2004-10-27 12:41:53 +00:00 |
eval-okay-map.nix
|
* Remove ancient Fix tests.
|
2004-10-27 12:41:53 +00:00 |
eval-okay-remove.exp
|
* Added a primop `removeAttrs' to remove attributes from a set, e.g.,
|
2005-05-18 17:19:21 +00:00 |
eval-okay-remove.nix
|
* Added a primop `removeAttrs' to remove attributes from a set, e.g.,
|
2005-05-18 17:19:21 +00:00 |
eval-okay-scope-1.exp
|
* Remove ancient Fix tests.
|
2004-10-27 12:41:53 +00:00 |
eval-okay-scope-1.nix
|
* Remove ancient Fix tests.
|
2004-10-27 12:41:53 +00:00 |
eval-okay-scope-2.exp
|
* Remove ancient Fix tests.
|
2004-10-27 12:41:53 +00:00 |
eval-okay-scope-2.nix
|
* Remove ancient Fix tests.
|
2004-10-27 12:41:53 +00:00 |
eval-okay-scope-3.exp
|
* Remove ancient Fix tests.
|
2004-10-27 12:41:53 +00:00 |
eval-okay-scope-3.nix
|
* Remove ancient Fix tests.
|
2004-10-27 12:41:53 +00:00 |
eval-okay-scope-4.exp
|
* Tests for NIX-45.
|
2006-05-02 11:15:04 +00:00 |
eval-okay-scope-4.nix
|
* Tests for NIX-45.
|
2006-05-02 11:15:04 +00:00 |
eval-okay-scope-6.exp
|
* More tests.
|
2006-05-02 11:20:55 +00:00 |
eval-okay-scope-6.nix
|
* More tests.
|
2006-05-02 11:20:55 +00:00 |
eval-okay-string.exp
|
* Allow "$" in strings as long as they are not followed by "{". (Too
|
2006-09-01 12:04:06 +00:00 |
eval-okay-string.nix
|
* Allow "$" in strings as long as they are not followed by "{". (Too
|
2006-09-01 12:04:06 +00:00 |
eval-okay-to-xml.exp
|
* New primop __toXML (or builtins.toXML) to convert an expression to
|
2006-08-24 14:34:29 +00:00 |
eval-okay-to-xml.nix
|
* New primop __toXML (or builtins.toXML) to convert an expression to
|
2006-08-24 14:34:29 +00:00 |
eval-okay-with.exp
|
* "Fix" the test, since we cannot feasibly support the intended semantics.
|
2005-11-17 11:58:22 +00:00 |
eval-okay-with.nix
|
* Scoping bug in `with'.
|
2005-11-04 14:50:33 +00:00 |
eval-okay-xml.exp.xml
|
* Test for `nix-instantiate --eval-only --xml'.
|
2006-08-17 11:28:29 +00:00 |
eval-okay-xml.nix
|
* Test for `nix-instantiate --eval-only --xml'.
|
2006-08-17 11:28:29 +00:00 |
parse-fail-dup-attrs-1.nix
|
* Check for duplicate attributes and formal parameters in Nix
|
2005-03-10 11:33:46 +00:00 |
parse-fail-dup-attrs-2.nix
|
* Check for duplicate attributes and formal parameters in Nix
|
2005-03-10 11:33:46 +00:00 |
parse-fail-dup-attrs-3.nix
|
* Check for duplicate attributes and formal parameters in Nix
|
2005-03-10 11:33:46 +00:00 |
parse-fail-dup-formals.nix
|
* Check for duplicate attributes and formal parameters in Nix
|
2005-03-10 11:33:46 +00:00 |
parse-fail-regression-20060610.nix
|
* This expression has an undefined variable which isn't detected, so
|
2006-07-10 17:35:00 +00:00 |
parse-fail-undef-var-2.nix
|
* New language feature: domain checks, which check whether a function
|
2006-07-24 16:35:34 +00:00 |
parse-fail-undef-var.nix
|
* Check for duplicate attributes and formal parameters in Nix
|
2005-03-10 11:33:46 +00:00 |
parse-okay-1.exp
|
* Refactoring to support domain checks.
|
2006-07-24 15:16:03 +00:00 |
parse-okay-1.nix
|
* Remove ancient Fix tests.
|
2004-10-27 12:41:53 +00:00 |
parse-okay-crlf.exp
|
* A test for NIX-53.
|
2006-08-16 10:23:02 +00:00 |
parse-okay-crlf.nix
|
* Meh.
|
2006-08-16 10:29:43 +00:00 |
parse-okay-regression-20041027.exp
|
* Refactoring to support domain checks.
|
2006-07-24 15:16:03 +00:00 |
parse-okay-regression-20041027.nix
|
* Bug fix in parsing of /* ... */ comments; due to longest match
|
2004-10-27 13:00:31 +00:00 |
parse-okay-subversion.exp
|
* Refactoring to support domain checks.
|
2006-07-24 15:16:03 +00:00 |
parse-okay-subversion.nix
|
* Use atdiff' instead of cmp' for checking test output.
|
2004-10-27 13:12:58 +00:00 |
parse-okay-url.exp
|
* Remove ancient Fix tests.
|
2004-10-27 12:41:53 +00:00 |
parse-okay-url.nix
|
* Remove ancient Fix tests.
|
2004-10-27 12:41:53 +00:00 |