about summary refs log tree commit diff
path: root/third_party/nix/src/tests/lang/disabled/eval-okay-context-introspection.nix (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-07-19 r/1397 test(3p/nix): Partially enable evaluator success testsVincent Ambo1-0/+24
Enables the `eval-okay-` test suite, with some caveats: * The output is not yet checked against the expected value, so the tests only check that pure evaluation succeeds * A handful of tests have been disabled as they are causing failures that may be related to the DummyStore implementation. Both of these will be addressed in followup commits, but there is already some value in having the pure evaluation tests pass. Change-Id: I62236c95ebffb06dc64a45455a8ee04344c400b7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1284 Tested-by: BuildkiteCI Reviewed-by: isomer <isomer@tvl.fyi> Reviewed-by: glittershark <grfn@gws.fyi>